org.mapdb
Class BTreeMap.ValRef

java.lang.Object
  extended by 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


Constructor Summary
BTreeMap.ValRef(long recid)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BTreeMap.ValRef

public BTreeMap.ValRef(long recid)
Method Detail

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.