Interface XExpandingList.Factory<E>
- All Superinterfaces:
- XAddingBag.Factory<E>,- XAddingCollection.Creator<E>,- XAddingList.Creator<E>,- XAddingSequence.Creator<E>,- XExpandingSequence.Creator<E>,- XExtendingList.Creator<E>,- XExtendingSequence.Creator<E>,- XFactory<E>,- XPrependingList.Creator<E>,- XPrependingSequence.Creator<E>,- XPreputtingList.Factory<E>,- XPreputtingSequence.Creator<E>,- XPuttingBag.Creator<E>,- XPuttingCollection.Creator<E>,- XPuttingList.Creator<E>,- XPuttingSequence.Creator<E>
- All Known Subinterfaces:
- XIncreasingList.Creator<E>,- XInputtingList.Factory<E>,- XList.Creator<E>
- All Known Implementing Classes:
- BulkList.Creator,- EqBulkList.Creator,- LimitList.Creator
- Enclosing interface:
- XExpandingList<E>
public static interface XExpandingList.Factory<E> extends XExtendingList.Creator<E>, XPuttingList.Creator<E>, XPreputtingList.Factory<E>, XExpandingSequence.Creator<E>
- 
Method SummaryModifier and Type Method Description XExpandingList<E>newInstance()
- 
Method Details- 
newInstanceXExpandingList<E> newInstance()- Specified by:
- newInstancein interface- XAddingBag.Factory<E>
- Specified by:
- newInstancein interface- XAddingCollection.Creator<E>
- Specified by:
- newInstancein interface- XAddingList.Creator<E>
- Specified by:
- newInstancein interface- XAddingSequence.Creator<E>
- Specified by:
- newInstancein interface- XExpandingSequence.Creator<E>
- Specified by:
- newInstancein interface- XExtendingList.Creator<E>
- Specified by:
- newInstancein interface- XExtendingSequence.Creator<E>
- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XPrependingList.Creator<E>
- Specified by:
- newInstancein interface- XPrependingSequence.Creator<E>
- Specified by:
- newInstancein interface- XPreputtingList.Factory<E>
- Specified by:
- newInstancein interface- XPreputtingSequence.Creator<E>
- Specified by:
- newInstancein interface- XPuttingBag.Creator<E>
- Specified by:
- newInstancein interface- XPuttingCollection.Creator<E>
- Specified by:
- newInstancein interface- XPuttingList.Creator<E>
- Specified by:
- newInstancein interface- XPuttingSequence.Creator<E>
 
 
-