Uses of Class
org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollection
Packages that use SynchronizedMutableCollection
-
Uses of SynchronizedMutableCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable that return SynchronizedMutableCollectionModifier and TypeMethodDescriptionstatic <E,
C extends Collection<E>>
SynchronizedMutableCollection<E> SynchronizedMutableCollection.of
(C collection) This method will take a MutableCollection and wrap it directly in a SynchronizedMutableCollection.static <E,
C extends Collection<E>>
SynchronizedMutableCollection<E> This method will take a MutableCollection and wrap it directly in a SynchronizedMutableCollection.