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
  • Field Details

    • SINGLETON

      public static final VoidValue SINGLETON
  • Method Details