Package org.eclipse.jetty.util
Class ArrayTernaryTrie.Growing<V>
java.lang.Object
org.eclipse.jetty.util.ArrayTernaryTrie.Growing<V>
- All Implemented Interfaces:
Trie<V>
- Enclosing class:
ArrayTernaryTrie<V>
@Deprecated(since="2021-05-27")
public static class ArrayTernaryTrie.Growing<V>
extends Object
implements Trie<V>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.voiddump()Deprecated.booleanDeprecated.Deprecated.Get an exact match from a String keyDeprecated.Get an exact match from a String keyget(ByteBuffer b) Deprecated.Get an exact match from a segment of a ByteBuufer as keyget(ByteBuffer b, int offset, int len) Deprecated.Get an exact match from a segment of a ByteBuufer as keygetBest(byte[] b, int offset, int len) Deprecated.Get the best match from key in a byte array.Deprecated.Get the best match from key in a String.Deprecated.Get the best match from key in a String.getBest(ByteBuffer b, int offset, int len) Deprecated.Get the best match from key in a byte buffer.inthashCode()Deprecated.booleanDeprecated.booleanisEmpty()Deprecated.booleanisFull()Deprecated.keySet()Deprecated.booleanDeprecated.Put an entry into the TriebooleanDeprecated.Put a value as both a key and a value.Deprecated.intsize()Deprecated.toString()Deprecated.
-
Constructor Details
-
Growing
public Growing()Deprecated. -
Growing
public Growing(int capacity, int growby) Deprecated. -
Growing
public Growing(boolean insensitive, int capacity, int growby) Deprecated.
-
-
Method Details
-
put
Deprecated.Description copied from interface:TriePut a value as both a key and a value. -
hashCode
public int hashCode()Deprecated. -
remove
Deprecated. -
get
Deprecated.Description copied from interface:TrieGet an exact match from a String key -
get
Deprecated.Description copied from interface:TrieGet an exact match from a segment of a ByteBuufer as key -
getBest
Deprecated.Description copied from interface:TrieGet the best match from key in a byte array. The key is assumed to by ISO_8859_1 characters. -
isCaseInsensitive
public boolean isCaseInsensitive()Deprecated.- Specified by:
isCaseInsensitivein interfaceTrie<V>
-
equals
Deprecated. -
clear
public void clear()Deprecated. -
put
Deprecated.Description copied from interface:TriePut an entry into the Trie -
get
Deprecated.Description copied from interface:TrieGet an exact match from a String key -
get
Deprecated.Description copied from interface:TrieGet an exact match from a segment of a ByteBuufer as key -
getBest
Deprecated.Description copied from interface:TrieGet the best match from key in a String. -
getBest
Deprecated.Description copied from interface:TrieGet the best match from key in a String. -
getBest
Deprecated.Description copied from interface:TrieGet the best match from key in a byte buffer. The key is assumed to by ISO_8859_1 characters. -
toString
Deprecated. -
keySet
Deprecated. -
isFull
public boolean isFull()Deprecated. -
dump
public void dump()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
size
public int size()Deprecated.
-