Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSet
| Package | Description |
|---|---|
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
-
Uses of SynchronizedCharSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return SynchronizedCharSet Modifier and Type Method Description static SynchronizedCharSetSynchronizedCharSet. of(MutableCharSet set)This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.static SynchronizedCharSetSynchronizedCharSet. of(MutableCharSet set, Object lock)This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.SynchronizedCharSetSynchronizedCharSet. with(char element)SynchronizedCharSetSynchronizedCharSet. withAll(CharIterable elements)SynchronizedCharSetSynchronizedCharSet. without(char element)SynchronizedCharSetSynchronizedCharSet. withoutAll(CharIterable elements)