Class FLArray


  • public class FLArray
    extends Object
    • Constructor Detail

      • FLArray

        public FLArray​(long peer)
    • Method Detail

      • count

        public long count()
        Returns the number of items in an array; 0 if peer is null.
        Returns:
        the number of items in an array; 0 if peer is null.
      • get

        @NonNull
        public FLValue get​(long index)
        Returns an value at an array index, or null if the index is out of range.
        Parameters:
        index - index for value
        Returns:
        the FLValue at index
      • asArray

        @NonNull
        public List<Object> asArray()
      • asTypedArray

        @NonNull
        public <T> List<T> asTypedArray()