iitb.con.util
Interface MultiKeyMap<K1,K2,V>

All Superinterfaces:
java.util.Map<K1,V>

public interface MultiKeyMap<K1,K2,V>
extends java.util.Map<K1,V>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.util.Map<K2,V> get(K1 k1)
           
 V get(K1 k1, K2 k2)
           
 V put(K1 k1, K2 k2, V v)
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

get

java.util.Map<K2,V> get(K1 k1)

get

V get(K1 k1,
      K2 k2)

put

V put(K1 k1,
      K2 k2,
      V v)