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:
newInstance
in interfaceXFactory<E>
- Specified by:
newInstance
in interfaceXGettingCollection.Creator<E>
- Specified by:
newInstance
in interfaceXGettingSet.Creator<E>
- Specified by:
newInstance
in interfaceXImmutableCollection.Factory<E>
-