Uses of Interface
gnu.trove.TByteProcedure
Packages that use TByteProcedure
-
Uses of TByteProcedure in gnu.trove
Methods in gnu.trove with parameters of type TByteProcedureModifier and TypeMethodDescriptionboolean
TByteArrayList.forEach
(TByteProcedure procedure) Applies the procedure to each value in the list in ascending (front to back) order.boolean
TByteHash.forEach
(TByteProcedure procedure) Executes procedure for each element in the set.boolean
TByteArrayList.forEachDescending
(TByteProcedure procedure) Applies the procedure to each value in the list in descending (back to front) order.boolean
TByteByteHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteDoubleHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteFloatHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteIntHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteLongHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteObjectHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteShortHashMap.forEachKey
(TByteProcedure procedure) Executes procedure for each key in the map.boolean
TByteByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.boolean
TDoubleByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.boolean
TFloatByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.boolean
TIntByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.boolean
TLongByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.boolean
TObjectByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.boolean
TShortByteHashMap.forEachValue
(TByteProcedure procedure) Executes procedure for each value in the map.TByteArrayList.grep
(TByteProcedure condition) Searches the list for values satisfying condition in the manner of the *nix grep utility.TByteArrayList.inverseGrep
(TByteProcedure condition) Searches the list for values which do not satisfy condition.