All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

AbstractCollection(). Constructor for class com.sun.java.util.collections.AbstractCollection
AbstractList(). Constructor for class com.sun.java.util.collections.AbstractList
AbstractMap(). Constructor for class com.sun.java.util.collections.AbstractMap
AbstractSequentialList(). Constructor for class com.sun.java.util.collections.AbstractSequentialList
AbstractSet(). Constructor for class com.sun.java.util.collections.AbstractSet
add(int, Object). Method in class com.sun.java.util.collections.AbstractList
Inserts the specified element at the specified position in this List (optional operation).
add(int, Object). Method in class com.sun.java.util.collections.AbstractSequentialList
Inserts the specified element at the specified position in this List.
add(int, Object). Method in class com.sun.java.util.collections.ArrayList
Inserts the specified element at the specified position in this ArrayList.
add(int, Object). Method in class com.sun.java.util.collections.LinkedList
Inserts the specified element at the specified position in this List.
add(int, Object). Method in interface com.sun.java.util.collections.List
Inserts the specified element at the specified position in this List (optional operation).
add(int, Object). Method in class com.sun.java.util.collections.Vector
Inserts the specified element at the specified position in this Vector.
add(Object). Method in class com.sun.java.util.collections.AbstractCollection
Ensures that this Collection contains the specified element (optional operation).
add(Object). Method in class com.sun.java.util.collections.AbstractList
Appends the specified element to the end of this List (optional operation).
add(Object). Method in class com.sun.java.util.collections.ArrayList
Appends the specified element to the end of this ArrayList.
add(Object). Method in interface com.sun.java.util.collections.Collection
Ensures that this Collection contains the specified element (optional operation).
add(Object). Method in class com.sun.java.util.collections.HashSet
Adds the specified element to this HashSet if it is not already present.
add(Object). Method in class com.sun.java.util.collections.LinkedList
Appends the specified element to the end of this List.
add(Object). Method in interface com.sun.java.util.collections.List
Appends the specified element to the end of this List (optional operation).
add(Object). Method in interface com.sun.java.util.collections.ListIterator
Inserts the specified element into the List (optional operation).
add(Object). Method in interface com.sun.java.util.collections.Set
Adds the specified element to this Set if it is not already present (optional operation).
add(Object). Method in class com.sun.java.util.collections.TreeSet
Adds the specified element to this Set if it is not already present.
add(Object). Method in class com.sun.java.util.collections.Vector
Appends the specified element to the end of this Vector.
addAll(Collection). Method in class com.sun.java.util.collections.AbstractCollection
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(Collection). Method in class com.sun.java.util.collections.ArrayList
Appends all of the elements in the specified Collection to the end of this this ArrayList, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection). Method in interface com.sun.java.util.collections.Collection
Adds all of the elements in the specified Collection to this Collection (optional operation).
addAll(Collection). Method in class com.sun.java.util.collections.LinkedList
Appends all of the elements in the specified Collection to the end of this this LinkedList, in the order that they are returned by the specified Collection's Iterator.
addAll(Collection). Method in interface com.sun.java.util.collections.List
Appends all of the elements in the specified Collection to the end of this this List, in the order that they are returned by the specified Collection's Iterator (optional operation).
addAll(Collection). Method in interface com.sun.java.util.collections.Set
Adds all of the elements in the specified Collection to this Set if they're not already present (optional operation).
addAll(Collection). Method in class com.sun.java.util.collections.TreeSet
Adds all of the elements in the specified Collection to this TreeSet.
addAll(Collection). Method in class com.sun.java.util.collections.Vector
Appends all of the elements in the specified Collection to the end of this this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection). Method in class com.sun.java.util.collections.AbstractList
Inserts all of the elements in in the specified Collection into this List at the specified position (optional operation).
addAll(int, Collection). Method in class com.sun.java.util.collections.AbstractSequentialList
Inserts all of the elements in in the specified Collection into this List at the specified position.
addAll(int, Collection). Method in class com.sun.java.util.collections.ArrayList
Inserts all of the elements in the specified Collection into this ArrayList, starting at the specified position.
addAll(int, Collection). Method in class com.sun.java.util.collections.LinkedList
Inserts all of the elements in the specified Collection into this LinkedList, starting at the specified position.
addAll(int, Collection). Method in interface com.sun.java.util.collections.List
Inserts all of the elements in the specified Collection into this List at the specified position (optional operation).
addAll(int, Collection). Method in class com.sun.java.util.collections.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAllForTreeSet(SortedSet, Object). Method in class com.sun.java.util.collections.TreeMap
Intended to be called only from TreeSet.addAll
addElement(Object). Method in class com.sun.java.util.collections.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addFirst(Object). Method in class com.sun.java.util.collections.LinkedList
Inserts the given element at the beginning of this List.
addLast(Object). Method in class com.sun.java.util.collections.LinkedList
Appends the given element to the end of this List.
ArrayList(). Constructor for class com.sun.java.util.collections.ArrayList
Constructs an empty ArrayList.
ArrayList(Collection). Constructor for class com.sun.java.util.collections.ArrayList
Constructs an ArrayList containing the elements of the specified Collection, in the order they are returned by the Collection's iterator.
ArrayList(int). Constructor for class com.sun.java.util.collections.ArrayList
Constructs an empty ArrayList with the specified initial capacity.
asList(Object[]). Static method in class com.sun.java.util.collections.Arrays
Returns a fixed-size List backed by the specified array.

B

binarySearch(byte[], byte). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(char[], char). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(double[], double). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(int[], int). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(List, Object). Static method in class com.sun.java.util.collections.Collections
Searches the specified List for the specified Object using the binary search algorithm.
binarySearch(List, Object, Comparator). Static method in class com.sun.java.util.collections.Collections
Searches the specified List for the specified Object using the binary search algorithm.
binarySearch(long[], long). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(Object[], Object). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array for the specified Object using the binary search algorithm.
binarySearch(Object[], Object, Comparator). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array for the specified Object using the binary search algorithm.
binarySearch(short[], short). Static method in class com.sun.java.util.collections.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.

C

capacity(). Method in class com.sun.java.util.collections.HashMap
capacity(). Method in class com.sun.java.util.collections.Vector
Returns the current capacity of this vector.
capacityIncrement. Variable in class com.sun.java.util.collections.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
clear(). Method in class com.sun.java.util.collections.AbstractCollection
Removes all of the elements from this Collection (optional operation).
clear(). Method in class com.sun.java.util.collections.AbstractMap
Removes all mappings from this Map (optional operation).
clear(). Method in class com.sun.java.util.collections.ArrayList
Removes all of the elements from this ArrayList.
clear(). Method in interface com.sun.java.util.collections.Collection
Removes all of the elements from this Collection (optional operation).
clear(). Method in class com.sun.java.util.collections.HashMap
Removes all mappings from this HashMap.
clear(). Method in class com.sun.java.util.collections.HashSet
Removes all of the elements from this HashSet.
clear(). Method in class com.sun.java.util.collections.Hashtable
Clears this hashtable so that it contains no keys.
clear(). Method in class com.sun.java.util.collections.LinkedList
Removes all of the elements from this List.
clear(). Method in interface com.sun.java.util.collections.List
Removes all of the elements from this List (optional operation).
clear(). Method in interface com.sun.java.util.collections.Map
Removes all mappings from this Map (optional operation).
clear(). Method in interface com.sun.java.util.collections.Set
Removes all of the elements from this Set (optional operation).
clear(). Method in class com.sun.java.util.collections.TreeMap
Removes all mappings from this TreeMap.
clear(). Method in class com.sun.java.util.collections.TreeSet
Removes all of the elements from this Set.
clear(). Method in class com.sun.java.util.collections.Vector
Removes all of the elements from this Vector.
clone(). Method in class com.sun.java.util.collections.ArrayList
Returns a shallow copy of this ArrayList.
clone(). Method in class com.sun.java.util.collections.HashMap
Returns a shallow copy of this HashMap.
clone(). Method in class com.sun.java.util.collections.HashSet
Returns a shallow copy of this HashSet.
clone(). Method in class com.sun.java.util.collections.Hashtable
Creates a shallow copy of this hashtable.
clone(). Method in class com.sun.java.util.collections.LinkedList
Returns a shallow copy of this LinkedList.
clone(). Method in class com.sun.java.util.collections.TreeMap
Returns a shallow copy of this TreeMap.
clone(). Method in class com.sun.java.util.collections.TreeSet
Returns a shallow copy of this TreeSet.
clone(). Method in class com.sun.java.util.collections.Vector
Returns a clone of this vector.
comparator(). Method in interface com.sun.java.util.collections.SortedMap
Returns the Comparator associated with this SortedMap, or null if it uses its keys' natural ordering.
comparator(). Method in interface com.sun.java.util.collections.SortedSet
Returns the Comparator associated with this SortedSet, or null if it uses its elements' natural ordering.
comparator(). Method in class com.sun.java.util.collections.TreeMap
Returns the comparator used to order this TreeMap, or null if this TreeMap uses its keys' natural order.
comparator(). Method in class com.sun.java.util.collections.TreeSet
Returns the comparator used to order this TreeMap, or null if this TreeMap uses its keys natural ordering.
compare(Object, Object). Method in interface com.sun.java.util.collections.Comparator
Compares its two arguments for order.
compareTo(Object). Method in interface com.sun.java.util.collections.Comparable
Compares this Object with the specified Object for order.
ConcurrentModificationException(). Constructor for class com.sun.java.util.collections.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String). Constructor for class com.sun.java.util.collections.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
contains(Object). Method in class com.sun.java.util.collections.AbstractCollection
Returns true if this Collection contains the specified element.
contains(Object). Method in class com.sun.java.util.collections.ArrayList
Returns true if this ArrayList contains the specified element.
contains(Object). Method in interface com.sun.java.util.collections.Collection
Returns true if this Collection contains the specified element.
contains(Object). Method in class com.sun.java.util.collections.HashSet
Returns true if this HashSet contains the specified element.
contains(Object). Method in class com.sun.java.util.collections.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object). Method in class com.sun.java.util.collections.LinkedList
Returns true if this List contains the specified element.
contains(Object). Method in interface com.sun.java.util.collections.List
Returns true if this List contains the specified element.
contains(Object). Method in interface com.sun.java.util.collections.Set
Returns true if this Set contains the specified element.
contains(Object). Method in class com.sun.java.util.collections.TreeSet
Returns true if this TreeSet contains the specified element.
contains(Object). Method in class com.sun.java.util.collections.Vector
Tests if the specified object is a component in this vector.
containsAll(Collection). Method in class com.sun.java.util.collections.AbstractCollection
Returns true if this Collection contains all of the elements in the specified Collection.
containsAll(Collection). Method in interface com.sun.java.util.collections.Collection
Returns true if this Collection contains all of the elements in the specified Collection.
containsAll(Collection). Method in interface com.sun.java.util.collections.List
Returns true if this List contains all of the elements of the specified Collection.
containsAll(Collection). Method in interface com.sun.java.util.collections.Set
Returns true if this Set contains all of the elements of the specified Collection.
containsAll(Collection). Method in class com.sun.java.util.collections.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object). Method in class com.sun.java.util.collections.AbstractMap
Returns true if this Map contains a mapping for the specified key.
containsKey(Object). Method in class com.sun.java.util.collections.HashMap
Returns true if this HashMap contains a mapping for the specified key.
containsKey(Object). Method in class com.sun.java.util.collections.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object). Method in interface com.sun.java.util.collections.Map
Returns true if this Map contains a mapping for the specified key.
containsKey(Object). Method in class com.sun.java.util.collections.TreeMap
Returns true if this TreeMap contains a mapping for the specified key.
containsValue(Object). Method in class com.sun.java.util.collections.AbstractMap
Returns true if this Map maps one or more keys to this value.
containsValue(Object). Method in class com.sun.java.util.collections.HashMap
Returns true if this HashMap maps one or more keys to the specified value.
containsValue(Object). Method in class com.sun.java.util.collections.Hashtable
Returns true if this Hashtable maps one or more keys to this value.
containsValue(Object). Method in interface com.sun.java.util.collections.Map
Returns true if this Map maps one or more keys to the specified value.
containsValue(Object). Method in class com.sun.java.util.collections.TreeMap
Returns true if this Map maps one or more keys to the specified value.
copy(List, List). Static method in class com.sun.java.util.collections.Collections
Copies all of the elements from one List into another.
copyInto(Object[]). Method in class com.sun.java.util.collections.Vector
Copies the components of this vector into the specified array.

E

elementAt(int). Method in class com.sun.java.util.collections.Vector
Returns the component at the specified index.
elementCount. Variable in class com.sun.java.util.collections.Vector
The number of valid components in this Vector object.
elementData. Variable in class com.sun.java.util.collections.Vector
The array buffer into which the components of the vector are stored.
elements(). Method in class com.sun.java.util.collections.Hashtable
Returns an enumeration of the values in this hashtable.
elements(). Method in class com.sun.java.util.collections.Vector
Returns an enumeration of the components of this vector.
EMPTY_LIST. Static variable in class com.sun.java.util.collections.Collections
The empty List (immutable).
EMPTY_SET. Static variable in class com.sun.java.util.collections.Collections
The empty Set (immutable).
ensureCapacity(int). Method in class com.sun.java.util.collections.ArrayList
Increases the capacity of this ArrayList, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int). Method in class com.sun.java.util.collections.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
entrySet(). Method in class com.sun.java.util.collections.AbstractMap
Returns a Set view of the mappings contained in this Map.
entrySet(). Method in class com.sun.java.util.collections.HashMap
Returns a Collection view of the mappings contained in this HashMap.
entrySet(). Method in class com.sun.java.util.collections.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet(). Method in interface com.sun.java.util.collections.Map
Returns a Set view of the mappings contained in this Map.
entrySet(). Method in class com.sun.java.util.collections.TreeMap
Returns a Set view of the mappings contained in this Map.
enumeration(Collection). Static method in class com.sun.java.util.collections.Collections
Returns an java.util.Enumeration over the specified Collection.
equals(boolean[], boolean[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of booleans are equal to one another.
equals(byte[], byte[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of bytes are equal to one another.
equals(char[], char[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of chars are equal to one another.
equals(double[], double[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of doubles are equal to one another.
equals(float[], float[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of floats are equal to one another.
equals(int[], int[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of ints are equal to one another.
equals(long[], long[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of longs are equal to one another.
equals(Object). Method in class com.sun.java.util.collections.AbstractList
Compares the specified Object with this List for equality.
equals(Object). Method in class com.sun.java.util.collections.AbstractMap
Compares the specified Object with this Map for equality.
equals(Object). Method in class com.sun.java.util.collections.AbstractSet
Compares the specified Object with this Set for equality.
equals(Object). Method in interface com.sun.java.util.collections.Collection
Compares the specified Object with this Collection for equality.
equals(Object). Method in interface com.sun.java.util.collections.Comparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object). Method in class com.sun.java.util.collections.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object). Method in interface com.sun.java.util.collections.List
Compares the specified Object with this List for equality.
equals(Object). Method in interface com.sun.java.util.collections.Map
Compares the specified Object with this Map for equality.
equals(Object). Method in interface com.sun.java.util.collections.Set
Compares the specified Object with this Set for equality.
equals(Object). Method in class com.sun.java.util.collections.Vector
Compares the specified Object with this Vector for equality.
equals(Object[], Object[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of Objects are equal to one another.
equals(short[], short[]). Static method in class com.sun.java.util.collections.Arrays
Returns true if the the two specified arrays of shorts are equal to one another.

F

fill(boolean[], boolean). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(byte[], byte). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(char[], char). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(double[], double). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(int[], int). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(List, Object). Static method in class com.sun.java.util.collections.Collections
Replaces all of the elements of the specified List with the specified element.
fill(long[], int, int, long). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(long[], long). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(Object[], int, int, Object). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(Object[], Object). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(short[], int, int, short). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(short[], short). Static method in class com.sun.java.util.collections.Arrays
Assigns the specified short value to each element of the specified array of shorts.
first(). Method in interface com.sun.java.util.collections.SortedSet
Returns the first (lowest) element currently in this SortedSet.
first(). Method in class com.sun.java.util.collections.TreeSet
Returns the first (lowest) element currently in this TreeSet.
firstElement(). Method in class com.sun.java.util.collections.Vector
Returns the first component (the item at index 0) of this vector.
firstKey(). Method in interface com.sun.java.util.collections.SortedMap
Returns the first (lowest) key currently in this SortedMap.
firstKey(). Method in class com.sun.java.util.collections.TreeMap
Returns the first (lowest) key currently in this SortedMap.

G

get(int). Method in class com.sun.java.util.collections.AbstractList
Returns the element at the specified position in this List.
get(int). Method in class com.sun.java.util.collections.AbstractSequentialList
Returns the element at the specified position in this List.
get(int). Method in class com.sun.java.util.collections.ArrayList
Returns the element at the specified position in this ArrayList.
get(int). Method in class com.sun.java.util.collections.LinkedList
Returns the element at the specified position in this List.
get(int). Method in interface com.sun.java.util.collections.List
Returns the element at the specified position in this List.
get(int). Method in class com.sun.java.util.collections.Vector
Returns the element at the specified position in this Vector.
get(Object). Method in class com.sun.java.util.collections.AbstractMap
Returns the value to which this Map maps the specified key.
get(Object). Method in class com.sun.java.util.collections.HashMap
Returns the value to which this HashMap maps the specified key.
get(Object). Method in class com.sun.java.util.collections.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object). Method in interface com.sun.java.util.collections.Map
Returns the value to which this Map maps the specified key.
get(Object). Method in class com.sun.java.util.collections.TreeMap
Returns the value to which this TreeMap maps the specified key.
getFirst(). Method in class com.sun.java.util.collections.LinkedList
Returns the first Element in this List.
getLast(). Method in class com.sun.java.util.collections.LinkedList
Returns the last Element in this List.

H

hashCode(). Method in class com.sun.java.util.collections.AbstractList
Returns the hash code value for this List.
hashCode(). Method in class com.sun.java.util.collections.AbstractMap
Returns the hash code value for this Map.
hashCode(). Method in class com.sun.java.util.collections.AbstractSet
Returns the hash code value for this Set.
hashCode(). Method in interface com.sun.java.util.collections.Collection
Returns the hash code value for this Collection.
hashCode(). Method in class com.sun.java.util.collections.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode(). Method in interface com.sun.java.util.collections.List
Returns the hash code value for this List.
hashCode(). Method in interface com.sun.java.util.collections.Map
Returns the hash code value for this Map.
hashCode(). Method in interface com.sun.java.util.collections.Set
Returns the hash code value for this Set.
hashCode(). Method in class com.sun.java.util.collections.Vector
Returns the hash code value for this Vector.
HashMap(). Constructor for class com.sun.java.util.collections.HashMap
Constructs a new, empty HashMap with a default capacity and load factor, which is 0.75.
HashMap(int). Constructor for class com.sun.java.util.collections.HashMap
Constructs a new, empty HashMap with the specified initial capacity and default load factor, which is 0.75.
HashMap(int, float). Constructor for class com.sun.java.util.collections.HashMap
Constructs a new, empty HashMap with the specified initial capacity and the specified load factor.
HashMap(Map). Constructor for class com.sun.java.util.collections.HashMap
Constructs a new HashMap with the same mappings as the given Map.
HashSet(). Constructor for class com.sun.java.util.collections.HashSet
Constructs a new, empty HashSet; the backing HashMap has default capacity and load factor, which is 0.75.
HashSet(Collection). Constructor for class com.sun.java.util.collections.HashSet
Constructs a new HashSet containing the elements in the specified Collection.
HashSet(int). Constructor for class com.sun.java.util.collections.HashSet
Constructs a new, empty HashSet; the backing HashMap has the specified initial capacity and default load factor, which is 0.75.
HashSet(int, float). Constructor for class com.sun.java.util.collections.HashSet
Constructs a new, empty HashSet; the backing HashMap has the specified initial capacity and the specified load factor.
Hashtable(). Constructor for class com.sun.java.util.collections.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor, which is 0.75.
Hashtable(int). Constructor for class com.sun.java.util.collections.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor, which is 0.75.
Hashtable(int, float). Constructor for class com.sun.java.util.collections.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(Map). Constructor for class com.sun.java.util.collections.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasNext(). Method in interface com.sun.java.util.collections.Iterator
Returns true if the iteration has more elements.
hasNext(). Method in interface com.sun.java.util.collections.ListIterator
Returns true if this ListIterator has more elements when traversing the List in the forward direction.
hasPrevious(). Method in interface com.sun.java.util.collections.ListIterator
Returns true if this ListIterator has more elements when traversing the List in the reverse direction.
headMap(Object). Method in interface com.sun.java.util.collections.SortedMap
Returns a view of the portion of this SortedMap whose keys are strictly less than toKey.
headMap(Object). Method in class com.sun.java.util.collections.TreeMap
Returns a view of the portion of this TreeMap whose keys are strictly less than toKey.
headSet(Object). Method in interface com.sun.java.util.collections.SortedSet
Returns a view of the portion of this SortedSet whose elements are strictly less than toElement.
headSet(Object). Method in class com.sun.java.util.collections.TreeSet
Returns a view of the portion of this TreeSet whose elements are strictly less than toElement.

I

indexOf(Object). Method in class com.sun.java.util.collections.AbstractList
Returns the index in this List of the first occurence of the specified element, or -1 if the List does not contain this element.
indexOf(Object). Method in class com.sun.java.util.collections.ArrayList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object). Method in class com.sun.java.util.collections.LinkedList
Returns the index in this List of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object). Method in interface com.sun.java.util.collections.List
Returns the index in this List of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object). Method in class com.sun.java.util.collections.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int). Method in class com.sun.java.util.collections.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
insertElementAt(Object, int). Method in class com.sun.java.util.collections.Vector
Inserts the specified object as a component in this vector at the specified index.
isEmpty(). Method in class com.sun.java.util.collections.AbstractCollection
Returns true if this Collection contains no elements.
isEmpty(). Method in class com.sun.java.util.collections.AbstractMap
Returns true if this Map contains no key-value mappings.
isEmpty(). Method in class com.sun.java.util.collections.ArrayList
Tests if this ArrayList has no components.
isEmpty(). Method in interface com.sun.java.util.collections.Collection
Returns true if this Collection contains no elements.
isEmpty(). Method in class com.sun.java.util.collections.HashMap
Returns true if this Map contains no key-value mappings.
isEmpty(). Method in class com.sun.java.util.collections.HashSet
Returns true if this HashSet contains no elements.
isEmpty(). Method in class com.sun.java.util.collections.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty(). Method in interface com.sun.java.util.collections.List
Returns true if this List contains no elements.
isEmpty(). Method in interface com.sun.java.util.collections.Map
Returns true if this Map contains no key-value mappings.
isEmpty(). Method in interface com.sun.java.util.collections.Set
Returns true if this Set contains no elements.
isEmpty(). Method in class com.sun.java.util.collections.TreeSet
Returns true if this TreeSet contains no elements.
isEmpty(). Method in class com.sun.java.util.collections.Vector
Tests if this vector has no components.
iterator(). Method in class com.sun.java.util.collections.AbstractCollection
Returns an Iterator over the elements contained in this Collection.
iterator(). Method in class com.sun.java.util.collections.AbstractList
Returns an Iterator over the elements in this List in proper sequence.
iterator(). Method in class com.sun.java.util.collections.AbstractSequentialList
Returns an iterator over the elements in this List (in proper sequence).
iterator(). Method in interface com.sun.java.util.collections.Collection
Returns an Iterator over the elements in this Collection.
iterator(). Method in class com.sun.java.util.collections.HashSet
Returns an Iterator over the elements in this HashSet.
iterator(). Method in interface com.sun.java.util.collections.List
Returns an Iterator over the elements in this List in proper sequence.
iterator(). Method in interface com.sun.java.util.collections.Set
Returns an Iterator over the elements in this Set.
iterator(). Method in class com.sun.java.util.collections.TreeSet
Returns an Iterator over the elements in this TreeSet.

K

keys(). Method in class com.sun.java.util.collections.Hashtable
Returns an enumeration of the keys in this hashtable.
keySet(). Method in class com.sun.java.util.collections.AbstractMap
Returns a Set view of the keys contained in this Map.
keySet(). Method in class com.sun.java.util.collections.HashMap
Returns a Set view of the keys contained in this HashMap.
keySet(). Method in class com.sun.java.util.collections.Hashtable
Returns a Set view of the keys contained in this Hashtable.
keySet(). Method in interface com.sun.java.util.collections.Map
Returns a Set view of the keys contained in this Map.
keySet(). Method in class com.sun.java.util.collections.TreeMap
Returns a Set view of the keys contained in this TreeMap.

L

last(). Method in interface com.sun.java.util.collections.SortedSet
Returns the last (highest) element currently in this SortedSet.
last(). Method in class com.sun.java.util.collections.TreeSet
Returns the last (highest) element currently in this TreeSet.
lastElement(). Method in class com.sun.java.util.collections.Vector
Returns the last component of the vector.
lastIndexOf(Object). Method in class com.sun.java.util.collections.AbstractList
Returns the index in this List of the last occurence of the specified element, or -1 if the List does not contain this element.
lastIndexOf(Object). Method in class com.sun.java.util.collections.ArrayList
Returns the index of the last occurrence of the specified object in this ArrayList.
lastIndexOf(Object). Method in class com.sun.java.util.collections.LinkedList
Returns the index in this List of the last occurrence of the specified element, or -1 if the List does not contain this element.
lastIndexOf(Object). Method in interface com.sun.java.util.collections.List
Returns the index in this List of the last occurrence of the specified element, or -1 if the List does not contain this element.
lastIndexOf(Object). Method in class com.sun.java.util.collections.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int). Method in class com.sun.java.util.collections.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastKey(). Method in interface com.sun.java.util.collections.SortedMap
Returns the last (highest) key currently in this SortedMap.
lastKey(). Method in class com.sun.java.util.collections.TreeMap
Returns the last (highest) key currently in this SortedMap.
LinkedList(). Constructor for class com.sun.java.util.collections.LinkedList
Constructs an empty Linked List.
LinkedList(Collection). Constructor for class com.sun.java.util.collections.LinkedList
Constructs a LinkedList containing the elements of the specified Collection, in the order they are returned by the Collection's iterator.
listIterator(). Method in class com.sun.java.util.collections.AbstractList
Returns an Iterator of the elements in this List (in proper sequence).
listIterator(). Method in interface com.sun.java.util.collections.List
Returns a ListIterator of the elements in this List (in proper sequence).
listIterator(int). Method in class com.sun.java.util.collections.AbstractList
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the List.
listIterator(int). Method in class com.sun.java.util.collections.AbstractSequentialList
Returns a ListIterator over the elements in this List (in proper sequence).
listIterator(int). Method in class com.sun.java.util.collections.LinkedList
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the list.
listIterator(int). Method in interface com.sun.java.util.collections.List
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the List.
loadFactor(). Method in class com.sun.java.util.collections.HashMap

M

max(Collection). Static method in class com.sun.java.util.collections.Collections
Returns the maximum element of the given Collection, according to the natural ordering of its elements.
max(Collection, Comparator). Static method in class com.sun.java.util.collections.Collections
Returns the maximum element of the given Collection, according to the order induced by the specified Comparator.
min(Collection). Static method in class com.sun.java.util.collections.Collections
Returns the minimum element of the given Collection, according to the natural ordering of its elements.
min(Collection, Comparator). Static method in class com.sun.java.util.collections.Collections
Returns the minimum element of the given Collection, according to the order induced by the specified Comparator.
modCount. Variable in class com.sun.java.util.collections.AbstractList
The number of times this List has been structurally modified.

N

nCopies(int, Object). Static method in class com.sun.java.util.collections.Collections
Returns an immutable List consisting of n copies of the specified Object.
next(). Method in interface com.sun.java.util.collections.Iterator
Returns the next element in the interation.
next(). Method in interface com.sun.java.util.collections.ListIterator
Returns the next element in the List.
next(int). Method in class com.sun.java.util.collections.Random
Generates the next pseudorandom number.
nextBoolean(). Method in class com.sun.java.util.collections.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]). Method in class com.sun.java.util.collections.Random
Generates a user specified number of random bytes.
nextDouble(). Method in class com.sun.java.util.collections.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextFloat(). Method in class com.sun.java.util.collections.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextGaussian(). Method in class com.sun.java.util.collections.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex(). Method in interface com.sun.java.util.collections.ListIterator
Returns the index of the element that would be returned by a subsequent call to next.
nextInt(). Method in class com.sun.java.util.collections.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int). Method in class com.sun.java.util.collections.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong(). Method in class com.sun.java.util.collections.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
NoSuchElementException(). Constructor for class com.sun.java.util.collections.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String). Constructor for class com.sun.java.util.collections.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.

P

previous(). Method in interface com.sun.java.util.collections.ListIterator
Returns the previous element in the List.
previousIndex(). Method in interface com.sun.java.util.collections.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
put(Object, Object). Method in class com.sun.java.util.collections.AbstractMap
Associates the specified value with the specified key in this Map (optional operation).
put(Object, Object). Method in class com.sun.java.util.collections.HashMap
Associates the specified value with the specified key in this HashMap.
put(Object, Object). Method in class com.sun.java.util.collections.Hashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object). Method in interface com.sun.java.util.collections.Map
Associates the specified value with the specified key in this Map (optional operation).
put(Object, Object). Method in class com.sun.java.util.collections.TreeMap
Associates the specified value with the specified key in this TreeMap.
putAll(Map). Method in class com.sun.java.util.collections.AbstractMap
Copies all of the mappings from the specified Map to this Map (optional operation).
putAll(Map). Method in class com.sun.java.util.collections.HashMap
Copies all of the mappings from the specified Map to this HashMap These mappings will replace any mappings that this HashMap had for any of the keys currently in the specified Map.
putAll(Map). Method in class com.sun.java.util.collections.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map). Method in interface com.sun.java.util.collections.Map
Copies all of the mappings from the specified Map to this Map (optional operation).
putAll(Map). Method in class com.sun.java.util.collections.TreeMap
Copies all of the mappings from the specified Map to this TreeMap These mappings will replace any mappings that this TreeMap had for any of the keys currently in the specified Map.

R

Random(). Constructor for class com.sun.java.util.collections.Random
Creates a new random number generator.
Random(long). Constructor for class com.sun.java.util.collections.Random
Creates a new random number generator using a single long seed:
 public Random(long seed) { setSeed(seed); }
Used by method next to hold the state of the pseudorandom number generator.
readTreeSet(int, ObjectInputStream, Object). Method in class com.sun.java.util.collections.TreeMap
Intended to be called only from TreeSet.readObject
rehash(). Method in class com.sun.java.util.collections.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
remove(). Method in interface com.sun.java.util.collections.Iterator
Removes from the underlying Collection the last element returned by the Iterator (optional operation).
remove(). Method in interface com.sun.java.util.collections.ListIterator
Removes from the List the last element that was returned by next or previous (optional operation).
remove(int). Method in class com.sun.java.util.collections.AbstractList
Removes the element at the specified position in this List (optional operation).
remove(int). Method in class com.sun.java.util.collections.AbstractSequentialList
Removes the element at the specified position in this List.
remove(int). Method in class com.sun.java.util.collections.ArrayList
Removes the element at the specified position in this ArrayList.
remove(int). Method in class com.sun.java.util.collections.LinkedList
Removes the element at the specified position in this List.
remove(int). Method in interface com.sun.java.util.collections.List
Removes the element at the specified position in this List (optional operation).
remove(int). Method in class com.sun.java.util.collections.Vector
Removes the element at the specified position in this Vector.
remove(Object). Method in class com.sun.java.util.collections.AbstractCollection
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object). Method in class com.sun.java.util.collections.AbstractMap
Removes the mapping for this key from this Map if present (optional operation).
remove(Object). Method in interface com.sun.java.util.collections.Collection
Removes a single instance of the specified element from this Collection, if it is present (optional operation).
remove(Object). Method in class com.sun.java.util.collections.HashMap
Removes the mapping for this key from this HashMap if present.
remove(Object). Method in class com.sun.java.util.collections.HashSet
Removes the given element from this HashSet if it is present.
remove(Object). Method in class com.sun.java.util.collections.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object). Method in class com.sun.java.util.collections.LinkedList
Removes the first occurrence of the specified element in this List.
remove(Object). Method in interface com.sun.java.util.collections.List
Removes the first occurrence of the specified element in this List (optional operation).
remove(Object). Method in interface com.sun.java.util.collections.Map
Removes the mapping for this key from this Map if present (optional operation).
remove(Object). Method in interface com.sun.java.util.collections.Set
Removes the specified element from this Set if it is present (optional operation).
remove(Object). Method in class com.sun.java.util.collections.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object). Method in class com.sun.java.util.collections.TreeSet
Removes the given element from this Set if it is present.
remove(Object). Method in class com.sun.java.util.collections.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
removeAll(Collection). Method in class com.sun.java.util.collections.AbstractCollection
Removes from this Collection all of its elements that are contained in the specified Collection (optional operation).
removeAll(Collection). Method in interface com.sun.java.util.collections.Collection
Removes from this Collection all of its elements that are contained in the specified Collection (optional operation).
removeAll(Collection). Method in interface com.sun.java.util.collections.List
Removes from this List all of its elements that are contained in the specified Collection (optional operation).
removeAll(Collection). Method in interface com.sun.java.util.collections.Set
Removes from this Set all of its elements that are contained in the specified Collection (optional operation).
removeAll(Collection). Method in class com.sun.java.util.collections.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllElements(). Method in class com.sun.java.util.collections.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object). Method in class com.sun.java.util.collections.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int). Method in class com.sun.java.util.collections.Vector
Deletes the component at the specified index.
removeFirst(). Method in class com.sun.java.util.collections.LinkedList
Removes and returns the first Element from this List.
removeLast(). Method in class com.sun.java.util.collections.LinkedList
Removes and returns the last Element from this List.
retainAll(Collection). Method in class com.sun.java.util.collections.AbstractCollection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection). Method in interface com.sun.java.util.collections.Collection
Retains only the elements in this Collection that are contained in the specified Collection (optional operation).
retainAll(Collection). Method in interface com.sun.java.util.collections.List
Retains only the elements in this List that are contained in the specified Collection (optional operation).
retainAll(Collection). Method in interface com.sun.java.util.collections.Set
Retains only the elements in this Set that are contained in the specified Collection (optional operation).
retainAll(Collection). Method in class com.sun.java.util.collections.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
reverse(List). Static method in class com.sun.java.util.collections.Collections
Reverses the order of the elements in the specified List.
reverseOrder(). Static method in class com.sun.java.util.collections.Collections
Returns a Comparator that imposes the reverse of the natural ordering on a collection of Comparable objects.

S

serialVersionUID. Static variable in class com.sun.java.util.collections.Random
use serialVersionUID from JDK 1.1 for interoperability
set(int, Object). Method in class com.sun.java.util.collections.AbstractList
Replaces the element at the specified position in this List with the specified element (optional operation).
set(int, Object). Method in class com.sun.java.util.collections.AbstractSequentialList
Replaces the element at the specified position in this List with the specified element.
set(int, Object). Method in class com.sun.java.util.collections.ArrayList
Replaces the element at the specified position in this ArrayList with the specified element.
set(int, Object). Method in class com.sun.java.util.collections.LinkedList
Replaces the element at the specified position in this List with the specified element.
set(int, Object). Method in interface com.sun.java.util.collections.List
Replaces the element at the specified position in this List with the specified element (optional operation).
set(int, Object). Method in class com.sun.java.util.collections.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(Object). Method in interface com.sun.java.util.collections.ListIterator
Replaces the last element returned by next or previous with the specified element (optional operation).
setElementAt(Object, int). Method in class com.sun.java.util.collections.Vector
Sets the component at the specified index of this vector to be the specified object.
setSeed(long). Method in class com.sun.java.util.collections.Random
Sets the seed of this random number generator using a single long seed.
setSize(int). Method in class com.sun.java.util.collections.Vector
Sets the size of this vector.
shuffle(List). Static method in class com.sun.java.util.collections.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List, Random). Static method in class com.sun.java.util.collections.Collections
Randomly permute the specified list using the specified source of randomness.
singleton(Object). Static method in class com.sun.java.util.collections.Collections
Returns an immutable Set containing only the specified Object.
size(). Method in class com.sun.java.util.collections.AbstractCollection
Returns the number of elements in this Collection.
size(). Method in class com.sun.java.util.collections.AbstractMap
Returns the number of key-value mappings in this Map.
size(). Method in class com.sun.java.util.collections.ArrayList
Returns the number of components in this ArrayList.
size(). Method in interface com.sun.java.util.collections.Collection
Returns the number of elements in this Collection.
size(). Method in class com.sun.java.util.collections.HashMap
Returns the number of key-value mappings in this Map.
size(). Method in class com.sun.java.util.collections.HashSet
Returns the number of elements in this HashSet (its cardinality).
size(). Method in class com.sun.java.util.collections.Hashtable
Returns the number of keys in this hashtable.
size(). Method in class com.sun.java.util.collections.LinkedList
Returns the number of elements in this List.
size(). Method in interface com.sun.java.util.collections.List
Returns the number of elements in this List.
size(). Method in interface com.sun.java.util.collections.Map
Returns the number of key-value mappings in this Map.
size(). Method in interface com.sun.java.util.collections.Set
Returns the number of elements in this Set (its cardinality).
size(). Method in class com.sun.java.util.collections.TreeMap
Returns the number of key-value mappings in this TreeMap.
size(). Method in class com.sun.java.util.collections.TreeSet
Returns the number of elements in this TreeSet (its cardinality).
size(). Method in class com.sun.java.util.collections.Vector
Returns the number of components in this vector.
sort(byte[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(char[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(double[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(float[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(int[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(List). Static method in class com.sun.java.util.collections.Collections
Sorts the specified List into ascending order, according to the natural ordering of its elements.
sort(List, Comparator). Static method in class com.sun.java.util.collections.Collections
Sorts the specified List according to the order induced by the specified Comparator.
sort(long[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(Object[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], Comparator). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of objects according to the order induced by the specified Comparator.
sort(short[]). Static method in class com.sun.java.util.collections.Arrays
Sorts the specified array of shorts into ascending numerical order.
subList(int, int). Method in class com.sun.java.util.collections.AbstractList
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subList(int, int). Method in interface com.sun.java.util.collections.List
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subMap(Object, Object). Method in interface com.sun.java.util.collections.SortedMap
Returns a view of the portion of this SortedMap whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(Object, Object). Method in class com.sun.java.util.collections.TreeMap
Returns a view of the portion of this TreeMap whose keys range from fromKey, inclusive, to toKey, exclusive.
subSet(Object, Object). Method in interface com.sun.java.util.collections.SortedSet
Returns a view of the portion of this SortedSet whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(Object, Object). Method in class com.sun.java.util.collections.TreeSet
Returns a view of the portion of this TreeSet whose elements range from fromElement, inclusive, to toElement, exclusive.
synchronizedCollection(Collection). Static method in class com.sun.java.util.collections.Collections
Returns a synchronized (thread-safe) Collection backed by the specified Collection.
synchronizedCollection(Collection, Object). Static method in class com.sun.java.util.collections.Collections
synchronizedList(List). Static method in class com.sun.java.util.collections.Collections
Returns a synchronized (thread-safe) List backed by the specified List.
synchronizedMap(Map). Static method in class com.sun.java.util.collections.Collections
Returns a synchronized (thread-safe) Map backed by the specified Map.
synchronizedSet(Set). Static method in class com.sun.java.util.collections.Collections
Returns a synchronized (thread-safe) Set backed by the specified Set.
synchronizedSet(Set, Object). Static method in class com.sun.java.util.collections.Collections
synchronizedSortedMap(SortedMap). Static method in class com.sun.java.util.collections.Collections
Returns a synchronized (thread-safe) SortedMap backed by the specified SortedMap.
synchronizedSortedSet(SortedSet). Static method in class com.sun.java.util.collections.Collections
Returns a synchronized (thread-safe) SortedSet backed by the specified SortedSet.

T

tailMap(Object). Method in interface com.sun.java.util.collections.SortedMap
Returns a view of the portion of this SortedMap whose keys are greater than or equal to fromKey.
tailMap(Object). Method in class com.sun.java.util.collections.TreeMap
Returns a view of the portion of this TreeMap whose keys are strictly less than toKey.
tailSet(Object). Method in interface com.sun.java.util.collections.SortedSet
Returns a view of the portion of this SortedSet whose elements are greater than or equal to fromElement.
tailSet(Object). Method in class com.sun.java.util.collections.TreeSet
Returns a view of the portion of this TreeSet whose elements are strictly less than toElement.
toArray(). Method in class com.sun.java.util.collections.AbstractCollection
Returns an array containing all of the elements in this Collection.
toArray(). Method in class com.sun.java.util.collections.ArrayList
Returns an array containing all of the elements in this ArrayList in the correct order.
toArray(). Method in interface com.sun.java.util.collections.Collection
Returns an array containing all of the elements in this Collection.
toArray(). Method in class com.sun.java.util.collections.LinkedList
Returns an array containing all of the elements in this LinkedList in the correct order.
toArray(). Method in interface com.sun.java.util.collections.List
Returns an array containing all of the elements in this List in proper sequence.
toArray(). Method in interface com.sun.java.util.collections.Set
Returns an array containing all of the elements in this Set.
toArray(). Method in class com.sun.java.util.collections.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(Object[]). Method in class com.sun.java.util.collections.AbstractCollection
Returns an array containing all of the elements in this Collection, whose runtime type is that of the specified array.
toArray(Object[]). Method in class com.sun.java.util.collections.ArrayList
Returns an array containing all of the elements in this ArrayList in the correct order.
toArray(Object[]). Method in interface com.sun.java.util.collections.Collection
Returns an array containing all of the elements in this Collection, whose runtime type is that of the specified array.
toArray(Object[]). Method in class com.sun.java.util.collections.LinkedList
Returns an array containing all of the elements in this LinkedList in the correct order.
toArray(Object[]). Method in interface com.sun.java.util.collections.List
Returns an array containing all of the elements in this List in proper sequence, whose runtime type is that of the specified array.
toArray(Object[]). Method in interface com.sun.java.util.collections.Set
Returns an array containing all of the elements in this Set, whose runtime type is that of the specified array.
toArray(Object[]). Method in class com.sun.java.util.collections.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toString(). Method in class com.sun.java.util.collections.AbstractCollection
Returns a string representation of this Collection.
toString(). Method in class com.sun.java.util.collections.AbstractMap
Returns a String representation of this Map.
toString(). Method in class com.sun.java.util.collections.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString(). Method in class com.sun.java.util.collections.Vector
Returns a string representation of this Vector, containing the String representation of each element.
TreeMap(). Constructor for class com.sun.java.util.collections.TreeMap
Constructs a new, empty TreeMap, sorted according to the keys' natural order.
TreeMap(Comparator). Constructor for class com.sun.java.util.collections.TreeMap
Constructs a new, empty TreeMap, sorted according to the given comparator.
TreeMap(Map). Constructor for class com.sun.java.util.collections.TreeMap
Constructs a new TreeMap containing the same mappings as the given Map, sorted according to the keys' natural order.
TreeMap(SortedMap). Constructor for class com.sun.java.util.collections.TreeMap
Constructs a new TreeMap containing the same mappings as the given SortedMap, sorted according to the same ordering.
TreeSet(). Constructor for class com.sun.java.util.collections.TreeSet
Constructs a new, empty TreeSet, sorted according to the elements' natural order.
TreeSet(Collection). Constructor for class com.sun.java.util.collections.TreeSet
Constructs a new TreeSet containing the elements in the specified Collection, sorted according to the elements' natural order.
TreeSet(Comparator). Constructor for class com.sun.java.util.collections.TreeSet
Constructs a new, empty TreeSet, sorted according to the given comparator.
TreeSet(SortedSet). Constructor for class com.sun.java.util.collections.TreeSet
Constructs a new TreeSet containing the same elements as the given SortedSet, sorted according to the same ordering.
trimToSize(). Method in class com.sun.java.util.collections.ArrayList
Trims the capacity of this ArrayList to be the ArrayList's current size.
trimToSize(). Method in class com.sun.java.util.collections.Vector
Trims the capacity of this vector to be the vector's current size.

U

unmodifiableCollection(Collection). Static method in class com.sun.java.util.collections.Collections
Returns an unmodifiable view of the specified Collection.
unmodifiableList(List). Static method in class com.sun.java.util.collections.Collections
Returns an unmodifiable view of the specified List.
unmodifiableMap(Map). Static method in class com.sun.java.util.collections.Collections
Returns an unmodifiable view of the specified Map.
unmodifiableSet(Set). Static method in class com.sun.java.util.collections.Collections
Returns an unmodifiable view of the specified Set.
unmodifiableSortedMap(SortedMap). Static method in class com.sun.java.util.collections.Collections
Returns an unmodifiable view of the specified SortedMap.
unmodifiableSortedSet(SortedSet). Static method in class com.sun.java.util.collections.Collections
Returns an unmodifiable view of the specified SortedSet.
UnsupportedOperationException(). Constructor for class com.sun.java.util.collections.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String). Constructor for class com.sun.java.util.collections.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.

V

values(). Method in class com.sun.java.util.collections.AbstractMap
Returns a Collection view of the values contained in this Map.
values(). Method in class com.sun.java.util.collections.HashMap
Returns a Collection view of the values contained in this HashMap.
values(). Method in class com.sun.java.util.collections.Hashtable
Returns a Collection view of the values contained in this Hashtable.
values(). Method in interface com.sun.java.util.collections.Map
Returns a Collection view of the values contained in this Map.
values(). Method in class com.sun.java.util.collections.TreeMap
Returns a Collection view of the values contained in this TreeMap.
Vector(). Constructor for class com.sun.java.util.collections.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection). Constructor for class com.sun.java.util.collections.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector(int). Constructor for class com.sun.java.util.collections.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector(int, int). Constructor for class com.sun.java.util.collections.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.