Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedShortCollection
Package | Description |
---|---|
org.eclipse.collections.impl.collection.mutable.primitive |
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 SynchronizedShortCollection Modifier and Type Method Description static SynchronizedShortCollection
SynchronizedShortCollection. of(MutableShortCollection collection)
This method will take a MutableShortCollection and wrap it directly in a SynchronizedShortCollection.static SynchronizedShortCollection
SynchronizedShortCollection. of(MutableShortCollection collection, Object lock)
This method will take a MutableShortCollection and wrap it directly in a SynchronizedShortCollection.