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

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

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

Author:
Arno Haase (http://www.haase-consulting.com)

Constructor Summary
TripleKeyCache()
           
 
Method Summary
protected abstract  V create(K1 key1, K2 key2, K3 key3)
           
 V get(K1 key1, K2 key2, K3 key3)
           
 
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

get

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

create

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