Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableShortSet
Packages that use UnmodifiableShortSet
Package
Description
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 UnmodifiableShortSetModifier and TypeMethodDescriptionstatic UnmodifiableShortSetUnmodifiableShortSet.of(MutableShortSet set) This method will take a MutableShortSet and wrap it directly in a UnmodifiableShortSet.UnmodifiableShortSet.with(short element) UnmodifiableShortSet.withAll(ShortIterable elements) UnmodifiableShortSet.without(short element) UnmodifiableShortSet.withoutAll(ShortIterable elements)