Interface CustomValue.CvArray

All Superinterfaces:
CustomValue, Iterable<CustomValue>
Enclosing interface:
CustomValue

public static interface CustomValue.CvArray
extends CustomValue, Iterable<CustomValue>
Represents an CustomValue.CvType.ARRAY value.
  • Method Details

    • size

      int size()
      Returns the number of values within this array value.
    • get

      CustomValue get​(int index)
      Gets the value at index within this array value.
      Parameters:
      index - the index of the value
      Returns:
      the value associated
      Throws:
      IndexOutOfBoundsException - if the index is not within {size()}