ix.util.context
Interface ContextMap<K,V>

All Superinterfaces:
java.util.Map<K,V>
All Known Implementing Classes:
ContextHashMap

public interface ContextMap<K,V>
extends java.util.Map<K,V>


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

Method Detail

clearCompletely

void clearCompletely()