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>