org.eclipse.internal.xtend.util
Class TripleKeyCache<K1,K2,K3,V>

java.lang.Object
  extended by org.eclipse.internal.xtend.util.TripleKeyCache<K1,K2,K3,V>

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


Constructor Summary
TripleKeyCache()
           
 
Method Summary
protected abstract  V createNew(K1 key1, K2 key2, K3 key3)
           
 V get(K1 key1, K2 key2, K3 key3)
           
 java.util.Collection<V> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripleKeyCache

public TripleKeyCache()
Method Detail

createNew

protected abstract V createNew(K1 key1,
                               K2 key2,
                               K3 key3)

get

public V get(K1 key1,
             K2 key2,
             K3 key3)

getValues

public java.util.Collection<V> getValues()