Constant Field Values


Contents
org.apache.*

org.apache.commons.collections.ExtendedProperties
protected static final java.lang.String END_TOKEN "}"
protected static final java.lang.String START_TOKEN "${"

org.apache.commons.collections.ReferenceMap
public static final int HARD 0
public static final int SOFT 1
public static final int WEAK 2

org.apache.commons.collections.comparators.FixedOrderComparator
public static final int UNKNOWN_AFTER 1
public static final int UNKNOWN_BEFORE 0
public static final int UNKNOWN_THROW_EXCEPTION 2

org.apache.commons.collections.list.NodeCachingLinkedList
protected static final int DEFAULT_MAXIMUM_CACHE_SIZE 20

org.apache.commons.collections.map.AbstractHashedMap
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 java.lang.String GETKEY_INVALID "getKey() can only be called after next() and before remove()"
protected static final java.lang.String GETVALUE_INVALID "getValue() can only be called after next() and before remove()"
protected static final int MAXIMUM_CAPACITY 1073741824
protected static final java.lang.String NO_NEXT_ENTRY "No next() entry in the iteration"
protected static final java.lang.String NO_PREVIOUS_ENTRY "No previous() entry in the iteration"
protected static final java.lang.String REMOVE_INVALID "remove() can only be called once after next()"
protected static final java.lang.String SETVALUE_INVALID "setValue() can only be called after next() and before remove()"

org.apache.commons.collections.map.AbstractReferenceMap
public static final int HARD 0
public static final int SOFT 1
public static final int WEAK 2

org.apache.commons.collections.map.LRUMap
protected static final int DEFAULT_MAX_SIZE 100



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.