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:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXRemovingCollection.Factory<E>
- Specified by:
newInstance
in interfaceXRemovingSequence.Factory<E>
- Specified by:
newInstance
in interfaceXRemovingSet.Factory<E>
-
-