Uses of Class
org.eclipse.collections.impl.block.procedure.MultimapPutProcedure
Packages that use MultimapPutProcedure
Package
Description
This package contains implementations of
Procedure and Procedure2.This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of MultimapPutProcedure in org.eclipse.collections.impl.block.procedure
Methods in org.eclipse.collections.impl.block.procedure that return MultimapPutProcedureModifier and TypeMethodDescriptionstatic <K,V> MultimapPutProcedure <K, V> MultimapPutProcedure.on(MutableMultimap<K, V> multimap, Function<? super V, ? extends K> keyFunction) -
Uses of MultimapPutProcedure in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type MultimapPutProcedureModifier and TypeMethodDescriptionprivate static <T> voidInternalArrayIterate.batchGroupBy(T[] array, int start, int end, MultimapPutProcedure<?, T> castProcedure) Implemented to avoid megamorphic call on castProcedure.