Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
C
CANADA
- Static variable in class java.util.
Locale
Useful constant for country.
CANADA_FRENCH
- Static variable in class java.util.
Locale
Useful constant for country.
CHINA
- Static variable in class java.util.
Locale
Useful constant for country.
CHINESE
- Static variable in class java.util.
Locale
Useful constant for language.
CharConversionException
- exception java.io.
CharConversionException
.
This is the top level class for character conversion exceptions.
CharConversionException()
- Constructor for class java.io.
CharConversionException
Constructs a new instance of this class with its walkback filled in.
CharConversionException(String)
- Constructor for class java.io.
CharConversionException
Constructs a new instance of this class with its walkback and message filled in.
CharSequence
- interface java.lang.
CharSequence
.
The CharSequence interface represents an ordered set of characters and the functions to probe them.
Character
- class java.lang.
Character
.
Character(char)
- Constructor for class java.lang.
Character
Constructs a new instance of the receiver which represents the char valued argument.
ClassCastException
- exception java.lang.
ClassCastException
.
This runtime exception is thrown when a program attempts to cast a an object to a type which it is not compatible with.
ClassCastException()
- Constructor for class java.lang.
ClassCastException
Constructs a new instance of this class with its walkback filled in.
ClassCastException(String)
- Constructor for class java.lang.
ClassCastException
Constructs a new instance of this class with its walkback and message filled in.
ClassCircularityError
- error java.lang.
ClassCircularityError
.
This error is thrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses.
ClassCircularityError()
- Constructor for class java.lang.
ClassCircularityError
Constructs a new instance of this class with its walkback filled in.
ClassCircularityError(String)
- Constructor for class java.lang.
ClassCircularityError
Constructs a new instance of this class with its walkback and message filled in.
ClassFormatError
- error java.lang.
ClassFormatError
.
This error is thrown by the class loader when it discovers that a class that it is loading does not have the correct shape.
ClassFormatError()
- Constructor for class java.lang.
ClassFormatError
Constructs a new instance of this class with its walkback filled in.
ClassFormatError(String)
- Constructor for class java.lang.
ClassFormatError
Constructs a new instance of this class with its walkback and message filled in.
ClassNotFoundException
- exception java.lang.
ClassNotFoundException
.
This exception is thrown when a classloader is unable to find a class.
ClassNotFoundException()
- Constructor for class java.lang.
ClassNotFoundException
Constructs a new instance of this class with its walkback filled in.
ClassNotFoundException(String)
- Constructor for class java.lang.
ClassNotFoundException
Constructs a new instance of this class with its walkback and message filled in.
ClassNotFoundException(String, Throwable)
- Constructor for class java.lang.
ClassNotFoundException
Constructs a new instance of this class with its walkback, message and exception filled in.
CloneNotSupportedException
- exception java.lang.
CloneNotSupportedException
.
This exception is thrown when a program attempts to clone an object which does not support the Cloneable interface.
CloneNotSupportedException()
- Constructor for class java.lang.
CloneNotSupportedException
Constructs a new instance of this class with its walkback filled in.
CloneNotSupportedException(String)
- Constructor for class java.lang.
CloneNotSupportedException
Constructs a new instance of this class with its walkback and message filled in.
Cloneable
- interface java.lang.
Cloneable
.
This (empty) interface should be implemented by all classes which wish to support cloning.
Collection
- interface java.util.
Collection
.
Collection is the root of the collection hierarchy.
Comparable
- interface java.lang.
Comparable
.
This interface should be implemented by all classes which wish to define a
natural ordering
of their instances.
Comparator
- interface java.util.
Comparator
.
Comparator is used to compare two objects to determine their ordering in respect to each other.
ConcurrentModificationException
- exception java.util.
ConcurrentModificationException
.
This runtime exception is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.
ConcurrentModificationException()
- Constructor for class java.util.
ConcurrentModificationException
Constructs a new instance of this class with its walkback filled in.
ConcurrentModificationException(String)
- Constructor for class java.util.
ConcurrentModificationException
Constructs a new instance of this class with its walkback and message filled in.
Constructor
- class java.lang.reflect.
Constructor
.
Constructor
provides information about, and access to, a single constructor for a class.
capacity()
- Method in class java.lang.
StringBuffer
Returns the current capacity of the String buffer.
capacity()
- Method in class java.util.
Vector
Returns the current capacity of this vector.
charAt(int)
- Method in interface java.lang.
CharSequence
Answers the character at the specified index (0-based indexing).
charAt(int)
- Method in class java.lang.
StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the
index
argument, is returned.
charValue()
- Method in class java.lang.
Character
Answers the char value which the receiver represents.
classname
- Variable in class java.io.
InvalidClassException
The fully qualified name of the class that caused the problem
clear()
- Method in class java.util.
AbstractCollection
Removes all of the elements from this collection (optional operation).
clear()
- Method in class java.util.
AbstractList
Removes all of the elements from this collection (optional operation).
clear()
- Method in class java.util.
AbstractMap
Removes all mappings from this map (optional operation).
clear()
- Method in class java.util.
ArrayList
Removes all of the elements from this list.
clear()
- Method in interface java.util.
Collection
Removes all elements from this Collection, leaving it empty.
clear()
- Method in class java.util.
HashMap
Removes all mappings from this map.
clear()
- Method in class java.util.
HashSet
Removes all of the elements from this set.
clear()
- Method in class java.util.
Hashtable
Clears this hashtable so that it contains no keys.
clear()
- Method in interface java.util.
List
Removes all elements from this List, leaving it empty.
clear()
- Method in interface java.util.
Map
Removes all elements from this Map, leaving it empty.
clear()
- Method in interface java.util.
Set
Removes all elements from this Set, leaving it empty.
clear()
- Method in class java.util.
Vector
Removes all of the elements from this Vector.
clone()
- Method in class java.util.
ArrayList
Returns a shallow copy of this
ArrayList
instance.
clone()
- Method in class java.util.
HashMap
Returns a shallow copy of this
HashMap
instance: the keys and values themselves are not cloned.
clone()
- Method in class java.util.
HashSet
Returns a shallow copy of this
HashSet
instance: the elements themselves are not cloned.
clone()
- Method in class java.util.
Hashtable
Creates a shallow copy of this hashtable.
clone()
- Method in class java.util.
Locale
Overrides Cloneable
clone()
- Method in class java.util.
Vector
Returns a clone of this vector.
close()
- Method in class java.io.
InputStream
Closes this input stream and releases any system resources associated with the stream.
compare(Object, Object)
- Method in interface java.util.
Comparator
Compare the two objects to determine the relative ordering.
compareTo(Character)
- Method in class java.lang.
Character
Compare the receiver to the specified Character to determine the relative ordering.
compareTo(Object)
- Method in class java.lang.
Character
compareTo(Object)
- Method in interface java.lang.
Comparable
Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements of the receiver's class.
contains(Object)
- Method in class java.util.
AbstractCollection
Returns
true
if this collection contains the specified element.
contains(Object)
- Method in class java.util.
ArrayList
Returns
true
if this list contains the specified element.
contains(Object)
- Method in interface java.util.
Collection
Searches this Collection for the specified object.
contains(Object)
- Method in class java.util.
HashSet
Returns
true
if this set contains the specified element.
contains(Object)
- Method in class java.util.
Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object)
- Method in interface java.util.
List
Searches this List for the specified object.
contains(Object)
- Method in interface java.util.
Set
Searches this Set for the specified object.
contains(Object)
- Method in class java.util.
Vector
Tests if the specified object is a component in this vector.
containsAll(Collection)
- Method in class java.util.
AbstractCollection
Returns
true
if this collection contains all of the elements in the specified collection.
containsAll(Collection)
- Method in interface java.util.
Collection
Searches this Collection for all objects in the specified Collection.
containsAll(Collection)
- Method in interface java.util.
List
Searches this List for all objects in the specified Collection.
containsAll(Collection)
- Method in interface java.util.
Set
Searches this Set for all objects in the specified Collection.
containsAll(Collection)
- Method in class java.util.
Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object)
- Method in class java.util.
AbstractMap
Returns
true
if this map contains a mapping for the specified key.
containsKey(Object)
- Method in class java.util.
HashMap
Returns
true
if this map contains a mapping for the specified key.
containsKey(Object)
- Method in class java.util.
Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object)
- Method in interface java.util.
Map
Searches this Map for the specified key.
containsValue(Object)
- Method in class java.util.
AbstractMap
Returns
true
if this map maps one or more keys to this value.
containsValue(Object)
- Method in class java.util.
HashMap
Returns
true
if this map maps one or more keys to the specified value.
containsValue(Object)
- Method in class java.util.
Hashtable
Returns true if this Hashtable maps one or more keys to this value.
containsValue(Object)
- Method in interface java.util.
Map
Searches this Map for the specified value.
copyInto(Object[])
- Method in class java.util.
Vector
Copies the components of this vector into the specified array.
currentThread()
- Static method in class java.lang.
Thread
Returns a reference to the currently executing thread object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W