com.googlecode.concurrenttrees.radix.node.concrete.voidvalue
Class VoidValue
java.lang.Object
com.googlecode.concurrenttrees.radix.node.concrete.voidvalue.VoidValue
public class VoidValue
- extends Object
A dummy object which if supplied as a value for an entry in a tree, will not actually be stored in the tree by
DefaultCharArrayNodeFactory or
DefaultCharSequenceNodeFactory to save memory.
- Author:
- Niall Gallagher
SINGLETON
public static final VoidValue SINGLETON
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.