Interface IDictionary<K,​V>

    • Method Detail

      • contains

        boolean contains​(K key)
      • containsAll

        <H extends K> boolean containsAll​(java.lang.Iterable<H> keys)
      • add

        void add​(K key,
                 V val)
      • addAll

        <U extends K,​W extends V> void addAll​(java.lang.Iterable<java.util.Map.Entry<U,​W>> entries)
      • remove

        void remove​(K key)
      • removeAll

        void removeAll​(java.lang.Iterable<K> keys)
      • removeAll

        void removeAll()
      • get

        V get​(K key)
      • set

        void set​(K key,
                 V value)