Interface KeyValue<K,​V>

All Known Subinterfaces:
CacheEntry<K,​V>
All Known Implementing Classes:
AbstractChainEntry, AbstractChainEntry.Head, AbstractChainEntryLinked, AbstractChainEntryLinkedHashed, AbstractChainEntryLinkedKV, AbstractChainEntryLinkedKVHashed, CacheEntry.Default, ChainEntryLinkedHashedStrong, ChainEntryLinkedStrong, KeyValue.Default

public interface KeyValue<K,​V>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  KeyValue.Default<K,​V>  
  • Method Summary

    Modifier and Type Method Description
    K key()  
    static <K,​ V> KeyValue<K,​V> New​(K key, V value)  
    V value()