Package org.postgresql.util
Interface Gettable<K,V>
-
- All Known Implementing Classes:
GettableHashMap
,LruCache
public interface Gettable<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get(K key)
-