Interface XImmutableSet.Factory<E>
- All Superinterfaces:
 XFactory<E>,XGettingCollection.Creator<E>,XGettingSet.Creator<E>,XImmutableCollection.Factory<E>
- All Known Subinterfaces:
 XImmutableEnum.Factory<E>
- Enclosing interface:
 - XImmutableSet<E>
 
public static interface XImmutableSet.Factory<E> extends XImmutableCollection.Factory<E>, XGettingSet.Creator<E>
- 
Method Summary
Modifier and Type Method Description XImmutableSet<E>newInstance() 
- 
Method Details
- 
newInstance
XImmutableSet<E> newInstance()- Specified by:
 newInstancein interfaceXFactory<E>- Specified by:
 newInstancein interfaceXGettingCollection.Creator<E>- Specified by:
 newInstancein interfaceXGettingSet.Creator<E>- Specified by:
 newInstancein interfaceXImmutableCollection.Factory<E>
 
 -