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 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.SynchronizedShortSetSynchronizedShortSet. with(short element)SynchronizedShortSetSynchronizedShortSet. withAll(ShortIterable elements)SynchronizedShortSetSynchronizedShortSet. without(short element)SynchronizedShortSetSynchronizedShortSet. withoutAll(ShortIterable elements)
-