Class FLDictIterator

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class FLDictIterator
    extends C4NativePeer
    • Constructor Detail

      • FLDictIterator

        public FLDictIterator()
    • Method Detail

      • getCount

        public long getCount()
      • begin

        public void begin​(FLDict dict)
      • getKeyString

        @Nullable
        public java.lang.String getKeyString()
      • getValue

        @Nullable
        public FLValue getValue()
      • next

        public boolean next()
      • close

        @CallSuper
        public void close()