|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmodifiableList | |
---|---|
edu.tum.cs.commons.collections | Extensions to the Java collections. |
edu.tum.cs.commons.error | Generic classes used in the context of error handling. |
Uses of UnmodifiableList in edu.tum.cs.commons.collections |
---|
Methods in edu.tum.cs.commons.collections that return UnmodifiableList | ||
---|---|---|
static
|
CollectionUtils.asSortedUnmodifiableList(java.util.Collection<T> collection)
Returns a sorted unmodifiable list for a collection. |
|
static
|
CollectionUtils.asSortedUnmodifiableList(java.util.Collection<T> collection,
java.util.Comparator<? super T> comparator)
Returns a sorted unmodifiable list for a collection. |
|
static
|
CollectionUtils.asUnmodifiable(java.util.List<T> l)
Returns a new unmodifiable list wrapping the given list. |
|
static
|
CollectionUtils.emptyList()
The way this method is defined allows to assign it to all parameterized types, i.e. bot of the following statements are accepted by the compiler without warnings: UnmodifiableList<String> emptyList = CollectionUtils.emptyList(); UnmodifiableList<Date> emptyList = CollectionUtils.emptyList(); |
|
UnmodifiableList<I> |
UnmodifiableHashedListMap.getList(K key)
Get list for key. |
|
UnmodifiableList<I> |
UnmodifiableHashedListMap.getValues()
Return all values from all lists. |
Uses of UnmodifiableList in edu.tum.cs.commons.error |
---|
Methods in edu.tum.cs.commons.error that return UnmodifiableList | |
---|---|
UnmodifiableList<X> |
CollectingExceptionHandler.getExceptions()
Returns the list of exception caught so far. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |