Constant Field Values
Contents
org.apache.*
-
org.apache.commons.collections4.functors.DefaultEquator<T> Modifier and Type Constant Field Value public static final int
HASHCODE_NULL
-1
-
org.apache.commons.collections4.map.AbstractHashedMap<K,V> Modifier and Type Constant Field Value protected static final int
DEFAULT_CAPACITY
16
protected static final float
DEFAULT_LOAD_FACTOR
0.75f
protected static final int
DEFAULT_THRESHOLD
12
protected static final String
GETKEY_INVALID
"getKey() can only be called after next() and before remove()"
protected static final String
GETVALUE_INVALID
"getValue() can only be called after next() and before remove()"
protected static final int
MAXIMUM_CAPACITY
1073741824
protected static final String
NO_NEXT_ENTRY
"No next() entry in the iteration"
protected static final String
NO_PREVIOUS_ENTRY
"No previous() entry in the iteration"
protected static final String
REMOVE_INVALID
"remove() can only be called once after next()"
protected static final String
SETVALUE_INVALID
"setValue() can only be called after next() and before remove()"
-
org.apache.commons.collections4.map.LRUMap<K,V> Modifier and Type Constant Field Value protected static final int
DEFAULT_MAX_SIZE
100
-
org.apache.commons.collections4.trie.KeyAnalyzer<K> Modifier and Type Constant Field Value public static final int
EQUAL_BIT_KEY
-2
public static final int
NULL_BIT_KEY
-1
public static final int
OUT_OF_BOUNDS_BIT_KEY
-3
-
org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer Modifier and Type Constant Field Value public static final int
LENGTH
16