Package org.infinispan.commons.util
Interface PeekableMap<K,V>
-
- Type Parameters:
K
-V
-
- All Superinterfaces:
Map<K,V>
@Deprecated public interface PeekableMap<K,V> extends Map<K,V>
Deprecated.since 11.0 with no replacement - no longer used
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description V
peek(Object key)
Deprecated.Peaks at a value for the given key.
-