K
- The type of the BTree keyV
- The type of the BTree valuepublic class MemoryHolder<K,V> extends Object implements ElementHolder<V,K,V>
Constructor and Description |
---|
MemoryHolder(BTree<K,V> btree,
V value)
Create a new holder storing an offset and a SoftReference containing the value.
|
public V getValue(BTree<K,V> btree)
getValue
in interface ElementHolder<V,K,V>
btree
- The Btree storing the elementpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.