TUM CCSM Commons

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

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

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

Methods in edu.tum.cs.commons.collections that return UnmodifiableSortedSet
static
<T> UnmodifiableSortedSet<T>
CollectionUtils.asUnmodifiable(java.util.SortedSet<T> s)
          Returns a new unmodifiable sorted set wrapping the given sorted set.
 UnmodifiableSortedSet<E> UnmodifiableSortedSet.headSet(E toElement)
          
 UnmodifiableSortedSet<E> UnmodifiableSortedSet.subSet(E fromElement, E toElement)
          
 UnmodifiableSortedSet<E> UnmodifiableSortedSet.tailSet(E fromElement)
          
 


TUM CCSM Commons

TUM CCSM Commons - 2.7