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 Summary
Modifier and Type Method Description XSet<E>newInstance() 
- 
Method Details
- 
newInstance
- Specified by:
 newInstancein interfaceXAddGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingCollection.Creator<E>- Specified by:
 newInstancein interfaceXAddingSet.Creator<E>- Specified by:
 newInstancein interfaceXCollection.Factory<E>- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingSet.Creator<E>- Specified by:
 newInstancein interfaceXProcessingCollection.Factory<E>- Specified by:
 newInstancein interfaceXProcessingSet.Factory<E>- Specified by:
 newInstancein interfaceXPutGetCollection.Creator<E>- Specified by:
 newInstancein interfaceXPutGetSet.Factory<E>- Specified by:
 newInstancein interfaceXPuttingCollection.Creator<E>- Specified by:
 newInstancein interfaceXPuttingSet.Creator<E>- Specified by:
 newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
 newInstancein interfaceXRemovingSet.Factory<E>
 
 -