Uses of Interface
gnu.trove.TIntByteProcedure
Packages that use TIntByteProcedure
-
Uses of TIntByteProcedure in gnu.trove
Methods in gnu.trove with parameters of type TIntByteProcedureModifier and TypeMethodDescriptionbooleanTIntByteHashMap.forEachEntry(TIntByteProcedure procedure) Executes procedure for each key/value entry in the map.booleanTIntByteHashMap.retainEntries(TIntByteProcedure procedure) Retains only those entries in the map for which the procedure returns a true value.