org.datamanager.passiveentityvalue
Class WordFrequencyMapEntityValue.WordTotal

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue.WordTotal
All Implemented Interfaces:
Serializable
Enclosing class:
WordFrequencyMapEntityValue

public static class WordFrequencyMapEntityValue.WordTotal
extends Object
implements Serializable

WordTotal is merely a marker for our Map so that we don't have to recalculate the total number of words in our Map all the time. In other words, a cache marker.

See Also:
Serialized Form

Method Summary
static WordFrequencyMapEntityValue.WordTotal getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final WordFrequencyMapEntityValue.WordTotal getInstance()