org.freecompany.util.text
Class CharSequenceMap<T>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<java.lang.CharSequence,T>
          extended by org.freecompany.util.text.CharSequenceMap<T>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.CharSequence,T>, java.util.NavigableMap<java.lang.CharSequence,T>, java.util.SortedMap<java.lang.CharSequence,T>

public class CharSequenceMap<T>
extends java.util.TreeMap<java.lang.CharSequence,T>

A map implementation that can use <@link CharSequence> instances as keys. It also supports null keys and values.

See Also:
Serialized Form

Nested Class Summary
static class CharSequenceMap.CharSequenceComparator
          Comparator for examining two <@see java.lang.CharSequence> objects for equality based only on value.
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CharSequenceMap()
           
 
Method Summary
 
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

CharSequenceMap

public CharSequenceMap()