Class SynchronizedCharSet
- java.lang.Object
-
- org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedCharCollection
-
- org.eclipse.collections.impl.set.mutable.primitive.SynchronizedCharSet
-
- All Implemented Interfaces:
Serializable,CharIterable,MutableCharCollection,PrimitiveIterable,CharSet,MutableCharSet
public class SynchronizedCharSet extends AbstractSynchronizedCharCollection implements MutableCharSet
A synchronized view of aMutableCharSet. It is imperative that the user manually synchronize on the collection when iterating over it using theCharIterator, as perCollections.synchronizedCollection(Collection).This file was automatically generated from template file synchronizedPrimitiveSet.stg.
- Since:
- 3.1.
- See Also:
MutableCharSet.asSynchronized(),MutableSet.asSynchronized(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronizedCharSet(MutableCharSet set)SynchronizedCharSet(MutableCharSet set, Object newLock)
-
Method Summary
-
Methods inherited from class org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedCharCollection
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, average, charIterator, chunk, clear, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, reduce, reduceIfEmpty, remove, removeAll, removeAll, removeIf, retainAll, retainAll, size, sum, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toString
-
Methods inherited from interface org.eclipse.collections.api.CharIterable
allSatisfy, anySatisfy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListBy
-
Methods inherited from interface org.eclipse.collections.api.set.primitive.CharSet
isProperSubsetOf, isSubsetOf
-
Methods inherited from interface org.eclipse.collections.api.collection.primitive.MutableCharCollection
add, addAll, addAll, charIterator, clear, remove, removeAll, removeAll, removeIf, retainAll, retainAll
-
Methods inherited from interface org.eclipse.collections.api.set.primitive.MutableCharSet
difference, intersect, symmetricDifference, tap, union
-
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
-
-
-
-
Constructor Detail
-
SynchronizedCharSet
public SynchronizedCharSet(MutableCharSet set)
-
SynchronizedCharSet
public SynchronizedCharSet(MutableCharSet set, Object newLock)
-
-
Method Detail
-
of
public static SynchronizedCharSet of(MutableCharSet set)
This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.
-
of
public static SynchronizedCharSet of(MutableCharSet set, Object lock)
This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet. Additionally, a developer specifies which lock to use with the collection.
-
without
public SynchronizedCharSet without(char element)
- Specified by:
withoutin interfaceMutableCharCollection- Specified by:
withoutin interfaceMutableCharSet- Overrides:
withoutin classAbstractSynchronizedCharCollection
-
boxed
public MutableSet<Character> boxed()
- Specified by:
boxedin interfaceMutableCharSet
-
with
public SynchronizedCharSet with(char element)
- Specified by:
within interfaceMutableCharCollection- Specified by:
within interfaceMutableCharSet- Overrides:
within classAbstractSynchronizedCharCollection
-
withAll
public SynchronizedCharSet withAll(CharIterable elements)
- Specified by:
withAllin interfaceMutableCharCollection- Specified by:
withAllin interfaceMutableCharSet- Overrides:
withAllin classAbstractSynchronizedCharCollection
-
withoutAll
public SynchronizedCharSet withoutAll(CharIterable elements)
- Specified by:
withoutAllin interfaceMutableCharCollection- Specified by:
withoutAllin interfaceMutableCharSet- Overrides:
withoutAllin classAbstractSynchronizedCharCollection
-
select
public MutableCharSet select(CharPredicate predicate)
- Specified by:
selectin interfaceCharIterable- Specified by:
selectin interfaceCharSet- Specified by:
selectin interfaceMutableCharCollection- Specified by:
selectin interfaceMutableCharSet- Overrides:
selectin classAbstractSynchronizedCharCollection
-
reject
public MutableCharSet reject(CharPredicate predicate)
- Specified by:
rejectin interfaceCharIterable- Specified by:
rejectin interfaceCharSet- Specified by:
rejectin interfaceMutableCharCollection- Specified by:
rejectin interfaceMutableCharSet- Overrides:
rejectin classAbstractSynchronizedCharCollection
-
collect
public <V> MutableSet<V> collect(CharToObjectFunction<? extends V> function)
- Specified by:
collectin interfaceCharIterable- Specified by:
collectin interfaceCharSet- Specified by:
collectin interfaceMutableCharCollection- Specified by:
collectin interfaceMutableCharSet- Overrides:
collectin classAbstractSynchronizedCharCollection
-
cartesianProduct
public LazyIterable<CharCharPair> cartesianProduct(CharSet set)
- Specified by:
cartesianProductin interfaceCharSet
-
equals
public boolean equals(Object otherSet)
-
hashCode
public int hashCode()
-
asLazy
public LazyCharIterable asLazy()
- Specified by:
asLazyin interfaceCharIterable- Overrides:
asLazyin classAbstractSynchronizedCharCollection
-
asUnmodifiable
public MutableCharSet asUnmodifiable()
- Specified by:
asUnmodifiablein interfaceMutableCharCollection- Specified by:
asUnmodifiablein interfaceMutableCharSet- Overrides:
asUnmodifiablein classAbstractSynchronizedCharCollection
-
asSynchronized
public MutableCharSet asSynchronized()
- Specified by:
asSynchronizedin interfaceMutableCharCollection- Specified by:
asSynchronizedin interfaceMutableCharSet- Overrides:
asSynchronizedin classAbstractSynchronizedCharCollection
-
freeze
public CharSet freeze()
- Specified by:
freezein interfaceCharSet- Specified by:
freezein interfaceMutableCharSet
-
toImmutable
public ImmutableCharSet toImmutable()
- Specified by:
toImmutablein interfaceCharSet- Specified by:
toImmutablein interfaceMutableCharCollection- Specified by:
toImmutablein interfaceMutableCharSet- Overrides:
toImmutablein classAbstractSynchronizedCharCollection
-
newEmpty
public MutableCharSet newEmpty()
- Specified by:
newEmptyin interfaceMutableCharCollection- Specified by:
newEmptyin interfaceMutableCharSet- Since:
- 9.2.
-
-