Interface Gettable<K extends @NonNull Object,V extends @NonNull Object>

All Known Implementing Classes:
GettableHashMap, LruCache

public interface Gettable<K extends @NonNull Object,V extends @NonNull Object>
  • Method Summary

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

    • get

      @Nullable V get(K key)