FindBugs™ 1.3.9

edu.umd.cs.findbugs.util
Class TripleKeyHashMap<K1,K2,K3,V>

java.lang.Object
  extended by edu.umd.cs.findbugs.util.TripleKeyHashMap<K1,K2,K3,V>

public class TripleKeyHashMap<K1,K2,K3,V>
extends java.lang.Object

Author:
pugh

Constructor Summary
TripleKeyHashMap()
           
 
Method Summary
 V get(K1 k1, K2 k2, K3 k3)
           
 V put(K1 k1, K2 k2, K3 k3, V v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripleKeyHashMap

public TripleKeyHashMap()
Method Detail

get

public V get(K1 k1,
             K2 k2,
             K3 k3)

put

public V put(K1 k1,
             K2 k2,
             K3 k3,
             V v)

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.