Interface XRemovingSet.Factory<E>
-
- All Superinterfaces:
XFactory<E>,XRemovingCollection.Factory<E>
- All Known Subinterfaces:
XBasicEnum.Creator<E>,XDecreasingEnum.Creator<E>,XEnum.Creator<E>,XProcessingEnum.Creator<E>,XProcessingSet.Factory<E>,XRank.Factory<E>,XRemovingEnum.Factory<E>,XSet.Factory<E>
- Enclosing interface:
- XRemovingSet<E>
public static interface XRemovingSet.Factory<E> extends XRemovingCollection.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XRemovingCollection<E>newInstance()
-
-
-
Method Detail
-
newInstance
XRemovingCollection<E> newInstance()
- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXRemovingCollection.Factory<E>
-
-