Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedShortSet
-
Packages that use SynchronizedShortSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 SynchronizedShortSet Modifier and Type Method Description static SynchronizedShortSet
SynchronizedShortSet. of(MutableShortSet set)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.static SynchronizedShortSet
SynchronizedShortSet. of(MutableShortSet set, java.lang.Object lock)
This method will take a MutableShortSet and wrap it directly in a SynchronizedShortSet.SynchronizedShortSet
SynchronizedShortSet. with(short element)
SynchronizedShortSet
SynchronizedShortSet. withAll(ShortIterable elements)
SynchronizedShortSet
SynchronizedShortSet. without(short element)
SynchronizedShortSet
SynchronizedShortSet. withoutAll(ShortIterable elements)
-