Package score

Interface DictDB<K,​V>

  • All Known Subinterfaces:
    AnyDB
    All Known Implementing Classes:
    AnyDBImpl

    public interface DictDB<K,​V>
    • Method Detail

      • set

        void set​(K key,
                 V value)
      • get

        V get​(K key)
      • getOrDefault

        V getOrDefault​(K key,
                       V defaultValue)