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 Vpeek(Object key)Deprecated.Peaks at a value for the given key.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-