Uses of Class
org.eclipse.collections.impl.bag.immutable.ImmutableArrayBag
-
Packages that use ImmutableArrayBag Package Description org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface. -
-
Uses of ImmutableArrayBag in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable that return ImmutableArrayBag Modifier and Type Method Description static <T> ImmutableArrayBag<T>
ImmutableArrayBag. copyFrom(Bag<? extends T> bag)
static <T> ImmutableArrayBag<T>
ImmutableArrayBag. newBagWith(T... elements)
-