Interface JArrayExpr

    • Method Detail

      • add

        JArrayExpr add​(JExpr value)
        Add an element to this array. Returns this array.
        Parameters:
        value - the value to add
        Returns:
        this array expression
      • elementCount

        int elementCount()
        Get the current number of elements added to this array.
        Returns:
        the number of elements