Interface XImmutableList.Factory<E>
- All Superinterfaces:
XFactory<E>,XGettingBag.Factory<E>,XGettingCollection.Creator<E>,XGettingList.Factory<E>,XGettingSequence.Factory<E>,XImmutableBag.Factory<E>,XImmutableCollection.Factory<E>,XImmutableSequence.Factory<E>
- Enclosing interface:
- XImmutableList<E>
public static interface XImmutableList.Factory<E> extends XImmutableSequence.Factory<E>, XGettingList.Factory<E>, XImmutableBag.Factory<E>
-
Method Summary
Modifier and Type Method Description XImmutableList<E>newInstance()
-
Method Details
-
newInstance
XImmutableList<E> newInstance()- Specified by:
newInstancein interfaceXFactory<E>- Specified by:
newInstancein interfaceXGettingBag.Factory<E>- Specified by:
newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
newInstancein interfaceXGettingList.Factory<E>- Specified by:
newInstancein interfaceXGettingSequence.Factory<E>- Specified by:
newInstancein interfaceXImmutableBag.Factory<E>- Specified by:
newInstancein interfaceXImmutableCollection.Factory<E>- Specified by:
newInstancein interfaceXImmutableSequence.Factory<E>
-