TUM CCSM Commons

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

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
<T extends java.lang.Comparable<T>>
UnmodifiableList<T>
CollectionUtils.asSortedUnmodifiableList(java.util.Collection<T> collection)
          Returns a sorted unmodifiable list for a collection.
static
<T extends java.lang.Comparable<T>>
UnmodifiableList<T>
CollectionUtils.asSortedUnmodifiableList(java.util.Collection<T> collection, java.util.Comparator<? super T> comparator)
          Returns a sorted unmodifiable list for a collection.
static
<T> UnmodifiableList<T>
CollectionUtils.asUnmodifiable(java.util.List<T> l)
          Returns a new unmodifiable list wrapping the given list.
static
<T> UnmodifiableList<T>
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

TUM CCSM Commons - 2.7