TUM CCSM Commons

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

Packages that use UnmodifiableSet
edu.tum.cs.commons.collections Extensions to the Java collections. 
edu.tum.cs.commons.reflect Utilities for reflection. 
 

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

Subclasses of UnmodifiableSet in edu.tum.cs.commons.collections
 class UnmodifiableSortedSet<E>
          This is a wrapper for a SortedSet prohibiting all calls which would modify its contents.
 

Methods in edu.tum.cs.commons.collections that return UnmodifiableSet
static
<T> UnmodifiableSet<T>
CollectionUtils.asUnmodifiable(java.util.Set<T> s)
          Returns a new unmodifiable set wrapping the given set.
static
<T> UnmodifiableSet<T>
CollectionUtils.emptySet()
          Returns an empty set.
 UnmodifiableSet<java.util.Map.Entry<K,V>> UnmodifiableMap.entrySet()
          
 UnmodifiableSet<java.util.Map.Entry<S,T>> BidirectionalMap.getEntrySet()
          Returns the entries.
 UnmodifiableSet<S> BidirectionalMap.getFirstSet()
          Returns the first set (the domain).
 UnmodifiableSet<java.util.Map.Entry<T,S>> BidirectionalMap.getInvertedEntrySet()
          Returns the inverted entries.
 UnmodifiableSet<E> CounterSet.getKeys()
          Returns the set of all elements used a keys for counters.
 UnmodifiableSet<K> UnmodifiableHashedListMap.getKeys()
          Get keys.
 UnmodifiableSet<T> BidirectionalMap.getSecondSet()
          Returns the second set (the range).
 UnmodifiableSet<K> UnmodifiableMap.keySet()
          
 

Uses of UnmodifiableSet in edu.tum.cs.commons.reflect
 

Methods in edu.tum.cs.commons.reflect that return UnmodifiableSet
 UnmodifiableSet<java.lang.Class<?>> ClassType.getInterfaces()
          Returns all interfaces implemented by this class type in addition to the base class.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7