Interface XIncreasingList.Creator<E>
- All Superinterfaces:
- XAddingBag.Factory<E>,- XAddingCollection.Creator<E>,- XAddingList.Creator<E>,- XAddingSequence.Creator<E>,- XExpandingList.Factory<E>,- XExpandingSequence.Creator<E>,- XExtendingList.Creator<E>,- XExtendingSequence.Creator<E>,- XFactory<E>,- XGettingCollection.Creator<E>,- XGettingList.Factory<E>,- XGettingSequence.Factory<E>,- XIncreasingSequence.Creator<E>,- XInputtingList.Factory<E>,- XInputtingSequence.Creator<E>,- XInsertingSequence.Creator<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>,- XReplacingBag.Factory<E>,- XSettingList.Creator<E>,- XSettingSequence.Creator<E>,- XSortableSequence.Creator<E>
- All Known Subinterfaces:
- XList.Creator<E>
- All Known Implementing Classes:
- BulkList.Creator,- EqBulkList.Creator,- LimitList.Creator
- Enclosing interface:
- XIncreasingList<E>
public static interface XIncreasingList.Creator<E> extends XInputtingList.Factory<E>, XSettingList.Creator<E>, XIncreasingSequence.Creator<E>
- 
Method SummaryModifier and Type Method Description XIncreasingList<E>newInstance()
- 
Method Details- 
newInstanceXIncreasingList<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- XExpandingList.Factory<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- XGettingCollection.Creator<E>
- Specified by:
- newInstancein interface- XGettingList.Factory<E>
- Specified by:
- newInstancein interface- XGettingSequence.Factory<E>
- Specified by:
- newInstancein interface- XIncreasingSequence.Creator<E>
- Specified by:
- newInstancein interface- XInputtingList.Factory<E>
- Specified by:
- newInstancein interface- XInputtingSequence.Creator<E>
- Specified by:
- newInstancein interface- XInsertingSequence.Creator<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>
- Specified by:
- newInstancein interface- XReplacingBag.Factory<E>
- Specified by:
- newInstancein interface- XSettingList.Creator<E>
- Specified by:
- newInstancein interface- XSettingSequence.Creator<E>
- Specified by:
- newInstancein interface- XSortableSequence.Creator<E>
 
 
-