Trie.getBest

Get the best match from key in a byte buffer. The key is assumed to by ISO_8859_1 characters.

@param b The buffer @param offset The offset within the buffer of the key @param len the length of the key @return The value or null if not found

  1. V getBest(string s)
  2. V getBest(string s, int offset, int len)
  3. V getBest(byte[] b, int offset, int len)
  4. V getBest(ByteBuffer b, int offset, int len)
    interface Trie(V)
    V
    getBest
    (
    ByteBuffer b
    ,
    int offset
    ,
    int len
    )

Meta