Interface XImmutableCollection.Factory<E>
- All Superinterfaces:
- XFactory<E>,- XGettingCollection.Creator<E>
- All Known Subinterfaces:
- XImmutableBag.Factory<E>,- XImmutableEnum.Factory<E>,- XImmutableList.Factory<E>,- XImmutableSequence.Factory<E>,- XImmutableSet.Factory<E>
- Enclosing interface:
- XImmutableCollection<E>
public static interface XImmutableCollection.Factory<E> extends XGettingCollection.Creator<E>
- 
Method SummaryModifier and Type Method Description XImmutableCollection<E>newInstance()
- 
Method Details- 
newInstanceXImmutableCollection<E> newInstance()- Specified by:
- newInstancein interface- XFactory<E>
- Specified by:
- newInstancein interface- XGettingCollection.Creator<E>
 
 
-