org.shapelogic.calculation
Interface InContexts<K>
- Type Parameters:
K
- Key for the contexts.
Deprecated.
@Deprecated
public interface InContexts<K>
InContexts is for classes that live in the a contexts.
It will start in the first context and work back when trying to find a
binding.
Deprecated use RecursiveContext instead.
The idea was that multiple contexts should be represented as an array of maps.
- Author:
- Sami Badawi
Method Summary |
java.util.Map<K,?>[] |
getContexts()
Deprecated. |
getContexts
java.util.Map<K,?>[] getContexts()
- Deprecated.
Copyright © 2008. All Rights Reserved.