Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
-
Packages that use IntHashSet Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of IntHashSet in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as IntHashSet Modifier and Type Field Description private IntHashSetAbstractMutableIntKeySet.SerRep. deserialized -
Uses of IntHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return IntHashSet Modifier and Type Method Description IntHashSetIntHashSet. newEmpty()Creates a new empty IntHashSet.static IntHashSetIntHashSet. newSet(IntIterable source)static IntHashSetIntHashSet. newSetWith(int... source)IntHashSetIntHashSet. reject(IntPredicate predicate)IntHashSetIntHashSet. select(IntPredicate predicate)IntHashSetIntHashSet. with(int element)IntHashSetIntHashSet. withAll(IntIterable elements)IntHashSetIntHashSet. without(int element)IntHashSetIntHashSet. withoutAll(IntIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntHashSet Constructor Description IntHashSet(IntHashSet set)
-