Package org.hibernate.search.util.common.data.spi
-
Class Summary Class Description KeyValueProvider<K,V> A simpler, safer, read-only wrapper aroundMapthat exposes only a few methods to retrieve a value from a given key.
| Class | Description |
|---|---|
| KeyValueProvider<K,V> |
A simpler, safer, read-only wrapper around
Map
that exposes only a few methods to retrieve a value from a given key. |