AbstractTrie.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. V get(string s)
  2. V get(string s, int offset, int len)
  3. V get(ByteBuffer b)
  4. V get(ByteBuffer b, int offset, int len)
    class AbstractTrie(V)
    V
    get
    (
    ByteBuffer b
    ,
    int offset
    ,
    int len
    )

Meta