Uses of Interface
org.eclipse.collections.api.set.MultiReaderSet
Packages that use MultiReaderSet
-
Uses of MultiReaderSet in org.eclipse.collections.api.factory.set
Methods in org.eclipse.collections.api.factory.set that return MultiReaderSetModifier and TypeMethodDescription<T> MultiReaderSet
<T> MultiReaderSetFactory.empty()
<T> MultiReaderSet
<T> MultiReaderSetFactory.fromStream
(Stream<? extends T> stream) default <T> MultiReaderSet
<T> MultiReaderSetFactory.of()
Same asMultiReaderSetFactory.empty()
.default <T> MultiReaderSet
<T> MultiReaderSetFactory.of
(T... items) Same asMultiReaderSetFactory.with(Object[])
.default <T> MultiReaderSet
<T> default <T> MultiReaderSet
<T> MultiReaderSetFactory.ofInitialCapacity
(int capacity) Same asMultiReaderSetFactory.empty()
.default <T> MultiReaderSet
<T> MultiReaderSetFactory.with()
Same asMultiReaderSetFactory.empty()
.<T> MultiReaderSet
<T> MultiReaderSetFactory.with
(T... items) <T> MultiReaderSet
<T> <T> MultiReaderSet
<T> MultiReaderSetFactory.withInitialCapacity
(int capacity) Same asMultiReaderSetFactory.empty()
. -
Uses of MultiReaderSet in org.eclipse.collections.impl.set.mutable
Classes in org.eclipse.collections.impl.set.mutable that implement MultiReaderSetModifier and TypeClassDescriptionfinal class
MultiReadUnifiedSet provides a thread-safe wrapper around a UnifiedSet, using a ReentrantReadWriteLock.Methods in org.eclipse.collections.impl.set.mutable that return MultiReaderSetModifier and TypeMethodDescription<T> MultiReaderSet
<T> MultiReaderMutableSetFactory.empty()
<T> MultiReaderSet
<T> MultiReaderMutableSetFactory.fromStream
(Stream<? extends T> stream) <T> MultiReaderSet
<T> MultiReaderMutableSetFactory.with
(T... items) <T> MultiReaderSet
<T> <T> MultiReaderSet
<T> MultiReaderMutableSetFactory.withInitialCapacity
(int capacity)