Interface XImmutableSequence.Factory<E>
- All Superinterfaces:
XFactory<E>
,XGettingCollection.Creator<E>
,XGettingSequence.Factory<E>
,XImmutableCollection.Factory<E>
- All Known Subinterfaces:
XImmutableEnum.Factory<E>
,XImmutableList.Factory<E>
- Enclosing interface:
- XImmutableSequence<E>
public static interface XImmutableSequence.Factory<E> extends XImmutableCollection.Factory<E>, XGettingSequence.Factory<E>
-
Method Summary
Modifier and Type Method Description XImmutableSequence<E>
newInstance()
-
Method Details
-
newInstance
XImmutableSequence<E> newInstance()- Specified by:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXGettingSequence.Factory<E>
- Specified by:
newInstance
in interfaceXImmutableCollection.Factory<E>
-