public abstract class FLArrayIterator extends C4NativePeer
Constructor and Description |
---|
FLArrayIterator() |
FLArrayIterator(long peer) |
Modifier and Type | Method and Description |
---|---|
void |
begin(FLArray array) |
static FLArrayIterator |
getManagedArrayIterator() |
static FLArrayIterator |
getUnmanagedArrayIterator(long peer) |
FLValue |
getValue() |
FLValue |
getValueAt(int index) |
boolean |
next() |
toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
close
public FLArrayIterator()
public FLArrayIterator(long peer)
@NonNull public static FLArrayIterator getUnmanagedArrayIterator(long peer)
@NonNull public static FLArrayIterator getManagedArrayIterator()
public void begin(@NonNull FLArray array)
public boolean next()
@Nullable public FLValue getValue()
@Nullable public FLValue getValueAt(int index)