Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSet
Packages that use SynchronizedIntSet
Package
Description
This package contains implementations of the mutable primitive set interfaces.
-
Uses of SynchronizedIntSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedIntSetModifier and TypeMethodDescriptionstatic SynchronizedIntSetSynchronizedIntSet.of(MutableIntSet set) This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.static SynchronizedIntSetSynchronizedIntSet.of(MutableIntSet set, Object lock) This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.SynchronizedIntSet.with(int element) SynchronizedIntSet.withAll(IntIterable elements) SynchronizedIntSet.without(int element) SynchronizedIntSet.withoutAll(IntIterable elements)