Interface XImmutableBag.Factory<E>
- All Superinterfaces:
- XFactory<E>,- XGettingBag.Factory<E>,- XGettingCollection.Creator<E>,- XImmutableCollection.Factory<E>
- All Known Subinterfaces:
- XImmutableList.Factory<E>
- Enclosing interface:
- XImmutableBag<E>
public static interface XImmutableBag.Factory<E> extends XImmutableCollection.Factory<E>, XGettingBag.Factory<E>
- 
Method SummaryModifier and Type Method Description XImmutableBag<E>newInstance()
- 
Method Details- 
newInstanceXImmutableBag<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- XImmutableCollection.Factory<E>
 
 
-