com.googlecode.concurrenttrees.radix.node.concrete.voidvalue
Class VoidValue

java.lang.Object
  extended by 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

Field Summary
static VoidValue SINGLETON
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SINGLETON

public static final VoidValue SINGLETON
Method Detail

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.