|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CollectionUtils.asUnmodifiable(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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||