Uses of Interface
com.carrotsearch.hppc.procedures.LongObjectProcedure
-
Packages that use LongObjectProcedure Package Description com.carrotsearch.hppc -
-
Uses of LongObjectProcedure in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc with type parameters of type LongObjectProcedure Modifier and Type Method Description <T extends LongObjectProcedure<? super VType>>
TLongObjectAssociativeContainer. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.<T extends LongObjectProcedure<? super VType>>
TLongObjectHashMap. forEach(T procedure)
Applies a given procedure to all keys-value pairs in this container.
-