Uses of Interface
gnu.trove.procedure.TLongDoubleProcedure

Packages that use TLongDoubleProcedure
gnu.trove.map   
gnu.trove.map.hash   
 

Uses of TLongDoubleProcedure in gnu.trove.map
 

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

Uses of TLongDoubleProcedure in gnu.trove.map.hash
 

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



Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved. SourceForge.netLogo