Uses of Interface
com.sun.jersey.core.util.KeyComparator

Packages that use KeyComparator
com.sun.jersey.core.util Provides support for collection-based classes. 
 

Uses of KeyComparator in com.sun.jersey.core.util
 

Classes in com.sun.jersey.core.util that implement KeyComparator
 class StringIgnoreCaseKeyComparator
          Case insensitive String key comparator.
 

Constructors in com.sun.jersey.core.util with parameters of type KeyComparator
KeyComparatorHashMap(int initialCapacity, float loadFactor, KeyComparator<K> keyComparator)
          Constructs an empty HashMap with the specified initial capacity and load factor.
KeyComparatorHashMap(int initialCapacity, KeyComparator<K> keyComparator)
          Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
KeyComparatorHashMap(KeyComparator<K> keyComparator)
          Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
KeyComparatorHashMap(java.util.Map<? extends K,? extends V> m, KeyComparator<K> keyComparator)
          Constructs a new HashMap with the same mappings as the specified Map.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.