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 UnmodifiableShortSetUnmodifiableShortSet. of(MutableShortSet set)This method will take a MutableShortSet and wrap it directly in a UnmodifiableShortSet.UnmodifiableShortSetUnmodifiableShortSet. with(short element)UnmodifiableShortSetUnmodifiableShortSet. withAll(ShortIterable elements)UnmodifiableShortSetUnmodifiableShortSet. without(short element)UnmodifiableShortSetUnmodifiableShortSet. withoutAll(ShortIterable elements)
-