GNU Trove

Uses of Interface
gnu.trove.TFloatProcedure

Packages that use TFloatProcedure
gnu.trove GNU Trove: High performance collections for Java. 
 

Uses of TFloatProcedure in gnu.trove
 

Methods in gnu.trove with parameters of type TFloatProcedure
 boolean TObjectFloatHashMap.forEachValue(TFloatProcedure procedure)
          Executes procedure for each value in the map.
 boolean TLongFloatHashMap.forEachValue(TFloatProcedure procedure)
          Executes procedure for each value in the map.
 boolean TIntFloatHashMap.forEachValue(TFloatProcedure procedure)
          Executes procedure for each value in the map.
 boolean TFloatObjectHashMap.forEachKey(TFloatProcedure procedure)
          Executes procedure for each key in the map.
 boolean TFloatLongHashMap.forEachKey(TFloatProcedure procedure)
          Executes procedure for each key in the map.
 boolean TFloatIntHashMap.forEachKey(TFloatProcedure procedure)
          Executes procedure for each key in the map.
 boolean TFloatHash.forEach(TFloatProcedure procedure)
          Executes procedure for each element in the set.
 boolean TFloatFloatHashMap.forEachKey(TFloatProcedure procedure)
          Executes procedure for each key in the map.
 boolean TFloatFloatHashMap.forEachValue(TFloatProcedure procedure)
          Executes procedure for each value in the map.
 boolean TFloatDoubleHashMap.forEachKey(TFloatProcedure procedure)
          Executes procedure for each key in the map.
 boolean TFloatArrayList.forEach(TFloatProcedure procedure)
          Applies the procedure to each value in the list in ascending (front to back) order.
 boolean TFloatArrayList.forEachDescending(TFloatProcedure procedure)
          Applies the procedure to each value in the list in descending (back to front) order.
 TFloatArrayList TFloatArrayList.grep(TFloatProcedure condition)
          Searches the list for values satisfying condition in the manner of the *nix grep utility.
 TFloatArrayList TFloatArrayList.inverseGrep(TFloatProcedure condition)
          Searches the list for values which do not satisfy condition.
 boolean TDoubleFloatHashMap.forEachValue(TFloatProcedure procedure)
          Executes procedure for each value in the map.
 


GNU Trove

GNU Trove is copyright © 2001-2003 Eric D. Friedman. All Rights Reserved.