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

All Superinterfaces:
java.util.Collection<T>, java.lang.Iterable<T>, java.util.List<T>, 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 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>