Uses of Interface
de.hybris.platform.util.collections.fast.procedures.YLongAndObjectProcedure
-
Packages that use YLongAndObjectProcedure Package Description de.hybris.platform.util.collections.fast -
-
Uses of YLongAndObjectProcedure in de.hybris.platform.util.collections.fast
Methods in de.hybris.platform.util.collections.fast with parameters of type YLongAndObjectProcedure Modifier and Type Method Description voidYLongToObjectMap. forEachEntry(YLongAndObjectProcedure<V> procedure)Allows to execute given procedure for all entries in the map.
-