GNU Trove

Uses of Interface
gnu.trove.TShortProcedure

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

Uses of TShortProcedure in gnu.trove
 

Methods in gnu.trove with parameters of type TShortProcedure
 boolean TShortShortHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 boolean TShortObjectHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortLongHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortIntHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortHash.forEach(TShortProcedure procedure)
          Executes procedure for each element in the set.
 boolean TShortFloatHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortDoubleHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortByteHashMap.forEachKey(TShortProcedure procedure)
          Executes procedure for each key in the map.
 boolean TShortArrayList.forEach(TShortProcedure procedure)
          Applies the procedure to each value in the list in ascending (front to back) order.
 boolean TShortArrayList.forEachDescending(TShortProcedure procedure)
          Applies the procedure to each value in the list in descending (back to front) order.
 TShortArrayList TShortArrayList.grep(TShortProcedure condition)
          Searches the list for values satisfying condition in the manner of the *nix grep utility.
 TShortArrayList TShortArrayList.inverseGrep(TShortProcedure condition)
          Searches the list for values which do not satisfy condition.
 boolean TObjectShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 boolean TLongShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 boolean TIntShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 boolean TFloatShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 boolean TDoubleShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 boolean TByteShortHashMap.forEachValue(TShortProcedure procedure)
          Executes procedure for each value in the map.
 


GNU Trove

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