Constant Field Values
Contents
org.apache.*
-
org.apache.commons.collections.ExtendedProperties Modifier and Type Constant Field Value protected static final java.lang.StringEND_TOKEN"}"protected static final java.lang.StringSTART_TOKEN"${" -
org.apache.commons.collections.ReferenceMap Modifier and Type Constant Field Value public static final intHARD0public static final intSOFT1public static final intWEAK2
-
org.apache.commons.collections.comparators.FixedOrderComparator Modifier and Type Constant Field Value public static final intUNKNOWN_AFTER1public static final intUNKNOWN_BEFORE0public static final intUNKNOWN_THROW_EXCEPTION2
-
org.apache.commons.collections.list.NodeCachingLinkedList Modifier and Type Constant Field Value protected static final intDEFAULT_MAXIMUM_CACHE_SIZE20
-
org.apache.commons.collections.map.AbstractHashedMap 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.collections.map.AbstractReferenceMap Modifier and Type Constant Field Value public static final intHARD0public static final intSOFT1public static final intWEAK2 -
org.apache.commons.collections.map.LRUMap Modifier and Type Constant Field Value protected static final intDEFAULT_MAX_SIZE100