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

    • SINGLETON

      public static final VoidValue SINGLETON
  • Constructor Details

    • VoidValue

      VoidValue()
  • Method Details