Interface XPrependingList.Creator<E>
- All Superinterfaces:
- XPrependingSequence.Creator<E>
- All Known Subinterfaces:
- XExpandingList.Factory<E>,- XExtendingList.Creator<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:
- XPrependingList<E>
public static interface XPrependingList.Creator<E> extends XPrependingSequence.Creator<E>
- 
Method SummaryModifier and Type Method Description XPrependingList<E>newInstance()
- 
Method Details- 
newInstanceXPrependingList<E> newInstance()- Specified by:
- newInstancein interface- XPrependingSequence.Creator<E>
 
 
-