Uses of Class
org.eclipse.collections.impl.bag.mutable.primitive.UnmodifiableShortBag
-
Packages that use UnmodifiableShortBag Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces. -
-
Uses of UnmodifiableShortBag in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return UnmodifiableShortBag Modifier and Type Method Description UnmodifiableShortBagUnmodifiableShortBag. with(short element)UnmodifiableShortBagUnmodifiableShortBag. withAll(ShortIterable elements)UnmodifiableShortBagUnmodifiableShortBag. without(short element)UnmodifiableShortBagUnmodifiableShortBag. withoutAll(ShortIterable elements)
-