- Type Parameters:
T
- the reference type (e.g. "boxed" type) for elements in the list
T_CONS
- a primitive specialization of Consumer
for the element type
T_ITER
- a primitive specialization of Iterator
for the element type
T_LISTITER
- a primitive specialization of ListIterator
for the element type
T_LIST
- a self reference to this primitive specialization of List
- All Superinterfaces:
- Collection<T>, Iterable<T>, List<T>
- All Known Subinterfaces:
- PrimitiveList.OfBoolean, PrimitiveList.OfByte, PrimitiveList.OfChar, PrimitiveList.OfDouble, PrimitiveList.OfFloat, PrimitiveList.OfInt, PrimitiveList.OfLong, PrimitiveList.OfShort
- All Known Implementing Classes:
- AbstractPrimitiveList, AbstractPrimitiveList.OfBoolean, AbstractPrimitiveList.OfByte, AbstractPrimitiveList.OfChar, AbstractPrimitiveList.OfDouble, AbstractPrimitiveList.OfFloat, AbstractPrimitiveList.OfInt, AbstractPrimitiveList.OfLong, AbstractPrimitiveList.OfShort
public interface PrimitiveList<T,T_CONS,T_ITER extends PrimitiveIterator<T,T_CONS>,T_LISTITER extends PrimitiveListIterator<T,T_CONS>,T_LIST extends PrimitiveList<T,T_CONS,T_ITER,T_LISTITER,T_LIST>>
extends List<T>
Primitive specializations of the
List
interface.