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 Summary
Modifier and Type Method Description XImmutableCollection<E>newInstance() 
- 
Method Details
- 
newInstance
XImmutableCollection<E> newInstance()- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>
 
 -