Class VoidValue
- java.lang.Object
-
- com.googlecode.concurrenttrees.radix.node.concrete.voidvalue.VoidValue
-
public class VoidValue extends java.lang.Object
A dummy object which if supplied as a value for an entry in a tree, will not actually be stored in the tree byDefaultCharArrayNodeFactory
orDefaultCharSequenceNodeFactory
to save memory.
-
-
Constructor Summary
Constructors Constructor Description VoidValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
SINGLETON
public static final VoidValue SINGLETON
-
-