Uses of Class
org.apache.ignite.internal.util.collection.ImmutableIntSet
-
Packages that use ImmutableIntSet Package Description org.apache.ignite.internal.util.collection -
-
Uses of ImmutableIntSet in org.apache.ignite.internal.util.collection
Methods in org.apache.ignite.internal.util.collection that return ImmutableIntSet Modifier and Type Method Description static ImmutableIntSetImmutableIntSet. emptySet()static ImmutableIntSetImmutableIntSet. wrap(Set<Integer> delegate)
-