Uses of Interface
gnu.trove.map.TLongDoubleMap

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

Uses of TLongDoubleMap in gnu.trove.map
 

Methods in gnu.trove.map with parameters of type TLongDoubleMap
 void TLongDoubleMap.putAll(TLongDoubleMap map)
          Put all the entries from the given map into this map.
 

Uses of TLongDoubleMap in gnu.trove.map.hash
 

Classes in gnu.trove.map.hash that implement TLongDoubleMap
 class TLongDoubleHashMap
          An open addressed Map implementation for long keys and double values.
 

Methods in gnu.trove.map.hash with parameters of type TLongDoubleMap
 void TLongDoubleHashMap.putAll(TLongDoubleMap map)
          Put all the entries from the given map into this map.
 

Constructors in gnu.trove.map.hash with parameters of type TLongDoubleMap
TLongDoubleHashMap(TLongDoubleMap map)
          Creates a new TLongDoubleHashMap instance containing all of the entries in the map passed in.
 



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