declare namespace org { namespace eclipse { namespace jetty { namespace util { abstract class AbstractTrie implements org.eclipse.jetty.util.Trie { protected constructor(arg0: boolean) public put(arg0: V): boolean public remove(arg0: java.lang.String | string): V public get(arg0: java.lang.String | string): V public get(arg0: java.nio.ByteBuffer): V public getBest(arg0: java.lang.String | string): V public getBest(arg0: byte[], arg1: int, arg2: int): V public isCaseInsensitive(): boolean public static class: java.lang.Class } } } } }