Java org.apache.commons.collections4 Trie fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4 Trie fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4 Trie.

The text is from its open source code.

Method

SortedMapprefixMap(K key)
Returns a view of this Trie of all elements that are prefixed by the given key.
Vput(K key, V value)
Associates the specified value with the specified key in this map (optional operation).
voidputAll(Map m)
Copies all of the mappings from the specified map to this map (optional operation).
intsize()
Returns the number of key-value mappings in this map.