A B C D E F G H I K L M N O P R S T U V W
A
- add(int, Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Insert the specified element at the specified position in this list,
and shift all remaining elements up one position.
- add(int, Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Inserts the specified element at the specified position in this list.
- add(Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Appends the specified element to the end of this list.
- add(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Appends the specified element to the end of this list.
- add(Object) -
class org.apache.commons.collections.CursorableLinkedList.Cursor のメソッド
-
- addAll(Collection) -
class org.apache.commons.collections.FastArrayList のメソッド
- Append all of the elements in the specified Collection to the end
of this list, in the order that they are returned by the specified
Collection's Iterator.
- addAll(Collection) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
Collection
's Iterator
.
- addAll(Collection, Enumeration) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Adds all elements in the enumeration to the given collection
- addAll(Collection, Iterator) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Adds all elements in the iteration to the given collection
- addAll(Collection, Object[]) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Adds all elements in the array to the given collection
- addAll(int, Collection) -
class org.apache.commons.collections.FastArrayList のメソッド
- Insert all of the elements in the specified Collection at the specified
position in this list, and shift any previous elements upwards as
needed.
- addAll(int, Collection) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Inserts all of the elements in the specified collection into this
list at the specified position.
- addFirst(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Inserts the specified element at the beginning of this list.
- addLast(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Inserts the specified element at the end of this list.
- addProperty(String, Object) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Add a property to the configuration.
- ArrayEnumeration - class org.apache.commons.collections.ArrayEnumeration.
- Enumeration wrapper for array.
- ArrayEnumeration(List) -
class org.apache.commons.collections.ArrayEnumeration のコンストラクタ
-
- ArrayEnumeration(Object[]) -
class org.apache.commons.collections.ArrayEnumeration のコンストラクタ
-
- ArrayIterator - class org.apache.commons.collections.ArrayIterator.
- Implements
Iterator
over an array of objects - ArrayIterator() -
class org.apache.commons.collections.ArrayIterator のコンストラクタ
-
- ArrayIterator(Object[]) -
class org.apache.commons.collections.ArrayIterator のコンストラクタ
-
- ArrayStack - class org.apache.commons.collections.ArrayStack.
- An implementation of the
Stack
API that is based on an
ArrayList
instead of a Vector
, so it is not
synchronized to protect against multi-threaded access. - ArrayStack() -
class org.apache.commons.collections.ArrayStack のコンストラクタ
-
B
- BeanMap - class org.apache.commons.collections.BeanMap.
- An implementation of Map for JavaBeans which uses introspection to
get and put properties in the bean.
- BeanMap() -
class org.apache.commons.collections.BeanMap のコンストラクタ
-
- BeanMap(Object) -
class org.apache.commons.collections.BeanMap のコンストラクタ
-
- BinaryHeap - class org.apache.commons.collections.BinaryHeap.
- Binary heap implementation of
PriorityQueue
. - BinaryHeap() -
class org.apache.commons.collections.BinaryHeap のコンストラクタ
-
- BinaryHeap(boolean) -
class org.apache.commons.collections.BinaryHeap のコンストラクタ
-
- BinaryHeap(int) -
class org.apache.commons.collections.BinaryHeap のコンストラクタ
-
- BinaryHeap(int, boolean) -
class org.apache.commons.collections.BinaryHeap のコンストラクタ
-
C
- cardinality(Object, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns the number of occurrences of obj
in col.
- clear() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Remove all mappings from this map.
- clear() -
class org.apache.commons.collections.SynchronizedPriorityQueue のメソッド
- Clear all elements from queue.
- clear() -
class org.apache.commons.collections.FastHashMap のメソッド
- Remove all mappings from this map.
- clear() -
class org.apache.commons.collections.BeanMap のメソッド
-
- clear() -
interface org.apache.commons.collections.PriorityQueue のメソッド
- Clear all elements from queue.
- clear() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Clears all mappings
- clear() -
class org.apache.commons.collections.FastArrayList のメソッド
- Remove all of the elements from this list.
- clear() -
class org.apache.commons.collections.BinaryHeap のメソッド
- Clear all elements from queue.
- clear() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Removes all of the elements from this list.
- clearProperty(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Clear a property in the configuration.
- clone() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a shallow copy of this
FastTreeMap
instance.
- clone() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return a shallow copy of this
FastHashMap
instance.
- clone() -
class org.apache.commons.collections.BeanMap のメソッド
-
- clone() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return a shallow copy of this
FastArrayList
instance.
- close() -
class org.apache.commons.collections.CursorableLinkedList.Cursor のメソッド
-
- Closure - interface org.apache.commons.collections.Closure.
- An interface to represent some Closure, a block of code which is executed
from inside some block, function or iteration which operates on an input
object.
- collect(Collection, Transformer) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Transforms all elements from inputCollection with the given transformer
and adds them to the outputCollection
- collect(Collection, Transformer, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Transforms all elements from inputCollection with the given transformer
and adds them to the outputCollection
- collect(Iterator, Transformer) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Transforms all elements from the inputIterator with the given transformer
and adds them to the outputCollection
- collect(Iterator, Transformer, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Transforms all elements from the inputIterator with the given transformer
and adds them to the outputCollection
- CollectionUtils - class org.apache.commons.collections.CollectionUtils.
- A set of
Collection
related utility methods. - CollectionUtils() -
class org.apache.commons.collections.CollectionUtils のコンストラクタ
-
- combine(ExtendedProperties) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Combines an existing Hashtable with this Hashtable.
- comparator() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return the comparator used to order this map, or
null
if this map uses its keys' natural order.
- contains(Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Return
true
if this list contains the specified element.
- contains(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns true if this list contains the specified element.
- containsAll(Collection) -
class org.apache.commons.collections.FastArrayList のメソッド
- Return
true
if this list contains all of the elements
in the specified Collection.
- containsAll(Collection) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns true if this list contains all of the elements of the
specified collection.
- containsKey(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return
true
if this map contains a mapping for the
specified key.
- containsKey(Object) -
class org.apache.commons.collections.FastHashMap のメソッド
- Return
true
if this map contains a mapping for the
specified key.
- containsKey(Object) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Answers whether the argument is in the domain of the mappings
- containsKey(Object) -
class org.apache.commons.collections.LRUMap のメソッド
-
- containsKey(String) -
class org.apache.commons.collections.BeanMap のメソッド
-
- containsValue(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return
true
if this map contains one or more keys mapping
to the specified value.
- containsValue(Object) -
class org.apache.commons.collections.FastHashMap のメソッド
- Return
true
if this map contains one or more keys mapping
to the specified value.
- containsValue(Object) -
class org.apache.commons.collections.BeanMap のメソッド
-
- containsValue(Object) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Answers whether the argument is a Referenced value
- containsValue(Object) -
class org.apache.commons.collections.LRUMap のメソッド
-
- convertProperties(Properties) -
class org.apache.commons.collections.ExtendedProperties の static メソッド
- Convert a standard properties class into a configuration
class.
- cursor() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a
ListIterator
for iterating through the
elements of this list.
- cursor(int) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a
ListIterator
for iterating through the
elements of this list, initialized such that
ListIterator.next()
will return the element at
the specified index (if any) and ListIterator.previous()
will return the element immediately preceeding it (if any).
- CursorableLinkedList - class org.apache.commons.collections.CursorableLinkedList.
- A doubly-linked list implementation of the
List
interface,
supporting a ListIterator
that allows concurrent modifications
to the underlying list.
- CursorableLinkedList.Cursor - class org.apache.commons.collections.CursorableLinkedList.Cursor.
-
- CursorableLinkedList() -
class org.apache.commons.collections.CursorableLinkedList のコンストラクタ
-
D
- debugPrint(PrintStream, Object, Map) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- DefaultMapEntry - class org.apache.commons.collections.DefaultMapEntry.
- A default implementation of
Map.Entry
- DefaultMapEntry() -
class org.apache.commons.collections.DefaultMapEntry のコンストラクタ
-
- DefaultMapEntry(Object, Object) -
class org.apache.commons.collections.DefaultMapEntry のコンストラクタ
-
- defaultTransformers -
class org.apache.commons.collections.BeanMap の static 変数
-
- disjunction(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns a
Collection
containing the exclusive disjunction
(symmetric difference) of the given Collection
s.
- display() -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Display the configuration for debugging
purposes.
E
- empty() -
class org.apache.commons.collections.ArrayStack のメソッド
- Return
true
if this stack is currently empty.
- ensureCapacity(int) -
class org.apache.commons.collections.FastArrayList のメソッド
- Increase the capacity of this
ArrayList
instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
- entryIterator() -
class org.apache.commons.collections.BeanMap のメソッド
-
- entrySet() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a collection view of the mappings contained in this map.
- entrySet() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return a collection view of the mappings contained in this map.
- entrySet() -
class org.apache.commons.collections.BeanMap のメソッド
-
- entrySet() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Returns a set view of the mappings in the wrapped map
- entrySet() -
class org.apache.commons.collections.LRUMap のメソッド
-
- EnumerationIterator - class org.apache.commons.collections.EnumerationIterator.
- Adapter to make
Enumeration
instances appear to be Iterator
instances - EnumerationIterator() -
class org.apache.commons.collections.EnumerationIterator のコンストラクタ
-
- EnumerationIterator(Enumeration) -
class org.apache.commons.collections.EnumerationIterator のコンストラクタ
-
- equals(DefaultMapEntry) -
class org.apache.commons.collections.DefaultMapEntry のメソッド
-
- equals(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Compare the specified object with this list for equality.
- equals(Object) -
class org.apache.commons.collections.DefaultMapEntry のメソッド
-
- equals(Object) -
class org.apache.commons.collections.FastHashMap のメソッド
- Compare the specified object with this list for equality.
- equals(Object) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Answers whether this map and the argument are 'the same'
- equals(Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Compare the specified object with this list for equality.
- equals(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Compares the specified object with this list for equality.
- evaluate(Object) -
interface org.apache.commons.collections.Predicate のメソッド
-
- execute(Object) -
interface org.apache.commons.collections.Closure のメソッド
- Performs some operation on the input object
- ExtendedProperties - class org.apache.commons.collections.ExtendedProperties.
- This class extends normal Java properties by adding the possibility
to use the same key many times concatenating the value strings
instead of overwriting them.
- ExtendedProperties() -
class org.apache.commons.collections.ExtendedProperties のコンストラクタ
- Creates an empty extended properties object.
- ExtendedProperties(String) -
class org.apache.commons.collections.ExtendedProperties のコンストラクタ
- Creates and loads the extended properties from the specified
file.
- ExtendedProperties(String, String) -
class org.apache.commons.collections.ExtendedProperties のコンストラクタ
- Creates and loads the extended properties from the specified
file.
F
- FastArrayList - class org.apache.commons.collections.FastArrayList.
- A customized implementation of
java.util.ArrayList
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes. - FastArrayList() -
class org.apache.commons.collections.FastArrayList のコンストラクタ
- Construct a an empty list.
- FastArrayList(Collection) -
class org.apache.commons.collections.FastArrayList のコンストラクタ
- Construct a list containing the elements of the specified collection,
in the order they are returned by the collection's iterator.
- FastArrayList(int) -
class org.apache.commons.collections.FastArrayList のコンストラクタ
- Construct an empty list with the specified capacity.
- FastHashMap - class org.apache.commons.collections.FastHashMap.
- A customized implementation of
java.util.HashMap
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes. - FastHashMap() -
class org.apache.commons.collections.FastHashMap のコンストラクタ
- Construct a an empty map.
- FastHashMap(int) -
class org.apache.commons.collections.FastHashMap のコンストラクタ
- Construct an empty map with the specified capacity.
- FastHashMap(int, float) -
class org.apache.commons.collections.FastHashMap のコンストラクタ
- Construct an empty map with the specified capacity and load factor.
- FastHashMap(Map) -
class org.apache.commons.collections.FastHashMap のコンストラクタ
- Construct a new map with the same mappings as the specified map.
- FastTreeMap - class org.apache.commons.collections.FastTreeMap.
- A customized implementation of
java.util.TreeMap
designed
to operate in a multithreaded environment where the large majority of
method calls are read-only, instead of structural changes. - FastTreeMap() -
class org.apache.commons.collections.FastTreeMap のコンストラクタ
- Construct a an empty map.
- FastTreeMap(Comparator) -
class org.apache.commons.collections.FastTreeMap のコンストラクタ
- Construct an empty map with the specified comparator.
- FastTreeMap(Map) -
class org.apache.commons.collections.FastTreeMap のコンストラクタ
- Construct a new map with the same mappings as the specified map,
sorted according to the keys's natural order
- FastTreeMap(SortedMap) -
class org.apache.commons.collections.FastTreeMap のコンストラクタ
- Construct a new map with the same mappings as the specified map,
sorted according to the same ordering
- FilterIterator - class org.apache.commons.collections.FilterIterator.
- A Proxy
Iterator
which takes a Predicate
instance to filter
out objects from an underlying Iterator
instance. - FilterIterator() -
class org.apache.commons.collections.FilterIterator のコンストラクタ
-
- FilterIterator(Iterator) -
class org.apache.commons.collections.FilterIterator のコンストラクタ
-
- FilterIterator(Iterator, Predicate) -
class org.apache.commons.collections.FilterIterator のコンストラクタ
-
- find(Collection, Predicate) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Finds the first element in the given collection which matches the given predicate
- firstKey() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return the first (lowest) key currently in this sorted map.
- forAllDo(Collection, Closure) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Executes the given closure on each element in the colleciton
G
- get(int) -
class org.apache.commons.collections.FastArrayList のメソッド
- Return the element at the specified position in the list.
- get(int) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the element at the specified position in this list.
- get(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return the value to which this map maps the specified key.
- get(Object) -
class org.apache.commons.collections.FastHashMap のメソッド
- Return the value to which this map maps the specified key.
- get(Object) -
class org.apache.commons.collections.BeanMap のメソッド
-
- get(Object) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Retrieves the referent of the Referenced value
- get(Object) -
class org.apache.commons.collections.LRUMap のメソッド
-
- getArray() -
class org.apache.commons.collections.ArrayIterator のメソッド
-
- getBean() -
class org.apache.commons.collections.BeanMap のメソッド
-
- getBoolean(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getBoolean(Map, Object, Boolean) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getBoolean(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a boolean associated with the given configuration key.
- getByte(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getByte(Map, Object, Byte) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getByte(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a byte associated with the given configuration key.
- getByte(String, byte) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a byte associated with the given configuration key.
- getByte(String, Byte) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a byte associated with the given configuration key.
- getCardinalityMap(Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns a
Map
mapping each unique element in
the given Collection
to an Integer
representing the number of occurances of that element
in the Collection
.
- getDouble(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getDouble(Map, Object, Double) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getDouble(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a double associated with the given configuration key.
- getDouble(String, double) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a double associated with the given configuration key.
- getDouble(String, Double) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a double associated with the given configuration key.
- getEnumeration() -
class org.apache.commons.collections.EnumerationIterator のメソッド
-
- getFast() -
class org.apache.commons.collections.FastTreeMap のメソッド
-
- getFast() -
class org.apache.commons.collections.FastHashMap のメソッド
-
- getFast() -
class org.apache.commons.collections.FastArrayList のメソッド
-
- getFirst() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the element at the beginning of this list.
- getFloat(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getFloat(Map, Object, Float) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getFloat(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a float associated with the given configuration key.
- getFloat(String, float) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a float associated with the given configuration key.
- getFloat(String, Float) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a float associated with the given configuration key.
- getInclude() -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Gets the property value for including other properties files.
- getInt(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- The purpose of this method is to get the configuration resource
with the given name as an integer.
- getInt(String, int) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- The purpose of this method is to get the configuration resource
with the given name as an integer, or a default value.
- getInteger(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getInteger(Map, Object, Integer) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getInteger(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a int associated with the given configuration key.
- getInteger(String, int) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a int associated with the given configuration key.
- getInteger(String, Integer) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a int associated with the given configuration key.
- getIterator() -
class org.apache.commons.collections.IteratorEnumeration のメソッド
-
- getIterator() -
class org.apache.commons.collections.ProxyIterator のメソッド
- Getter for property iterator.
- getKey() -
class org.apache.commons.collections.DefaultMapEntry のメソッド
-
- getKeys() -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get the list of the keys contained in the configuration
repository.
- getKeys(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get the list of the keys contained in the configuration
repository that match the specified prefix.
- getLast() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the element at the end of this list.
- getLong(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getLong(Map, Object, Long) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getLong(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a long associated with the given configuration key.
- getLong(String, long) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a long associated with the given configuration key.
- getLong(String, Long) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a long associated with the given configuration key.
- getMap(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getMap(Map, Object, Map) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getMaximumSize() -
class org.apache.commons.collections.LRUMap のメソッド
- Getter for property maximumSize.
- getNumber(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getNumber(Map, Object, Number) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getObject(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getObject(Map, Object, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getPredicate() -
class org.apache.commons.collections.FilterIterator のメソッド
- Getter for property predicate.
- getProperties(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a list of properties associated with the given
configuration key.
- getProperties(String, Properties) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a list of properties associated with the given
configuration key.
- getProperty(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Gets a property from the configuration.
- getShort(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getShort(Map, Object, Short) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getShort(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a short associated with the given configuration key.
- getShort(String, short) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a short associated with the given configuration key.
- getShort(String, Short) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a short associated with the given configuration key.
- getString(Map, Object) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getString(Map, Object, String) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- getString(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a string associated with the given configuration key.
- getString(String, String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a string associated with the given configuration key.
- getStringArray(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get an array of strings associated with the given configuration
key.
- getTransformer() -
class org.apache.commons.collections.TransformIterator のメソッド
- Getter for property transformer.
- getType(String) -
class org.apache.commons.collections.BeanMap のメソッド
-
- getValue() -
class org.apache.commons.collections.DefaultMapEntry のメソッド
-
- getVector(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a Vector of strings associated with the given configuration
key.
- getVector(String, Vector) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Get a Vector of strings associated with the given configuration
key.
H
- hashCode() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return the hash code value for this map.
- hashCode() -
class org.apache.commons.collections.DefaultMapEntry のメソッド
-
- hashCode() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return the hash code value for this map.
- hashCode() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Calculates the hash code for this map
- hashCode() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return the hash code value for this list.
- hashCode() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the hash code value for this list.
- hasMoreElements() -
class org.apache.commons.collections.ArrayEnumeration のメソッド
-
- hasMoreElements() -
class org.apache.commons.collections.IteratorEnumeration のメソッド
-
- hasNext() -
class org.apache.commons.collections.ProxyIterator のメソッド
-
- hasNext() -
class org.apache.commons.collections.FilterIterator のメソッド
-
- hasNext() -
class org.apache.commons.collections.ArrayIterator のメソッド
-
- hasNext() -
class org.apache.commons.collections.EnumerationIterator のメソッド
-
- headMap(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a view of the portion of this map whose keys are strictly
less than the specified key.
I
- indexOf(Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Search for the first occurrence of the given argument, testing
for equality using the
equals()
method, and return
the corresponding index, or -1 if the object is not found.
- indexOf(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- insert(Comparable) -
class org.apache.commons.collections.SynchronizedPriorityQueue のメソッド
- Insert an element into queue.
- insert(Comparable) -
interface org.apache.commons.collections.PriorityQueue のメソッド
- Insert an element into queue.
- insert(Comparable) -
class org.apache.commons.collections.BinaryHeap のメソッド
- Insert an element into queue.
- intersection(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns a
Collection
containing the intersection
of the given Collection
s.
- isEmpty() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Test if this list has no elements.
- isEmpty() -
class org.apache.commons.collections.SynchronizedPriorityQueue のメソッド
- Test if queue is empty.
- isEmpty() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return
true
if this map contains no mappings.
- isEmpty() -
interface org.apache.commons.collections.PriorityQueue のメソッド
- Test if queue is empty.
- isEmpty() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Answers whether there are any mappings
- isEmpty() -
class org.apache.commons.collections.FastArrayList のメソッド
- Test if this list has no elements.
- isEmpty() -
class org.apache.commons.collections.BinaryHeap のメソッド
- Test if queue is empty.
- isEmpty() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns true if this list contains no elements.
- isEqualCollection(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns true iff the given
Collection
s contain
exactly the same elements with exactly the same cardinality.
- isFull() -
class org.apache.commons.collections.BinaryHeap のメソッド
- Test if queue is full.
- isInitialized() -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Indicate to client code whether property
resources have been initialized or not.
- isProperSubCollection(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns true iff a is a proper sub-collection of b,
that is, iff the cardinality of e in a is less
than or equal to the cardinality of e in b,
for each element e in a, and there is at least one
element f such that the cardinality of f in b
is strictly greater than the cardinality of f in a.
- isSubCollection(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns true iff a is a sub-collection of b,
that is, iff the cardinality of e in a is less
than or equal to the cardinality of e in b,
for each element e in a.
- iterator() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return an iterator over the elements in this list in proper sequence.
- iterator() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a fail-fast iterator.
- IteratorEnumeration - class org.apache.commons.collections.IteratorEnumeration.
- Adapter to make an
Iterator
instance appear to be an Enumeration
instances - IteratorEnumeration() -
class org.apache.commons.collections.IteratorEnumeration のコンストラクタ
-
- IteratorEnumeration(Iterator) -
class org.apache.commons.collections.IteratorEnumeration のコンストラクタ
-
K
- keyIterator() -
class org.apache.commons.collections.BeanMap のメソッド
-
- keySet() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a set view of the keys contained in this map.
- keySet() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return a set view of the keys contained in this map.
- keySet() -
class org.apache.commons.collections.BeanMap のメソッド
-
- keySet() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Returns the domain of the mappings
- keySet() -
class org.apache.commons.collections.LRUMap のメソッド
-
L
- lastIndexOf(Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Search for the last occurrence of the given argument, testing
for equality using the
equals()
method, and return
the corresponding index, or -1 if the object is not found.
- lastIndexOf(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the index in this list of the last occurrence of the specified
element, or -1 if this list does not contain this element.
- lastKey() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return the last (highest) key currently in this sorted map.
- listIterator() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return an iterator of the elements of this list, in proper sequence.
- listIterator() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a fail-fast ListIterator.
- listIterator(int) -
class org.apache.commons.collections.FastArrayList のメソッド
- Return an iterator of the elements of this list, in proper sequence,
starting at the specified position.
- listIterator(int) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a fail-fast ListIterator.
- load(InputStream) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Load the properties from the given input stream.
- load(InputStream, String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Load the properties from the given input stream
and using the specified encoding.
- LRUMap - class org.apache.commons.collections.LRUMap.
-
An implementation of a Map which has a maximum size and uses a Least Recently Used
algorithm to remove items from the Map when the maximum size is reached and new items are added.
- LRUMap() -
class org.apache.commons.collections.LRUMap のコンストラクタ
-
- LRUMap(int) -
class org.apache.commons.collections.LRUMap のコンストラクタ
-
M
- MapUtils - class org.apache.commons.collections.MapUtils.
- A helper class for using
Map
instances.
- MapUtils() -
class org.apache.commons.collections.MapUtils のコンストラクタ
-
N
- next() -
class org.apache.commons.collections.ProxyIterator のメソッド
-
- next() -
class org.apache.commons.collections.TransformIterator のメソッド
-
- next() -
class org.apache.commons.collections.FilterIterator のメソッド
-
- next() -
class org.apache.commons.collections.ArrayIterator のメソッド
-
- next() -
class org.apache.commons.collections.EnumerationIterator のメソッド
-
- nextElement() -
class org.apache.commons.collections.ArrayEnumeration のメソッド
-
- nextElement() -
class org.apache.commons.collections.IteratorEnumeration のメソッド
-
- nextIndex() -
class org.apache.commons.collections.CursorableLinkedList.Cursor のメソッド
-
- NULL_ARGUMENTS -
class org.apache.commons.collections.BeanMap の static 変数
-
O
- org.apache.commons.collections - package org.apache.commons.collections
-
Java Collections Framework extensions.
P
- peek() -
class org.apache.commons.collections.SynchronizedPriorityQueue のメソッド
- Return element on top of heap but don't remove it.
- peek() -
interface org.apache.commons.collections.PriorityQueue のメソッド
- Return element on top of heap but don't remove it.
- peek() -
class org.apache.commons.collections.ArrayStack のメソッド
- Return the top item off of this stack without removing it.
- peek() -
class org.apache.commons.collections.BinaryHeap のメソッド
- Return element on top of heap but don't remove it.
- peek(int) -
class org.apache.commons.collections.ArrayStack のメソッド
- Return the n'th item down (zero-relative) from the top of this
stack without removing it.
- pop() -
class org.apache.commons.collections.SynchronizedPriorityQueue のメソッド
- Return element on top of heap and remove it.
- pop() -
interface org.apache.commons.collections.PriorityQueue のメソッド
- Return element on top of heap and remove it.
- pop() -
class org.apache.commons.collections.ArrayStack のメソッド
- Pop the top item off of this stack and return it.
- pop() -
class org.apache.commons.collections.BinaryHeap のメソッド
- Return element on top of heap and remove it.
- Predicate - interface org.apache.commons.collections.Predicate.
- Performs some predicate which returns true or false based on the input object.
- previousIndex() -
class org.apache.commons.collections.CursorableLinkedList.Cursor のメソッド
-
- PriorityQueue - interface org.apache.commons.collections.PriorityQueue.
- Interface for priority queues.
- ProxyIterator - class org.apache.commons.collections.ProxyIterator.
- A Proxy
Iterator
which delegates its methods to a proxy instance. - ProxyIterator() -
class org.apache.commons.collections.ProxyIterator のコンストラクタ
-
- ProxyIterator(Iterator) -
class org.apache.commons.collections.ProxyIterator のコンストラクタ
-
- purge() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Removes References that have had their referents garbage collected
- push(Object) -
class org.apache.commons.collections.ArrayStack のメソッド
- Push a new item onto the top of this stack.
- put(Object, Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Associate the specified value with the specified key in this map.
- put(Object, Object) -
class org.apache.commons.collections.FastHashMap のメソッド
- Associate the specified value with the specified key in this map.
- put(Object, Object) -
class org.apache.commons.collections.BeanMap のメソッド
-
- put(Object, Object) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Adds a key-value mapping, wrapping the value in a Reference
- put(Object, Object) -
class org.apache.commons.collections.LRUMap のメソッド
-
- putAll(Map) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Copy all of the mappings from the specified map to this one, replacing
any mappings with the same keys.
- putAll(Map) -
class org.apache.commons.collections.FastHashMap のメソッド
- Copy all of the mappings from the specified map to this one, replacing
any mappings with the same keys.
- putAll(Map) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Put all of the mappings in the argument into this wrapped map
R
- readExternal(ObjectInput) -
class org.apache.commons.collections.LRUMap のメソッド
-
- remove() -
class org.apache.commons.collections.ProxyIterator のメソッド
-
- remove() -
class org.apache.commons.collections.ArrayIterator のメソッド
-
- remove() -
class org.apache.commons.collections.EnumerationIterator のメソッド
-
- remove(int) -
class org.apache.commons.collections.FastArrayList のメソッド
- Remove the element at the specified position in the list, and shift
any subsequent elements down one position.
- remove(int) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Removes the element at the specified position in this list (optional
operation).
- remove(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Remove any mapping for this key, and return any previously
mapped value.
- remove(Object) -
class org.apache.commons.collections.FastHashMap のメソッド
- Remove any mapping for this key, and return any previously
mapped value.
- remove(Object) -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Removes a mapping from this map
- remove(Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Remove the first occurrence of the specified element from the list,
and shift any subsequent elements down one position.
- remove(Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Removes the first occurrence in this list of the specified element.
- remove(Object) -
class org.apache.commons.collections.LRUMap のメソッド
-
- removeAll(Collection) -
class org.apache.commons.collections.FastArrayList のメソッド
- Remove from this collection all of its elements that are contained
in the specified collection.
- removeAll(Collection) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Removes from this list all the elements that are contained in the
specified collection.
- removeFirst() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Removes the first element of this list, if any.
- removeLast() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Removes the last element of this list, if any.
- removeLRU() -
class org.apache.commons.collections.LRUMap のメソッド
- Removes the least recently used object from the Map.
- retainAll(Collection) -
class org.apache.commons.collections.FastArrayList のメソッド
- Remove from this collection all of its elements except those that are
contained in the specified collection.
- retainAll(Collection) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Retains only the elements in this list that are contained in the
specified collection.
S
- save(OutputStream, String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Save the properties to the given outputstream.
- search(Object) -
class org.apache.commons.collections.ArrayStack のメソッド
- Return the one-based position of the distance from the top that the
specified object exists on this stack, where the top-most element is
considered to be at distance
1
.
- select(Collection, Predicate) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Selects all elements from inputCollection which match the given predicate
into an output collection
- select(Collection, Predicate, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Selects all elements from inputCollection which match the given predicate
and adds them to outputCollection
- set(int, Object) -
class org.apache.commons.collections.FastArrayList のメソッド
- Replace the element at the specified position in this list with
the specified element.
- set(int, Object) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Replaces the element at the specified position in this list with the
specified element.
- setArray(Object[]) -
class org.apache.commons.collections.ArrayIterator のメソッド
-
- setBean(Object) -
class org.apache.commons.collections.BeanMap のメソッド
-
- setEnumeration(Enumeration) -
class org.apache.commons.collections.EnumerationIterator のメソッド
-
- setFast(boolean) -
class org.apache.commons.collections.FastTreeMap のメソッド
-
- setFast(boolean) -
class org.apache.commons.collections.FastHashMap のメソッド
-
- setFast(boolean) -
class org.apache.commons.collections.FastArrayList のメソッド
-
- setInclude(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Sets the property value for including other properties files.
- setIterator(Iterator) -
class org.apache.commons.collections.IteratorEnumeration のメソッド
-
- setIterator(Iterator) -
class org.apache.commons.collections.ProxyIterator のメソッド
- Setter for property iterator.
- setKey(Object) -
class org.apache.commons.collections.DefaultMapEntry のメソッド
-
- setMaximumSize(int) -
class org.apache.commons.collections.LRUMap のメソッド
- Setter for property maximumSize.
- setPredicate(Predicate) -
class org.apache.commons.collections.FilterIterator のメソッド
- Setter for property predicate.
- setProperty(String, Object) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Set a property, this will replace any previously
set values.
- setTransformer(Transformer) -
class org.apache.commons.collections.TransformIterator のメソッド
- Setter for property transformer.
- setValue(Object) -
class org.apache.commons.collections.DefaultMapEntry のメソッド
- Note that this method only sets the local reference inside this object and
does not modify the original Map.
- size() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return the number of key-value mappings in this map.
- size() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return the number of key-value mappings in this map.
- size() -
class org.apache.commons.collections.BeanMap のメソッド
-
- size() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Returns the number of mappings in this map
- size() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return the number of elements in this list.
- size() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns the number of elements in this list.
- SoftRefHashMap - class org.apache.commons.collections.SoftRefHashMap.
-
HashMap with SoftReference links to values which allows the values of the Map
to be garbage collected by the JVM if it becomes low on memory.
- SoftRefHashMap() -
class org.apache.commons.collections.SoftRefHashMap のコンストラクタ
-
- subList(int, int) -
class org.apache.commons.collections.FastArrayList のメソッド
- Return a view of the portion of this list between fromIndex
(inclusive) and toIndex (exclusive).
- subList(int, int) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a fail-fast sublist.
- subMap(Object, Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a view of the portion of this map whose keys are in the
range fromKey (inclusive) to toKey (exclusive).
- subset(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Create an ExtendedProperties object that is a subset
of this one.
- subtract(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns a
Collection
containing a - b.
- SynchronizedPriorityQueue - class org.apache.commons.collections.SynchronizedPriorityQueue.
- A thread safe version of the PriorityQueue.
- SynchronizedPriorityQueue(PriorityQueue) -
class org.apache.commons.collections.SynchronizedPriorityQueue のコンストラクタ
-
T
- tailMap(Object) -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a view of the portion of this map whose keys are greater than
or equal to the specified key.
- testBoolean(String) -
class org.apache.commons.collections.ExtendedProperties のメソッド
- Test whether the string represent by value maps to a boolean
value or not.
- toArray() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return an array containing all of the elements in this list in the
correct order.
- toArray() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns an array containing all of the elements in this list in proper
sequence.
- toArray(Object[]) -
class org.apache.commons.collections.FastArrayList のメソッド
- Return an array containing all of the elements in this list in the
correct order.
- toArray(Object[]) -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns an array containing all of the elements in this list in proper
sequence; the runtime type of the returned array is that of the
specified array.
- toProperties(Map) -
class org.apache.commons.collections.MapUtils の static メソッド
-
- toString() -
class org.apache.commons.collections.SynchronizedPriorityQueue のメソッド
-
- toString() -
class org.apache.commons.collections.FastArrayList のメソッド
- Return a String representation of this object.
- toString() -
class org.apache.commons.collections.BinaryHeap のメソッド
-
- toString() -
class org.apache.commons.collections.CursorableLinkedList のメソッド
- Returns a
String
representation of this list, suitable for debugging.
- transform(Object) -
interface org.apache.commons.collections.Transformer のメソッド
- Transforms the input object (leaving it unchanged) into some output object.
- Transformer - interface org.apache.commons.collections.Transformer.
- An object capable of transforming an input object into some output object.
- TransformIterator - class org.apache.commons.collections.TransformIterator.
- A Proxy
Iterator
which uses a Transformer
instance to
transform the contents of the Iterator
into some other form - TransformIterator() -
class org.apache.commons.collections.TransformIterator のコンストラクタ
-
- TransformIterator(Iterator) -
class org.apache.commons.collections.TransformIterator のコンストラクタ
-
- TransformIterator(Iterator, Transformer) -
class org.apache.commons.collections.TransformIterator のコンストラクタ
-
- trimToSize() -
class org.apache.commons.collections.FastArrayList のメソッド
- Trim the capacity of this
ArrayList
instance to be the
list's current size.
U
- union(Collection, Collection) -
class org.apache.commons.collections.CollectionUtils の static メソッド
- Returns a
Collection
containing the union
of the given Collection
s.
V
- valueIterator() -
class org.apache.commons.collections.BeanMap のメソッド
-
- values() -
class org.apache.commons.collections.FastTreeMap のメソッド
- Return a collection view of the values contained in this map.
- values() -
class org.apache.commons.collections.FastHashMap のメソッド
- Return a collection view of the values contained in this map.
- values() -
class org.apache.commons.collections.BeanMap のメソッド
-
- values() -
class org.apache.commons.collections.SoftRefHashMap のメソッド
- Returns a collection of the Referenced values
- values() -
class org.apache.commons.collections.LRUMap のメソッド
-
- verbosePrint(PrintStream, Object, Map) -
class org.apache.commons.collections.MapUtils の static メソッド
-
W
- writeExternal(ObjectOutput) -
class org.apache.commons.collections.LRUMap のメソッド
-
A B C D E F G H I K L M N O P R S T U V W
Copyright © 2001 Apache Software Foundation. Documenation generated November 5 2001.