|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- keyV
- valuepublic interface IQueryCalc<K,V>
A very general interface for doing any kind of queries to lazy calculations and streams.
Generic will mainly not be used. The can be expanded with wild cards, but ignore for now.
Method Summary | |
---|---|
V |
get(K key,
java.util.Map<K,?>... maps)
It is a get that will do the lazy calculation. |
V |
get(K key,
RecursiveContext<K> inContexts)
It is a get that will do the lazy calculation. |
void |
put(K key,
V value,
RecursiveContext<K> recursiveContext)
|
Method Detail |
---|
V get(K key, java.util.Map<K,?>... maps)
key
- map
- sequence of maps to do lookup in starting from the last
V get(K key, RecursiveContext<K> inContexts)
key
- inContexts
- class that contains the contexts that this is to be done in.
void put(K key, V value, RecursiveContext<K> recursiveContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |