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