Uses of Class
org.eclipse.collections.impl.bag.mutable.UnmodifiableBag
-
Packages that use UnmodifiableBag Package Description org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface. -
-
Uses of UnmodifiableBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return UnmodifiableBag Modifier and Type Method Description UnmodifiableBag<T>AbstractMutableBag. asUnmodifiable()static <E,B extends MutableBag<E>>
UnmodifiableBag<E>UnmodifiableBag. of(B bag)This method will take a MutableBag and wrap it directly in a UnmodifiableBag.
-