TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.collections.HashedListMap

Packages that use HashedListMap
edu.tum.cs.commons.collections Extensions to the Java collections. 
 

Uses of HashedListMap in edu.tum.cs.commons.collections
 

Subclasses of HashedListMap in edu.tum.cs.commons.collections
 class UnmodifiableHashedListMap<K,I>
          This is a wrapper for a HashedListMap prohibiting all calls that would modify its contents.
 

Methods in edu.tum.cs.commons.collections with parameters of type HashedListMap
 void HashedListMap.addAll(HashedListMap<K,I> other)
          Adds all elements from another hashed list map.
static
<S,T> UnmodifiableHashedListMap<S,T>
CollectionUtils.asUnmodifiable(HashedListMap<S,T> m)
          Returns a new unmodifiable hashed list map wrapping the given map.
 

Constructors in edu.tum.cs.commons.collections with parameters of type HashedListMap
HashedListMap(HashedListMap<K,I> other)
          Copy constructor.
UnmodifiableHashedListMap(HashedListMap<K,I> map)
          Create new unmodifiable hashed list map.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7