Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSet
Packages that use SynchronizedCharSet
Package
Description
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 SynchronizedCharSetModifier and TypeMethodDescriptionstatic 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.SynchronizedCharSet.with(char element) SynchronizedCharSet.withAll(CharIterable elements) SynchronizedCharSet.without(char element) SynchronizedCharSet.withoutAll(CharIterable elements)