Uses of Interface
gnu.trove.TShortLongProcedure

Packages that use TShortLongProcedure
gnu.trove   
 

Uses of TShortLongProcedure in gnu.trove
 

Classes in gnu.trove that implement TShortLongProcedure
(package private)  class SerializationProcedure
          Implementation of the variously typed procedure interfaces that supports writing the arguments to the procedure out on an ObjectOutputStream.
private static class TShortLongHashMap.EqProcedure
           
private  class TShortLongHashMap.HashProcedure
           
 

Methods in gnu.trove with parameters of type TShortLongProcedure
 boolean TShortLongHashMap.forEachEntry(TShortLongProcedure procedure)
          Executes procedure for each key/value entry in the map.
 boolean TShortLongHashMap.retainEntries(TShortLongProcedure procedure)
          Retains only those entries in the map for which the procedure returns a true value.