Interface JFleeceCollectionInterface

All Known Subinterfaces:
ArrayInterface, DictionaryInterface, IndexUpdater, MutableArrayInterface, MutableDictionaryInterface
All Known Implementing Classes:
AbstractJFleeceCollection, Array, Dictionary, Document, MutableArray, MutableDictionary, MutableDocument, Result

public interface JFleeceCollectionInterface
API common to both Dictionary and Array interfaces.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    boolean
     
  • Method Details

    • count

      int count()
    • isEmpty

      boolean isEmpty()