Interface XRemovingEnum.Factory<E>
-
- All Superinterfaces:
XFactory<E>,XRemovingCollection.Factory<E>,XRemovingSequence.Factory<E>,XRemovingSet.Factory<E>
- Enclosing interface:
- XRemovingEnum<E>
public static interface XRemovingEnum.Factory<E> extends XRemovingSet.Factory<E>, XRemovingSequence.Factory<E>
-
-
Method Summary
Modifier and Type Method Description XRemovingEnum<E>newInstance()
-
-
-
Method Detail
-
newInstance
XRemovingEnum<E> newInstance()
- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXRemovingCollection.Factory<E>- Specified by:
newInstancein interfaceXRemovingSequence.Factory<E>- Specified by:
newInstancein interfaceXRemovingSet.Factory<E>
-
-