ix.util
Interface TypedList<E>

All Superinterfaces:
java.util.Collection<E>, java.lang.Iterable<E>, java.util.List<E>

public interface TypedList<E>
extends java.util.List<E>

A List whose elements must be instances of a particluar subclass of Object.

See Also:
ListOf

Method Summary
 java.lang.Class elementClass()
           
 
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

elementClass

java.lang.Class elementClass()