Class VoidValue
- java.lang.Object
-
- com.googlecode.concurrenttrees.radix.node.concrete.voidvalue.VoidValue
-
public class VoidValue extends java.lang.ObjectA dummy object which if supplied as a value for an entry in a tree, will not actually be stored in the tree byDefaultCharArrayNodeFactoryorDefaultCharSequenceNodeFactoryto save memory.
-
-
Constructor Summary
Constructors Constructor Description VoidValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
SINGLETON
public static final VoidValue SINGLETON
-
-