edu.umd.cs.findbugs.util
Class TripleKeyHashMap<K1,K2,K3,V>
java.lang.Object
edu.umd.cs.findbugs.util.TripleKeyHashMap<K1,K2,K3,V>
public class TripleKeyHashMap<K1,K2,K3,V>
- extends java.lang.Object
- Author:
- pugh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripleKeyHashMap
public TripleKeyHashMap()
get
public V get(K1 k1,
K2 k2,
K3 k3)
put
public V put(K1 k1,
K2 k2,
K3 k3,
V v)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.