Class UnmodifiableTrie<K,V>

    • Constructor Detail

      • UnmodifiableTrie

        public UnmodifiableTrie(Trie<K,? extends V> trie)
        Constructor that wraps (not copies).
        Parameters:
        trie - the trie to decorate, must not be null
        Throws:
        NullPointerException - if trie is null