Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableIntBag
-
Packages that use UnmodifiableIntBag Package Description org.eclipse.collections.impl.bag.mutable.primitive 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 UnmodifiableIntBag Modifier and Type Method Description UnmodifiableIntBag
UnmodifiableIntBag. with(int element)
UnmodifiableIntBag
UnmodifiableIntBag. withAll(IntIterable elements)
UnmodifiableIntBag
UnmodifiableIntBag. without(int element)
UnmodifiableIntBag
UnmodifiableIntBag. withoutAll(IntIterable elements)
-