Interface HashArrayMappedTrie<K,​V>

    • Method Detail

      • isEmpty

        boolean isEmpty()
      • size

        int size()
      • getOrElse

        V getOrElse​(K key,
                    V defaultValue)
      • containsKey

        boolean containsKey​(K key)
      • iterator

        Iterator<Tuple2<K,​V>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<K>
      • keysIterator

        Iterator<K> keysIterator()
        Provide unboxed access to the keys in the trie.
      • valuesIterator

        Iterator<V> valuesIterator()
        Provide unboxed access to the values in the trie.