Apache CXF API

org.apache.cxf.jaxrs.provider
Class ProviderFactory.NameKeyMap<T>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<ProviderFactory.NameKey,T>
          extended by org.apache.cxf.jaxrs.provider.ProviderFactory.NameKeyMap<T>
All Implemented Interfaces:
Serializable, Cloneable, Map<ProviderFactory.NameKey,T>, NavigableMap<ProviderFactory.NameKey,T>, SortedMap<ProviderFactory.NameKey,T>
Enclosing class:
ProviderFactory

protected static class ProviderFactory.NameKeyMap<T>
extends TreeMap<ProviderFactory.NameKey,T>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ProviderFactory.NameKeyMap(boolean ascending)
           
 
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

ProviderFactory.NameKeyMap

public ProviderFactory.NameKeyMap(boolean ascending)

Apache CXF API

Apache CXF