|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmodifiableCollection | |
---|---|
edu.tum.cs.commons.collections | Extensions to the Java collections. |
edu.tum.cs.commons.tree | Utility methods for creating tree structures. |
Uses of UnmodifiableCollection in edu.tum.cs.commons.collections |
---|
Subclasses of UnmodifiableCollection in edu.tum.cs.commons.collections | |
---|---|
class |
UnmodifiableList<E>
This is a wrapper for a List prohibiting all calls which would modify
its contents. |
class |
UnmodifiableSet<E>
This is a wrapper for a Set prohibiting all calls which would modify
its contents. |
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 UnmodifiableCollection | ||
---|---|---|
static
|
CollectionUtils.asUnmodifiable(java.util.Collection<T> c)
Returns a new unmodifiable collection wrapping the given collection. |
|
UnmodifiableCollection<V> |
UnmodifiableMap.values()
|
Uses of UnmodifiableCollection in edu.tum.cs.commons.tree |
---|
Methods in edu.tum.cs.commons.tree that return UnmodifiableCollection | |
---|---|
UnmodifiableCollection<SimpleTreeNode<K>> |
SimpleTreeNode.getChildren()
Get children of this node. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |