Class ODictionary<T>

java.lang.Object
com.orientechnologies.orient.core.dictionary.ODictionary<T>
Direct Known Subclasses:
ODictionaryWrapper

@Deprecated public class ODictionary<T> extends Object
Deprecated.
  • Constructor Details

    • ODictionary

      public ODictionary(OIndex iIndex)
      Deprecated.
  • Method Details

    • get

      public <RET extends T> RET get(String iKey)
      Deprecated.
    • get

      public <RET extends T> RET get(String iKey, String fetchPlan)
      Deprecated.
    • put

      public void put(String iKey, Object iValue)
      Deprecated.
    • remove

      public boolean remove(String iKey)
      Deprecated.
    • size

      public long size()
      Deprecated.
    • getIndex

      public OIndex getIndex()
      Deprecated.