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 SummaryModifier and Type Method Description XImmutableList<E>newInstance()
- 
Method Details- 
newInstanceXImmutableList<E> newInstance()- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XGettingBag.Factory<E>
- Specified by:
- newInstancein interface- XGettingCollection.Creator<E>
- Specified by:
- newInstancein interface- XGettingList.Factory<E>
- Specified by:
- newInstancein interface- XGettingSequence.Factory<E>
- Specified by:
- newInstancein interface- XImmutableBag.Factory<E>
- Specified by:
- newInstancein interface- XImmutableCollection.Factory<E>
- Specified by:
- newInstancein interface- XImmutableSequence.Factory<E>
 
 
-