Class DualKeyMap<K1,​K2,​V>


  • public class DualKeyMap<K1,​K2,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DualKeyMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(K1 key1, K2 key2, V value)  
      V get​(K1 key1, K2 key2)  
      V remove​(K1 key1, K2 key2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DualKeyMap

        public DualKeyMap()
    • Method Detail

      • add

        public void add​(K1 key1,
                        K2 key2,
                        V value)
      • get

        public V get​(K1 key1,
                     K2 key2)
      • remove

        public V remove​(K1 key1,
                        K2 key2)