Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedIntSet
-
Packages that use SynchronizedIntSet Package Description org.eclipse.collections.impl.set.mutable.primitive 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 SynchronizedIntSet Modifier and Type Method Description static 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.SynchronizedIntSetSynchronizedIntSet. with(int element)SynchronizedIntSetSynchronizedIntSet. withAll(IntIterable elements)SynchronizedIntSetSynchronizedIntSet. without(int element)SynchronizedIntSetSynchronizedIntSet. withoutAll(IntIterable elements)
-