Constant Field Values
Contents
org.apache.*
-
org.apache.commons.collections4.CollectionUtils Modifier and Type Constant Field Value public static final java.lang.StringCOLON":"public static final java.lang.StringCOMMA","public static final java.lang.StringDEFAULT_TOSTRING_PREFIX"["public static final java.lang.StringDEFAULT_TOSTRING_SUFFIX"]"public static final intINDEX_NOT_FOUND-1
-
org.apache.commons.collections4.bloomfilter.BloomFilter<T extends BloomFilter<T>> Modifier and Type Constant Field Value public static final intSPARSE1
-
org.apache.commons.collections4.functors.DefaultEquator<T> Modifier and Type Constant Field Value public static final intHASHCODE_NULL-1
-
org.apache.commons.collections4.map.AbstractHashedMap<K,V> Modifier and Type Constant Field Value protected static final intDEFAULT_CAPACITY16protected static final floatDEFAULT_LOAD_FACTOR0.75fprotected static final intDEFAULT_THRESHOLD12protected static final java.lang.StringGETKEY_INVALID"getKey() can only be called after next() and before remove()"protected static final java.lang.StringGETVALUE_INVALID"getValue() can only be called after next() and before remove()"protected static final intMAXIMUM_CAPACITY1073741824protected static final java.lang.StringNO_NEXT_ENTRY"No next() entry in the iteration"protected static final java.lang.StringNO_PREVIOUS_ENTRY"No previous() entry in the iteration"protected static final java.lang.StringREMOVE_INVALID"remove() can only be called once after next()"protected static final java.lang.StringSETVALUE_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 intDEFAULT_MAX_SIZE100
-
org.apache.commons.collections4.trie.KeyAnalyzer<K> Modifier and Type Constant Field Value public static final intEQUAL_BIT_KEY-2public static final intNULL_BIT_KEY-1public static final intOUT_OF_BOUNDS_BIT_KEY-3
-
org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer Modifier and Type Constant Field Value public static final intLENGTH16