Interface XExtendingList.Creator<E>

All Superinterfaces:
XAddingCollection.Creator<E>, XAddingList.Creator<E>, XAddingSequence.Creator<E>, XExtendingSequence.Creator<E>, XFactory<E>, XPrependingList.Creator<E>, XPrependingSequence.Creator<E>
All Known Subinterfaces:
XExpandingList.Factory<E>, XIncreasingList.Creator<E>, XInputtingList.Factory<E>, XInsertingList.Creator<E>, XList.Creator<E>
All Known Implementing Classes:
BulkList.Creator, EqBulkList.Creator, LimitList.Creator
Enclosing interface:
XExtendingList<E>

public static interface XExtendingList.Creator<E>
extends XExtendingSequence.Creator<E>, XAddingList.Creator<E>, XPrependingList.Creator<E>