Introduction

This TrieMap is an implementation of java.util.Map with java.lang.String as key type. The TrieMap can be used to find keys by a prefix.

What else can be done with the TrieMap:

  • Get all keys or values that start with a partial key. * Get all keys or values that match a given key partially.