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 UnmodifiableShortBag
UnmodifiableShortBag. with(short element)
UnmodifiableShortBag
UnmodifiableShortBag. withAll(ShortIterable elements)
UnmodifiableShortBag
UnmodifiableShortBag. without(short element)
UnmodifiableShortBag
UnmodifiableShortBag. withoutAll(ShortIterable elements)
-