Package org.tinspin.index.critbit
Class CritBit64.AtomicInfo<V>
- java.lang.Object
-
- org.tinspin.index.critbit.CritBit64.AtomicInfo<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAtomicInfo()
-
-
-
Field Detail
-
root
protected CritBit64.Node<V> root
-
rootKey
protected long rootKey
-
rootVal
protected V rootVal
-
size
protected int size
-
-
Method Detail
-
copy
protected CritBit64.AtomicInfo<V> copy()
-
-