Class BagAddOccurrencesProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.BagAddOccurrencesProcedure<T>
- All Implemented Interfaces:
Serializable,ObjIntConsumer<T>,ObjectIntProcedure<T>
- Since:
- 5.0.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> BagAddOccurrencesProcedure<T>on(MutableBag<T> mutableBag) toString()voidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure
accept
-
Constructor Details
-
BagAddOccurrencesProcedure
-
-
Method Details
-
on
-
value
- Specified by:
valuein interfaceObjectIntProcedure<T>
-
getResult
-
toString
-