Class IndexedMapHolder<Value>

java.lang.Object
com.codingchili.core.storage.IndexedMapHolder<Value>

public class IndexedMapHolder<Value> extends Object
A holder class that holds references to shared data between instantiated storages.
  • Field Details

    • indexed

      public final Set<String> indexed
    • db

      public final com.googlecode.cqengine.IndexedCollection<Value> db
    • attributes

      public Map<String,​com.googlecode.cqengine.attribute.Attribute<Value,​String>> attributes
  • Constructor Details

    • IndexedMapHolder

      public IndexedMapHolder(com.googlecode.cqengine.IndexedCollection<Value> db)