-
Classes Class Description com.aoapps.collections.SortedProperties Please useSortedPropertiesfrom Apache Commons Collections.
-
Methods Method Description com.aoapps.collections.AoCollections.emptyIterator() UseCollections.emptyIterator()as of Java 1.7.com.aoapps.collections.AoCollections.singletonIterator(E) Please useSingletonIteratorfrom Apache Commons Collections.com.aoapps.collections.MinimalList.get(List<E>, int) Since empty lists are no longer represented bynull, invokeList.get(int)directly now.com.aoapps.collections.MinimalMap.containsKey(Map<K, V>, K) Since empty maps are no longer represented bynull, invokeMap.containsKey(java.lang.Object)directly now.com.aoapps.collections.MinimalMap.get(Map<K, V>, K) Since empty maps are no longer represented bynull, invokeMap.get(java.lang.Object)directly now.com.aoapps.collections.MinimalMap.values(Map<K, V>) Since empty maps are no longer represented bynull, invokeMap.values()directly now.
-
Constructors Constructor Description com.aoapps.collections.ArraySet() This is for convention only, please provide a previously sorted ArrayList for best performance.com.aoapps.collections.IdentityKey(T)