Trie.get

Get an exact match from a segment of a ByteBuufer as key

@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 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)
    interface Trie(V)
    V
    get
    (
    ByteBuffer b
    ,
    int offset
    ,
    int len
    )

Meta