- bitIndex(byte[], int, int, byte[], int, int) - Method in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Byte, int, int, Byte, int, int) - Method in class org.ardverk.collection.ByteKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Character, int, int, Character, int, int) - Method in class org.ardverk.collection.CharacterKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(char[], int, int, char[], int, int) - Method in class org.ardverk.collection.CharArrayKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Integer, int, int, Integer, int, int) - Method in class org.ardverk.collection.IntegerKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(K, int, int, K, int, int) - Method in interface org.ardverk.collection.KeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Long, int, int, Long, int, int) - Method in class org.ardverk.collection.LongKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(Short, int, int, Short, int, int) - Method in class org.ardverk.collection.ShortKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitIndex(String, int, int, String, int, int) - Method in class org.ardverk.collection.StringKeyAnalyzer
-
Returns the n-th different bit between key and found.
- bitsPerElement() - Method in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.ByteKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.CharacterKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.CharArrayKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.IntegerKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in interface org.ardverk.collection.KeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.LongKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.ShortKeyAnalyzer
-
Returns the number of bits per element in the key.
- bitsPerElement() - Method in class org.ardverk.collection.StringKeyAnalyzer
-
Returns the number of bits per element in the key.
- ByteArrayKeyAnalyzer - Class in org.ardverk.collection
-
- ByteArrayKeyAnalyzer(int) - Constructor for class org.ardverk.collection.ByteArrayKeyAnalyzer
-
- ByteKeyAnalyzer - Class in org.ardverk.collection
-
- ByteKeyAnalyzer() - Constructor for class org.ardverk.collection.ByteKeyAnalyzer
-
- getMaxLengthInBits() - Method in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
Returns the maximum length of a key in bits
- getPrefixedBy(K) - Method in class org.ardverk.collection.PatriciaTrie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the given key.
- getPrefixedBy(K, int) - Method in class org.ardverk.collection.PatriciaTrie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the length of the key.
- getPrefixedBy(K, int, int) - Method in class org.ardverk.collection.PatriciaTrie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the key, starting at the given offset and for the given length.
- getPrefixedBy(K) - Method in interface org.ardverk.collection.Trie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the given key.
- getPrefixedBy(K, int) - Method in interface org.ardverk.collection.Trie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the length of the key.
- getPrefixedBy(K, int, int) - Method in interface org.ardverk.collection.Trie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the key, starting at the given offset and for the given length.
- getPrefixedByBits(K, int) - Method in class org.ardverk.collection.PatriciaTrie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int, int) - Method in class org.ardverk.collection.PatriciaTrie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int) - Method in interface org.ardverk.collection.Trie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
- getPrefixedByBits(K, int, int) - Method in interface org.ardverk.collection.Trie
-
Returns a view of this SortedTrie
of all elements that are prefixed
by the number of bits in the given Key.
- INSTANCE - Static variable in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.ByteKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.CharacterKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.CharArrayKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.IntegerKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.LongKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.ShortKeyAnalyzer
-
- INSTANCE - Static variable in class org.ardverk.collection.StringKeyAnalyzer
-
- IntegerKeyAnalyzer - Class in org.ardverk.collection
-
- IntegerKeyAnalyzer() - Constructor for class org.ardverk.collection.IntegerKeyAnalyzer
-
- isBitSet(byte[], int, int) - Method in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(Byte, int, int) - Method in class org.ardverk.collection.ByteKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(Character, int, int) - Method in class org.ardverk.collection.CharacterKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(char[], int, int) - Method in class org.ardverk.collection.CharArrayKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(Integer, int, int) - Method in class org.ardverk.collection.IntegerKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(K, int, int) - Method in interface org.ardverk.collection.KeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(Long, int, int) - Method in class org.ardverk.collection.LongKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(Short, int, int) - Method in class org.ardverk.collection.ShortKeyAnalyzer
-
Returns whether or not a bit is set
- isBitSet(String, int, int) - Method in class org.ardverk.collection.StringKeyAnalyzer
-
Returns whether or not a bit is set
- isPrefix(byte[], int, int, byte[]) - Method in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(Byte, int, int, Byte) - Method in class org.ardverk.collection.ByteKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(Character, int, int, Character) - Method in class org.ardverk.collection.CharacterKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(char[], int, int, char[]) - Method in class org.ardverk.collection.CharArrayKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(Integer, int, int, Integer) - Method in class org.ardverk.collection.IntegerKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(K, int, int, K) - Method in interface org.ardverk.collection.KeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(Long, int, int, Long) - Method in class org.ardverk.collection.LongKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(Short, int, int, Short) - Method in class org.ardverk.collection.ShortKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- isPrefix(String, int, int, String) - Method in class org.ardverk.collection.StringKeyAnalyzer
-
Determines whether or not the given prefix (from offset to length)
is a prefix of the given key.
- lastKey() - Method in class org.ardverk.collection.PatriciaTrie
- LENGTH - Static variable in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
The length of an Byte
in bits
- LENGTH - Static variable in class org.ardverk.collection.ByteKeyAnalyzer
-
The length of an Byte
in bits
- LENGTH - Static variable in class org.ardverk.collection.CharacterKeyAnalyzer
-
The length of a Character
in bits
- LENGTH - Static variable in class org.ardverk.collection.CharArrayKeyAnalyzer
-
The number of bits per Character
- LENGTH - Static variable in class org.ardverk.collection.IntegerKeyAnalyzer
-
The length of an Integer
in bits
- LENGTH - Static variable in class org.ardverk.collection.LongKeyAnalyzer
-
The length of an Long
in bits
- LENGTH - Static variable in class org.ardverk.collection.ShortKeyAnalyzer
-
The length of an Short
in bits
- LENGTH - Static variable in class org.ardverk.collection.StringKeyAnalyzer
-
The number of bits per Character
- lengthInBits(byte[]) - Method in class org.ardverk.collection.ByteArrayKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Byte) - Method in class org.ardverk.collection.ByteKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Character) - Method in class org.ardverk.collection.CharacterKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(char[]) - Method in class org.ardverk.collection.CharArrayKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Integer) - Method in class org.ardverk.collection.IntegerKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(K) - Method in interface org.ardverk.collection.KeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Long) - Method in class org.ardverk.collection.LongKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(Short) - Method in class org.ardverk.collection.ShortKeyAnalyzer
-
Returns the length of the Key in bits.
- lengthInBits(String) - Method in class org.ardverk.collection.StringKeyAnalyzer
-
Returns the length of the Key in bits.
- LongKeyAnalyzer - Class in org.ardverk.collection
-
- LongKeyAnalyzer() - Constructor for class org.ardverk.collection.LongKeyAnalyzer
-