Uses of Interface
gnu.trove.procedure.TDoubleProcedure

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

Uses of TDoubleProcedure in gnu.trove
 

Methods in gnu.trove with parameters of type TDoubleProcedure
 boolean TDoubleCollection.forEach(TDoubleProcedure procedure)
          Executes procedure for each element in the collection.
 

Uses of TDoubleProcedure in gnu.trove.map
 

Methods in gnu.trove.map with parameters of type TDoubleProcedure
 boolean TLongDoubleMap.forEachValue(TDoubleProcedure procedure)
          Executes procedure for each value in the map.
 

Uses of TDoubleProcedure in gnu.trove.map.hash
 

Methods in gnu.trove.map.hash with parameters of type TDoubleProcedure
 boolean TLongDoubleHashMap.TValueView.forEach(TDoubleProcedure procedure)
          Executes procedure for each element in the collection.
 boolean TLongDoubleHashMap.forEachValue(TDoubleProcedure procedure)
          Executes procedure for each value in the map.
 



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