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