com.ibm.utilities.collections.lists
Interface UnmodifiableList<T>

All Superinterfaces:
com.ibm.utilities.collections.stl.Algorithm.ForEach<T>, java.lang.Cloneable, java.util.Collection<T>, com.ibm.utilities.collections.stl.Functional.UnaryCompare<T>, java.lang.Iterable<T>, java.util.List<T>, Modifiable, Unmodifiable, UnmodifiableCollection<T>

public interface UnmodifiableList<T>
extends UnmodifiableCollection<T>, java.util.List<T>

Denotes a List that is unmodifiable

Since:
8.0.0.1

Method Summary
 UnmodifiableList<T> clone()
           
 
Methods inherited from interface com.ibm.utilities.collections.collections.Collection
enumeration, unCmp
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface com.ibm.utilities.collections.stl.Algorithm.ForEach
forEach, forEach
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

clone

UnmodifiableList<T> clone()
Specified by:
clone in interface UnmodifiableCollection<T>