com.google.monitoring.runtime.instrumentation
Class BoundedMap<K,V>

java.lang.Object
  extended by com.google.monitoring.runtime.instrumentation.BoundedMap<K,V>

public class BoundedMap<K,V>
extends Object


Constructor Summary
BoundedMap(int initialCapacity, double pruneRatio)
           
 
Method Summary
 V get(K key)
           
 V put(K key, V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedMap

public BoundedMap(int initialCapacity,
                  double pruneRatio)
Method Detail

put

public V put(K key,
             V value)

get

public V get(K key)


Copyright © 2015. All Rights Reserved.