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