Class FLDict


  • public class FLDict
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FLDict​(long handle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> asDict()  
      long count()  
      FLValue get​(java.lang.String key)  
      FLValue toFLValue()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FLDict

        public FLDict​(long handle)
    • Method Detail

      • toFLValue

        @NonNull
        public FLValue toFLValue()
      • count

        public long count()
      • get

        @Nullable
        public FLValue get​(@Nullable
                           java.lang.String key)
      • asDict

        @NonNull
        public java.util.Map<java.lang.String,​java.lang.Object> asDict()