java.lang.Object
com.orientechnologies.orient.core.storage.index.sbtree.local.v1.OSBTreeValue<V>

public class OSBTreeValue<V> extends Object
Since:
9/27/13
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Constructor Details

    • OSBTreeValue

      public OSBTreeValue(boolean isLink, long link, V value)
  • Method Details

    • isLink

      public boolean isLink()
    • getLink

      public long getLink()
    • getValue

      public V getValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object