Interface Gettable<K,V>

All Known Implementing Classes:
GettableHashMap, LruCache

public interface Gettable<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(K key)
     
  • Method Details

    • get

      V get(K key)