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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> BagAddOccurrencesProcedure<T> on(MutableBag<T> mutableBag) toString()voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ObjectIntProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mutableBag
-
-
Constructor Details
-
BagAddOccurrencesProcedure
-
-
Method Details
-
on
-
value
- Specified by:
valuein interfaceObjectIntProcedure<T>
-
getResult
-
toString
-