Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedShortCollection
Packages that use SynchronizedShortCollection
Package
Description
This package contains implementations of the mutable primitive collection interfaces.
-
Uses of SynchronizedShortCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return SynchronizedShortCollectionModifier and TypeMethodDescriptionstatic SynchronizedShortCollectionSynchronizedShortCollection.of(MutableShortCollection collection) This method will take a MutableShortCollection and wrap it directly in a SynchronizedShortCollection.static SynchronizedShortCollectionSynchronizedShortCollection.of(MutableShortCollection collection, Object lock) This method will take a MutableShortCollection and wrap it directly in a SynchronizedShortCollection.