Package org.infinispan.commons.util
Interface PeekableMap<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vpeek(Object key)Peaks at a value for the given key.
-
| Modifier and Type | Method | Description |
|---|---|---|
V |
peek(Object key) |
Peaks at a value for the given key.
|