Interface YMap<K,V>
-
- All Superinterfaces:
java.util.Map<K,V>
- All Known Subinterfaces:
YFIFOMap<K,V>
- All Known Implementing Classes:
BaseCacheYFastFIFOMap,BaseCacheYFastFIFOMapStub,YFastFIFOMap,YFastMap
public interface YMap<K,V> extends java.util.Map<K,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceYMap.ClearHandler<K1,V1>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear(YMap.ClearHandler<K,V> handler)java.util.Map.Entry<K,V>getEntry(K key)
-