jim.pums.assess.bus
Class CategoryMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap
          extended by jim.pums.assess.bus.CategoryMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map, java.util.SortedMap

public class CategoryMap
extends java.util.TreeMap

See Also:
Serialized Form

Constructor Summary
CategoryMap()
          Creates a new instance of DynamicMap
 
Method Summary
 java.lang.Object get(java.lang.String key)
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, 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

CategoryMap

public CategoryMap()
Creates a new instance of DynamicMap

Method Detail

get

public java.lang.Object get(java.lang.String key)