Uses of Class
org.eclipse.collections.impl.block.procedure.BagAddOccurrencesProcedure
-
Packages that use BagAddOccurrencesProcedure Package Description org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
. -
-
Uses of BagAddOccurrencesProcedure in org.eclipse.collections.impl.block.procedure
Methods in org.eclipse.collections.impl.block.procedure that return BagAddOccurrencesProcedure Modifier and Type Method Description static <T> BagAddOccurrencesProcedure<T>
BagAddOccurrencesProcedure. on(MutableBag<T> mutableBag)
-