org.mapdb
Class BTreeMap.ValRef
java.lang.Object
org.mapdb.BTreeMap.ValRef
- Enclosing class:
- BTreeMap<K,V>
protected static final class BTreeMap.ValRef
- extends Object
if valsOutsideNodes is true, this class is used instead of values.
It contains reference to actual value. It also supports assertions from preventing it to leak outside of Map
BTreeMap.ValRef
public BTreeMap.ValRef(long recid)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014. All Rights Reserved.