Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag
Packages that use UnmodifiableIntBag
Package
Description
This package contains implementations of the mutable primitive bag interfaces.
-
Uses of UnmodifiableIntBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return UnmodifiableIntBagModifier and TypeMethodDescriptionUnmodifiableIntBag.with(int element) UnmodifiableIntBag.withAll(IntIterable elements) UnmodifiableIntBag.without(int element) UnmodifiableIntBag.withoutAll(IntIterable elements)