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:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
 newInstancein interfaceXImmutableCollection.Factory<E>
 
 -