Interface XSet.Factory<E>
- All Superinterfaces:
- XAddGetCollection.Creator<E>,- XAddingCollection.Creator<E>,- XAddingSet.Creator<E>,- XCollection.Factory<E>,- XFactory<E>,- XGettingCollection.Creator<E>,- XGettingSet.Creator<E>,- XProcessingCollection.Factory<E>,- XProcessingSet.Factory<E>,- XPutGetCollection.Creator<E>,- XPutGetSet.Factory<E>,- XPuttingCollection.Creator<E>,- XPuttingSet.Creator<E>,- XRemovingCollection.Factory<E>,- XRemovingSet.Factory<E>
- All Known Subinterfaces:
- XBasicEnum.Creator<E>,- XEnum.Creator<E>,- XRank.Factory<E>
public static interface XSet.Factory<E> extends XCollection.Factory<E>, XPutGetSet.Factory<E>, XProcessingSet.Factory<E>
- 
Method SummaryModifier and Type Method Description XSet<E>newInstance()
- 
Method Details- 
newInstance- Specified by:
- newInstancein interface- XAddGetCollection.Creator<E>
- Specified by:
- newInstancein interface- XAddingCollection.Creator<E>
- Specified by:
- newInstancein interface- XAddingSet.Creator<E>
- Specified by:
- newInstancein interface- XCollection.Factory<E>
- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XGettingCollection.Creator<E>
- Specified by:
- newInstancein interface- XGettingSet.Creator<E>
- Specified by:
- newInstancein interface- XProcessingCollection.Factory<E>
- Specified by:
- newInstancein interface- XProcessingSet.Factory<E>
- Specified by:
- newInstancein interface- XPutGetCollection.Creator<E>
- Specified by:
- newInstancein interface- XPutGetSet.Factory<E>
- Specified by:
- newInstancein interface- XPuttingCollection.Creator<E>
- Specified by:
- newInstancein interface- XPuttingSet.Creator<E>
- Specified by:
- newInstancein interface- XRemovingCollection.Factory<E>
- Specified by:
- newInstancein interface- XRemovingSet.Factory<E>
 
 
-