Uses of Class
com.helger.commons.collection.impl.CommonsTreeMap
Packages that use CommonsTreeMap
-
Uses of CommonsTreeMap in com.helger.commons.collection
Methods in com.helger.commons.collection that return CommonsTreeMapModifier and TypeMethodDescriptionstatic <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap()static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>>
CommonsTreeMap<ELEMENTTYPE, ELEMENTTYPE> CollectionHelper.newSortedMap(ELEMENTTYPE... aValues) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(Iterable<? extends Map.Entry<KEYTYPE, VALUETYPE>> aCollection) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(Collection<? extends Map.Entry<KEYTYPE, VALUETYPE>> aCollection) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(Collection<? extends KEYTYPE> aKeys, Collection<? extends VALUETYPE> aValues) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(Map<? extends KEYTYPE, ? extends VALUETYPE> aMap) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(Map<? extends KEYTYPE, ? extends VALUETYPE>[] aMaps) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(Map<KEYTYPE, VALUETYPE> aMap, Predicate<? super Map.Entry<? extends KEYTYPE, ? extends VALUETYPE>> aFilter) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(KEYTYPE[] aKeys, VALUETYPE[] aValues) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
CommonsTreeMap<KEYTYPE, VALUETYPE> CollectionHelper.newSortedMap(KEYTYPE aKey, VALUETYPE aValue) static <SRCKEYTYPE,SRCVALUETYPE, DSTKEYTYPE extends Comparable<? super DSTKEYTYPE>, DSTVALUETYPE>
CommonsTreeMap<DSTKEYTYPE, DSTVALUETYPE> CollectionHelper.newSortedMapMapped(Map<? extends SRCKEYTYPE, ? extends SRCVALUETYPE> aMap, Function<? super SRCKEYTYPE, DSTKEYTYPE> aKeyMapper, Function<? super SRCVALUETYPE, DSTVALUETYPE> aValueMapper) -
Uses of CommonsTreeMap in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl that return CommonsTreeMapModifier and TypeMethodDescription<K,V> CommonsTreeMap <K, V> CommonsTreeMap.createInstance()CommonsTreeMap.getClone()