Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSet
-
Packages that use UnmodifiableShortSet Package Description org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of UnmodifiableShortSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return UnmodifiableShortSet Modifier and Type Method Description static UnmodifiableShortSet
UnmodifiableShortSet. of(MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a UnmodifiableShortSet.UnmodifiableShortSet
UnmodifiableShortSet. with(short element)
UnmodifiableShortSet
UnmodifiableShortSet. withAll(ShortIterable elements)
UnmodifiableShortSet
UnmodifiableShortSet. without(short element)
UnmodifiableShortSet
UnmodifiableShortSet. withoutAll(ShortIterable elements)
-