Interface DictionaryInterface

    • Method Detail

      • count

        int count()
      • contains

        boolean contains​(@NonNull
                         String key)
      • getInt

        int getInt​(@NonNull
                   String key)
      • getLong

        long getLong​(@NonNull
                     String key)
      • getFloat

        float getFloat​(@NonNull
                       String key)
      • getDouble

        double getDouble​(@NonNull
                         String key)
      • getBoolean

        boolean getBoolean​(@NonNull
                           String key)
      • getNumber

        @Nullable
        Number getNumber​(@NonNull
                         String key)
      • getString

        @Nullable
        String getString​(@NonNull
                         String key)
      • getDate

        @Nullable
        Date getDate​(@NonNull
                     String key)
      • getBlob

        @Nullable
        Blob getBlob​(@NonNull
                     String key)
      • getArray

        @Nullable
        com.couchbase.lite.ArrayInterface getArray​(@NonNull
                                                   String key)
      • getValue

        @Nullable
        Object getValue​(@NonNull
                        String key)
      • toJSON

        @Nullable
        String toJSON()