Class TripleKeyHashMap<K1,​K2,​K3,​V>


  • public class TripleKeyHashMap<K1,​K2,​K3,​V>
    extends java.lang.Object
    Author:
    pugh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)