Class MultiReaderMutableBagFactory
java.lang.Object
org.eclipse.collections.impl.bag.mutable.MultiReaderMutableBagFactory
- All Implemented Interfaces:
MultiReaderBagFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> MultiReaderBag<T>
empty()
<T> MultiReaderBag<T>
fromStream
(Stream<? extends T> stream) <T> MultiReaderBag<T>
with
(T... items) <T> MultiReaderBag<T>
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.factory.bag.MultiReaderBagFactory
of, of, ofAll, with
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MultiReaderMutableBagFactory
public MultiReaderMutableBagFactory()
-
-
Method Details
-
empty
- Specified by:
empty
in interfaceMultiReaderBagFactory
-
with
- Specified by:
with
in interfaceMultiReaderBagFactory
-
withAll
- Specified by:
withAll
in interfaceMultiReaderBagFactory
-
fromStream
- Specified by:
fromStream
in interfaceMultiReaderBagFactory
-