Uses of Interface
org.eclipse.collections.api.bag.MultiReaderBag
Packages that use MultiReaderBag
Package
Description
This package contains factory API for creating instance of type
Bag.This package contains implementations of the
MutableBag interface.-
Uses of MultiReaderBag in org.eclipse.collections.api.factory.bag
Methods in org.eclipse.collections.api.factory.bag that return MultiReaderBagModifier and TypeMethodDescription<T> MultiReaderBag<T> MultiReaderBagFactory.empty()<T> MultiReaderBag<T> MultiReaderBagFactory.fromStream(Stream<? extends T> stream) default <T> MultiReaderBag<T> MultiReaderBagFactory.of()Same asMultiReaderBagFactory.empty().default <T> MultiReaderBag<T> MultiReaderBagFactory.of(T... elements) Same asMultiReaderBagFactory.with(Object[]).default <T> MultiReaderBag<T> default <T> MultiReaderBag<T> MultiReaderBagFactory.with()Same asMultiReaderBagFactory.empty().<T> MultiReaderBag<T> MultiReaderBagFactory.with(T... elements) <T> MultiReaderBag<T> -
Uses of MultiReaderBag in org.eclipse.collections.impl.bag.mutable
Classes in org.eclipse.collections.impl.bag.mutable that implement MultiReaderBagModifier and TypeClassDescriptionfinal classMultiReaderHashBag provides a thread-safe wrapper around a HashBag, using a ReentrantReadWriteLock.Methods in org.eclipse.collections.impl.bag.mutable that return MultiReaderBagModifier and TypeMethodDescription<T> MultiReaderBag<T> MultiReaderMutableBagFactory.empty()<T> MultiReaderBag<T> MultiReaderMutableBagFactory.fromStream(Stream<? extends T> stream) <T> MultiReaderBag<T> MultiReaderMutableBagFactory.with(T... items) <T> MultiReaderBag<T>