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

a. Variable in class java.awt.AWTEventMulticaster
ABORT. Static variable in interface java.awt.image.ImageObserver
An image which was being tracked asynchronously was aborted before production was complete.
ABORTED. Static variable in class java.awt.MediaTracker
Flag indicating the download of some media was aborted.
abortGrabbing(). Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
abs(). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this number, and whose scale is this.scale().
abs(). Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this number.
abs(double). Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float). Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int). Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long). Static method in class java.lang.Math
Returns the absolute value of a long value.
ABSTRACT. Static variable in class java.lang.reflect.Modifier
AbstractMethodError(). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
accept(). Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(File, String). Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept(SocketImpl). Method in class java.net.SocketImpl
Accepts a connection.
acceptsURL(String). Method in interface java.sql.Driver
Returns true if the driver thinks that it can open a connection to the given URL.
AccessException(String). Constructor for class java.rmi.AccessException
Create a new AccessException with a description.
AccessException(String, Exception). Constructor for class java.rmi.AccessException
Create a new AccessException with a description and detail exception.
AclNotFoundException(). Constructor for class java.security.acl.AclNotFoundException
Constructs an AclNotFoundException.
acos(double). Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
action(Event, Object). Method in class java.awt.Component
ACTION_EVENT. Static variable in class java.awt.Event
An action event.
ACTION_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FIRST. Static variable in class java.awt.event.ActionEvent
Marks the first integer id for the range of action event ids.
ACTION_LAST. Static variable in class java.awt.event.ActionEvent
Marks the last integer id for the range of action event ids.
ACTION_PERFORMED. Static variable in class java.awt.event.ActionEvent
An action performed event type.
ActionEvent(Object, int, String). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
ActionEvent(Object, int, String, int). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
actionPerformed(ActionEvent). Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent). Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
ACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the active caption background color.
ACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the active caption border color.
ACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the action caption text color.
activeCaption. Static variable in class java.awt.SystemColor
The background color for captions in window borders.
activeCaptionBorder. Static variable in class java.awt.SystemColor
The border color for captions in window borders.
activeCaptionText. Static variable in class java.awt.SystemColor
The text color for captions in window borders.
activeCount(). Static method in class java.lang.Thread
Returns the current number of active threads in this thread group.
activeCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
activeGroupCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group.
AD. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
add(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(BigDecimal). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + val), and whose scale is MAX(this.scale(), val.scale).
add(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
add(Component). Method in class java.awt.Container
Adds the specified component to this container.
add(Component, int). Method in class java.awt.Container
Adds the specified component to this container at the given position in the container's component list.
add(Component, Object). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
add(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(int, int). Method in class java.util.Calendar
Date Arithmetic function.
add(int, int). Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
add(int, int). Method in class java.awt.Rectangle
Adds a point to a rectangle.
add(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(Menu). Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(MenuItem). Method in class java.awt.Menu
Adds the specified item to this menu.
add(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(Point). Method in class java.awt.Rectangle
Adds a point to a rectangle.
add(PopupMenu). Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Rectangle). Method in class java.awt.Rectangle
Adds a rectangle to a rectangle.
add(String). Method in class java.awt.Choice
Adds an item to this Choice.
add(String). Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String). Method in class java.awt.Menu
Adds an item with with the specified label to this menu.
add(String, Component). Method in class java.awt.Container
Adds the specified component to this container.
add(String, int). Method in interface java.awt.peer.ChoicePeer
add(String, int). Method in class java.awt.List
Adds the specified item to the scrolling list at the specified position.
add(String, int). Method in interface java.awt.peer.ListPeer
add(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
add(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
addActionListener(ActionListener). Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener). Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener). Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener). Method in class java.awt.TextField
Adds the specified action listener to recieve action events from this textfield.
addAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Adds the specified adjustment listener to recieve adjustment events from this scrollbar.
addCertificate(Certificate). Method in class java.security.Identity
Adds a certificate for this identity.
addComponentListener(ComponentListener). Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addConsumer(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method is used to register an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image.
addConsumer(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addContainerListener(ContainerListener). Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addElement(Object). Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEntry(Principal, AclEntry). Method in interface java.security.acl.Acl
Adds an ACL entry to this ACL.
addFocusListener(FocusListener). Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component.
addHelpMenu(Menu). Method in interface java.awt.peer.MenuBarPeer
addIdentity(Identity). Method in class java.security.IdentityScope
Adds an identity to this identity scope.
addImage(Image, int). Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked.
addImage(Image, int, int, int). Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked.
addImpl(Component, Object, int). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int). Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(MenuItem). Method in interface java.awt.peer.MenuPeer
addItem(String). Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String). Method in class java.awt.List
Adds the specified item to the end of scrolling list.
addItem(String, int). Method in interface java.awt.peer.ChoicePeer
addItem(String, int). Method in class java.awt.List
Adds the specified item to the scrolling list at the specified position.
addItem(String, int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by add(String, int).
addItemListener(ItemListener). Method in class java.awt.Checkbox
Adds the specified item listener to recieve item events from this checkbox.
addItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to recieve item events from this checkbox menu item.
addItemListener(ItemListener). Method in class java.awt.Choice
Adds the specified item listener to recieve item events from this choice.
addItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Add a listener to recieve item events when the state of an item changes.
addItemListener(ItemListener). Method in class java.awt.List
Adds the specified item listener to recieve item events from this list.
addKeyListener(KeyListener). Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLayoutComponent(Component, Object). Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in class java.awt.CardLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.BorderLayout
Replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component). Method in class java.awt.CardLayout
Replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component). Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component). Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component). Method in interface java.awt.LayoutManager
Adds the specified component with the specified name to the layout.
addMember(Principal). Method in interface java.security.acl.Group
Adds the specified member to the group.
addMenu(Menu). Method in interface java.awt.peer.MenuBarPeer
addMouseListener(MouseListener). Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addNotify(). Method in class java.awt.Button
Creates the peer of the button.
addNotify(). Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify(). Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify(). Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify(). Method in class java.awt.Choice
Creates the Choice's peer.
addNotify(). Method in class java.awt.Component
Notifies the Component that it has been added to a container and if a peer is required, it should be created.
addNotify(). Method in class java.awt.Container
Notifies the container to create a peer.
addNotify(). Method in class java.awt.Dialog
Creates the frame's peer.
addNotify(). Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify(). Method in class java.awt.Frame
Creates the Frame's peer.
addNotify(). Method in class java.awt.Label
Creates the peer for this label.
addNotify(). Method in class java.awt.List
Creates the peer for the list.
addNotify(). Method in class java.awt.Menu
Creates the menu's peer.
addNotify(). Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify(). Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify(). Method in class java.awt.Panel
Creates the Panel's peer.
addNotify(). Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify(). Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify(). Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify(). Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify(). Method in class java.awt.TextField
Creates the TextField's peer.
addNotify(). Method in class java.awt.Window
Creates the Window's peer.
addObserver(Observer). Method in class java.util.Observable
Adds an observer to the set of observers for this object.
addOwner(Principal, Principal). Method in interface java.security.acl.Owner
Adds an owner.
addPermission(Permission). Method in interface java.security.acl.AclEntry
Adds the specified permission to this ACL entry.
addPoint(int, int). Method in class java.awt.Polygon
Appends a point to a polygon.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.beans.Customizer
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener). Method in interface java.beans.PropertyEditor
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyEditorSupport
Register a listener for the PropertyChange event.
addProvider(Provider). Static method in class java.security.Security
Adds a provider to the next position available.
address. Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
addSeparator(). Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addSeparator(). Method in interface java.awt.peer.MenuPeer
addSystemThread(). Method in class sun.tools.debug.RemoteDebugger
Add the calling thread to the list of threads which aren't suspended by the RemoteDebugger.
addSystemThread(Thread). Method in class sun.tools.debug.RemoteDebugger
Add the specified thread to the list of threads which aren't suspended by the RemoteDebugger.
addTextListener(TextListener). Method in class java.awt.TextComponent
Adds the specified text event listener to recieve text events from this textcomponent.
addVetoableChangeListener(VetoableChangeListener). Method in class java.beans.VetoableChangeSupport
Add a VetoableListener to the listener list.
addWindowListener(WindowListener). Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
AdjustForGravity(GridBagConstraints, Rectangle). Method in class java.awt.GridBagLayout
ADJUSTMENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST. Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST. Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED. Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
AdjustmentEvent(Adjustable, int, int, int). Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
adjustmentValueChanged(AdjustmentEvent). Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent). Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
Adler32(). Constructor for class java.util.zip.Adler32
after(Date). Method in class java.util.Date
Tests if this date is after the specified date.
after(Object). Method in class java.util.Calendar
Compares the time field records.
after(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
after(Timestamp). Method in class java.sql.Timestamp
Is this timestamp later than the timestamp argument?
ALLBITS. Static variable in interface java.awt.image.ImageObserver
A static image which was previously drawn is now complete and can be drawn again in its final form.
allowsMultipleSelections(). Method in class java.awt.List
allowThreadSuspension(boolean). Method in class java.lang.ThreadGroup
Used by VM to control lowmem implicit suspension.
allowUserInteraction. Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
allProceduresAreCallable(). Method in interface java.sql.DatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable(). Method in interface java.sql.DatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
AlreadyBoundException(). Constructor for class java.rmi.AlreadyBoundException
AlreadyBoundException(String). Constructor for class java.rmi.AlreadyBoundException
ALT_MASK. Static variable in class java.awt.event.ActionEvent
The alt modifier constant.
ALT_MASK. Static variable in class java.awt.Event
The alt modifier constant.
ALT_MASK. Static variable in class java.awt.event.InputEvent
The alt key modifier constant.
AM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
AM_PM. Static variable in class java.util.Calendar
Useful constant for date and time.
AM_PM_FIELD. Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
anchor. Variable in class java.awt.GridBagConstraints
and(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
and(BitSet). Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
annotateClass(Class). Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
append(boolean). Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char). Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double). Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float). Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(int). Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long). Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object). Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String). Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(String). Method in class java.awt.TextArea
Appends the given text to the end.
appendText(String). Method in class java.awt.TextArea
Applet(). Constructor for class java.applet.Applet
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
applyLocalizedPattern(String). Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyLocalizedPattern(String). Method in class java.text.SimpleDateFormat
Apply the given localized pattern string to this date format.
applyPattern(String). Method in class java.text.ChoiceFormat
Sets the pattern.
applyPattern(String). Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyPattern(String). Method in class java.text.MessageFormat
Sets the pattern.
applyPattern(String). Method in class java.text.SimpleDateFormat
Apply the given unlocalized pattern string to this date format.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
AreaAveragingScaleFilter(int, int). Constructor for class java.awt.image.AreaAveragingScaleFilter
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
areFieldsSet. Variable in class java.util.Calendar
The flag which tells if the time fields are set for the calendar.
arg. Variable in class java.awt.Event
An arbitrary argument.
ArithmeticException(). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ArrangeGrid(Container). Method in class java.awt.GridBagLayout
arraycopy(Object, int, Object, int, int). Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException(). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException(). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
arrayTypeName(int). Method in class sun.tools.debug.RemoteArray
Return the element type as a string.
asin(double). Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
atan(double). Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (ba) to polar (r, theta).
attributeNames(). Method in class java.beans.FeatureDescriptor
AUGUST. Static variable in class java.util.Calendar
Useful constant for month.
available(). Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available(). Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available(). Method in class java.io.StringBufferInputStream
Returns the number of bytes that can be read from the input stream without blocking.
avoidingGui(). Method in interface java.beans.Visibility
AWTError(String). Constructor for class java.awt.AWTError
AWTEvent(Event). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int). Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventMulticaster(EventListener, EventListener). Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException(String). Constructor for class java.awt.AWTException
Constructs an AWTException with the specified detail message.

B

b. Variable in class java.awt.AWTEventMulticaster
BACK_SPACE. Static variable in class java.awt.Event
The BackSpace key.
BC. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
BeanDescriptor(Class). Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that doesn't have a customizer.
BeanDescriptor(Class, Class). Constructor for class java.beans.BeanDescriptor
Create a BeanDescriptor for a bean that has a customizer.
Beans(). Constructor for class java.beans.Beans
beep(). Method in class java.awt.Toolkit
Emits an audio beep.
before(Date). Method in class java.util.Date
Tests if this date is before the specified date.
before(Object). Method in class java.util.Calendar
Compares the time field records.
before(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
before(Timestamp). Method in class java.sql.Timestamp
Is this timestamp earlier than the timestamp argument?
beginValidate(). Method in interface java.awt.peer.ContainerPeer
BEST_COMPRESSION. Static variable in class java.util.zip.Deflater
Compression level for best compression.
BEST_SPEED. Static variable in class java.util.zip.Deflater
Compression level for fastest compression.
bestRowNotPseudo. Static variable in interface java.sql.DatabaseMetaData
BEST ROW PSEUDO_COLUMN - is NOT a pseudo column.
bestRowPseudo. Static variable in interface java.sql.DatabaseMetaData
BEST ROW PSEUDO_COLUMN - is a pseudo column.
bestRowSession. Static variable in interface java.sql.DatabaseMetaData
BEST ROW SCOPE - valid for remainder of current session.
bestRowTemporary. Static variable in interface java.sql.DatabaseMetaData
BEST ROW SCOPE - very temporary, while using row.
bestRowTransaction. Static variable in interface java.sql.DatabaseMetaData
BEST ROW SCOPE - valid for remainder of current transaction.
bestRowUnknown. Static variable in interface java.sql.DatabaseMetaData
BEST ROW PSEUDO_COLUMN - may or may not be pseudo column.
BigDecimal(BigInteger). Constructor for class java.math.BigDecimal
Translates a BigInteger into a BigDecimal.
BigDecimal(BigInteger, int). Constructor for class java.math.BigDecimal
Translates a BigInteger and a scale into a BigDecimal.
BigDecimal(double). Constructor for class java.math.BigDecimal
Translates a double into a BigDecimal.
BigDecimal(String). Constructor for class java.math.BigDecimal
Constructs a BigDecimal from a string containing an optional minus sign followed by a sequence of zero or more decimal digits, optionally followed by a fraction, which consists of a decimal point followed by zero or more decimal digits.
BIGINT. Static variable in class java.sql.Types
BigInteger(byte[]). Constructor for class java.math.BigInteger
Translates a byte array containing the two's-complement representation of a (signed) integer into a BigInteger.
BigInteger(int, byte[]). Constructor for class java.math.BigInteger
Translates the sign-magnitude representation of an integer into a BigInteger.
BigInteger(int, int, Random). Constructor for class java.math.BigInteger
Returns a randomly selected BigInteger with the specified bitLength that is probably prime.
BigInteger(int, Random). Constructor for class java.math.BigInteger
Returns a random number uniformly distributed on [0, 2**numBits - 1] (assuming a fair source of random bits is provided in rndSrc).
BigInteger(String). Constructor for class java.math.BigInteger
Translates a string containing an optional minus sign followed by a sequence of one or more decimal digits into a BigInteger.
BigInteger(String, int). Constructor for class java.math.BigInteger
Translates a string containing an optional minus sign followed by a sequence of one or more digits in the specified radix into a BigInteger.
BINARY. Static variable in class java.sql.Types
bind(InetAddress, int). Method in class java.net.SocketImpl
Binds this socket to the specified port number on the specified host.
bind(int, InetAddress). Method in class java.net.DatagramSocketImpl
Binds a datagram socket to a local port and address.
bind(String, Remote). Static method in class java.rmi.Naming
Binds the name to the specified remote object.
bind(String, Remote). Method in interface java.rmi.registry.Registry
Binds the name to the specified remote object.
BindException(). Constructor for class java.net.BindException
Construct a new BindException with no detailed message.
BindException(String). Constructor for class java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
BIT. Static variable in class java.sql.Types
bitCount(). Method in class java.math.BigInteger
Returns the number of bits in the two's complement representation of this number that differ from its sign bit.
bitLength(). Method in class java.math.BigInteger
Returns the number of bits in the minimal two's-complement representation of this number, *excluding* a sign bit, i.e., (ceil(log2(this < 0 ? -this : this + 1))).
BitSet(). Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int). Constructor for class java.util.BitSet
Creates a bit set whose initial size is the specified number of bits.
black. Static variable in class java.awt.Color
The color black.
BLOCK_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The block increment adjustment type.
blue. Static variable in class java.awt.Color
The color blue.
BOLD. Static variable in class java.awt.Font
The bold style constant.
Boolean(boolean). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue(). Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
BorderLayout(). Constructor for class java.awt.BorderLayout
Constructs a new BorderLayout with no gaps between components.
BorderLayout(int, int). Constructor for class java.awt.BorderLayout
Constructs a BorderLayout with the specified gaps.
BOTH. Static variable in class java.awt.GridBagConstraints
bottom. Variable in class java.awt.Insets
The inset from the bottom.
BOTTOM_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentY().
bounds. Variable in class java.awt.Polygon
bounds(). Method in class java.awt.Component
BreakIterator(). Constructor for class java.text.BreakIterator
Constructor.
breakpointEvent(RemoteThread). Method in interface sun.tools.debug.DebuggerCallback
A breakpoint has been hit in the specified thread.
BRIEF. Static variable in class java.rmi.server.LogStream
brighter(). Method in class java.awt.Color
Returns a brighter version of this color.
buf. Variable in class java.io.BufferedInputStream
The buffer where data is stored.
buf. Variable in class java.io.BufferedOutputStream
The buffer where data is stored.
buf. Variable in class java.io.ByteArrayInputStream
The byte array containing the data.
buf. Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf. Variable in class java.io.CharArrayReader
Character buffer
buf. Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf. Variable in class java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf. Variable in class java.util.zip.InflaterInputStream
Input buffer for decompression.
buf. Variable in class java.io.PushbackInputStream
The push back buffer.
buffer. Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer. Variable in class java.io.StringBufferInputStream
The string from which bytes are read.
BufferedInputStream(InputStream). Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the specified input stream with a default 512-byte buffer size.
BufferedInputStream(InputStream, int). Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the specified input stream with the specified buffer size.
BufferedOutputStream(OutputStream). Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with a default 512-byte buffer size.
BufferedOutputStream(OutputStream, int). Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader(Reader). Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader, int). Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedWriter(Writer). Constructor for class java.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int). Constructor for class java.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
Button(). Constructor for class java.awt.Button
Constructs a Button with no label.
Button(String). Constructor for class java.awt.Button
Constructs a Button with the specified label.
BUTTON1_MASK. Static variable in class java.awt.event.InputEvent
The mouse button1 modifier constant.
BUTTON2_MASK. Static variable in class java.awt.event.InputEvent
The mouse button2 modifier constant.
BUTTON3_MASK. Static variable in class java.awt.event.InputEvent
The mouse button3 modifier constant.
Byte(byte). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(String). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the value specified by the String parameter.
ByteArrayInputStream(byte[]). Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the specified byte array.
ByteArrayInputStream(byte[], int, int). Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the specified byte array.
ByteArrayOutputStream(). Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int). Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred. Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
bytesWidth(byte[], int, int). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of bytes in this Font.
byteValue(). Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue(). Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue(). Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue(). Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue(). Method in class java.lang.Short
Returns the value of this Short as a byte.

C

calendar. Variable in class java.text.DateFormat
The calendar that DateFormat uses to produce the time field values needed to implement date/time formatting.
Calendar(). Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone as returned by TimeZone.getDefault(), and the default locale.
Calendar(TimeZone, Locale). Constructor for class java.util.Calendar
Constructs a Calendar with the given time zone and locale.
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.
cancel(). Method in interface java.sql.Statement
Cancel can be used by one thread to cancel a statement that is being executed by another thread.
canFilterIndexColorModel. Variable in class java.awt.image.RGBImageFilter
This boolean indicates whether or not it is acceptable to apply the color filtering of the filterRGB method to the color table entries of an IndexColorModel object in lieu of pixel by pixel filtering.
CANONICAL_DECOMPOSITION. Static variable in class java.text.Collator
Decomposition mode value.
canRead(). Method in class java.io.File
Tests if the application can read from the specified file.
Canvas(). Constructor for class java.awt.Canvas
Constructs a new Canvas.
canWrite(). Method in class java.io.File
Tests if the application can write to this file.
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.
capacityIncrement. Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPS_LOCK. Static variable in class java.awt.Event
The CapsLock action-key.
CardLayout(). Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int). Constructor for class java.awt.CardLayout
Creates a card layout with the specified gaps.
catchExceptions(). Method in class sun.tools.debug.RemoteClass
Enter the debugger when an instance of this class is thrown.
ceil(double). Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENTER. Static variable in class java.awt.BorderLayout
The center layout constraint.
CENTER. Static variable in class java.awt.FlowLayout
The right alignment variable.
CENTER. Static variable in class java.awt.GridBagConstraints
CENTER. Static variable in class java.awt.Label
The center alignment.
CENTER_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentY() and getAlignmentX().
certificates(). Method in class java.security.Identity
Returns a copy of all the certificates for this identity.
CHAR. Static variable in class java.sql.Types
CHAR_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character do not have a defined keyChar.
Character(char). Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
CharArrayReader(char[]). Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int). Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayWriter(). Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int). Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int). Method in class java.lang.String
Returns the character at the specified index.
charAt(int). Method in class java.lang.StringBuffer
Returns the character at a specific index in this string buffer.
CharConversionException(). Constructor for class java.io.CharConversionException
provides no detailed message
CharConversionException(String). Constructor for class java.io.CharConversionException
provides a detailed message
charsWidth(char[], int, int). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charValue(). Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char). Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(int). Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
checkAccept(String, int). Method in class java.rmi.RMISecurityManager
For now stubs can't accept connections on any port.
checkAccept(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(). Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess(). Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Thread). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to manipulate threads.
checkAccess(Thread). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to manipulate thread groups.
checkAccess(ThreadGroup). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAll(). Method in class java.awt.MediaTracker
Checks to see if all images have finished loading but does not start loading the images if they are not already loading.
checkAll(boolean). Method in class java.awt.MediaTracker
Checks to see if all images have finished loading.
checkAwtEventQueueAccess(). Method in class java.rmi.RMISecurityManager
Checks to see if an client can get access to the AWT event queue (disallowed from stubs).
checkAwtEventQueueAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the AWT event queue.
Checkbox(). Constructor for class java.awt.Checkbox
Constructs a Checkbox with an empty label.
Checkbox(String). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label.
Checkbox(String, boolean). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label.
Checkbox(String, boolean, CheckboxGroup). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
Checkbox(String, CheckboxGroup, boolean). Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
CheckboxGroup(). Constructor for class java.awt.CheckboxGroup
Creates a new CheckboxGroup.
CheckboxMenuItem(). Constructor for class java.awt.CheckboxMenuItem
Creates a checkbox menu item with an empty label, initially set to off (false state).
CheckboxMenuItem(String). Constructor for class java.awt.CheckboxMenuItem
Creates the checkbox item with the specified label, initially set to off (false state).
CheckboxMenuItem(String, boolean). Constructor for class java.awt.CheckboxMenuItem
Creates a checkbox menu item with the specified label and state.
checkConnect(String, int). Method in class java.rmi.RMISecurityManager
Stubs can make connections if called through the RMI transport.
checkConnect(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object). Method in class java.rmi.RMISecurityManager
Downloaded classes (including stubs) can make connections if called through the RMI transport.
checkConnect(String, int, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader(). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to create class loaders, or even execute any of ClassLoader's methods.
checkCreateClassLoader(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String). Method in class java.rmi.RMISecurityManager
Check if a file with the specified system dependent file name can be deleted.
checkDelete(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
CheckedInputStream(InputStream, Checksum). Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
CheckedOutputStream(OutputStream, Checksum). Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkError(). Method in class java.io.PrintStream
Flushes this print stream's underlying output stream, and tests if there has been an error on the underlying output stream.
checkError(). Method in class java.io.PrintWriter
Flush the stream and check its error state.
checkExec(String). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to fork processes.
checkExec(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocss.
checkExit(int). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to exit the VM.
checkExit(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkID(int). Method in class java.awt.MediaTracker
Checks to see if all images tagged with the indicated ID have finished loading, but does not start loading the images if they are not already loading.
checkID(int, boolean). Method in class java.awt.MediaTracker
Checks to see if all images tagged with the indicated ID have finished loading.
checkImage(Image, ImageObserver). Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver). Method in class java.awt.Component
Returns the status of the construction of a scaled screen representation of the specified image.
checkImage(Image, int, int, ImageObserver). Method in interface java.awt.peer.ComponentPeer
checkImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Returns the status of the construction of the indicated method at the indicated width and height for the default screen.
checkLink(String). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to link dynamic libraries.
checkLink(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int). Method in class java.rmi.RMISecurityManager
For now stubs can't listen on any port.
checkListen(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int). Method in class java.rmi.RMISecurityManager
Checks to see if client code can access class members.
checkMemberAccess(Class, int). Method in class java.lang.SecurityManager
Tests if a client is allowed to access members.
checkMulticast(InetAddress). Method in class java.rmi.RMISecurityManager
Checks to see if current execution context is allowed to use (join/leave/send/receive) IP multicast (disallowed from stubs).
checkMulticast(InetAddress). Method in class java.lang.SecurityManager
Tests if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte). Method in class java.rmi.RMISecurityManager
Checks to see if current execution context is allowed to use (join/leave/send/receive) IP multicast (disallowed from stubs).
checkMulticast(InetAddress, byte). Method in class java.lang.SecurityManager
Tests to see if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkPackageAccess(String). Method in class java.rmi.RMISecurityManager
Check if a stub can access a package.
checkPackageAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String). Method in class java.rmi.RMISecurityManager
Check if a stub can define classes in a package.
checkPackageDefinition(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission). Method in interface java.security.acl.AclEntry
Checks if the specified permission is part of the permission set in this entry.
checkPermission(Principal, Permission). Method in interface java.security.acl.Acl
Checks whether or not the specified principal has the specified permission.
checkPrintJobAccess(). Method in class java.rmi.RMISecurityManager
Disallow printing from stubs.
checkPrintJobAccess(). Method in class java.lang.SecurityManager
Tests if a client can initiate a print job request.
checkPropertiesAccess(). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to access the entire system properties list, only properties explicitly labeled as accessible to stubs.
checkPropertiesAccess(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String). Method in class java.rmi.RMISecurityManager
Stubs can access the system property named by key only if its twin key.stub property is set to true.
checkPropertyAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to open file descriptors for reading unless it is done through a socket, in which case other access restrictions still apply.
checkRead(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String). Method in class java.rmi.RMISecurityManager
Check if a stub can read a particular file.
checkRead(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object). Method in class java.rmi.RMISecurityManager
No file reads are valid from a stub.
checkRead(String, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String). Method in class java.rmi.RMISecurityManager
Stubs cannot perform security provider operations.
checkSecurityAccess(String). Method in class java.lang.SecurityManager
Tests access to certain operations for a security API action.
checkSetFactory(). Method in class java.rmi.RMISecurityManager
Check if a stub can set a networking-related object factory.
checkSetFactory(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkSystemClipboardAccess(). Method in class java.rmi.RMISecurityManager
Checks to see if an client can get access to the System Clipboard (disallowed from stubs).
checkSystemClipboardAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the system clipboard.
checkTopLevelWindow(Object). Method in class java.rmi.RMISecurityManager
Allow caller to create top-level windows.
checkTopLevelWindow(Object). Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkWrite(FileDescriptor). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to open file descriptors for writing unless it is done through a socket, in which case other access restrictions still apply.
checkWrite(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String). Method in class java.rmi.RMISecurityManager
Check if a Stub can write a particular file.
checkWrite(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
childResized(int, int). Method in interface java.awt.peer.ScrollPanePeer
CHINA. Static variable in class java.util.Locale
Useful constant for country.
CHINESE. Static variable in class java.util.Locale
Useful constant for language.
Choice(). Constructor for class java.awt.Choice
Constructs a new Choice.
ChoiceFormat(double[], String[]). Constructor for class java.text.ChoiceFormat
Constructs with the limits and the corresponding formats.
ChoiceFormat(String). Constructor for class java.text.ChoiceFormat
Constructs with limits and corresponding formats based on the pattern.
choices. Variable in class java.sql.DriverPropertyInfo
If the value may be selected from a particular set of values, then this is an array of the possible values.
ClassCastException(). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError(). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
classDepth(String). Method in class java.lang.SecurityManager
Returns the stack depth of the specified class.
ClassFormatError(). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader(). Constructor for class java.lang.ClassLoader
Constructs a new class loader and initializes it.
classLoaderDepth(). Method in class java.lang.SecurityManager
Returns the stack depth of the most recently executing method from a class defined using a class loader.
classname. Variable in class java.io.InvalidClassException
ClassNotFoundException(). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clean(ObjID[], long, VMID, boolean). Method in interface java.rmi.dgc.DGC
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
clear(). Method in class java.util.Calendar
Clears the values of all the time fields.
clear(). Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear(). Method in class java.awt.List
clear(). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by removeAll().
clear(int). Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int). Method in class java.util.Calendar
Clears the value in the given time field.
clearBit(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this number with the designated bit cleared.
clearBreakpoint(int). Method in class sun.tools.debug.RemoteClass
Clear a breakpoint at a specific address in a class.
clearBreakpointLine(int). Method in class sun.tools.debug.RemoteClass
Clear a breakpoint at a specified line.
clearBreakpointMethod(RemoteField). Method in class sun.tools.debug.RemoteClass
Clear a breakpoint at the start of a specified method.
clearChanged(). Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change.
clearParameters(). Method in interface java.sql.PreparedStatement

In general, parameter values remain in force for repeated use of a Statement.

clearRect(int, int, int, int). Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearWarnings(). Method in interface java.sql.Connection
After this call, getWarnings returns null until a new warning is reported for this Connection.
clearWarnings(). Method in interface java.sql.ResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings(). Method in interface java.sql.Statement
After this call, getWarnings returns null until a new warning is reported for this Statement.
clickCount. Variable in class java.awt.Event
The number of consecutive clicks.
Clipboard(String). Constructor for class java.awt.datatransfer.Clipboard
Creates a clipboard object.
clipRect(int, int, int, int). Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
clone(). Method in interface java.security.acl.AclEntry
Clones this ACL entry.
clone(). Method in class java.util.BitSet
Clones this BitSet.
clone(). Method in class java.text.BreakIterator
Create a copy of this boundary
clone(). Method in class java.util.Calendar
Overrides Cloneable
clone(). Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone(). Method in class java.text.ChoiceFormat
Overrides Cloneable
clone(). Method in class java.text.Collator
Overrides Cloneable
clone(). Method in class java.text.DateFormat
Overrides Cloneable
clone(). Method in class java.text.DateFormatSymbols
Overrides Cloneable
clone(). Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone(). Method in class java.text.DecimalFormatSymbols
Standard override.
clone(). Method in class java.text.Format
Creates a new object of the same class as this object.
clone(). Method in class java.util.GregorianCalendar
Overrides Cloneable
clone(). Method in class java.awt.GridBagConstraints
Creates a new object of the same class as this object.
clone(). Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone(). Method in class java.awt.image.ImageFilter
Clones this object.
clone(). Method in class java.awt.Insets
Creates a new object of the same class as this object.
clone(). Method in class java.util.Locale
Overrides Cloneable
clone(). Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone(). Method in class java.text.MessageFormat
Overrides Cloneable
clone(). Method in class java.text.NumberFormat
Overrides Cloneable
clone(). Method in class java.lang.Object
Creates a new object of the same class as this object.
clone(). Method in class java.text.RuleBasedCollator
Standard override; no change in semantics.
clone(). Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone(). Method in class java.text.SimpleDateFormat
Overrides Cloneable
clone(). Method in class java.util.SimpleTimeZone
Overrides Cloneable
clone(). Method in class java.text.StringCharacterIterator
Create a copy of this boundary
clone(). Method in class java.util.TimeZone
Overrides Cloneable
clone(). Method in class java.rmi.server.UnicastRemoteObject
Returns a clone of the remote object that is distinct from the original.
clone(). Method in class java.util.Vector
Returns a clone of this vector.
CloneNotSupportedException(). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close(). Method in class java.io.BufferedReader
Close the stream.
close(). Method in class java.io.BufferedWriter
Close the stream.
close(). Method in class java.io.CharArrayReader
Close the stream.
close(). Method in class java.io.CharArrayWriter
Close the stream.
close(). Method in interface java.sql.Connection
In some cases, it is desirable to immediately release a Connection's database and JDBC resources instead of waiting for them to be automatically released; the close method provides this immediate release.
close(). Method in class java.net.DatagramSocket
Closes this datagram socket.
close(). Method in class java.net.DatagramSocketImpl
Close the socket.
close(). Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close(). Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close(). Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close(). Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close(). Method in class java.io.FilterReader
Close the stream.
close(). Method in class java.io.FilterWriter
Close the stream.
close(). Method in class java.util.zip.GZIPInputStream
Closes the input stream.
close(). Method in class java.util.zip.GZIPOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close(). Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.io.InputStreamReader
Close the stream.
close(). Method in interface java.io.ObjectInput
Closes the input stream.
close(). Method in class java.io.ObjectInputStream
Closes the input stream.
close(). Method in interface java.io.ObjectOutput
Closes the stream.
close(). Method in class java.io.ObjectOutputStream
Closes the stream.
close(). Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close(). Method in class java.io.OutputStreamWriter
Close the stream.
close(). Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close(). Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close(). Method in class java.io.PipedReader
Close the stream.
close(). Method in class java.io.PipedWriter
Close the stream.
close(). Method in class java.io.PrintStream
Closes this print stream and releases any resources associated with the underlying output stream.
close(). Method in class java.io.PrintWriter
Close the stream.
close(). Method in class java.io.PushbackReader
Close the stream.
close(). Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close(). Method in class java.io.Reader
Close the stream.
close(). Method in class sun.tools.debug.RemoteDebugger
Close the connection to the remote debugging agent.
close(). Method in interface java.sql.ResultSet
In some cases, it is desirable to immediately release a ResultSet's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close(). Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.net.ServerSocket
Closes this socket.
close(). Method in class java.net.Socket
Closes this socket.
close(). Method in class java.net.SocketImpl
Closes this socket.
close(). Method in interface java.sql.Statement
In many cases, it is desirable to immediately release a Statements's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close(). Method in class java.io.StringReader
Close the stream.
close(). Method in class java.io.StringWriter
Close the stream.
close(). Method in class java.io.Writer
Close the stream, flushing it first.
close(). Method in class java.util.zip.ZipFile
Closes the ZIP file.
close(). Method in class java.util.zip.ZipInputStream
Closes the ZIP input stream.
close(). Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
closeEntry(). Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry(). Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
Collator(). Constructor for class java.text.Collator
Default constructor.
Color(float, float, float). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(int). Constructor for class java.awt.Color
Creates a color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, int, int). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values in the range (0 - 255).
ColorModel(int). Constructor for class java.awt.image.ColorModel
Constructs a ColorModel which describes a pixel of the specified number of bits.
columnNoNulls. Static variable in interface java.sql.DatabaseMetaData
COLUMN NULLABLE - might not allow NULL values.
columnNoNulls. Static variable in interface java.sql.ResultSetMetaData
Does not allow NULL values.
columnNullable. Static variable in interface java.sql.DatabaseMetaData
COLUMN NULLABLE - definitely allows NULL values.
columnNullable. Static variable in interface java.sql.ResultSetMetaData
Allows NULL values.
columnNullableUnknown. Static variable in interface java.sql.DatabaseMetaData
COLUMN NULLABLE - nullability unknown.
columnNullableUnknown. Static variable in interface java.sql.ResultSetMetaData
Nullability unknown.
columnWeights. Variable in class java.awt.GridBagLayout
columnWidths. Variable in class java.awt.GridBagLayout
COMBINING_SPACING_MARK. Static variable in class java.lang.Character
command(Object). Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
commentChar(int). Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
commit(). Method in interface java.sql.Connection
Commit makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
compare(String, String). Method in class java.text.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(String, String). Method in class java.text.RuleBasedCollator
Compares the character data stored in two different strings based on the collation rules.
compareTo(BigDecimal). Method in class java.math.BigDecimal
Returns -1, 0 or 1 as this number is less than, equal to, or greater than val.
compareTo(BigInteger). Method in class java.math.BigInteger
Returns -1, 0 or 1 as this number is less than, equal to, or greater than val.
compareTo(CollationKey). Method in class java.text.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(String). Method in class java.lang.String
Compares two strings lexicographically.
compileClass(Class). Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String). Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
COMPLETE. Static variable in class java.awt.MediaTracker
Flag indicating the download of media completed successfully.
complete(). Method in class java.util.Calendar
Fills in any unset fields in the time field list.
COMPLETESCANLINES. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
Component(). Constructor for class java.awt.Component
Constructs a new Component.
COMPONENT_ADDED. Static variable in class java.awt.event.ContainerEvent
The component moved event type.
COMPONENT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST. Static variable in class java.awt.event.ComponentEvent
Marks the first integer id for the range of component event ids.
COMPONENT_HIDDEN. Static variable in class java.awt.event.ComponentEvent
The component hidden event type.
COMPONENT_LAST. Static variable in class java.awt.event.ComponentEvent
Marks the last integer id for the range of component event ids.
COMPONENT_MOVED. Static variable in class java.awt.event.ComponentEvent
The component moved event type.
COMPONENT_REMOVED. Static variable in class java.awt.event.ContainerEvent
The component resized event type.
COMPONENT_RESIZED. Static variable in class java.awt.event.ComponentEvent
The component resized event type.
COMPONENT_SHOWN. Static variable in class java.awt.event.ComponentEvent
The component shown event type.
ComponentAdapter(). Constructor for class java.awt.event.ComponentAdapter
componentAdded(ContainerEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent). Method in class java.awt.event.ContainerAdapter
componentAdded(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent(Component, int). Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object with the specified source component and type.
componentHidden(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentHidden(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been hidden.
componentMoved(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentMoved(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been moved.
componentRemoved(ContainerEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent). Method in class java.awt.event.ContainerAdapter
componentRemoved(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentResized(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been resized.
componentShown(ComponentEvent). Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentShown(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been shown.
comptable. Variable in class java.awt.GridBagLayout
computeFields(). Method in class java.util.Calendar
Converts UTC as milliseconds to time field values.
computeFields(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts UTC as milliseconds to time field values.
computeTime(). Method in class java.util.Calendar
Converts Calendar's time field values to UTC as milliseconds.
computeTime(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts time field values to UTC as milliseconds.
concat(String). Method in class java.lang.String
Concatenates the specified string to the end of this string.
connect(). Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect(InetAddress, int). Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(PipedInputStream). Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedOutputStream). Method in class java.io.PipedInputStream
Connects this piped input stream to a sender.
connect(PipedReader). Method in class java.io.PipedWriter
Connect the specified piped reader to this writer.
connect(PipedWriter). Method in class java.io.PipedReader
Connect the specified piped writer to this reader.
connect(String, int). Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connect(String, Properties). Method in interface java.sql.Driver
Try to make a database connection to the given URL.
connected. Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
ConnectException(). Constructor for class java.net.ConnectException
Construct a new ConnectException with no detailed message.
ConnectException(String). Constructor for class java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException(String). Constructor for class java.rmi.ConnectException
Create A remote exception with the specified string
ConnectException(String, Exception). Constructor for class java.rmi.ConnectException
Create A remote exception with the specified string, and the exception specified.
ConnectIOException(String). Constructor for class java.rmi.ConnectIOException
Create A remote exception with the specified string
ConnectIOException(String, Exception). Constructor for class java.rmi.ConnectIOException
Create A remote exception with the specified string, and the exception specified.
CONNECTOR_PUNCTUATION. Static variable in class java.lang.Character
consume(). Method in class java.awt.AWTEvent
consume(). Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumed. Variable in class java.awt.AWTEvent
consumer. Variable in class java.awt.image.ImageFilter
The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data.
cont(). Method in class sun.tools.debug.RemoteThread
Resume this thread from a breakpoint, unless it previously suspended.
Container(). Constructor for class java.awt.Container
Constructs a new Container.
CONTAINER_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST. Static variable in class java.awt.event.ContainerEvent
Marks the first integer id for the range of container event ids.
CONTAINER_LAST. Static variable in class java.awt.event.ContainerEvent
Marks the last integer id for the range of container event ids.
ContainerAdapter(). Constructor for class java.awt.event.ContainerAdapter
ContainerEvent(Component, int, Component). Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object with the specified source container, type, and child which is being added or removed.
contains(int, int). Method in class java.awt.Component
Checks whether this component "contains" the specified (x, y) location, where x and y are defined to be relative to the coordinate system of this component.
contains(int, int). Method in class java.awt.Polygon
Determines whether the point (x,y) is inside the Polygon.
contains(int, int). Method in class java.awt.Rectangle
Checks whether this rectangle contains the specified point.
contains(Object). Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object). Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Point). Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y in the point are defined to be relative to the coordinate system of this component.
contains(Point). Method in class java.awt.Polygon
Determines whether the specified point is inside the Polygon.
contains(Point). Method in class java.awt.Rectangle
Checks whether this rectangle contains the specified point.
containsKey(Object). Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentHandler(). Constructor for class java.net.ContentHandler
contents. Variable in class java.awt.datatransfer.Clipboard
CONTROL. Static variable in class java.lang.Character
control. Static variable in class java.awt.SystemColor
The background color for control objects.
CONTROL. Static variable in class java.awt.SystemColor
The array index for the control background color.
CONTROL_DK_SHADOW. Static variable in class java.awt.SystemColor
The array index for the control dark shadow color.
CONTROL_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the control highlight color.
CONTROL_LT_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the control light highlight color.
CONTROL_SHADOW. Static variable in class java.awt.SystemColor
The array index for the control shadow color.
CONTROL_TEXT. Static variable in class java.awt.SystemColor
The array index for the control text color.
controlDkShadow. Static variable in class java.awt.SystemColor
The dark shadow color for control objects.
controlDown(). Method in class java.awt.Event
Checks if the control key is down.
controlHighlight. Static variable in class java.awt.SystemColor
The light highlight color for control objects.
controlLtHighlight. Static variable in class java.awt.SystemColor
The regular highlight color for control objects.
controlShadow. Static variable in class java.awt.SystemColor
The regular shadow color for control objects.
controlText. Static variable in class java.awt.SystemColor
The text color for control objects.
copyArea(int, int, int, int, int, int). Method in class java.awt.Graphics
Copies an area of the Component by a distance specified by dx and dy to the right and down.
copyInto(Object[]). Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyValueOf(char[]). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
copyValueOf(char[], int, int). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
cos(double). Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count. Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count. Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count. Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count. Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count. Variable in class java.io.CharArrayReader
Number of valid characters in buffer
count. Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count. Variable in class java.io.StringBufferInputStream
The number of valid characters in the input stream buffer.
countComponents(). Method in class java.awt.Container
countItems(). Method in class java.awt.Choice
countItems(). Method in class java.awt.List
countItems(). Method in class java.awt.Menu
countMenus(). Method in class java.awt.MenuBar
countObservers(). Method in class java.util.Observable
Returns the number of observers of this object.
countStackFrames(). Method in class java.lang.Thread
Counts the number of stack frames in this thread.
countTokens(). Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
crc. Variable in class java.util.zip.GZIPInputStream
CRC-32 for uncompressed data.
crc. Variable in class java.util.zip.GZIPOutputStream
CRC-32 of uncompressed data.
CRC32(). Constructor for class java.util.zip.CRC32
create(). Method in class java.net.DatagramSocketImpl
Creates a datagram socket
create(). Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(boolean). Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(int, int, int, int). Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
createButton(Button). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Button.
createCanvas(Canvas). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Canvas.
createCheckbox(Checkbox). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Checkbox.
createCheckboxMenuItem(CheckboxMenuItem). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new CheckboxMenuItem.
createChoice(Choice). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Choice.
createComponent(Component). Method in class java.awt.Toolkit
Creates a peer for a component or container.
createContentHandler(String). Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createDialog(Dialog). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Dialog.
createFileDialog(FileDialog). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new FileDialog.
createFrame(Frame). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Frame.
createImage(byte[]). Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int). Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array at the specified offset and length.
createImage(ImageProducer). Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(ImageProducer). Method in interface java.awt.peer.ComponentPeer
createImage(ImageProducer). Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(int, int). Method in class java.awt.Component
Creates an off-screen drawable Image to be used for double buffering.
createImage(int, int). Method in interface java.awt.peer.ComponentPeer
createLabel(Label). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Label.
createList(List). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new List.
createMenu(Menu). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Menu.
createMenuBar(MenuBar). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new MenuBar.
createMenuItem(MenuItem). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new MenuItem.
createPanel(Panel). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Panel.
createPopupMenu(PopupMenu). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new PopupMenu.
createRegistry(int). Static method in class java.rmi.registry.LocateRegistry
Create and export a registry on the local host.
createScrollbar(Scrollbar). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Scrollbar.
createScrollPane(ScrollPane). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new scrolling container.
createServerSocket(int). Method in class java.rmi.server.RMISocketFactory
Create a server socket on the specified port (port 0 represents an anonymous port).
createSocket(String, int). Method in class java.rmi.server.RMISocketFactory
Create a client socket connected to the specified host and port.
createSocketImpl(). Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createStatement(). Method in interface java.sql.Connection
SQL statements without parameters are normally executed using Statement objects.
createTextArea(TextArea). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new TextArea.
createTextField(TextField). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new TextField.
createURLStreamHandler(String). Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createWindow(Window). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Window.
CropImageFilter(int, int, int, int). Constructor for class java.awt.image.CropImageFilter
Constructs a CropImageFilter that extracts the absolute rectangular region of pixels from its source Image as specified by the x, y, w, and h parameters.
CROSSHAIR_CURSOR. Static variable in class java.awt.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR. Static variable in class java.awt.Frame
CTRL_MASK. Static variable in class java.awt.event.ActionEvent
The control modifier constant.
CTRL_MASK. Static variable in class java.awt.Event
The control modifier constant.
CTRL_MASK. Static variable in class java.awt.event.InputEvent
The control key modifier constant.
CURRENCY_SYMBOL. Static variable in class java.lang.Character
current(). Method in class java.text.BreakIterator
Return character index of the text boundary that was most recently returned by next(), previous(), first(), or last()
current(). Method in interface java.text.CharacterIterator
Get the character at the current position (as returned by getIndex()).
current(). Method in class java.text.StringCharacterIterator
Get the character at the current position (as returned by getIndex()).
currentClassLoader(). Method in class java.lang.SecurityManager
Returns an object describing the most recent class loader executing on the stack.
currentLoadedClass(). Method in class java.lang.SecurityManager
Returns the current Class with a ClassLoader on the execution stack.
currentThread(). Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis(). Static method in class java.lang.System
Returns the current time in milliseconds.
Cursor(int). Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
cyan. Static variable in class java.awt.Color
The color cyan.

D

darker(). Method in class java.awt.Color
Returns a darker version of this color.
darkGray. Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION. Static variable in class java.lang.Character
dataDefinitionCausesTransactionCommit(). Method in interface java.sql.DatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions(). Method in interface java.sql.DatabaseMetaData
Is a data definition statement within a transaction ignored?
DataFlavor(Class, String). Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a Java class

The returned DataFlavor will have the following characteristics

representationClass = representationClass
mimeType = application/x-javaserializedobject

DataFlavor(String, String). Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a MimeType

The returned DataFlavor will have the following characteristics:

If the mimeType is "application/x-javaserializedobject; class=", the result is the same as calling new DataFlavor(Class:forName() as above

otherwise:

representationClass = InputStream
mimeType = mimeType

DataFormatException(). Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String). Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramPacket(byte[], int). Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length ilength.
DatagramPacket(byte[], int, InetAddress, int). Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length ilength to the specified port number on the specified host.
DatagramSocket(). Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(int). Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress). Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl(). Constructor for class java.net.DatagramSocketImpl
DataInputStream(InputStream). Constructor for class java.io.DataInputStream
Creates a new data input stream to read data from the specified input stream.
DataOutputStream(OutputStream). Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataTruncation(int, boolean, boolean, int, int). Constructor for class java.sql.DataTruncation

Create a DataTruncation object.

DATE. Static variable in class java.util.Calendar
Useful constant for date and time.
DATE. Static variable in class java.sql.Types
Date(). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated measured to the nearest millisecond.
Date(int, int, int). Constructor for class java.sql.Date
Construct a Date
Date(int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents midnight, local time, at the beginning of the day specified by the year, month, and date arguments.
Date(int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour and minute, local time, of the date specified by the year, month, date, hrs, and min arguments.
Date(int, int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour, minute, and second, local time of the date specified by the year, month, date, hrs, min, and sec arguments.
Date(long). Constructor for class java.sql.Date
Construct a Date using a milliseconds time value
Date(long). Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
Date(String). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the date and time indicated by the string s, which is interpreted as if by the parse method.
DATE_FIELD. Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat(). Constructor for class java.text.DateFormat
DateFormatSymbols(). Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default locale.
DateFormatSymbols(Locale). Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DAY_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_IN_MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
decapitalize(String). Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER. Static variable in class java.util.Calendar
Useful constant for month.
DECIMAL. Static variable in class java.sql.Types
DECIMAL_DIGIT_NUMBER. Static variable in class java.lang.Character
DecimalFormat(). Constructor for class java.text.DecimalFormat
Create a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String). Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols). Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
DecimalFormatSymbols(). Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale). Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECLARED. Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(InputStream). Method in interface java.security.Certificate
Decodes a certificate from an input stream.
decode(String). Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String). Static method in class java.awt.Color
Gets the specified Color.
decode(String). Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String). Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String). Static method in class java.lang.Short
Decodes a String into a Short.
def. Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT. Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_COMPRESSION. Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR. Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR. Static variable in class java.awt.Frame
DEFAULT_STRATEGY. Static variable in class java.util.zip.Deflater
Default compression strategy.
defaultConstraints. Variable in class java.awt.GridBagLayout
defaultReadObject(). Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults. Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultWriteObject(). Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defineClass(byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class Class.
deflate(). Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
deflate(byte[]). Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[], int, int). Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED. Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
DEFLATED. Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED. Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater(). Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int). Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean). Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream(OutputStream). Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater). Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int). Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
DELETE. Static variable in class java.awt.Event
The Delete key.
delete(). Method in class java.io.File
Deletes the file specified by this object.
deleteObserver(Observer). Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers(). Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOwner(Principal, Principal). Method in interface java.security.acl.Owner
Deletes an owner.
deleteShortcut(). Method in class java.awt.MenuItem
Delete any MenuShortcut associated with this MenuItem.
deleteShortcut(MenuShortcut). Method in class java.awt.MenuBar
Delete the specified MenuShortcut.
delItem(int). Method in class java.awt.List
Removes an item from the list.
delItem(int). Method in interface java.awt.peer.MenuPeer
delItems(int, int). Method in class java.awt.List
delItems(int, int). Method in interface java.awt.peer.ListPeer
deliverEvent(Event). Method in class java.awt.Component
deliverEvent(Event). Method in class java.awt.Container
delMenu(int). Method in interface java.awt.peer.MenuBarPeer
deregisterDriver(Driver). Static method in class java.sql.DriverManager
Drop a Driver from the DriverManager's list.
description. Variable in class java.sql.DriverPropertyInfo
A brief description of the property.
description(). Method in class sun.tools.debug.RemoteArray
Return a description of the array.
description(). Method in class sun.tools.debug.RemoteClass
Return a (somewhat verbose) description.
description(). Method in class sun.tools.debug.RemoteObject
Return a description of the object.
description(). Method in class sun.tools.debug.RemoteString
Return the string value, or "null"
description(). Method in class sun.tools.debug.RemoteValue
Return a description of the RemoteValue.
deselect(int). Method in class java.awt.List
Deselects the item at the specified index.
deselect(int). Method in interface java.awt.peer.ListPeer
DESELECTED. Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
DESKTOP. Static variable in class java.awt.SystemColor
The array index for the desktop background color.
desktop. Static variable in class java.awt.SystemColor
The color of the desktop background.
destHeight. Variable in class java.awt.image.ReplicateScaleFilter
destroy(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy(). Method in class java.lang.Process
Kills the subprocess.
destroy(). Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy(). Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destWidth. Variable in class java.awt.image.ReplicateScaleFilter
detail. Variable in class java.rmi.RemoteException
detail. Variable in class java.rmi.server.ServerCloneException
detail. Variable in class java.io.WriteAbortedException
DGC_ID. Static variable in class java.rmi.server.ObjID
well-known id for the distributed garbage collector
Dialog(Frame). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, String). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dictionary(). Constructor for class java.util.Dictionary
digest. Variable in class java.security.DigestInputStream
The message digest associated with this stream.
digest. Variable in class java.security.DigestOutputStream
The message digest associated with this stream.
digest(). Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]). Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
DigestException(). Constructor for class java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String). Constructor for class java.security.DigestException
Constructs a DigestException with the specified detail message.
DigestInputStream(InputStream, MessageDigest). Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream and message digest.
DigestOutputStream(OutputStream, MessageDigest). Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream and message digest.
digit(char, int). Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
Dimension(). Constructor for class java.awt.Dimension
Constructs a Dimension object with 0 width and 0 height.
Dimension(Dimension). Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified value.
Dimension(int, int). Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
DirectColorModel(int, int, int, int). Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying which bits in the pixel contain the red, green and blue color components.
DirectColorModel(int, int, int, int, int). Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying which bits in the pixel contain the alhpa, red, green and blue color components.
dirty(ObjID[], long, Lease). Method in interface java.rmi.dgc.DGC
The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'.
disable(). Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable(). Method in class java.awt.Component
disable(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable(). Method in class java.awt.MenuItem
disable(). Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
disableEvents(long). Method in class java.awt.Component
Disables the events defined by the specified event mask parameter from being delivered to this component.
disableEvents(long). Method in class java.awt.MenuItem
Disables the events defined by the specified event mask parameter from being delivered to this menu item.
disconnect(). Method in class java.net.HttpURLConnection
Close the connection to the server.
dispatch(Remote, RemoteCall, int, long). Method in interface java.rmi.server.Skeleton
Unmarshals arguments, calls the actual remote object implementation, and marshals the return value or any exception.
dispatchEvent(AWTEvent). Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent). Method in class java.awt.MenuComponent
dispose(). Method in interface java.awt.peer.ComponentPeer
dispose(). Method in class java.awt.Frame
Disposes of the Frame.
dispose(). Method in class java.awt.Graphics
Dispose of the system resources used by this graphics context.
dispose(). Method in interface java.awt.peer.MenuComponentPeer
dispose(). Method in class java.awt.Window
Disposes of the Window.
divide(BigDecimal, int). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is this.scale().
divide(BigDecimal, int, int). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is as specified.
divide(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigInteger). Method in class java.math.BigInteger
Returns an array of two BigIntegers.
doesMaxRowSizeIncludeBlobs(). Method in interface java.sql.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doInput. Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
doLayout(). Method in class java.awt.Component
Lays out the component.
doLayout(). Method in class java.awt.Container
Does a layout on this Container.
doLayout(). Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
DONE. Static variable in class java.text.BreakIterator
DONE is returned by previous() and next() after all valid boundaries have been returned.
DONE. Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end or the beginning of the text.
done(). Method in interface java.rmi.server.RemoteCall
Allow cleanup after the remote call has completed.
done(RemoteCall). Method in interface java.rmi.server.RemoteRef
Allows the remote reference to clean up (or reuse) the connection.
dontUseGui(). Method in interface java.beans.Visibility
This method instructs the bean that it should not use the Gui.
doOutput. Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
DOUBLE. Static variable in class java.sql.Types
Double(double). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating- point value of type double represented by the string.
doubleToLongBits(double). Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue(). Method in class java.math.BigDecimal
Converts the number to a double.
doubleValue(). Method in class java.math.BigInteger
Converts the number to a double.
doubleValue(). Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue(). Method in class java.lang.Double
Returns the double value of this Double.
doubleValue(). Method in class java.lang.Float
Returns the double value of this Float.
doubleValue(). Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue(). Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue(). Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue(). Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN. Static variable in class java.awt.Event
The down arrow action-key.
down(int). Method in class sun.tools.debug.RemoteThread
Change the current stackframe to be one or more frames lower (as in, toward the current program counter).
drain(). Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws the outline of an arc covering the specified rectangle, starting at startAngle and extending for arcAngle degrees, using the current color.
drawBytes(byte[], int, int, int, int). Method in class java.awt.Graphics
Draws the specified bytes using the current font and color.
drawChars(char[], int, int, int, int). Method in class java.awt.Graphics
Draws the specified characters using the current font and color.
drawImage(Image, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at the specified coordinate (x, y) with the given solid background color.
drawImage(Image, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at the specified coordinate (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle with the given solid background color.
drawImage(Image, int, int, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface with the given solid background color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver). Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawLine(int, int, int, int). Method in class java.awt.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using the current color.
drawOval(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of an oval covering the specified rectangle using the current color.
drawPolygon(int[], int[], int). Method in class java.awt.Graphics
Draws the outline of a polygon defined by arrays of x coordinates and y coordinates using the current color.
drawPolygon(Polygon). Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object using the current color.
drawPolyline(int[], int[], int). Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x coordinates and y coordinates using the current color.
drawRect(int, int, int, int). Method in class java.awt.Graphics
Draws the outline of the specified rectangle using the current color.
drawRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Draws the outline of the specified rounded corner rectangle using the current color.
drawString(String, int, int). Method in class java.awt.Graphics
Draws the specified String using the current font and color.
DriverPropertyInfo(String, String). Constructor for class java.sql.DriverPropertyInfo
Constructor a DriverPropertyInfo with a name and value; other members default to their initial values.
DST_OFFSET. Static variable in class java.util.Calendar
Useful constant for date and time.
dumpStack(). Method in class sun.tools.debug.RemoteThread
Dump the stack.
dumpStack(). Static method in class java.lang.Thread
Prints a stack trace of the current thread.

E

E. Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR. Static variable in class java.awt.Frame
EAST. Static variable in class java.awt.BorderLayout
The east layout constraint.
EAST. Static variable in class java.awt.GridBagConstraints
echoCharIsSet(). Method in class java.awt.TextField
Returns true if this TextField has a character set for echoing.
elementAt(int). Method in class java.util.Vector
Returns the component at the specified index.
elementCount. Variable in class java.util.Vector
The number of valid components in the vector.
elementData. Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements(). Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements(). Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements(). Method in class java.util.Vector
Returns an enumeration of the components of this vector.
empty(). Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException(). Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with no detail message.
enable(). Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(). Method in class java.awt.Component
enable(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in class java.awt.MenuItem
enable(). Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable(boolean). Method in class java.awt.Component
enable(boolean). Method in class java.awt.MenuItem
enableEvents(long). Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long). Method in class java.awt.MenuItem
Enables the events defined by the specified event mask parameter to be delivered to this menu item.
enableReplaceObject(boolean). Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean). Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
ENCLOSING_MARK. Static variable in class java.lang.Character
encode(OutputStream). Method in interface java.security.Certificate
Encodes the certificate to an output stream in a format that can be decoded by the decode method.
encode(String). Static method in class java.net.URLEncoder
Translates a string into x-www-form-urlencoded format.
END. Static variable in class java.awt.Event
The end action-key.
end(). Method in class java.util.zip.Deflater
Discards unprocessed input and frees internal data.
end(). Method in class java.util.zip.Inflater
Discards unprocessed input and frees internal data.
end(). Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
END_PUNCTUATION. Static variable in class java.lang.Character
endsWith(String). Method in class java.lang.String
Tests if this string ends with the specified suffix.
endValidate(). Method in interface java.awt.peer.ContainerPeer
engineDigest(). Method in class java.security.MessageDigest
SPI: Completes the hash computation by performing final operations such as padding.
engineGetParameter(String). Method in class java.security.Signature
SPI: Gets the value of the specified algorithm parameter.
engineInitSign(PrivateKey). Method in class java.security.Signature
SPI: Initializes this signature object with the specified private key for signing operations.
engineInitVerify(PublicKey). Method in class java.security.Signature
SPI: Initializes this signature object with the specified public key for verification operations.
engineReset(). Method in class java.security.MessageDigest
SPI: Resets the digest for further use.
engineSetParameter(String, Object). Method in class java.security.Signature
SPI: Sets the specified algorithm parameter to the specified value.
engineSign(). Method in class java.security.Signature
SPI: Returns the signature bytes of all the data updated so far.
engineUpdate(byte). Method in class java.security.MessageDigest
SPI: Updates the digest using the specified byte.
engineUpdate(byte). Method in class java.security.Signature
SPI: Updates the data to be signed or verified using the specified byte.
engineUpdate(byte[], int, int). Method in class java.security.MessageDigest
SPI: Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte[], int, int). Method in class java.security.Signature
SPI: Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]). Method in class java.security.Signature
SPI: Verifies the passed-in signature.
ENGLISH. Static variable in class java.util.Locale
Useful constant for language.
ensureCapacity(int). Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int). Method in class java.util.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.
ENTER. Static variable in class java.awt.Event
The Enter key.
entries(). Method in interface java.security.acl.Acl
Returns an enumeration of the entries in this ACL.
entries(). Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
eof. Variable in class java.io.OptionalDataException
True if there is not more data in the buffered part of the stream.
EOFException(). Constructor for class java.io.EOFException
Constructs an EOFException with no detail message.
EOFException(String). Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean). Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
eos. Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
equals(DataFlavor). Method in class java.awt.datatransfer.DataFlavor
equals(MenuShortcut). Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object). Method in class java.math.BigDecimal
Returns true iff x is a BigDecimal whose value is equal to this number.
equals(Object). Method in class java.math.BigInteger
Returns true iff x is a BigInteger whose value is equal to this number.
equals(Object). Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object). Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that contains the same boolean value as this object.
equals(Object). Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object). Method in class java.util.Calendar
Compares the time field records.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.text.ChoiceFormat
Equality comparision between two
equals(Object). Method in class java.text.CollationKey
Compare this CollationKey and the target CollationKey for equality.
equals(Object). Method in class java.text.Collator
Compares the equality of two Collators.
equals(Object). Method in class java.awt.Color
Compares this object against the specified object.
equals(Object). Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object). Method in class java.util.Date
Compares two dates.
equals(Object). Method in class java.text.DateFormat
Overrides equals
equals(Object). Method in class java.text.DateFormatSymbols
Override equals
equals(Object). Method in class java.text.DecimalFormat
Overrides equals
equals(Object). Method in class java.text.DecimalFormatSymbols
Override equals
equals(Object). Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object). Method in class java.lang.Double
Compares this object against the specified object.
equals(Object). Method in class java.lang.reflect.Field
Compares this Field against the specified object.
equals(Object). Method in class java.io.File
Compares this object against the specified object.
equals(Object). Method in class java.lang.Float
Compares this object against some other object.
equals(Object). Method in class java.awt.Font
Compares this object to the specifed object.
equals(Object). Method in class java.util.GregorianCalendar
Overrides Calendar Compares the time field records.
equals(Object). Method in class java.security.Identity
Tests for equality between the specified object and this identity.
equals(Object). Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object). Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.util.Locale
Compares two Objects for equality.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
equals(Object). Method in class java.text.MessageFormat
Equality comparision between two message format objects
equals(Object). Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object). Method in class java.text.NumberFormat
Overrides equals
equals(Object). Method in class java.lang.Object
Compares two Objects for equality.
equals(Object). Method in class java.rmi.server.ObjID
Two object identifiers are considered equal if they have the same contents.
equals(Object). Method in interface java.security.acl.Permission
Returns true if the object passed matches the permission represented in this interface.
equals(Object). Method in class java.awt.Point
Checks whether two pointers are equal.
equals(Object). Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object). Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object). Method in class java.rmi.server.RemoteObject
Compares two remote objects for equality.
equals(Object). Method in class java.text.RuleBasedCollator
Compares the equality of two collation objects.
equals(Object). Method in class java.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.text.SimpleDateFormat
Override equals.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object). Method in class java.lang.String
Compares this string to the specified object.
equals(Object). Method in class java.text.StringCharacterIterator
Compares the equality of two StringCharacterIterator objects.
equals(Object). Method in class java.rmi.server.UID
Compares two Objects for equality.
equals(Object). Method in class java.net.URL
Compares two URLs.
equals(Object). Method in class java.rmi.dgc.VMID
Compare this VMID to another, and return true if they are the same identifier.
equals(String, String). Method in class java.text.Collator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equals(Timestamp). Method in class java.sql.Timestamp
Test Timestamp values for equality
equalsIgnoreCase(String). Method in class java.lang.String
Compares this String to another object.
ERA. Static variable in class java.util.Calendar
Useful constant for date and time.
ERA_FIELD. Static variable in class java.text.DateFormat
Useful constant for ERA field alignment.
err. Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err. Static variable in class java.lang.System
The "standard" error output stream.
ERROR. Static variable in interface java.awt.image.ImageObserver
An image which was being tracked asynchronously has encountered an error.
Error(). Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String). Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
ERRORED. Static variable in class java.awt.MediaTracker
Flag indicating the download of some media encountered an error.
ESCAPE. Static variable in class java.awt.Event
The Escape key.
Event(Object, int, Object). Constructor for class java.awt.Event
Constructs an event with the specified target component, event type, and argument.
Event(Object, long, int, int, int, int, int). Constructor for class java.awt.Event
Constructs an event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys and an argument set to null.
Event(Object, long, int, int, int, int, int, Object). Constructor for class java.awt.Event
Constructs an event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys and argument.
EventObject(Object). Constructor for class java.util.EventObject
EventObject(Object). Constructor for class sunw.util.EventObject
EventQueue(). Constructor for class java.awt.EventQueue
EventSetDescriptor(Class, String, Class, String). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor assuming that you are following the most simple standard design pattern where a named event "fred" is (1) delivered as a call on the single method of interface FredListener, (2) has a single argument of type FredEvent, and (3) where the FredListener may be registered with a call on an addFredListener method of the source component and removed with a call on a removeFredListener method.
EventSetDescriptor(Class, String, Class, String[], String, String). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using string names.
EventSetDescriptor(String, Class, Method[], Method, Method). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.Method and java.lang.Class objects.
EventSetDescriptor(String, Class, MethodDescriptor[], Method, Method). Constructor for class java.beans.EventSetDescriptor
This constructor creates an EventSetDescriptor from scratch using java.lang.reflect.MethodDescriptor and java.lang.Class objects.
evt. Variable in class java.awt.Event
The next event.
Exception(). Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String). Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
exceptionEvent(RemoteThread, String). Method in interface sun.tools.debug.DebuggerCallback
An exception has occurred.
ExceptionInInitializerError(). Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with no detail message.
ExceptionInInitializerError(String). Constructor for class java.lang.ExceptionInInitializerError
Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionInInitializerError(Throwable). Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class initialized to the specific throwable
exec(String). Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]). Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
execute(). Method in interface java.sql.PreparedStatement
Some prepared statements return multiple results; the execute method handles these complex statements as well as the simpler form of statements handled by executeQuery and executeUpdate.
execute(String). Method in interface java.sql.Statement
Execute a SQL statement that may return multiple results.
executeCall(). Method in interface java.rmi.server.RemoteCall
Do whatever it takes to execute the call.
executeQuery(). Method in interface java.sql.PreparedStatement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery(String). Method in interface java.sql.Statement
Execute a SQL statement that returns a single ResultSet.
executeUpdate(). Method in interface java.sql.PreparedStatement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String). Method in interface java.sql.Statement
Execute a SQL INSERT, UPDATE or DELETE statement.
exists(). Method in class java.io.File
Tests if this File exists.
exit(int). Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exit(int). Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exitValue(). Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double). Static method in class java.lang.Math
Returns the exponential number e (i.e., 2.718...) raised to the power of a double value.
ExportException(String). Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string
ExportException(String, Exception). Constructor for class java.rmi.server.ExportException
Create A remote exception with the specified string, and the exception specified.
exportObject(Remote). Static method in class java.rmi.server.UnicastRemoteObject
Export the remote object to make it available to receive incoming calls.
exportObject(Remote, Object). Method in interface java.rmi.server.ServerRef
Find or create a client stub object for the supplied Remote.

F

F1. Static variable in class java.awt.Event
The F1 function action-key.
F10. Static variable in class java.awt.Event
The F10 function action-key.
F11. Static variable in class java.awt.Event
The F11 function action-key.
F12. Static variable in class java.awt.Event
The F12 function action-key.
F2. Static variable in class java.awt.Event
The F2 function action-key.
F3. Static variable in class java.awt.Event
The F3 function action-key.
F4. Static variable in class java.awt.Event
The F4 function action-key.
F5. Static variable in class java.awt.Event
The F5 function action-key.
F6. Static variable in class java.awt.Event
The F6 function action-key.
F7. Static variable in class java.awt.Event
The F7 function action-key.
F8. Static variable in class java.awt.Event
The F8 function action-key.
F9. Static variable in class java.awt.Event
The F9 function action-key.
failure(Exception). Method in interface java.rmi.server.RMIFailureHandler
The "failure" callback is invoked when the RMI runtime is unable to create a Socket or ServerSocket via the RMISocketFactory.
FALSE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fd. Variable in class java.net.DatagramSocketImpl
The file descriptor object
fd. Variable in class java.net.SocketImpl
The file descriptor object for this socket.
FeatureDescriptor(). Constructor for class java.beans.FeatureDescriptor
FEBRUARY. Static variable in class java.util.Calendar
Useful constant for month.
FIELD_COUNT. Static variable in class java.util.Calendar
Useful constant for date and time.
FieldPosition(int). Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
fields. Variable in class java.util.Calendar
The time fields containing values into which the millis is computed.
File(File, String). Constructor for class java.io.File
Creates a File instance that represents the file with the specified name in the specified directory.
File(String). Constructor for class java.io.File
Creates a File instance that represents the file whose pathname is the given path argument.
File(String, String). Constructor for class java.io.File
Creates a File instance whose pathname is the pathname of the specified directory, followed by the separator character, followed by the name argument.
FileDescriptor(). Constructor for class java.io.FileDescriptor
FileDialog(Frame). Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String). Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String, int). Constructor for class java.awt.FileDialog
Creates a file dialog with the specified title and mode.
FileInputStream(File). Constructor for class java.io.FileInputStream
Creates an input file stream to read from the specified File object.
FileInputStream(FileDescriptor). Constructor for class java.io.FileInputStream
Creates an input file stream to read from the specified file descriptor.
FileInputStream(String). Constructor for class java.io.FileInputStream
Creates an input file stream to read from a file with the specified name.
fileNameMap. Static variable in class java.net.URLConnection
FileNotFoundException(). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with no detail message.
FileNotFoundException(String). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream(File). Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the specified File object.
FileOutputStream(FileDescriptor). Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the specified file descriptor.
FileOutputStream(String). Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the file with the specified name.
FileOutputStream(String, boolean). Constructor for class java.io.FileOutputStream
Creates an output file with the specified system dependent file name.
FileReader(File). Constructor for class java.io.FileReader
FileReader(FileDescriptor). Constructor for class java.io.FileReader
FileReader(String). Constructor for class java.io.FileReader
FileWriter(File). Constructor for class java.io.FileWriter
FileWriter(FileDescriptor). Constructor for class java.io.FileWriter
FileWriter(String). Constructor for class java.io.FileWriter
FileWriter(String, boolean). Constructor for class java.io.FileWriter
fill. Variable in class java.awt.GridBagConstraints
fill(). Method in class java.util.zip.InflaterInputStream
Fills input buffer with more data to decompress.
fill3DRect(int, int, int, int, boolean). Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int). Method in class java.awt.Graphics
Fills an arc bounded by the specified rectangle, starting at startAngle and extending for arcAngle degrees, with the current color.
fillInStackTrace(). Method in class java.lang.Throwable
Fills in the execution stack trace.
fillOval(int, int, int, int). Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int). Method in class java.awt.Graphics
Fills a polygon defined by arrays of x coordinates and y coordinates with the current color using an even-odd fill rule (otherwise known as an alternating rule).
fillPolygon(Polygon). Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the current color using an even-odd fill rule (otherwise known as an alternating rule).
fillRect(int, int, int, int). Method in class java.awt.Graphics
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int). Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
FILTERED. Static variable in class java.util.zip.Deflater
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
FilteredImageSource(ImageProducer, ImageFilter). Constructor for class java.awt.image.FilteredImageSource
Constructs an ImageProducer object from an existing ImageProducer and a filter object.
filterIndexColorModel(IndexColorModel). Method in class java.awt.image.RGBImageFilter
Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.
FilterInputStream(InputStream). Constructor for class java.io.FilterInputStream
Creates an input stream filter built on top of the specified input stream.
FilterOutputStream(OutputStream). Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader(Reader). Constructor for class java.io.FilterReader
Create a new filtered reader.
filterRGB(int, int, int). Method in class java.awt.image.RGBImageFilter
Subclasses must specify a method to convert a single input pixel in the default RGB ColorModel to a single output pixel.
filterRGBPixels(int, int, int, int, int[], int, int). Method in class java.awt.image.RGBImageFilter
Filters a buffer of pixels in the default RGB ColorModel by passing them one by one through the filterRGB method.
FilterWriter(Writer). Constructor for class java.io.FilterWriter
Create a new filtered writer.
FINAL. Static variable in class java.lang.reflect.Modifier
finalize(). Method in class java.awt.image.ColorModel
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.util.zip.Deflater
Frees the compressor when garbage is collected.
finalize(). Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize(). Method in class java.io.FileOutputStream
Ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize(). Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize(). Method in class java.util.zip.Inflater
Frees the decompressor when garbage is collected.
finalize(). Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
finalize(). Method in class sun.tools.debug.RemoteObject
findClass(String). Method in class sun.tools.debug.RemoteDebugger
Find a specified class.
findColumn(String). Method in interface java.sql.ResultSet
Map a Resultset column name to a ResultSet column index.
findEditor(Class). Static method in class java.beans.PropertyEditorManager
Locate a value editor for a given target type.
findLoadedClass(String). Method in class java.lang.ClassLoader
findSystemClass(String). Method in class java.lang.ClassLoader
Finds the system class with the specified name, loading it in if necessary.
finish(). Method in class java.util.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finish(). Method in class java.util.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish(). Method in class java.util.zip.GZIPOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish(). Method in class java.util.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
finished(). Method in class java.util.zip.Deflater
Returns true if the end of the compressed data output stream has been reached.
finished(). Method in class java.util.zip.Inflater
Return true if the end of the compressed data stream has been reached.
firePropertyChange(). Method in class java.beans.PropertyEditorSupport
Report that we have been modified to any interested listeners.
firePropertyChange(String, Object, Object). Method in class java.beans.PropertyChangeSupport
Report a bound property update to any registered listeners.
fireVetoableChange(String, Object, Object). Method in class java.beans.VetoableChangeSupport
Report a vetoable property update to any registered listeners.
first(). Method in class java.text.BreakIterator
Return the first boundary.
first(). Method in interface java.text.CharacterIterator
Set the position to getBeginIndex() and return the character at that position.
first(). Method in class java.text.StringCharacterIterator
Set the position to getBeginIndex() and return the character at that position.
first(Container). Method in class java.awt.CardLayout
Flip to the first card.
firstElement(). Method in class java.util.Vector
Returns the first component of this vector.
flipBit(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this number with the designated bit flipped.
FLOAT. Static variable in class java.sql.Types
Float(double). Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating- point value of type float represented by the string.
floatToIntBits(float). Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue(). Method in class java.math.BigDecimal
Converts this number to a float.
floatValue(). Method in class java.math.BigInteger
Converts this number to a float.
floatValue(). Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue(). Method in class java.lang.Double
Returns the float value of this Double.
floatValue(). Method in class java.lang.Float
Returns the float value of this Float object.
floatValue(). Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue(). Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue(). Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue(). Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double). Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
FlowLayout(). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int). Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and gap values.
flush(). Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush(). Method in class java.io.BufferedWriter
Flush the stream.
flush(). Method in class java.io.CharArrayWriter
Flush the stream.
flush(). Method in class java.io.DataOutputStream
Flushes this data output stream.
flush(). Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush(). Method in class java.io.FilterWriter
Flush the stream.
flush(). Method in class java.awt.Image
Flushes all resources being used by this Image object.
flush(). Method in interface java.io.ObjectOutput
Flushes the stream.
flush(). Method in class java.io.ObjectOutputStream
Flushes the stream.
flush(). Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(). Method in class java.io.OutputStreamWriter
Flush the stream.
flush(). Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(). Method in class java.io.PipedWriter
Flush the stream.
flush(). Method in class java.io.PrintStream
Flushes this print stream.
flush(). Method in class java.io.PrintWriter
Flush the stream.
flush(). Method in class java.io.StringWriter
Flush the stream.
flush(). Method in class java.io.Writer
Flush the stream.
FOCUS_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting focus events.
FOCUS_FIRST. Static variable in class java.awt.event.FocusEvent
Marks the first integer id for the range of focus event ids.
FOCUS_GAINED. Static variable in class java.awt.event.FocusEvent
The focus gained event type.
FOCUS_LAST. Static variable in class java.awt.event.FocusEvent
Marks the last integer id for the range of focus event ids.
FOCUS_LOST. Static variable in class java.awt.event.FocusEvent
The focus lost event type.
FocusAdapter(). Constructor for class java.awt.event.FocusAdapter
FocusEvent(Component, int). Constructor for class java.awt.event.FocusEvent
Constructs a permanent-level FocusEvent object with the specified source component and type.
FocusEvent(Component, int, boolean). Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object with the specified source component, type, and whether or not the focus event is a temporary level event.
focusGained(FocusEvent). Method in class java.awt.AWTEventMulticaster
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
focusGained(FocusEvent). Method in class java.awt.event.FocusAdapter
focusGained(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
focusLost(FocusEvent). Method in class java.awt.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent). Method in class java.awt.event.FocusAdapter
focusLost(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
following(int). Method in class java.text.BreakIterator
Return the first boundary following the specified offset.
font. Variable in class java.awt.FontMetrics
The actual font.
Font(String, int, int). Constructor for class java.awt.Font
Creates a new font with the specified name, style and point size.
FontMetrics(Font). Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object with the specified font.
forClass(). Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int). Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
FORMAT. Static variable in class java.lang.Character
Format(). Constructor for class java.text.Format
format(Date). Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date, StringBuffer, FieldPosition). Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date, StringBuffer, FieldPosition). Method in class java.text.SimpleDateFormat
Overrides DateFormat

Formats a date or time, which is the standard millis since 24:00 GMT, Jan 1, 1970.

format(double). Method in class java.text.NumberFormat
Specialization of format.
format(double, StringBuffer, FieldPosition). Method in class java.text.ChoiceFormat
Specialization of format.
format(double, StringBuffer, FieldPosition). Method in class java.text.DecimalFormat
Specialization of format.
format(double, StringBuffer, FieldPosition). Method in class java.text.NumberFormat
Specialization of format.
format(long). Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FieldPosition). Method in class java.text.ChoiceFormat
Specialization of format.
format(long, StringBuffer, FieldPosition). Method in class java.text.DecimalFormat
Specialization of format.
format(long, StringBuffer, FieldPosition). Method in class java.text.NumberFormat
Specialization of format.
format(Object). Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition). Method in class java.text.DateFormat
Overrides Format.
format(Object, StringBuffer, FieldPosition). Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition). Method in class java.text.MessageFormat
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition). Method in class java.text.NumberFormat
Formats an object to produce a string.
format(Object[], StringBuffer, FieldPosition). Method in class java.text.MessageFormat
Returns pattern with formatted objects.
format(String, Object[]). Static method in class java.text.MessageFormat
Convenience routine.
FormatException(String, int). Constructor for class java.text.FormatException
Constructs a FormatException with the specified detail message and offset.
forName(String). Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
FRACTION_FIELD. Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
Frame(). Constructor for class java.awt.Frame
Constructs a new Frame that is initially invisible.
Frame(String). Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame with the specified title.
FRAMEBITS. Static variable in interface java.awt.image.ImageObserver
Another complete frame of a multi-frame image which was previously drawn is now available to be drawn again.
FRANCE. Static variable in class java.util.Locale
Useful constant for country.
freeMemory(). Method in class sun.tools.debug.RemoteDebugger
Report the free memory available to the Java interpreter being debugged.
freeMemory(). Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRENCH. Static variable in class java.util.Locale
Useful constant for language.
FRIDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
fromHex(String). Static method in class sun.tools.debug.RemoteValue
Convert hexadecimal strings to ints.
FULL. Static variable in class java.text.DateFormat
Constant for full style pattern.
FULL_DECOMPOSITION. Static variable in class java.text.Collator
Decomposition mode value.

G

gc(). Method in class java.lang.Runtime
Runs the garbage collector.
gc(). Static method in class java.lang.System
Runs the garbage collector.
gc(RemoteObject[]). Method in class sun.tools.debug.RemoteDebugger
Free all objects referenced by the debugger.
gcd(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common denominator of abs(this) and abs(val).
generateKeyPair(). Method in class java.security.KeyPairGenerator
Generates a key pair.
GERMAN. Static variable in class java.util.Locale
Useful constant for language.
GERMANY. Static variable in class java.util.Locale
Useful constant for country.
get(). Method in class sun.tools.debug.RemoteBoolean
Return the boolean's value.
get(). Method in class sun.tools.debug.RemoteByte
Return the byte's value.
get(). Method in class sun.tools.debug.RemoteChar
Return the char's value.
get(). Method in class sun.tools.debug.RemoteDouble
Return the double's value.
get(). Method in class sun.tools.debug.RemoteFloat
Return the float's value.
get(). Method in class sun.tools.debug.RemoteInt
Return the int's value.
get(). Method in class sun.tools.debug.RemoteLong
Return the long's value.
get(). Method in class sun.tools.debug.RemoteShort
Return the short's value.
get(int). Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int). Method in class java.util.Calendar
Gets the value for a given time field.
get(Integer). Method in class sun.tools.debug.RemoteDebugger
Get an object from the remote object cache.
get(Object). Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object). Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get(Object). Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
getAbsolutePath(). Method in class java.io.File
Returns the absolute pathname of the file represented by this object.
getActionCommand(). Method in class java.awt.event.ActionEvent
Returns the command name associated with this action.
getActionCommand(). Method in class java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand(). Method in class java.awt.MenuItem
Returns the command name of the action event fired by this menu item.
getAdditionalBeanInfo(). Method in interface java.beans.BeanInfo
This method allows a BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information on the current bean.
getAdditionalBeanInfo(). Method in class java.beans.SimpleBeanInfo
Claim there are no other relevant BeanInfo objects.
getAddListenerMethod(). Method in class java.beans.EventSetDescriptor
getAddress(). Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress(). Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAdjustable(). Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType(). Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAdler(). Method in class java.util.zip.Deflater
Returns the ADLER-32 value of the uncompressed data.
getAdler(). Method in class java.util.zip.Inflater
Returns the ADLER-32 value of the uncompressed data.
getAlgorithm(). Method in interface java.security.Key
Returns the standard algorithm name this key is for.
getAlgorithm(). Method in class java.security.KeyPairGenerator
Returns the standard name of the algorithm for this key generator.
getAlgorithm(). Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm(). Method in class java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithmProperty(String, String). Static method in class java.security.Security
Gets a specified property for an algorithm.
getAlignment(). Method in class java.awt.FlowLayout
Returns the alignment value for this layout, one of LEFT, CENTER, or RIGHT.
getAlignment(). Method in class java.awt.Label
Gets the current alignment of this label.
getAlignmentX(). Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX(). Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentY(). Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY(). Method in class java.awt.Container
Returns the alignment along the y axis.
getAllByName(String). Static method in class java.net.InetAddress
Determines all the IP addresses of a host, given the host's name.
getAllowUserInteraction(). Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAlpha(int). Method in class java.awt.image.ColorModel
The subclass must provide a function which provides the alpha color compoment for the specified pixel.
getAlpha(int). Method in class java.awt.image.DirectColorModel
Return the alpha transparency value for the specified pixel in the range 0-255.
getAlpha(int). Method in class java.awt.image.IndexColorModel
Returns the alpha transparency value for the specified pixel in the range 0-255.
getAlphaMask(). Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in a pixel contain the alpha transparency component.
getAlphas(byte[]). Method in class java.awt.image.IndexColorModel
Copies the array of alpha transparency values into the given array.
getAmPmStrings(). Method in class java.text.DateFormatSymbols
Gets ampm strings.
getApplet(String). Method in interface java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext(). Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext(). Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletInfo(). Method in class java.applet.Applet
Returns information about this applet.
getApplets(). Method in interface java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getAscent(). Method in class java.awt.FontMetrics
Gets the font ascent.
getAsciiStream(int). Method in interface java.sql.ResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAsciiStream(String). Method in interface java.sql.ResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAsText(). Method in interface java.beans.PropertyEditor
getAsText(). Method in class java.beans.PropertyEditorSupport
getAudioClip(URL). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL). Method in interface java.applet.AppletContext
Creates an audio clip.
getAudioClip(URL, String). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAutoCommit(). Method in interface java.sql.Connection
Get the current auto-commit state.
getAvailableIDs(). Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableIDs(int). Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableLocales(). Static method in class java.text.BreakIterator
Get the set of Locales for which TextBoundaries are installed
getAvailableLocales(). Static method in class java.util.Calendar
Gets the set of locales for which Calendars are installed.
getAvailableLocales(). Static method in class java.text.Collator
Get the set of Locales for which Collators are installed.
getAvailableLocales(). Static method in class java.text.DateFormat
Gets the set of locales for which DateFormats are installed.
getAvailableLocales(). Static method in class java.text.NumberFormat
Get the set of Locales for which NumberFormats are installed
getBackground(). Method in class java.awt.Component
Gets the background color.
getBeanClass(). Method in class java.beans.BeanDescriptor
getBeanDescriptor(). Method in interface java.beans.BeanInfo
getBeanDescriptor(). Method in class java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean.
getBeanInfo(Class). Static method in class java.beans.Introspector
Introspect on a Java bean and learn about all its properties, exposed methods, and events.
getBeanInfo(Class, Class). Static method in class java.beans.Introspector
Introspect on a Java bean and learn all about its properties, exposed methods, below a given "stop" point.
getBeanInfoSearchPath(). Static method in class java.beans.Introspector
getBeginIndex(). Method in interface java.text.CharacterIterator
Return the start index of the text.
getBeginIndex(). Method in class java.text.FieldPosition
Retrieve the index of the first character in the requested field.
getBeginIndex(). Method in class java.text.StringCharacterIterator
Return the start index of the text.
getBestRowIdentifier(String, String, String, int, boolean). Method in interface java.sql.DatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int). Method in interface java.sql.CallableStatement
Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
getBigDecimal(int, int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBigDecimal(String, int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBinaryStream(int). Method in interface java.sql.ResultSet
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.
getBinaryStream(String). Method in interface java.sql.ResultSet
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.
getBlockIncrement(). Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement(). Method in class java.awt.Scrollbar
Gets the block increment for this scrollbar.
getBlue(). Method in class java.awt.Color
Gets the blue component.
getBlue(int). Method in class java.awt.image.ColorModel
The subclass must provide a function which provides the blue color compoment for the specified pixel.
getBlue(int). Method in class java.awt.image.DirectColorModel
Returns the blue color compoment for the specified pixel in the range 0-255.
getBlue(int). Method in class java.awt.image.IndexColorModel
Returns the blue color compoment for the specified pixel in the range 0-255.
getBlueMask(). Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in a pixel contain the blue color component.
getBlues(byte[]). Method in class java.awt.image.IndexColorModel
Copies the array of blue color components into the given array.
getBoolean(int). Method in interface java.sql.CallableStatement
Get the value of a BIT parameter as a Java boolean.
getBoolean(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java boolean.
getBoolean(Object). Method in class java.lang.reflect.Field
Get the value of a field as a boolean on specified object.
getBoolean(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a boolean.
getBoolean(String). Static method in class java.lang.Boolean
Returns is true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java boolean.
getBoundingBox(). Method in class java.awt.Polygon
getBounds(). Method in class java.awt.Component
Returns the current bounds of this component.
getBounds(). Method in class java.awt.Polygon
Returns the bounding box of the shape.
getBounds(). Method in class java.awt.Rectangle
Returns the bounds of this rectangle.
getBounds(). Method in interface java.awt.Shape
Return the bounding box of the shape.
getBuffer(). Method in class java.io.StringWriter
Return the string buffer itself.
getBundle(String). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getByName(String). Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByte(int). Method in interface java.sql.CallableStatement
Get the value of a TINYINT parameter as a Java byte.
getByte(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java byte.
getByte(Object). Method in class java.lang.reflect.Field
Get the value of a field as a byte on specified object.
getByte(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a byte.
getByte(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java byte.
getBytes(). Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(int). Method in interface java.sql.CallableStatement
Get the value of a SQL BINARY or VARBINARY parameter as a Java byte[]
getBytes(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(int, int, byte[], int). Method in class java.lang.String
Copies characters from this string into the destination byte array.
getBytes(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(String). Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCalendar(). Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCanonicalPath(). Method in class java.io.File
Gets the official, canonical path of the File.
getCaretPosition(). Method in class java.awt.TextComponent
Returns the position of the text insertion caret for the text component.
getCaretPosition(). Method in interface java.awt.peer.TextComponentPeer
getCatalog(). Method in interface java.sql.Connection
Return the Connection's current catalog name.
getCatalogName(int). Method in interface java.sql.ResultSetMetaData
What's a column's table's catalog name?
getCatalogs(). Method in interface java.sql.DatabaseMetaData
Get the catalog names available in this database.
getCatalogSeparator(). Method in interface java.sql.DatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm(). Method in interface java.sql.DatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getChar(Object). Method in class java.lang.reflect.Field
Get the value of a field as a char on specified object.
getChar(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a char.
getCharacterInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using default locale Returns an instance of a BreakIterator implementing character breaks.
getCharacterInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for character-breaks using specified locale Returns an instance of a BreakIterator implementing character breaks.
getChars(int, int, char[], int). Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int). Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCheckboxGroup(). Method in class java.awt.Checkbox
Returns the checkbox group.
getChecksum(). Method in class java.util.zip.CheckedInputStream
Returns the Checksum for this input stream.
getChecksum(). Method in class java.util.zip.CheckedOutputStream
Returns the Checksum for this output stream.
getChild(). Method in class java.awt.event.ContainerEvent
Returns the child component that was added or removed in this event.
getClass(). Method in class java.lang.Object
Returns the runtime class of an object.
getClassContext(). Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses(). Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader(). Method in class java.lang.Class
Determines the class loader for the class.
getClassLoader(). Method in class sun.tools.debug.RemoteClass
Return the classloader for this class.
getClassName(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getClazz(). Method in class sun.tools.debug.RemoteObject
Returns the object's class.
getClickCount(). Method in class java.awt.event.MouseEvent
Return the number of mouse clicks associated with this event.
getClientHost(). Static method in class java.rmi.server.RemoteServer
Return the hostname of the current client.
getClientHost(). Method in interface java.rmi.server.ServerRef
Return the hostname of the current client.
getClip(). Method in class java.awt.Graphics
Return a Shape object representing the current clipping area.
getClipBounds(). Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect(). Method in class java.awt.Graphics
getCodeBase(). Method in class java.applet.Applet
Gets the base URL.
getCodeBase(). Method in interface java.applet.AppletStub
Gets the base URL.
getCollationElementIterator(String). Method in class java.text.RuleBasedCollator
Return a CollationElementIterator for the given String.
getCollationKey(String). Method in class java.text.Collator
Transforms the String into a series of bits that can be compared bitwise to other CollationKeys.
getCollationKey(String). Method in class java.text.RuleBasedCollator
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getColor(). Method in class java.awt.Graphics
Gets the current color.
getColor(String). Static method in class java.awt.Color
Gets the specified Color property.
getColor(String, Color). Static method in class java.awt.Color
Gets the specified Color property of the specified Color.
getColor(String, int). Static method in class java.awt.Color
Gets the specified Color property of the color value.
getColorModel(). Method in class java.awt.Component
Gets the ColorModel used to display the component on the output device.
getColorModel(). Method in interface java.awt.peer.ComponentPeer
getColorModel(). Method in class java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColorModel(). Method in class java.awt.Toolkit
Returns the ColorModel of the screen.
getColumnCount(). Method in interface java.sql.ResultSetMetaData
What's the number of columns in the ResultSet?
getColumnDisplaySize(int). Method in interface java.sql.ResultSetMetaData
What's the column's normal max width in chars?
getColumnLabel(int). Method in interface java.sql.ResultSetMetaData
What's the suggested column title for use in printouts and displays?
getColumnName(int). Method in interface java.sql.ResultSetMetaData
What's a column's name?
getColumnPrivileges(String, String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(). Method in class java.awt.GridLayout
Returns the number of columns in this layout.
getColumns(). Method in class java.awt.TextArea
Returns the number of columns in the TextArea.
getColumns(). Method in class java.awt.TextField
Returns the number of columns in this TextField.
getColumns(String, String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of table columns available in a catalog.
getColumnType(int). Method in interface java.sql.ResultSetMetaData
What's a column's SQL type?
getColumnTypeName(int). Method in interface java.sql.ResultSetMetaData
What's a column's data source specific type name?
getComment(). Method in class java.util.zip.ZipEntry
Returns the comment string for the entry, or null if none.
getComponent(). Method in class java.awt.event.ComponentEvent
Returns the component where this event originated.
getComponent(int). Method in class java.awt.Container
Gets the nth component in this container.
getComponentAt(int, int). Method in class java.awt.Component
Returns the component or subcomponent that contains the x,y location.
getComponentAt(int, int). Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point). Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(Point). Method in class java.awt.Container
Locates the component that contains the specified point.
getComponentCount(). Method in class java.awt.Container
Returns the number of components in this panel.
getComponents(). Method in class java.awt.Container
Gets all the components in this container.
getComponentType(). Method in class java.lang.Class
If this class represents an array type, returns the Class object representing the component type of the array; otherwise returns null.
getCompressedSize(). Method in class java.util.zip.ZipEntry
Returns the compressed size of the entry data, or -1 if not known.
getConnection(String). Static method in class java.sql.DriverManager
Attempt to establish a connection to the given database URL.
getConnection(String, Properties). Static method in class java.sql.DriverManager
Attempt to establish a connection to the given database URL.
getConnection(String, String, String). Static method in class java.sql.DriverManager
Attempt to establish a connection to the given database URL.
getConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
getConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors(). Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContainer(). Method in class java.awt.event.ContainerEvent
Returns the container where this event originated.
getContent(). Method in class java.net.URL
Returns the contents of this URL.
getContent(). Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(URLConnection). Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContentEncoding(). Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength(). Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContents(). Method in class java.util.ListResourceBundle
See class description.
getContents(Object). Method in class java.awt.datatransfer.Clipboard
Returns a transferable object representing the current contents of the clipboard.
getContentType(). Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String). Method in interface java.net.FileNameMap
getCountry(). Method in class java.util.Locale
Getter for programmatic name of field, an uppercased two-letter ISO-3166 code.
getCrc(). Method in class java.util.zip.ZipEntry
Returns the CRC-32 checksum of the uncompressed entry data, or -1 if not known.
getCrossReference(String, String, String, String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key.) This should normally return a single foreign key/primary key pair (most tables only import a foreign key from a table once.) They are ordered by FKTABLE_CAT, FKTABLE_SCHEM, FKTABLE_NAME, and KEY_SEQ.
getCurrencyInstance(). Static method in class java.text.NumberFormat
Returns a currency format for the current default locale.
getCurrencyInstance(Locale). Static method in class java.text.NumberFormat
Returns a currency format for the specified locale.
getCurrent(). Method in class java.awt.CheckboxGroup
getCurrentFrame(). Method in class sun.tools.debug.RemoteThread
Get the current stack frame.
getCurrentFrameIndex(). Method in class sun.tools.debug.RemoteThread
Return the current stackframe index
getCursor(). Method in class java.awt.Component
Gets the cursor set on this component.
getCursorName(). Method in interface java.sql.ResultSet
Get the name of the SQL cursor used by this ResultSet.
getCursorType(). Method in class java.awt.Frame
getCustomEditor(). Method in interface java.beans.PropertyEditor
A PropertyEditor may choose to make available a full custom Component that edits its property value.
getCustomEditor(). Method in class java.beans.PropertyEditorSupport
A PropertyEditor may chose to make available a full custom Component that edits its property value.
getCustomizerClass(). Method in class java.beans.BeanDescriptor
getData(). Method in class java.net.DatagramPacket
Returns the data received or the data to be sent.
getDatabaseProductName(). Method in interface java.sql.DatabaseMetaData
What's the name of this database product?
getDatabaseProductVersion(). Method in interface java.sql.DatabaseMetaData
What's the version of this database product?
getDataSize(). Method in class java.sql.DataTruncation
Get the number of bytes of data that should have been transferred.
getDate(). Method in class java.util.Date
Returns the day of the month represented by this date.
getDate(). Method in class java.sql.Time
Returns the day of the month represented by this date.
getDate(). Method in class java.net.URLConnection
Returns the value of the date header field.
getDate(int). Method in interface java.sql.CallableStatement
Get the value of a SQL DATE parameter as a java.sql.Date object
getDate(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.sql.Date object.
getDate(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.sql.Date object.
getDateFormatSymbols(). Method in class java.text.SimpleDateFormat
Gets the date/time formatting data.
getDateInstance(). Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default locale.
getDateInstance(int). Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default locale.
getDateInstance(int, Locale). Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateTimeInstance(). Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style for the default locale.
getDateTimeInstance(int, int). Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles for the default locale.
getDateTimeInstance(int, int, Locale). Static method in class java.text.DateFormat
Gets the date/time formatter with the given formatting styles for the given locale.
getDay(). Method in class java.util.Date
Returns the day of the week represented by this date.
getDay(). Method in class java.sql.Time
Returns the day of the week represented by this date.
getDecimalFormatSymbols(). Method in class java.text.DecimalFormat
Returns the decimal format symbols, which is generally not changed by the programmer or user.
getDecimalSeparator(). Method in class java.text.DecimalFormatSymbols
character used for decimal sign.
getDeclaredClasses(). Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
getDeclaredConstructors(). Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields(). Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods(). Method in class java.lang.Class
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
getDeclaringClass(). Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class of which it is a member (its declaring class).
getDeclaringClass(). Method in class java.lang.reflect.Constructor
Returns the Class object representing the class that declares the constructor represented by this Constructor object.
getDeclaringClass(). Method in class java.lang.reflect.Field
Returns the Class object representing the class or interface that declares the field represented by this Field object.
getDeclaringClass(). Method in interface java.lang.reflect.Member
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member.
getDeclaringClass(). Method in class java.lang.reflect.Method
Returns the Class object representing the class or interface that declares the method represented by this Method object.
getDecomposition(). Method in class java.text.Collator
Get the decomposition mode of this Collator.
getDefault(). Static method in class java.util.Locale
Common method of getting the current default Locale.
getDefault(). Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAllowUserInteraction(). Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultCursor(). Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultEventIndex(). Method in interface java.beans.BeanInfo
A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.
getDefaultEventIndex(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default event.
getDefaultPropertyIndex(). Method in interface java.beans.BeanInfo
A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.
getDefaultPropertyIndex(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of a default property.
getDefaultRequestProperty(String). Static method in class java.net.URLConnection
Returns the value of the default request property.
getDefaultStream(). Static method in class java.rmi.server.LogStream
Return the current default stream for new logs.
getDefaultToolkit(). Static method in class java.awt.Toolkit
Returns the default toolkit.
getDefaultTransactionIsolation(). Method in interface java.sql.DatabaseMetaData
What's the database's default transaction isolation level? The values are defined in java.sql.Connection.
getDefaultUseCaches(). Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDescent(). Method in class java.awt.FontMetrics
Gets the font descent.
getDigit(). Method in class java.text.DecimalFormatSymbols
character used for a digit in a pattern.
getDirectory(). Method in class java.awt.FileDialog
Gets the directory of the Dialog.
getDisplayCountry(). Method in class java.util.Locale
Getter for display of field to user.
getDisplayCountry(Locale). Method in class java.util.Locale
Getter for display of field to user.
getDisplayLanguage(). Method in class java.util.Locale
Getter for display of field to user.
getDisplayLanguage(Locale). Method in class java.util.Locale
Getter for display of field to user.
getDisplayName(). Method in class java.beans.FeatureDescriptor
getDisplayName(). Method in class java.util.Locale
Getter for display of the entire locale to user.
getDisplayName(Locale). Method in class java.util.Locale
Getter for display of the entire locale to user.
getDisplayVariant(). Method in class java.util.Locale
Getter for display of field to user.
getDisplayVariant(Locale). Method in class java.util.Locale
Getter for display of field to user If the localized name is not found, returns the variant code.
getDocumentBase(). Method in class java.applet.Applet
Gets the document URL.
getDocumentBase(). Method in interface java.applet.AppletStub
Gets the document URL.
getDoInput(). Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDoOutput(). Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDouble(int). Method in interface java.sql.CallableStatement
Get the value of a DOUBLE parameter as a Java double.
getDouble(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java double.
getDouble(Object). Method in class java.lang.reflect.Field
Get the value of a field as a double on specified object.
getDouble(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a double.
getDouble(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java double.
getDriver(String). Static method in class java.sql.DriverManager
Attempt to locate a driver that understands the given URL.
getDriverMajorVersion(). Method in interface java.sql.DatabaseMetaData
What's this JDBC driver's major version number?
getDriverMinorVersion(). Method in interface java.sql.DatabaseMetaData
What's this JDBC driver's minor version number?
getDriverName(). Method in interface java.sql.DatabaseMetaData
What's the name of this JDBC driver?
getDrivers(). Static method in class java.sql.DriverManager
Return an Enumeration of all the currently loaded JDBC drivers which the current caller has access to.
getDriverVersion(). Method in interface java.sql.DatabaseMetaData
What's the version of this JDBC driver?
getEchoChar(). Method in class java.awt.TextField
Returns the character to be used for echoing.
getEditorSearchPath(). Static method in class java.beans.PropertyEditorManager
getElement(int). Method in class sun.tools.debug.RemoteArray
Return an array element.
getElements(). Method in class sun.tools.debug.RemoteArray
Returns a copy of the array as instances of RemoteValue.
getElements(int, int). Method in class sun.tools.debug.RemoteArray
Returns a copy of a portion of the array as instances of RemoteValue.
getElementType(). Method in class sun.tools.debug.RemoteArray
Return the element type as a "TC_" constant, such as "TC_CHAR".
getEncoded(). Method in interface java.security.Key
Returns the encoded key.
getEncoding(). Method in class java.io.InputStreamReader
Return the name of the encoding being used by this stream.
getEncoding(). Method in class java.io.OutputStreamWriter
Return the name of the encoding being used by this stream.
getEndIndex(). Method in interface java.text.CharacterIterator
Return the end index of the text.
getEndIndex(). Method in class java.text.FieldPosition
Retrieve the index of the character following the last character in the requested field.
getEndIndex(). Method in class java.text.StringCharacterIterator
Return the end index of the text.
getEntry(String). Method in class java.util.zip.ZipFile
Returns the ZIP file entry for the given path name.
getenv(String). Static method in class java.lang.System
Gets an environment variable.
getEras(). Method in class java.text.DateFormatSymbols
Gets era strings.
getErrorCode(). Method in class java.sql.SQLException
Get the vendor specific exception code
getErrorOffset(). Method in class java.text.FormatException
Returns the position where the error was found.
getErrorOffset(). Method in class java.text.ParseException
Returns the position where the error was found.
getErrorsAny(). Method in class java.awt.MediaTracker
Returns a list of all media that have encountered an error.
getErrorsID(int). Method in class java.awt.MediaTracker
Returns a list of media with the specified ID that have encountered an error.
getErrorStream(). Method in class java.lang.Process
Gets the error stream of the subprocess.
getEventSetDescriptors(). Method in interface java.beans.BeanInfo
getEventSetDescriptors(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of event sets.
getException(). Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getExceptionCatchList(). Method in class sun.tools.debug.RemoteDebugger
Return the list of the exceptions the debugger will stop on.
getExceptionTypes(). Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the types of the checked exceptions thrown by the underlying constructor represented by this Constructor object.
getExceptionTypes(). Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the types of the checked exceptions thrown by the underlying method represented by this Method object.
getExpiration(). Method in class java.net.URLConnection
Returns the value of the expires header field.
getExportedKeys(String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtra(). Method in class java.util.zip.ZipEntry
Returns the extra field data for the entry, or null if none.
getExtraNameCharacters(). Method in interface java.sql.DatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFailureHandler(). Static method in class java.rmi.server.RMISocketFactory
Returns the handler for socket creation failure.
getFamily(). Method in class java.awt.Font
Gets the platform specific family name of the font.
getFD(). Method in class java.io.FileInputStream
Returns the opaque file descriptor object associated with this stream.
getFD(). Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD(). Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getField(). Method in class java.text.FieldPosition
Retrieve the field identifier.
getField(int). Method in class sun.tools.debug.RemoteClass
Return the static field, specified by index.
getField(int). Method in class sun.tools.debug.RemoteObject
Return an instance variable, specified by slot number.
getField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getField(String). Method in class sun.tools.debug.RemoteClass
Return the static field, specified by name.
getField(String). Method in class sun.tools.debug.RemoteObject
Return an instance variable, specified by name.
getFields(). Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFields(). Method in class sun.tools.debug.RemoteClass
Return all the static fields for this class.
getFields(). Method in class sun.tools.debug.RemoteObject
Return the instance (non-static) fields of an object.
getFieldValue(int). Method in class sun.tools.debug.RemoteClass
Return the value of a static field, specified by its index.
getFieldValue(int). Method in class sun.tools.debug.RemoteObject
Returns the value of an object's instance variable.
getFieldValue(String). Method in class sun.tools.debug.RemoteClass
Return the value of a static field, specified by name.
getFieldValue(String). Method in class sun.tools.debug.RemoteObject
Returns the value of an object's instance variable.
getFile(). Method in class java.awt.FileDialog
Gets the file of the Dialog.
getFile(). Method in class java.net.URL
Returns the file name of this URL.
getFileDescriptor(). Method in class java.net.DatagramSocketImpl
Get the datagram socket file descriptor
getFileDescriptor(). Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFilenameFilter(). Method in class java.awt.FileDialog
Gets the filter.
getFilePointer(). Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFilterInstance(ImageConsumer). Method in class java.awt.image.ImageFilter
Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
getFirstDayOfWeek(). Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
getFloat(int). Method in interface java.sql.CallableStatement
Get the value of a FLOAT parameter as a Java float.
getFloat(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java float.
getFloat(Object). Method in class java.lang.reflect.Field
Get the value of a field as a float on specified object.
getFloat(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a float.
getFloat(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java float.
getFocusOwner(). Method in class java.awt.Window
Returns the child component of this Window which has focus if and only if this Window is active.
getFollowRedirects(). Static method in class java.net.HttpURLConnection
getFont(). Method in class java.awt.Component
Gets the font of the component.
getFont(). Method in class java.awt.FontMetrics
Gets the font.
getFont(). Method in class java.awt.Graphics
Gets the current font.
getFont(). Method in class java.awt.MenuComponent
Gets the font used for this MenuItem.
getFont(). Method in interface java.awt.MenuContainer
getFont(String). Static method in class java.awt.Font
Gets a font from the system properties list.
getFont(String, Font). Static method in class java.awt.Font
Gets the specified font from the system properties list.
getFontList(). Method in class java.awt.Toolkit
Returns the names of the available fonts.

For 1.1, the following font names are deprecated (the replacement name follows):

The ZapfDingbats font is also deprecated in 1.1, but only as a separate fontname.

getFontMetrics(). Method in class java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics(Font). Method in class java.awt.Component
Gets the font metrics for this component.
getFontMetrics(Font). Method in interface java.awt.peer.ComponentPeer
getFontMetrics(Font). Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in class java.awt.Toolkit
Returns the screen metrics of the font.
getFontPeer(String, int). Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Font.
getForeground(). Method in class java.awt.Component
Gets the foreground color.
getFormat(). Method in interface java.security.Certificate
Returns the name of the coding format.
getFormat(). Method in interface java.security.Key
Returns the format used to encode the key or null if the key does not support encoding.
getFormats(). Method in class java.text.ChoiceFormat
Get the formats passed in the constructor.
getFormats(). Method in class java.text.MessageFormat
Gets formats that were set with setFormats.
getG(). Method in interface java.security.interfaces.DSAParams
Returns the base, g.
getGraphics(). Method in class java.awt.Component
Gets a Graphics context for this component.
getGraphics(). Method in interface java.awt.peer.ComponentPeer
getGraphics(). Method in class java.awt.Image
Gets a graphics object to draw into this image.
getGraphics(). Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGreatestMinimum(int). Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int). Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGreen(). Method in class java.awt.Color
Gets the green component.
getGreen(int). Method in class java.awt.image.ColorModel
The subclass must provide a function which provides the green color compoment for the specified pixel.
getGreen(int). Method in class java.awt.image.DirectColorModel
Returns the green color compoment for the specified pixel in the range 0-255.
getGreen(int). Method in class java.awt.image.IndexColorModel
Returns the green color compoment for the specified pixel in the range 0-255.
getGreenMask(). Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in a pixel contain the green color component.
getGreens(byte[]). Method in class java.awt.image.IndexColorModel
Copies the array of green color components into the given array.
getGregorianChange(). Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getGroupingSeparator(). Method in class java.text.DecimalFormatSymbols
character used for thousands separator.
getGroupingSize(). Method in class java.text.DecimalFormat
Return the grouping size.
getGuarantor(). Method in interface java.security.Certificate
Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate.
getHAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHeaderField(int). Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String). Method in class java.net.URLConnection
Returns the name of the specified header field.
getHeaderFieldDate(String, long). Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int). Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int). Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeight(). Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight(). Method in class java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight(ImageObserver). Method in class java.awt.Image
Gets the actual height of the image.
getHelpMenu(). Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHgap(). Method in class java.awt.BorderLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.CardLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.FlowLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.GridLayout
Returns the horizontal gap between components.
getHost(). Method in class java.net.URL
Returns the host name of this URL, if applicable.
getHostAddress(). Method in class java.net.InetAddress
Returns the IP address string "%d.%d.%d.%d"
getHostName(). Method in class java.net.InetAddress
Returns the hostname for this address.
getHours(). Method in class java.sql.Date
Returns the hour represented by this date.
getHours(). Method in class java.util.Date
Returns the hour represented by this date.
getHSBColor(float, float, float). Static method in class java.awt.Color
A static Color factory for generating a Color object from HSB values.
getHScrollbarHeight(). Method in class java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getHScrollbarHeight(). Method in interface java.awt.peer.ScrollPanePeer
getHumanPresentableName(). Method in class java.awt.datatransfer.DataFlavor
Returns the human presentable name for the data foramt that this DataFlavor represents.
getIcon(int). Method in interface java.beans.BeanInfo
This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
getIcon(int). Method in class java.beans.SimpleBeanInfo
Claim there are no icons available.
getIconImage(). Method in class java.awt.Frame
Returns the icon image for this Frame.
getID(). Method in class java.awt.AWTEvent
Returns the event type.
getId(). Method in class sun.tools.debug.RemoteObject
Returns the id of the object.
getID(). Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdentifierQuoteString(). Method in interface java.sql.DatabaseMetaData
What's the string used to quote SQL identifiers? This returns a space " " if identifier quoting isn't supported.
getIdentity(Principal). Method in class java.security.IdentityScope
Retrieves the identity whose name is the same as that of the specified principal.
getIdentity(PublicKey). Method in class java.security.IdentityScope
Retrieves the identity with the specified public key.
getIdentity(String). Method in class java.security.IdentityScope
Returns the identity in this scope with the specified name (if any).
getIfModifiedSince(). Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getImage(String). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
getImage(URL). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in interface java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage(URL, String). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImportedKeys(String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getInCheck(). Method in class java.lang.SecurityManager
Tests if there is a security check in progress.
getIndex(). Method in interface java.text.CharacterIterator
Return the current index.
getIndex(). Method in class java.sql.DataTruncation
Get the index of the column or parameter that was truncated.
getIndex(). Method in class java.text.ParsePosition
Retrieve the current parse position.
getIndex(). Method in class java.text.StringCharacterIterator
Return the current index.
getIndexedPropertyType(). Method in class java.beans.IndexedPropertyDescriptor
getIndexedReadMethod(). Method in class java.beans.IndexedPropertyDescriptor
getIndexedWriteMethod(). Method in class java.beans.IndexedPropertyDescriptor
getIndexInfo(String, String, String, boolean, boolean). Method in interface java.sql.DatabaseMetaData
Get a description of a table's indices and statistics.
getInetAddress(). Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress(). Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress(). Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInfinity(). Method in class java.text.DecimalFormatSymbols
character used to represent infinity.
getInfo(). Method in class java.security.Identity
Returns general information previously specified for this identity.
getInfo(). Method in class java.security.Provider
Returns a human-readable description of the provider and its services.
getInputStream(). Method in class java.lang.Process
Gets the input stream of the subprocess.
getInputStream(). Method in interface java.rmi.server.RemoteCall
Get the InputStream that the stub/skeleton should get results/arguments from.
getInputStream(). Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream(). Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream(). Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream(ZipEntry). Method in class java.util.zip.ZipFile
Returns an input stream for reading the contents of the specified ZIP file entry.
getInsets(). Method in class java.awt.Container
Returns the insets of the container.
getInsets(). Method in interface java.awt.peer.ContainerPeer
getInstance(). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and locale.
getInstance(). Static method in class java.text.Collator
Gets the Collator for the current default locale.
getInstance(). Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance(). Static method in class java.text.NumberFormat
Returns the default number format for the current default locale.
getInstance(Locale). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and given locale.
getInstance(Locale). Static method in class java.text.Collator
Gets the Collator for the desired locale.
getInstance(Locale). Static method in class java.text.NumberFormat
Returns the default number format for the specified locale.
getInstance(String). Static method in class java.security.KeyPairGenerator
Generates a KeyPairGenerator object that implements the algorithm requested, as available in the environment.
getInstance(String). Static method in class java.security.MessageDigest
Generates a MessageDigest object that implements the specified digest algorithm.
getInstance(String). Static method in class java.security.Signature
Generates a Signature object that implements the specified algorithm.
getInstance(String, String). Static method in class java.security.KeyPairGenerator
Generates a KeyPairGenerator object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String). Static method in class java.security.MessageDigest
Generates a MessageDigest object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(String, String). Static method in class java.security.Signature
Generates a Signature object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
getInstance(TimeZone). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and default locale.
getInstance(TimeZone, Locale). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and given locale.
getInstanceField(int). Method in class sun.tools.debug.RemoteClass
Return the instance field, specified by its index.
getInstanceFields(). Method in class sun.tools.debug.RemoteClass
Return all the instance fields for this class.
getInstanceOf(Object, Class). Static method in class java.beans.Beans
From a given bean, obtain an object representing a specified type view of that source object.
getInt(int). Method in interface java.sql.CallableStatement
Get the value of an INTEGER parameter as a Java int.
getInt(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java int.
getInt(Object). Method in class java.lang.reflect.Field
Get the value of a field as a int on specified object.
getInt(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as an int.
getInt(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java int.
getInteger(String). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInterface(). Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaces(). Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getInterfaces(). Method in class sun.tools.debug.RemoteClass
Return the interfaces for this class.
getISO3Country(). Method in class java.util.Locale
Getter for the three-letter ISO country abbreviation of the locale.
getISO3Language(). Method in class java.util.Locale
Getter for the three-letter ISO language abbreviation of the locale.
getItem(). Method in class java.awt.event.ItemEvent
Returns the item where the event occurred.
getItem(int). Method in class java.awt.Choice
Returns the String at the specified index in the Choice.
getItem(int). Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int). Method in class java.awt.Menu
Returns the item located at the specified index of this menu.
getItemCount(). Method in class java.awt.Choice
Returns the number of items in this Choice.
getItemCount(). Method in class java.awt.List
Returns the number of items in the list.
getItemCount(). Method in class java.awt.Menu
Returns the number of elements in this menu.
getItems(). Method in class java.awt.List
Returns the items in the list.
getItemSelectable(). Method in class java.awt.event.ItemEvent
Returns the ItemSelectable object where this event originated.
getJavaInitializationString(). Method in interface java.beans.PropertyEditor
This method is intended for use when generating Java code to set the value of the property.
getJavaInitializationString(). Method in class java.beans.PropertyEditorSupport
This method is intended for use when generating Java code to set the value of the property.
getKey(). Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKey(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
getKeyChar(). Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyCode(). Method in class java.awt.event.KeyEvent
Returns the integer key-code associated with the key in this event.
getKeyModifiersText(int). Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeys(). Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.ResourceBundle
Return an enumeration of the keys.
getKeyText(int). Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getLabel(). Method in class java.awt.Button
Gets the label of the button.
getLabel(). Method in class java.awt.Checkbox
Gets the label of the check box.
getLabel(). Method in class java.awt.MenuItem
Gets the label for this menu item.
getLanguage(). Method in class java.util.Locale
Getter for programmatic name of field, an lowercased two-letter ISO-639 code.
getLastModified(). Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLayout(). Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container). Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentY(Container). Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutDimensions(). Method in class java.awt.GridBagLayout
GetLayoutInfo(Container, int). Method in class java.awt.GridBagLayout
Print the layout constraints.
getLayoutOrigin(). Method in class java.awt.GridBagLayout
getLayoutWeights(). Method in class java.awt.GridBagLayout
getLeading(). Method in class java.awt.FontMetrics
Gets the standard leading, or line spacing, for the font.
getLeastMaximum(int). Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int). Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLength(). Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLength(Object). Static method in class java.lang.reflect.Array
Returns the length of the specified array object, as an int.
getLimits(). Method in class java.text.ChoiceFormat
Get the limits passed in the constructor.
getLineIncrement(). Method in class java.awt.Scrollbar
getLineInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using default locale.
getLineInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for line-breaks using default locale.
getLineNumber(). Method in class java.io.LineNumberInputStream
Returns the current line number.
getLineNumber(). Method in class java.io.LineNumberReader
Get the current line number.
getLineNumber(). Method in class sun.tools.debug.RemoteStackFrame
Return the source file line number.
getLineNumbers(). Method in class sun.tools.debug.RemoteClass
Return an array of all the class's source file line numbers which have code associated with them.
getListenerMethodDescriptors(). Method in class java.beans.EventSetDescriptor
getListenerMethods(). Method in class java.beans.EventSetDescriptor
getListenerType(). Method in class java.beans.EventSetDescriptor
getLocalAddress(). Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress(). Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocale(). Method in class java.applet.Applet
Gets the Locale for the applet, if it has been set.
getLocale(). Method in class java.awt.Component
Gets the locale of the component.
getLocale(). Method in class java.text.MessageFormat
Gets the locale.
getLocale(). Method in class java.awt.Window
Gets the Locale for the window, if it has been set.
getLocalHost(). Static method in class java.net.InetAddress
Returns the local host.
getLocalizedInputStream(InputStream). Method in class java.lang.Runtime
Creates a localized version of an input stream.
getLocalizedMessage(). Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getLocalizedOutputStream(OutputStream). Method in class java.lang.Runtime
Creates a localized version of an output stream.
getLocalPatternChars(). Method in class java.text.DateFormatSymbols
Gets localized date-time pattern characters.
getLocalPort(). Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort(). Method in class java.net.DatagramSocketImpl
Get the local port.
getLocalPort(). Method in class java.net.ServerSocket
Returns the port on which this socket is listening.
getLocalPort(). Method in class java.net.Socket
Returns the local port to which this socket is bound.
getLocalPort(). Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
getLocalVariable(String). Method in class sun.tools.debug.RemoteStackFrame
Return a specific (named) stack variable.
getLocalVariables(). Method in class sun.tools.debug.RemoteStackFrame
Return an array of all valid local variables and method arguments for this stack frame.
getLocation(). Method in class java.awt.Component
Returns the current location of this component.
getLocation(). Method in class java.awt.Point
Returns the location of this point.
getLocation(). Method in class java.awt.Rectangle
Returns the location of this rectangle.
getLocationOnScreen(). Method in class java.awt.Component
Returns the current location of this component in the screen's coordinate space.
getLocationOnScreen(). Method in interface java.awt.peer.ComponentPeer
getLog(). Static method in class java.rmi.server.RemoteServer
Returns stream for the RMI call log.
getLoginTimeout(). Static method in class java.sql.DriverManager
Get the maximum time in seconds that all drivers can wait when attempting to log in to a database.
getLogStream(). Static method in class java.sql.DriverManager
Get the logging/tracing PrintStream that is used by the DriverManager and all drivers.
getLong(int). Method in interface java.sql.CallableStatement
Get the value of a BIGINT parameter as a Java long.
getLong(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java long.
getLong(Object). Method in class java.lang.reflect.Field
Get the value of a field as a long on specified object.
getLong(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a long.
getLong(String). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java long.
getLong(String, Long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLowestSetBit(). Method in class java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this number (i.e., the number of zero bits to the right of the rightmost one bit).
getMajorVersion(). Method in interface java.sql.Driver
Get the driver's major version number.
getMapSize(). Method in class java.awt.image.IndexColorModel
Returns the size of the color component arrays in this IndexColorModel.
getMaxAdvance(). Method in class java.awt.FontMetrics
Gets the maximum advance width of any character in this Font.
getMaxAscent(). Method in class java.awt.FontMetrics
Gets the maximum ascent of all characters in this Font.
getMaxBinaryLiteralLength(). Method in interface java.sql.DatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength(). Method in interface java.sql.DatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength(). Method in interface java.sql.DatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy(). Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex(). Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy(). Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect(). Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable(). Method in interface java.sql.DatabaseMetaData
What's the maximum number of columns in a table?
getMaxConnections(). Method in interface java.sql.DatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum cursor name length?
getMaxDecent(). Method in class java.awt.FontMetrics
For backward compatibility only.
getMaxDescent(). Method in class java.awt.FontMetrics
Gets the maximum descent of all characters in this Font.
getMaxFieldSize(). Method in interface java.sql.Statement
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
getMaximum(). Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum(). Method in class java.awt.Scrollbar
Returns the maximum value of this Scrollbar.
getMaximum(int). Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(int). Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
getMaximumFractionDigits(). Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the fraction portion of a number.
getMaximumIntegerDigits(). Method in class java.text.NumberFormat
Returns the maximum number of digits allowed in the integer portion of a number.
getMaximumSize(). Method in class java.awt.Component
Returns the maximum size of this component.
getMaximumSize(). Method in class java.awt.Container
Returns the maximum size of this container.
getMaxIndexLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxPriority(). Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
getMaxProcedureNameLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of a procedure name?
getMaxRows(). Method in interface java.sql.Statement
The maxRows limit is the maximum number of rows that a ResultSet can contain.
getMaxRowSize(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements(). Method in interface java.sql.DatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxTableNameLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect(). Method in interface java.sql.DatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of a user name?
getMenu(int). Method in class java.awt.MenuBar
Gets the specified menu.
getMenu(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getMenuBar(). Method in class java.awt.Frame
Gets the menu bar for this Frame.
getMenuBar(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getMenuCount(). Method in class java.awt.MenuBar
Counts the number of menus on the menu bar.
getMenuShortcutKeyMask(). Method in class java.awt.Toolkit
Return the Event modifier mask appropriate for shortcuts.
getMessage(). Method in class java.io.InvalidClassException
Produce the message, include the classname if present.
getMessage(). Method in class java.rmi.RemoteException
Produce the message, include the message from the nested exception if there is one.
getMessage(). Method in class java.rmi.server.ServerCloneException
Produce the message, include the message from the nested exception if there is one.
getMessage(). Method in class java.lang.Throwable
Returns the detail message of this throwable object.
getMessage(). Method in class java.io.WriteAbortedException
Produce the message, include the message from the nested exception if there is one.
getMessageDigest(). Method in class java.security.DigestInputStream
Returns the message digest associated with this stream.
getMessageDigest(). Method in class java.security.DigestOutputStream
Returns the message digest associated with this stream.
getMetaData(). Method in interface java.sql.Connection
A Connection's database is able to provide information describing its tables, its supported SQL grammar, its stored procedures, the capabilities of this connection, etc.
getMetaData(). Method in interface java.sql.ResultSet
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
getMethod(). Method in class java.beans.MethodDescriptor
getMethod(). Method in class java.util.zip.ZipEntry
Returns the compression method of the entry, or -1 if not specified.
getMethod(String). Method in class sun.tools.debug.RemoteClass
Return the method, specified by name.
getMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethodDescriptors(). Method in interface java.beans.BeanInfo
getMethodDescriptors(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of methods.
getMethodLineNumber(int). Method in class sun.tools.debug.RemoteClass
Return the first line number of the specified method, or throws NoSuchLineNumber exception.
getMethodLineNumber(String). Method in class sun.tools.debug.RemoteClass
Return the first line number of the specified method, or throws NoSuchLineNumber exception.
getMethodName(). Method in class sun.tools.debug.RemoteStackFrame
Get the method name referenced by this stackframe.
getMethodNames(). Method in class sun.tools.debug.RemoteClass
Return the names of all methods supported by this class.
getMethods(). Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMethods(). Method in class sun.tools.debug.RemoteClass
Return the class's methods.
getMimeType(). Method in class java.awt.datatransfer.DataFlavor
Returns the MIME type string for this DataFlavor
getMinimalDaysInFirstWeek(). Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, getMinimalDaysInFirstWeek returns 1.
getMinimum(). Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum(). Method in class java.awt.Scrollbar
Returns the minimum value of this Scrollbar.
getMinimum(int). Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(int). Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
getMinimumFractionDigits(). Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the fraction portion of a number.
getMinimumIntegerDigits(). Method in class java.text.NumberFormat
Returns the minimum number of digits allowed in the integer portion of a number.
getMinimumSize(). Method in class java.awt.Component
Returns the mininimum size of this component.
getMinimumSize(). Method in interface java.awt.peer.ComponentPeer
getMinimumSize(). Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize(). Method in class java.awt.List
Returns the minimum dimensions needed for the list.
getMinimumSize(). Method in class java.awt.TextArea
Returns the minimum size Dimensions of the TextArea.
getMinimumSize(). Method in class java.awt.TextField
Returns the minimum size Dimensions needed for this TextField.
getMinimumSize(int). Method in class java.awt.List
Returns the minimum dimensions needed for the amount of rows in the list.
getMinimumSize(int). Method in interface java.awt.peer.ListPeer
getMinimumSize(int). Method in class java.awt.TextField
Returns the minimum size Dimensions needed for this TextField with the specified amount of columns.
getMinimumSize(int). Method in interface java.awt.peer.TextFieldPeer
getMinimumSize(int, int). Method in class java.awt.TextArea
Returns the specified minimum size Dimensions of the TextArea.
getMinimumSize(int, int). Method in interface java.awt.peer.TextAreaPeer
getMinorVersion(). Method in interface java.sql.Driver
Get the driver's minor version number.
GetMinSize(Container, GridBagLayoutInfo). Method in class java.awt.GridBagLayout
getMinusSign(). Method in class java.text.DecimalFormatSymbols
character used to represent minus sign.
getMinutes(). Method in class java.sql.Date
Returns the number of minutes past the hour represented by this date.
getMinutes(). Method in class java.util.Date
Returns the number of minutes past the hour represented by this date.
getMode(). Method in class java.awt.FileDialog
Gets the mode of the file dialog.
getModifiers(). Method in class java.awt.event.ActionEvent
Returns the modifiers held down during this action event.
getModifiers(). Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers(). Method in class java.lang.reflect.Constructor
Returns the Java language modifiers for the constructor represented by this Constructor object, as an integer.
getModifiers(). Method in class java.lang.reflect.Field
Returns the Java language modifiers for the field represented by this Field object, as an integer.
getModifiers(). Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getModifiers(). Method in interface java.lang.reflect.Member
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer.
getModifiers(). Method in class java.lang.reflect.Method
Returns the Java language modifiers for the method represented by this Method object, as an integer.
getModifiers(). Method in class sun.tools.debug.RemoteField
Returns a string with the field's modifiers, such as "public", "static", "final", etc.
getMonth(). Method in class java.util.Date
Returns the month represented by this date.
getMonth(). Method in class java.sql.Time
Returns the month represented by this date.
getMonths(). Method in class java.text.DateFormatSymbols
Gets month strings.
getMoreResults(). Method in interface java.sql.Statement
getMoreResults moves to a Statement's next result.
getMultiplier(). Method in class java.text.DecimalFormat
Get the multiplier for use in percent, permill, etc.
getName(). Method in interface java.security.acl.Acl
Returns the name of this ACL.
getName(). Method in class java.lang.Class
Returns the fully-qualified name of the type (class, interface, array, or primitive) represented by this Class object, as a String.
getName(). Method in class java.awt.datatransfer.Clipboard
Returns the name of this clipboard object.
getName(). Method in class java.awt.Component
Gets the name of the component.
getName(). Method in class java.lang.reflect.Constructor
Returns the name of this constructor, as a string.
getName(). Method in class java.beans.FeatureDescriptor
getName(). Method in class java.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName(). Method in class java.io.File
Returns the name of the file represented by this object.
getName(). Method in class java.awt.Font
Gets the logical name of the font.
getName(). Method in class java.security.Identity
Returns this identity's name.
getName(). Method in interface java.lang.reflect.Member
Returns the simple name of the underlying member or constructor represented by this Member.
getName(). Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName(). Method in class java.lang.reflect.Method
Returns the name of the method represented by this Method object, as a String.
getName(). Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getName(). Method in interface java.security.Principal
Returns the name of this principal.
getName(). Method in class java.security.Provider
Returns the name of this provider.
getName(). Method in class sun.tools.debug.RemoteClass
Returns the name of the class.
getName(). Method in class sun.tools.debug.RemoteField
Returns the name of the field.
getName(). Method in class sun.tools.debug.RemoteStackVariable
Return the name of a stack variable or argument.
getName(). Method in class sun.tools.debug.RemoteThread
Return the name of the thread.
getName(). Method in class sun.tools.debug.RemoteThreadGroup
Return the threadgroup's name.
getName(). Method in class java.lang.Thread
Returns this thread's name.
getName(). Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getName(). Method in class java.util.zip.ZipEntry
Returns the name of the entry.
getName(). Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getNaN(). Method in class java.text.DecimalFormatSymbols
character used to represent NaN.
getNanos(). Method in class java.sql.Timestamp
Get the Timestamp's nanos value
getNativeContainer(Component). Static method in class java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNegativePrefix(). Method in class java.text.DecimalFormat
Get the negative prefix.
getNegativeSuffix(). Method in class java.text.DecimalFormat
Get the negative suffix.
getNewValue(). Method in class java.beans.PropertyChangeEvent
getNextEntry(). Method in class java.util.zip.ZipInputStream
Reads the next ZIP file entry and positions stream at the beginning of the entry data.
getNextEvent(). Method in class java.awt.EventQueue
Remove an event from the queue and return it.
getNextException(). Method in class java.sql.SQLException
Get the exception chained to this one.
getNextWarning(). Method in class java.sql.SQLWarning
Get the warning chained to this one
getNumberInstance(). Method in class java.text.DateFormat
Gets the number formatter which this date/time formatter uses to format and parse a time.
getNumberInstance(). Static method in class java.text.NumberFormat
Returns a general-purpose number format for the current default locale.
getNumberInstance(Locale). Static method in class java.text.NumberFormat
Returns a general-purpose number format for the specified locale.
getNumericFunctions(). Method in interface java.sql.DatabaseMetaData
Get a comma separated list of math functions.
getNumericValue(char). Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getObject(int). Method in interface java.sql.CallableStatement
Get the value of a parameter as a Java object.
getObject(int). Method in interface java.sql.ResultSet

Get the value of a column in the current row as a Java object.

getObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getObject(String). Method in interface java.sql.ResultSet

Get the value of a column in the current row as a Java object.

getOffset(int, int, int, int, int, int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int). Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOldValue(). Method in class java.beans.PropertyChangeEvent
getOperation(). Method in class java.rmi.server.Operation
Returns the name of the method.
getOperations(). Method in interface java.rmi.server.Skeleton
getOrientation(). Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation(). Method in class java.awt.Scrollbar
Returns the orientation for this Scrollbar.
getOutputStream(). Method in class java.rmi.server.LogStream
Return the current stream to which output from this log is sent.
getOutputStream(). Method in class java.lang.Process
Gets the output stream of the subprocess.
getOutputStream(). Method in interface java.rmi.server.RemoteCall
Return the output stream the stub/skeleton should put arguments/results into.
getOutputStream(). Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream(). Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream(). Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getP(). Method in interface java.security.interfaces.DSAParams
Returns the prime, p.
getPageDimension(). Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageIncrement(). Method in class java.awt.Scrollbar
getPageResolution(). Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getParameter(). Method in class java.sql.DataTruncation
Is this a truncated parameter value?
getParameter(String). Method in class java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String). Method in interface java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameter(String). Method in class java.security.Signature
Gets the value of the specified algorithm parameter.
getParameterDescriptors(). Method in class java.beans.MethodDescriptor
getParameterInfo(). Method in class java.applet.Applet
Returns information about the parameters than are understood by this applet.
getParameterTypes(). Method in class java.lang.reflect.Constructor
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the constructor represented by this Constructor object.
getParameterTypes(). Method in class java.lang.reflect.Method
Returns an array of Class objects that represent the formal parameter types, in declaration order, of the method represented by this Method object.
getParams(). Method in interface java.security.interfaces.DSAKey
Returns the DSA-specific key parameters.
getParent(). Method in class java.awt.Component
Gets the parent of the component.
getParent(). Method in class java.io.File
Returns the parent directory of the file represented by this object.
getParent(). Method in class java.awt.MenuComponent
Returns the parent container.
getParent(). Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getPath(). Method in class java.io.File
Returns the pathname of the file represented by this object.
getPatternSeparator(). Method in class java.text.DecimalFormatSymbols
character used to separate positive and negative subpatterns in a pattern.
getPC(). Method in class sun.tools.debug.RemoteStackFrame
Get the program counter referenced by this stackframe.
getPeer(). Method in class java.awt.Component
getPeer(). Method in class java.awt.Font
Gets the peer of the font.
getPeer(). Method in class java.awt.MenuComponent
getPercent(). Method in class java.text.DecimalFormatSymbols
character used for percent sign.
getPercentInstance(). Static method in class java.text.NumberFormat
Returns a percentage format for the current default locale.
getPercentInstance(Locale). Static method in class java.text.NumberFormat
Returns a percentage format for the specified locale.
getPerMill(). Method in class java.text.DecimalFormatSymbols
character used for mille percent sign.
getPermissions(Principal). Method in interface java.security.acl.Acl
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group).
getPixels(). Method in class java.awt.image.PixelGrabber
Get the pixel buffer.
getPixelSize(). Method in class java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPoint(). Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPort(). Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort(). Method in class java.net.Socket
Returns the remote port to which this socket is connected.
getPort(). Method in class java.net.SocketImpl
Returns the value of this socket's port field.
getPort(). Method in class java.net.URL
Returns the port number of this URL.
getPositivePrefix(). Method in class java.text.DecimalFormat
Get the positive prefix.
getPositiveSuffix(). Method in class java.text.DecimalFormat
Get the positive suffix.
getPrecision(int). Method in interface java.sql.ResultSetMetaData
What's a column's number of decimal digits?
getPredefinedCursor(int). Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredSize(). Method in class java.awt.Component
Returns the preferred size of this component.
getPreferredSize(). Method in interface java.awt.peer.ComponentPeer
getPreferredSize(). Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredSize(). Method in class java.awt.List
Returns the preferred dimensions needed for the list.
getPreferredSize(). Method in class java.awt.TextArea
Returns the preferred size Dimensions of the TextArea.
getPreferredSize(). Method in class java.awt.TextField
Returns the preferred size Dimensions needed for this TextField.
getPreferredSize(int). Method in class java.awt.List
Returns the preferred dimensions needed for the list with the specified amount of rows.
getPreferredSize(int). Method in interface java.awt.peer.ListPeer
getPreferredSize(int). Method in class java.awt.TextField
Returns the preferred size Dimensions needed for this TextField with the specified amount of columns.
getPreferredSize(int). Method in interface java.awt.peer.TextFieldPeer
getPreferredSize(int, int). Method in class java.awt.TextArea
Returns the specified row and column Dimensions of the TextArea.
getPreferredSize(int, int). Method in interface java.awt.peer.TextAreaPeer
getPrimaryKeys(String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of a table's primary key columns.
getPrincipal(). Method in interface java.security.acl.AclEntry
Returns the principal for which permissions are granted or denied by this ACL entry.
getPrincipal(). Method in interface java.security.Certificate
Returns the principal of the principal-key pair being guaranteed by the guarantor.
getPrintJob(). Method in interface java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties). Method in class java.awt.Toolkit
Returns a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPriority(). Method in class java.lang.Thread
Returns this thread's priority.
getPrivate(). Method in class java.security.KeyPair
Returns the private key from this key pair.
getPrivateKey(). Method in class java.security.Signer
Returns this signer's private key.
getProcedureColumns(String, String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedureTerm(). Method in interface java.sql.DatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getPropagationId(). Method in class java.beans.PropertyChangeEvent
The "propagationId" field is reserved for future use.
getProperties(). Static method in class java.lang.System
Determines the current system properties.
getProperty(String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String). Static method in class java.security.Security
Gets a security property.
getProperty(String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, ImageObserver). Method in class java.awt.Image
Gets a property of the image by name.
getProperty(String, String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String). Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
getPropertyChangeEvent(). Method in class java.beans.PropertyVetoException
getPropertyDescriptors(). Method in interface java.beans.BeanInfo
getPropertyDescriptors(). Method in class java.beans.SimpleBeanInfo
Deny knowledge of properties.
getPropertyEditorClass(). Method in class java.beans.PropertyDescriptor
getPropertyInfo(String, Properties). Method in interface java.sql.Driver

The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.

getPropertyName(). Method in class java.beans.PropertyChangeEvent
getPropertyType(). Method in class java.beans.PropertyDescriptor
getProtocol(). Method in class java.net.URL
Returns the protocol name this URL.
getProvider(String). Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
getProviders(). Static method in class java.security.Security
Returns all providers currently installed.
getPublic(). Method in class java.security.KeyPair
Returns the public key from this key pair.
getPublicKey(). Method in interface java.security.Certificate
Returns the key of the principal-key pair being guaranteed by the guarantor.
getPublicKey(). Method in class java.security.Identity
Returns this identity's public key.
getQ(). Method in interface java.security.interfaces.DSAParams
Returns the subprime, q.
getQueryTimeout(). Method in interface java.sql.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
getRawOffset(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getRawOffset(). Method in class java.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRead(). Method in class java.sql.DataTruncation
Was this a read truncation?
getReadMethod(). Method in class java.beans.PropertyDescriptor
getRed(). Method in class java.awt.Color
Gets the red component.
getRed(int). Method in class java.awt.image.ColorModel
The subclass must provide a function which provides the red color compoment for the specified pixel.
getRed(int). Method in class java.awt.image.DirectColorModel
Returns the red color compoment for the specified pixel in the range 0-255.
getRed(int). Method in class java.awt.image.IndexColorModel
Returns the red color compoment for the specified pixel in the range 0-255.
getRedMask(). Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in a pixel contain the red color component.
getReds(byte[]). Method in class java.awt.image.IndexColorModel
Copies the array of red color components into the given array.
getRef(). Method in class java.net.URL
Returns the anchor (also known as the "reference") of this URL.
getRefClass(ObjectOutput). Method in interface java.rmi.server.RemoteRef
Returns the class name of the ref type to be serialized onto the stream 'out'.
getRegistry(). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry for the local host.
getRegistry(int). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the current host at the specified port.
getRegistry(String). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the specified host at a default (i.e., well-known) port number.
getRegistry(String, int). Static method in class java.rmi.registry.LocateRegistry
Returns the remote object Registry on the specified host at the specified port.
getRemaining(). Method in class java.util.zip.Inflater
Returns the total number of bytes remaining in the input buffer.
getRemoteClass(). Method in class sun.tools.debug.RemoteStackFrame
Get the class this stackframe references.
getRemoveListenerMethod(). Method in class java.beans.EventSetDescriptor
getRepresentationClass(). Method in class java.awt.datatransfer.DataFlavor
Returns the Class which objects supporting this DataFlavor will return when this DataFlavor is requested.
getRequestMethod(). Method in class java.net.HttpURLConnection
Get the request method.
getRequestProperty(String). Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getResource(String). Method in class java.lang.Class
getResource(String). Method in class java.lang.ClassLoader
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.Class
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.ClassLoader
Get an InputStream on a given resource.
getResponseCode(). Method in class java.net.HttpURLConnection
Gets HTTP response status.
getResponseMessage(). Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResultSet(). Method in interface java.sql.Statement
getResultSet returns the current result as a ResultSet.
getResultStream(boolean). Method in interface java.rmi.server.RemoteCall
Returns an output stream (may put out header information relating to the success of the call).
getReturnType(). Method in class java.lang.reflect.Method
Returns a Class object that represents the formal return type of the method represented by this Method object.
getRGB(). Method in class java.awt.Color
Gets the RGB value representing the color in the default RGB ColorModel.
getRGB(). Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
getRGB(int). Method in class java.awt.image.ColorModel
Returns the color of the pixel in the default RGB color model.
getRGB(int). Method in class java.awt.image.DirectColorModel
Returns the color of the pixel in the default RGB color model.
getRGB(int). Method in class java.awt.image.IndexColorModel
Returns the color of the pixel in the default RGB color model.
getRGBdefault(). Static method in class java.awt.image.ColorModel
Return a ColorModel which describes the default format for integer RGB values used throughout the AWT image interfaces.
getRows(). Method in class java.awt.GridLayout
Returns the number of rows in this layout.
getRows(). Method in class java.awt.List
Returns the number of visible lines in this list.
getRows(). Method in class java.awt.TextArea
Returns the number of rows in the TextArea.
getRules(). Method in class java.text.RuleBasedCollator
Gets the table-based rules for the collation object.
getRuntime(). Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScale(int). Method in interface java.sql.ResultSetMetaData
What's a column's number of digits to right of the decimal point?
getScaledInstance(int, int, int). Method in class java.awt.Image
Returns a scaled version of this image.
getSchemaName(int). Method in interface java.sql.ResultSetMetaData
What's a column's table's schema?
getSchemas(). Method in interface java.sql.DatabaseMetaData
Get the schema names available in this database.
getSchemaTerm(). Method in interface java.sql.DatabaseMetaData
What's the database vendor's preferred term for "schema"?
getScope(). Method in class java.security.Identity
Returns this identity's scope.
getScreenResolution(). Method in class java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenSize(). Method in class java.awt.Toolkit
Gets the size of the screen.
getScrollbarDisplayPolicy(). Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarVisibility(). Method in class java.awt.TextArea
Returns the enumerated value describing which scrollbars the text area has.
getScrollPosition(). Method in class java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getSearchStringEscape(). Method in interface java.sql.DatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getSeconds(). Method in class java.sql.Date
Returns the number of seconds past the minute represented by this date.
getSeconds(). Method in class java.util.Date
Returns the number of seconds past the minute represented by this date.
getSecurityContext(). Method in class java.rmi.RMISecurityManager
Returns the security context (e.g., a URL).
getSecurityContext(). Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityContext(ClassLoader). Method in interface java.rmi.server.LoaderHandler
Returns the security context of the given class loader (e.g., a URL)
getSecurityContext(ClassLoader). Static method in class java.rmi.server.RMIClassLoader
Returns the security context of the given class loader
getSecurityManager(). Static method in class java.lang.System
Gets the system security interface.
getSeed(int). Static method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
getSelectedCheckbox(). Method in class java.awt.CheckboxGroup
Gets the current choice.
getSelectedIndex(). Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex(). Method in class java.awt.List
Get the selected item on the list or -1 if no item is selected.
getSelectedIndexes(). Method in class java.awt.List
Returns the selected indexes on the list.
getSelectedIndexes(). Method in interface java.awt.peer.ListPeer
getSelectedItem(). Method in class java.awt.Choice
Returns a String representation of the current choice.
getSelectedItem(). Method in class java.awt.List
Returns the selected item on the list or null if no item is selected.
getSelectedItems(). Method in class java.awt.List
Returns the selected items on the list in an array of Strings.
getSelectedObjects(). Method in class java.awt.Checkbox
Returns the an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects(). Method in class java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects(). Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects(). Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects(). Method in class java.awt.List
Returns the selected items on the list in an array of Objects.
getSelectedText(). Method in class java.awt.TextComponent
Returns the selected text contained in this TextComponent.
getSelectionEnd(). Method in class java.awt.TextComponent
Returns the selected text's end position.
getSelectionEnd(). Method in interface java.awt.peer.TextComponentPeer
getSelectionStart(). Method in class java.awt.TextComponent
Returns the selected text's start position.
getSelectionStart(). Method in interface java.awt.peer.TextComponentPeer
getSentenceInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using default locale Returns an instance of a BreakIterator implementing sentence breaks.
getSentenceInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for sentence-breaks using specified locale Returns an instance of a BreakIterator implementing sentence breaks.
getSerialVersionUID(). Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
getShort(int). Method in interface java.sql.CallableStatement
Get the value of a SMALLINT parameter as a Java short.
getShort(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java short.
getShort(Object). Method in class java.lang.reflect.Field
Get the value of a field as a short on specified object.
getShort(Object, int). Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object, as a short.
getShort(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java short.
getShortcut(). Method in class java.awt.MenuItem
Return the MenuShortcut associated with this MenuItem, or null if none has been specified.
getShortcutMenuItem(MenuShortcut). Method in class java.awt.MenuBar
Return the MenuItem associated with a MenuShortcut, or null if none has been specified.
getShortDescription(). Method in class java.beans.FeatureDescriptor
getShortMonths(). Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortWeekdays(). Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getSigners(). Method in class java.lang.Class
Get the signers of this class.
getSize(). Method in class java.awt.Component
Returns the current size of this component.
getSize(). Method in class java.awt.Dimension
Returns the size of this Dimension object.
getSize(). Method in class java.awt.Font
Gets the point size of the font.
getSize(). Method in class java.awt.Rectangle
Returns the size (width by height) of this rectangle.
getSize(). Method in class sun.tools.debug.RemoteArray
Return the number of elements in the array.
getSize(). Method in class java.util.zip.ZipEntry
Returns the uncompressed size of the entry data, or -1 if not known.
getSocketFactory(). Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory used by RMI.
getSoLinger(). Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout(). Method in class java.net.DatagramSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout(). Method in class java.net.ServerSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout(). Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource(). Method in class java.util.EventObject
getSource(). Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getSourceFile(). Method in class sun.tools.debug.RemoteClass
Get the source file referenced by this stackframe.
getSourceFileName(). Method in class sun.tools.debug.RemoteClass
Get the name of the source file referenced by this stackframe.
getSourcePath(). Method in class sun.tools.debug.RemoteDebugger
Return the source file path the Agent is currently using.
getSourceString(). Method in class java.text.CollationKey
Returns the String that this CollationKey represents.
getSQLKeywords(). Method in interface java.sql.DatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLState(). Method in class java.sql.SQLException
Get the SQLState
getStackVariable(String). Method in class sun.tools.debug.RemoteThread
Return a stack variable from the current stackframe.
getStackVariables(). Method in class sun.tools.debug.RemoteThread
Return the arguments and local variable from the current stackframe.
getState(). Method in class java.awt.Checkbox
Returns the boolean state of the Checkbox.
getState(). Method in class java.awt.CheckboxMenuItem
Returns the state of this MenuItem.
getStateChange(). Method in class java.awt.event.ItemEvent
Returns the state change type which generated the event.
getStaticFields(). Method in class sun.tools.debug.RemoteClass
Return all the static fields for this class.
getStatus(). Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
getStatus(). Method in class sun.tools.debug.RemoteThread
Return the thread status description
getStrength(). Method in class java.text.Collator
Returns this Collator's strength property.
getString(int). Method in interface java.sql.CallableStatement
Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter as a Java String.
getString(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java String.
getString(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getString(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a Java String.
getStringArray(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringFunctions(). Method in interface java.sql.DatabaseMetaData
Get a comma separated list of string functions.
getStyle(). Method in class java.awt.Font
Gets the style of the font.
getSuperclass(). Method in class java.lang.Class
If this object represents any class other than the class Object, then the object that represents the superclass of that class is returned.
getSuperclass(). Method in class sun.tools.debug.RemoteClass
Return the superclass for this class.
getSystemClipboard(). Method in class java.awt.Toolkit
Returns an instance of the "system" clipboard which interfaces with the clipboard facilities on the native platform.
getSystemEventQueue(). Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl(). Method in class java.awt.Toolkit
getSystemFunctions(). Method in interface java.sql.DatabaseMetaData
Get a comma separated list of system functions.
getSystemResource(String). Static method in class java.lang.ClassLoader
Find a resource with a given name.
getSystemResourceAsStream(String). Static method in class java.lang.ClassLoader
Get an InputStream on a given resource..
getSystemScope(). Static method in class java.security.IdentityScope
Returns the system's identity scope.
getTableName(int). Method in interface java.sql.ResultSetMetaData
What's a column's table name?
getTablePrivileges(String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]). Method in interface java.sql.DatabaseMetaData
Get a description of tables available in a catalog.
getTableTypes(). Method in interface java.sql.DatabaseMetaData
Get the table types available in this database.
getTags(). Method in interface java.beans.PropertyEditor
If the property value must be one of a set of known tagged values, then this method should return an array of the tags.
getTags(). Method in class java.beans.PropertyEditorSupport
If the property value must be one of a set of known tagged values, then this method should return an array of the tag values.
getTargetException(). Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTcpNoDelay(). Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getText(). Method in class java.text.BreakIterator
Get the text being scanned
getText(). Method in class java.awt.Label
Gets the text of this label.
getText(). Method in class java.awt.TextComponent
Returns the text contained in this TextComponent.
getText(). Method in interface java.awt.peer.TextComponentPeer
getThreadGroup(). Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup(). Method in class java.lang.Thread
Returns this thread's thread group.
getTime(). Method in class java.util.Calendar
Gets this Calendar's current time.
getTime(). Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date.
getTime(). Method in class java.util.zip.ZipEntry
Returns the modification time of the entry, or -1 if not specified.
getTime(int). Method in interface java.sql.CallableStatement
Get the value of a SQL TIME parameter as a java.sql.Time object.
getTime(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTimeDateFunctions(). Method in interface java.sql.DatabaseMetaData
Get a comma separated list of time and date functions.
getTimeInMillis(). Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeInstance(). Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default locale.
getTimeInstance(int). Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default locale.
getTimeInstance(int, Locale). Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimestamp(int). Method in interface java.sql.CallableStatement
Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimeZone(). Method in class java.util.Calendar
Gets the time zone.
getTimeZone(). Method in class java.text.DateFormat
Gets the time zone.
getTimeZone(String). Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimezoneOffset(). Method in class java.util.Date
Returns the local time-zone offset.
getTitle(). Method in class java.awt.Dialog
Gets the title of the Dialog.
getTitle(). Method in class java.awt.Frame
Gets the title of the Frame.
getToolkit(). Method in class java.awt.Component
Gets the toolkit of the component.
getToolkit(). Method in interface java.awt.peer.ComponentPeer
getToolkit(). Method in class java.awt.Window
Returns the toolkit of this frame.
getTotalIn(). Method in class java.util.zip.Deflater
Returns the total number of bytes input so far.
getTotalIn(). Method in class java.util.zip.Inflater
Returns the total number of bytes input so far.
getTotalOut(). Method in class java.util.zip.Deflater
Returns the total number of bytes output so far.
getTotalOut(). Method in class java.util.zip.Inflater
Returns the total number of bytes output so far.
getTransactionIsolation(). Method in interface java.sql.Connection
Get this Connection's current transaction isolation mode.
getTransferData(DataFlavor). Method in class java.awt.datatransfer.StringSelection
If the data was requested in the "java.lang.String" flavor, return the String representing the selection.
getTransferData(DataFlavor). Method in interface java.awt.datatransfer.Transferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors(). Method in class java.awt.datatransfer.StringSelection
Returns the array of flavors in which it can provide the data.
getTransferDataFlavors(). Method in interface java.awt.datatransfer.Transferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferSize(). Method in class java.sql.DataTruncation
Get the number of bytes of data actually transferred.
getTransparentPixel(). Method in class java.awt.image.IndexColorModel
Returns the index of the transparent pixel in this IndexColorModel or -1 if there is no transparent pixel.
getTreeLock(). Method in class java.awt.Component
Gets the locking object for AWT component-tree and layout operations.
getTTL(). Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTTL(). Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getType(). Method in class java.awt.Cursor
Returns the type for this cursor.
getType(). Method in class java.lang.reflect.Field
Returns a Class object that identifies the declared type for the field represented by this Field object.
getType(). Method in class sun.tools.debug.RemoteField
Returns a Type object for the field.
getType(). Method in class sun.tools.debug.RemoteStackVariable
Returns a Type object for the field.
getType(). Method in class sun.tools.debug.RemoteValue
Returns the RemoteValue's type.
getType(char). Static method in class java.lang.Character
Returns a value indicating a character category.
getTypedName(). Method in class sun.tools.debug.RemoteField
Returns a string describing the field with its full type.
getTypeInfo(). Method in interface java.sql.DatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getUnicodeStream(int). Method in interface java.sql.ResultSet
A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream.
getUnicodeStream(String). Method in interface java.sql.ResultSet
A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream.
getUnitIncrement(). Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement(). Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUpdateCount(). Method in interface java.sql.Statement
getUpdateCount returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getUpdateRect(). Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getURL(). Method in interface java.sql.DatabaseMetaData
What's the url for this database?
getURL(). Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getUseCaches(). Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUserName(). Method in interface java.sql.DatabaseMetaData
What's our user name as known to the database?
getVAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue(). Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue(). Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getValue(). Method in class java.util.zip.Adler32
Returns checksum value.
getValue(). Method in interface java.util.zip.Checksum
Returns the current checksum value.
getValue(). Method in class java.util.zip.CRC32
Returns CRC-32 value.
getValue(). Method in class java.rmi.dgc.Lease
Returns the lease duration.
getValue(). Method in interface java.beans.PropertyEditor
getValue(). Method in class java.beans.PropertyEditorSupport
getValue(). Method in class sun.tools.debug.RemoteStackVariable
Return the value of a stack variable or argument.
getValue(). Method in class java.awt.Scrollbar
Returns the current value of this Scrollbar.
getValue(String). Method in class java.beans.FeatureDescriptor
Retrieve a named attribute with this feature.
getVariant(). Method in class java.util.Locale
Getter for programmatic name of field.
getVersion(). Method in class java.security.Provider
Returns the version number for this provider.
getVersionColumns(String, String, String). Method in interface java.sql.DatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getVgap(). Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.CardLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.FlowLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.GridLayout
Returns the vertical gap between components.
getViewportSize(). Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getVisible(). Method in class java.awt.Scrollbar
getVisibleAmount(). Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount(). Method in class java.awt.Scrollbar
Returns the visible amount of this Scrollbar.
getVisibleIndex(). Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVMID(). Method in class java.rmi.dgc.Lease
Returns the client VMID associated with the lease.
getVScrollbarWidth(). Method in class java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getVScrollbarWidth(). Method in interface java.awt.peer.ScrollPanePeer
getWarnings(). Method in interface java.sql.Connection
The first warning reported by calls on this Connection is returned.
getWarnings(). Method in interface java.sql.ResultSet

The first warning reported by calls on this ResultSet is returned.

getWarnings(). Method in interface java.sql.Statement
The first warning reported by calls on this Statement is returned.
getWarningString(). Method in class java.awt.Window
Gets the warning string for this window.
getWeekdays(). Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWhen(). Method in class java.awt.event.InputEvent
Returns the timestamp of when this event occurred.
getWidth(). Method in class java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth(ImageObserver). Method in class java.awt.Image
Gets the actual width of the image.
getWidths(). Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWindow(). Method in class java.awt.event.WindowEvent
Returns the window where this event originated.
getWordInstance(). Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using default locale.
getWordInstance(Locale). Static method in class java.text.BreakIterator
Create BreakIterator for word-breaks using default locale.
getWriteMethod(). Method in class java.beans.PropertyDescriptor
getX(). Method in interface java.security.interfaces.DSAPrivateKey
Returns the value of the private key, x.
getX(). Method in class java.awt.event.MouseEvent
Returns the x position of the event relative to the source component.
getY(). Method in interface java.security.interfaces.DSAPublicKey
Returns the value of the public key, y.
getY(). Method in class java.awt.event.MouseEvent
Returns the y position of the event relative to the source component.
getYear(). Method in class java.util.Date
Returns the year represented by this date, minus 1900.
getYear(). Method in class java.sql.Time
Returns the year represented by this date, minus 1900.
getZeroDigit(). Method in class java.text.DecimalFormatSymbols
character used for zero.
getZoneStrings(). Method in class java.text.DateFormatSymbols
Gets timezone strings.
GOT_FOCUS. Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object). Method in class java.awt.Component
grabPixels(). Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered.
grabPixels(long). Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.
Graphics(). Constructor for class java.awt.Graphics
Constructs a new Graphics object.
gray. Static variable in class java.awt.Color
The color gray.
green. Static variable in class java.awt.Color
The color green.
GregorianCalendar(). Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(TimeZone, Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GridBagConstraints(). Constructor for class java.awt.GridBagConstraints
GridBagLayout(). Constructor for class java.awt.GridBagLayout
Creates a gridbag layout.
gridheight. Variable in class java.awt.GridBagConstraints
GridLayout(). Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified rows and columns.
GridLayout(int, int, int, int). Constructor for class java.awt.GridLayout
Creates a grid layout with the specified rows, columns, horizontal gap, and vertical gap.
gridwidth. Variable in class java.awt.GridBagConstraints
gridx. Variable in class java.awt.GridBagConstraints
gridy. Variable in class java.awt.GridBagConstraints
grow(int, int). Method in class java.awt.Rectangle
Grows the rectangle horizontally and vertically.
guessContentTypeFromName(String). Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream). Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.
GZIP_MAGIC. Static variable in class java.util.zip.GZIPInputStream
GZIP header magic number.
GZIPInputStream(InputStream). Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with a default buffer size.
GZIPInputStream(InputStream, int). Constructor for class java.util.zip.GZIPInputStream
Creates a new input stream with the specified buffer size.
GZIPOutputStream(OutputStream). Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with a default buffer size.
GZIPOutputStream(OutputStream, int). Constructor for class java.util.zip.GZIPOutputStream
Creates a new output stream with the specified buffer size.

H

HAND_CURSOR. Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR. Static variable in class java.awt.Frame
handleEvent(AWTEvent). Method in interface java.awt.peer.ComponentPeer
handleEvent(Event). Method in class java.awt.Component
handleGetObject(String). Method in class java.util.ListResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.PropertyResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
hasChanged(). Method in class java.util.Observable
Tests if this object has changed.
hashCode(). Method in class java.math.BigDecimal
Computes a hash code for this object.
hashCode(). Method in class java.math.BigInteger
Computes a hash code for this object.
hashCode(). Method in class java.util.BitSet
Returns a hash code value for this bit set.
hashCode(). Method in class java.lang.Boolean
Returns a hash code for this Boolean.
hashCode(). Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode(). Method in class java.lang.Character
Returns a hash code for this Character.
hashCode(). Method in class java.text.ChoiceFormat
Generates a hash code for the message format object.
hashCode(). Method in class java.text.CollationKey
Creates a hash code for this CollationKey.
hashCode(). Method in class java.text.Collator
Generates the hash code for this Collator.
hashCode(). Method in class java.awt.Color
Computes the hash code.
hashCode(). Method in class java.lang.reflect.Constructor
Returns a hashcode for this Constructor.
hashCode(). Method in class java.util.Date
Returns a hash code value for this object.
hashCode(). Method in class java.text.DateFormat
Overrides hashCode
hashCode(). Method in class java.text.DateFormatSymbols
Override hashCode.
hashCode(). Method in class java.text.DecimalFormat
Overrides hashCode
hashCode(). Method in class java.text.DecimalFormatSymbols
Override hashCode
hashCode(). Method in class java.lang.Double
Returns a hashcode for this Double.
hashCode(). Method in class java.lang.reflect.Field
Returns a hashcode for this Field.
hashCode(). Method in class java.io.File
Computes a hashcode for the file.
hashCode(). Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode(). Method in class java.awt.Font
Returns a hashcode for this font.
hashCode(). Method in class java.util.GregorianCalendar
Override hashCode.
hashCode(). Method in class java.security.Identity
Returns a hashcode for this identity.
hashCode(). Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode(). Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode(). Method in class java.util.Locale
Override hashCode.
hashCode(). Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode(). Method in class java.text.MessageFormat
Generates a hash code for the message format object.
hashCode(). Method in class java.lang.reflect.Method
Returns a hashcode for this Method.
hashCode(). Method in class java.text.NumberFormat
Overrides hashCode
hashCode(). Method in class java.lang.Object
Returns a hash code value for the object.
hashCode(). Method in class java.rmi.server.ObjID
The hashcode is the object number.
hashCode(). Method in class java.awt.Point
Returns the hashcode for this Point.
hashCode(). Method in interface java.security.Principal
Returns a hashcode for this principal.
hashCode(). Method in class java.awt.Rectangle
Returns the hashcode for this Rectangle.
hashCode(). Method in class java.rmi.server.RemoteObject
Returns a hashcode for a remote object.
hashCode(). Method in class java.text.RuleBasedCollator
Generates the hash code for the table-based collation object
hashCode(). Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode(). Method in class java.text.SimpleDateFormat
Override hashCode.
hashCode(). Method in class java.util.SimpleTimeZone
Override hashCode.
hashCode(). Method in class java.lang.String
Returns a hashcode for this string.
hashCode(). Method in class java.text.StringCharacterIterator
Compute a hashcode for this enumeration
hashCode(). Method in class java.rmi.server.UID
Returns a hash code value for the object.
hashCode(). Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode(). Method in class java.rmi.dgc.VMID
Compute hash code for this VMID.
Hashtable(). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor.
Hashtable(int, float). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
hasMoreElements(). Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements(). Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens(). Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
height. Variable in class java.awt.Dimension
The height dimension.
HEIGHT. Static variable in interface java.awt.image.ImageObserver
The height of the base image is now available and can be taken from the height argument to the imageUpdate callback method.
height. Variable in class java.awt.Rectangle
The height of the rectangle.
hide(). Method in class java.awt.Component
hide(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setVisible(boolean).
HOME. Static variable in class java.awt.Event
The home action-key.
HORIZONTAL. Static variable in interface java.awt.Adjustable
The horizontal orientation.
HORIZONTAL. Static variable in class java.awt.GridBagConstraints
HORIZONTAL. Static variable in class java.awt.Scrollbar
The horizontal Scrollbar variable.
HOUR. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR0_FIELD. Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR field alignment.
HOUR1_FIELD. Static variable in class java.text.DateFormat
Useful constant for one-based HOUR field alignment.
HOUR_OF_DAY. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR_OF_DAY0_FIELD. Static variable in class java.text.DateFormat
Useful constant for zero-based HOUR_OF_DAY field alignment.
HOUR_OF_DAY1_FIELD. Static variable in class java.text.DateFormat
Useful constant for one-based HOUR_OF_DAY field alignment.
HSBtoRGB(float, float, float). Static method in class java.awt.Color
Returns the RGB value defined by the default RGB ColorModel, of the color corresponding to the given HSB color components.
HTTP_ACCEPTED. Static variable in class java.net.HttpURLConnection
HTTP_BAD_GATEWAY. Static variable in class java.net.HttpURLConnection
HTTP_BAD_METHOD. Static variable in class java.net.HttpURLConnection
HTTP_BAD_REQUEST. Static variable in class java.net.HttpURLConnection
4XX: client error
HTTP_CLIENT_TIMEOUT. Static variable in class java.net.HttpURLConnection
HTTP_CONFLICT. Static variable in class java.net.HttpURLConnection
HTTP_CREATED. Static variable in class java.net.HttpURLConnection
HTTP_ENTITY_TOO_LARGE. Static variable in class java.net.HttpURLConnection
HTTP_FORBIDDEN. Static variable in class java.net.HttpURLConnection
HTTP_GATEWAY_TIMEOUT. Static variable in class java.net.HttpURLConnection
HTTP_GONE. Static variable in class java.net.HttpURLConnection
HTTP_INTERNAL_ERROR. Static variable in class java.net.HttpURLConnection
HTTP_LENGTH_REQUIRED. Static variable in class java.net.HttpURLConnection
HTTP_MOVED_PERM. Static variable in class java.net.HttpURLConnection
HTTP_MOVED_TEMP. Static variable in class java.net.HttpURLConnection
HTTP_MULT_CHOICE. Static variable in class java.net.HttpURLConnection
3XX: relocation/redirect
HTTP_NO_CONTENT. Static variable in class java.net.HttpURLConnection
HTTP_NOT_ACCEPTABLE. Static variable in class java.net.HttpURLConnection
HTTP_NOT_AUTHORITATIVE. Static variable in class java.net.HttpURLConnection
HTTP_NOT_FOUND. Static variable in class java.net.HttpURLConnection
HTTP_NOT_MODIFIED. Static variable in class java.net.HttpURLConnection
HTTP_OK. Static variable in class java.net.HttpURLConnection
2XX: generally "OK"
HTTP_PARTIAL. Static variable in class java.net.HttpURLConnection
HTTP_PAYMENT_REQUIRED. Static variable in class java.net.HttpURLConnection
HTTP_PRECON_FAILED. Static variable in class java.net.HttpURLConnection
HTTP_PROXY_AUTH. Static variable in class java.net.HttpURLConnection
HTTP_REQ_TOO_LONG. Static variable in class java.net.HttpURLConnection
HTTP_RESET. Static variable in class java.net.HttpURLConnection
HTTP_SEE_OTHER. Static variable in class java.net.HttpURLConnection
HTTP_SERVER_ERROR. Static variable in class java.net.HttpURLConnection
5XX: server error
HTTP_UNAUTHORIZED. Static variable in class java.net.HttpURLConnection
HTTP_UNAVAILABLE. Static variable in class java.net.HttpURLConnection
HTTP_UNSUPPORTED_TYPE. Static variable in class java.net.HttpURLConnection
HTTP_USE_PROXY. Static variable in class java.net.HttpURLConnection
HTTP_VERSION. Static variable in class java.net.HttpURLConnection
HttpURLConnection(URL). Constructor for class java.net.HttpURLConnection
Constructor for the URLStreamHandler.
HUFFMAN_ONLY. Static variable in class java.util.zip.Deflater
Compression strategy for Huffman coding only.

I

ICON_COLOR_16x16. Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 color icon.
ICON_COLOR_32x32. Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 color icon.
ICON_MONO_16x16. Static variable in interface java.beans.BeanInfo
Constant to indicate a 16 x 16 monochrome icon.
ICON_MONO_32x32. Static variable in interface java.beans.BeanInfo
Constant to indicate a 32 x 32 monochrome icon.
id. Variable in class java.awt.AWTEvent
id. Variable in class java.awt.Event
The type of this event.
IDENTICAL. Static variable in class java.text.Collator
Collator strength value.
identities(). Method in class java.security.IdentityScope
Returns an enumeration of all identities in this identity scope.
Identity(). Constructor for class java.security.Identity
Constructor for serialization only.
Identity(String). Constructor for class java.security.Identity
Constructs an identity with the specified name and no scope.
Identity(String, IdentityScope). Constructor for class java.security.Identity
Constructs an identity with the specified name and scope.
identityEquals(Identity). Method in class java.security.Identity
Tests for equality between the specified identity and this identity.
identityHashCode(Object). Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IdentityScope(). Constructor for class java.security.IdentityScope
This constructor is used for serialization only and should not be used by subclasses.
IdentityScope(String). Constructor for class java.security.IdentityScope
Constructs a new identity scope with the specified name.
IdentityScope(String, IdentityScope). Constructor for class java.security.IdentityScope
Constructs a new identity scope with the specified name and scope.
IEEEremainder(double, double). Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
ifModifiedSince. Variable in class java.net.URLConnection
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
ignoreExceptions(). Method in class sun.tools.debug.RemoteClass
Don't enter the debugger when an instance of this class is thrown.
IllegalAccessError(). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException(). Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String). Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException(). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalComponentStateException(). Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String). Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with the specified detail message.
IllegalMonitorStateException(). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException(). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException(). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image(). Constructor for class java.awt.Image
IMAGEABORTED. Static variable in interface java.awt.image.ImageConsumer
The image creation process was deliberately aborted.
imageComplete(int). Method in interface java.awt.image.ImageConsumer
The imageComplete method is called when the ImageProducer is finished delivering all of the pixels that the source image contains, or when a single frame of a multi-frame animation has been completed, or when an error in loading or producing the image has occured.
imageComplete(int). Method in class java.awt.image.ImageFilter
Filters the information provided in the imageComplete method of the ImageConsumer interface.
imageComplete(int). Method in class java.awt.image.PixelGrabber
The imageComplete method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
IMAGEERROR. Static variable in interface java.awt.image.ImageConsumer
An error was encountered while producing the image.
ImageFilter(). Constructor for class java.awt.image.ImageFilter
imageUpdate(Image, int, int, int, int, int). Method in class java.awt.Component
Repaints the component when the image has changed.
imageUpdate(Image, int, int, int, int, int). Method in interface java.awt.image.ImageObserver
This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
implAccept(Socket). Method in class java.net.ServerSocket
Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket.
importedKeyCascade. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - for update, change imported key to agree with primary key update; for delete, delete rows that import a deleted key.
importedKeyInitiallyDeferred. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY DEFERRABILITY - see SQL92 for definition
importedKeyInitiallyImmediate. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY DEFERRABILITY - see SQL92 for definition
importedKeyNoAction. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - do not allow update or delete of primary key if it has been imported.
importedKeyNotDeferrable. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY DEFERRABILITY - see SQL92 for definition
importedKeyRestrict. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - do not allow update or delete of primary key if it has been imported.
importedKeySetDefault. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - change imported key to default values if its primary key has been updated or deleted.
importedKeySetNull. Static variable in interface java.sql.DatabaseMetaData
IMPORT KEY UPDATE_RULE and DELETE_RULE - change imported key to NULL if its primary key has been updated or deleted.
in. Static variable in class java.io.FileDescriptor
A handle to the standard input stream.
in. Variable in class java.io.FilterInputStream
The underlying input stream.
in. Variable in class java.io.FilterReader
The underlying character-input stream, or null if the stream has been closed
in. Variable in class java.io.PipedInputStream
in. Static variable in class java.lang.System
The "standard" input stream.
INACTIVE_CAPTION. Static variable in class java.awt.SystemColor
The array index for the inactive caption background color.
INACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
The array index for the inactive caption border color.
INACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
The array index for the inactive caption text color.
inactiveCaption. Static variable in class java.awt.SystemColor
The background color for inactive captions in window borders.
inactiveCaptionBorder. Static variable in class java.awt.SystemColor
The border color for inactive captios in window borders.
inactiveCaptionText. Static variable in class java.awt.SystemColor
The text color for inactive captions in window borders.
inCheck. Variable in class java.lang.SecurityManager
This field is true if there is a security check in progress; false otherwise.
inClass(String). Method in class java.lang.SecurityManager
Tests if the specified String is in this Class.
inClassLoader(). Method in class java.lang.SecurityManager
Tests if the current ClassLoader is equal to null.
IncompatibleClassChangeError(). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
inDaylightTime(Date). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if the given date is in Daylight Savings Time.
inDaylightTime(Date). Method in class java.util.TimeZone
Queries if the given date is in Daylight Savings Time in this time zone.
IndexColorModel(int, int, byte[], byte[], byte[]). Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], byte[], byte[], byte[]). Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, blue and alpha components.
IndexColorModel(int, int, byte[], byte[], byte[], int). Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], int, boolean). Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single arrays of packed red, green, blue and optional alpha components.
IndexColorModel(int, int, byte[], int, boolean, int). Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single arrays of packed red, green, blue and optional alpha components.
IndexedPropertyDescriptor(String, Class). Constructor for class java.beans.IndexedPropertyDescriptor
This constructor constructs an IndexedPropertyDescriptor for a property that follows the standard Java conventions by having getFoo and setFoo accessor methods, for both indexed access and array access.
IndexedPropertyDescriptor(String, Class, String, String, String, String). Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property, both indexed and non-indexed.
IndexedPropertyDescriptor(String, Method, Method, Method, Method). Constructor for class java.beans.IndexedPropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
indexOf(int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object). Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int). Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(String). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
IndexOutOfBoundsException(). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
inf. Variable in class java.util.zip.InflaterInputStream
Decompressor for this stream.
inflate(byte[]). Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
inflate(byte[], int, int). Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
Inflater(). Constructor for class java.util.zip.Inflater
Creates a new decompressor.
Inflater(boolean). Constructor for class java.util.zip.Inflater
Creates a new decompressor.
InflaterInputStream(InputStream). Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
InflaterInputStream(InputStream, Inflater). Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream, Inflater, int). Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
info. Static variable in class java.awt.SystemColor
The background color for info(help) text.
INFO. Static variable in class java.awt.SystemColor
The array index for the info background color.
INFO_TEXT. Static variable in class java.awt.SystemColor
The array index for the info text color.
infoText. Static variable in class java.awt.SystemColor
The text color for info(help) text.
init(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
initialize(DSAParams, SecureRandom). Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator using p, q and g, the DSA family parameters.
initialize(int). Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain strength using a system-provided source of randomness.
initialize(int, boolean, SecureRandom). Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator for a given modulus length, without parameters.
initialize(int, SecureRandom). Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain strength.
initSign(PrivateKey). Method in class java.security.Signature
Initialize this object for signing.
initVerify(PublicKey). Method in class java.security.Signature
Initializes this object for verification.
InputStream(). Constructor for class java.io.InputStream
InputStreamReader(InputStream). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
inScope(). Method in class sun.tools.debug.RemoteStackVariable
Return whether variable is in scope.
INSERT. Static variable in class java.awt.Event
The Insert key.
insert(int, boolean). Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char). Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]). Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, double). Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float). Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int). Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long). Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object). Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String). Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(MenuItem, int). Method in class java.awt.Menu
Inserts the MenuItem to this menu at the specified position.
insert(String, int). Method in class java.awt.Choice
Inserts the item into this choice at the specified position.
insert(String, int). Method in class java.awt.Menu
Inserts an item with the specified label to this menu at the specified position.
insert(String, int). Method in class java.awt.TextArea
Inserts the specified text at the specified position.
insert(String, int). Method in interface java.awt.peer.TextAreaPeer
insertElementAt(Object, int). Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertProviderAt(Provider, int). Static method in class java.security.Security
Adds a new provider, at a specified position.
insertSeparator(int). Method in class java.awt.Menu
Inserts a separator at the specified position
insertText(String, int). Method in class java.awt.TextArea
insertText(String, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by insert(String, int).
insets. Variable in class java.awt.GridBagConstraints
insets(). Method in class java.awt.Container
insets(). Method in interface java.awt.peer.ContainerPeer
DEPRECATED: Replaced by getInsets().
Insets(int, int, int, int). Constructor for class java.awt.Insets
Constructs and initializes a new Inset with the specified top, left, bottom, and right insets.
inside(int, int). Method in class java.awt.Component
inside(int, int). Method in class java.awt.Polygon
inside(int, int). Method in class java.awt.Rectangle
instantiate(ClassLoader, String). Static method in class java.beans.Beans
Instantiate a bean.
InstantiationError(). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException(). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int). Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
INTEGER. Static variable in class java.sql.Types
Integer(int). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
Integer(String). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the value represented by the string.
INTEGER_FIELD. Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
INTERFACE. Static variable in class java.lang.reflect.Modifier
intern(). Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError(). Constructor for class java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String). Constructor for class java.lang.InternalError
Constructs an InternalError with the specified detail message.
internalGet(int). Method in class java.util.Calendar
Gets the value for a given time field.
interrupt(). Method in class java.lang.Thread
Interrupts this thread.
interrupted(). Static method in class java.lang.Thread
Tests is the current thread has been interrupted.
InterruptedException(). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException(). Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with no detail message.
InterruptedIOException(String). Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersection(Rectangle). Method in class java.awt.Rectangle
Computes the intersection of two rectangles.
intersects(Rectangle). Method in class java.awt.Rectangle
Checks if two rectangles intersect.
IntrospectionException(String). Constructor for class java.beans.IntrospectionException
intValue(). Method in class java.math.BigDecimal
Converts this number to an int.
intValue(). Method in class java.math.BigInteger
Converts this number to an int.
intValue(). Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue(). Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue(). Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue(). Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue(). Method in class java.lang.Long
Returns the value of this Long as an int.
intValue(). Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue(). Method in class java.lang.Short
Returns the value of this Short as an int.
invalidate(). Method in class java.awt.Component
Invalidates the component.
invalidate(). Method in class java.awt.Container
Invalidates the container.
invalidateLayout(Container). Method in class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in class java.awt.CardLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in class java.awt.GridBagLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container). Method in interface java.awt.LayoutManager2
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
InvalidClassException(String). Constructor for class java.io.InvalidClassException
Report a InvalidClassException for the specified reason.
InvalidClassException(String, String). Constructor for class java.io.InvalidClassException
InvalidKeyException(). Constructor for class java.security.InvalidKeyException
Constructs an InvalidKeyException with no detail message.
InvalidKeyException(String). Constructor for class java.security.InvalidKeyException
Constructs an InvalidKeyException with the specified detail message.
InvalidObjectException(String). Constructor for class java.io.InvalidObjectException
Raised by a class when it is explicitly disallowing itself to be serialized.
InvalidParameterException(). Constructor for class java.security.InvalidParameterException
Constructs an InvalidParameterException with no detail message.
InvalidParameterException(String). Constructor for class java.security.InvalidParameterException
Constructs an InvalidParameterException with the specified detail message.
InvocationTargetException(). Constructor for class java.lang.reflect.InvocationTargetException
InvocationTargetException(Throwable). Constructor for class java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String). Constructor for class java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception and a detail message.
invoke(Object, Object[]). Method in class java.lang.reflect.Method
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invoke(RemoteCall). Method in interface java.rmi.server.RemoteRef
Executes the remote call.
IOException(). Constructor for class java.io.IOException
Constructs an IOException with no detail message.
IOException(String). Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
ipadx. Variable in class java.awt.GridBagConstraints
ipady. Variable in class java.awt.GridBagConstraints
isAbsolute(). Method in class java.io.File
Tests if the file represented by this File object is an absolute pathname.
isAbstract(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the abstract modifier.
isActionKey(). Method in class java.awt.event.KeyEvent
Returns whether or not the key in this event is an "action" key.
isActive(). Method in class java.applet.Applet
Determines if this applet is active.
isActive(). Method in interface java.applet.AppletStub
Determines if the applet is active.
isAlive(). Method in class java.lang.Thread
Tests if this thread is alive.
isAltDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Alt modifier is down on this event.
isAncestorOf(Component). Method in class java.awt.Container
Checks if the component is contained in the component hierarchy of this container.
isArray(). Method in class java.lang.Class
If this Class object represents an array type, returns true, otherwise returns false.
isAssignableFrom(Class). Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAutoIncrement(int). Method in interface java.sql.ResultSetMetaData
Is the column automatically numbered, thus read-only?
isBold(). Method in class java.awt.Font
Returns true if the font is bold.
isBound(). Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
isCaseSensitive(int). Method in interface java.sql.ResultSetMetaData
Does a column's case matter?
isCatalogAtStart(). Method in interface java.sql.DatabaseMetaData
Does a catalog appear at the start of a qualified table name? (Otherwise it appears at the end)
isClosed(). Method in interface java.sql.Connection
Tests to see if a Connection is closed.
isConstrained(). Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
isConsumed(). Method in class java.awt.AWTEvent
isConsumed(). Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
isConsumer(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Determines whether an ImageConsumer is on the list of consumers currently interested in data for this image.
isConsumer(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method determines if a given ImageConsumer object is currently registered with this ImageProducer as one of its consumers.
isConsumer(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Determine if an ImageConsumer is on the list of consumers currently interested in data for this image.
isControlDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isCurrency(int). Method in interface java.sql.ResultSetMetaData
Is the column a cash value?
isDaemon(). Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon(). Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isDataFlavorSupported(DataFlavor). Method in class java.awt.datatransfer.StringSelection
Returns whether the requested flavor is supported by this object.
isDataFlavorSupported(DataFlavor). Method in interface java.awt.datatransfer.Transferable
Returns whether or not the specified data flavor is supported for this object.
isDecimalSeparatorAlwaysShown(). Method in class java.text.DecimalFormat
Allows you to get the behavior of the decimal separator with integers.
isDefined(char). Static method in class java.lang.Character
Determines if a character has a defined meaning in Unicode.
isDefinitelyWritable(int). Method in interface java.sql.ResultSetMetaData
Will a write on the column definitely succeed?
isDesignTime(). Static method in class java.beans.Beans
Test if we are in design-mode.
isDestroyed(). Method in class java.lang.ThreadGroup
Tests if this thread group has not been destroyed.
isDigit(char). Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory(). Method in class java.io.File
Tests if the file represented by this File object is a directory.
isDirectory(). Method in class java.util.zip.ZipEntry
Returns true if this is a directory entry.
isEditable(). Method in class java.awt.TextComponent
Returns the boolean indicating whether this TextComponent is editable or not.
isEmpty(). Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty(). Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty(). Method in class java.awt.Rectangle
Determines whether the rectangle is empty.
isEmpty(). Method in class java.util.Vector
Tests if this vector has no components.
isEnabled(). Method in class java.awt.Component
Checks if this Component is enabled.
isEnabled(). Method in class java.awt.MenuItem
Checks whether the menu item is enabled.
isEqual(byte[], byte[]). Static method in class java.security.MessageDigest
Compares two digests for equality.
isErrorAny(). Method in class java.awt.MediaTracker
Checks the error status of all of the images.
isErrorID(int). Method in class java.awt.MediaTracker
Checks the error status of all of the images with the specified ID.
isExpert(). Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between those features that are intended for expert users from those that are intended for normal users.
isFile(). Method in class java.io.File
Tests if the file represented by this File object is a "normal" file.
isFinal(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the final modifier.
isFocusTraversable(). Method in class java.awt.Component
Returns whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isFocusTraversable(). Method in interface java.awt.peer.ComponentPeer
isGroupingUsed(). Method in class java.text.NumberFormat
Returns true if grouping is used in this format.
isGuiAvailable(). Static method in class java.beans.Beans
isHidden(). Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
isIdentifierIgnorable(char). Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isInDefaultEventSet(). Method in class java.beans.EventSetDescriptor
Report if an event set is in the "default set".
isIndexSelected(int). Method in class java.awt.List
Returns true if the item at the specified index has been selected; false otherwise.
isInfinite(). Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(). Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(double). Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite(float). Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInstance(Object). Method in class java.lang.Class
This method is the dynamic equivalent of the Java language instanceof operator.
isInstanceOf(Object, Class). Static method in class java.beans.Beans
Check if a bean can be viewed as a given target type.
isInterface(). Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterface(). Method in class sun.tools.debug.RemoteClass
Is this RemoteClass an interface?
isInterface(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the interface modifier.
isInterrupted(). Method in class java.lang.Thread
Tests if the current thread has been interrupted.
isISOControl(char). Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isItalic(). Method in class java.awt.Font
Returns true if the font is italic.
isJavaIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isJavaLetter(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter, that is, the character is permissible as the first character in an identifier in the Java language.
isJavaLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter or digit, that is, the character is permissible as a non-initial character in an identifier in the Java language.
isLeapYear(int). Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient(). Method in class java.util.Calendar
Tell whether date/time interpretation is to be lenient.
isLenient(). Method in class java.text.DateFormat
Tell whether date/time parsing is to be lenient.
isLetter(char). Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLowerCase(char). Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMember(Principal). Method in interface java.security.acl.Group
Returns true if the passed principal is a member of the group.
isMetaDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Meta modifier is down on this event.
isMimeTypeEqual(DataFlavor). Method in class java.awt.datatransfer.DataFlavor
Convenience function equivalent to calling: isMimeTypeEqual(dataFlavor.getMimeType());
isMimeTypeEqual(String). Method in class java.awt.datatransfer.DataFlavor
Is the string representation of the MIME type passed in equivalent to the MIME type of this DataFlavor.
isModal(). Method in class java.awt.Dialog
Returns true if the Dialog is modal.
isMulticastAddress(). Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a IP multicast address.
isMultipleMode(). Method in class java.awt.List
Returns true if this list allows multiple selections.
isNaN(). Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(). Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(double). Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN(float). Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNative(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the native modifier.
isNegative(). Method in interface java.security.acl.AclEntry
Returns true if this is a negative ACL entry (one denying the associated principal the set of permissions in the entry), false otherwise.
isNullable(int). Method in interface java.sql.ResultSetMetaData
Can you put a NULL in this column?
isObject(). Method in class sun.tools.debug.RemoteValue
Returns whether the RemoteValue is an Object (as opposed to a primitive type, such as int).
isOwner(Principal). Method in interface java.security.acl.Owner
Returns true if the given principal is an owner of the ACL.
isPaintable(). Method in interface java.beans.PropertyEditor
isPaintable(). Method in class java.beans.PropertyEditorSupport
isParseIntegerOnly(). Method in class java.text.NumberFormat
Returns true if this format will parse numbers as integers only.
isPlain(). Method in class java.awt.Font
Returns true if the font is plain.
isPopupTrigger(). Method in class java.awt.event.MouseEvent
Returns whether or not this mouse event is the popup-menu trigger event for the platform.
isPrimitive(). Method in class java.lang.Class
Determines if the specified Class object represents a primitive Java type.
isPrivate(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the private modifier.
isProbablePrime(int). Method in class java.math.BigInteger
Returns true if this BigInteger is probably prime, false if it's definitely composite.
isProtected(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the protected modifier.
isPublic(int). Static method in class java.lang.reflect.Modifier
Return true if the specified integer includes the public modifier.
isReadOnly(). Method in interface java.sql.Connection
Tests to see if the connection is in read-only mode.
isReadOnly(). Method in interface java.sql.DatabaseMetaData
Is the database in read-only mode?
isReadOnly(int). Method in interface java.sql.ResultSetMetaData
Is a column definitely not writable?
isResizable(). Method in class java.awt.Dialog
Returns true if the user can resize the dialog.
isResizable(). Method in class java.awt.Frame
Returns true if the user can resize the Frame.
isSearchable(int). Method in interface java.sql.ResultSetMetaData
Can the column be used in a where clause?
isSelected(int). Method in class java.awt.List
isSet. Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSet(int). Method in class java.util.Calendar
Determines if the given time field has a value set.
isShiftDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Shift modifier is down on this event.
isShowing(). Method in class java.awt.Component
Checks if this Component is showing on screen.
isShowing(). Method in class java.awt.Window
Checks if this Window is showing on screen.
isSigned(int). Method in interface java.sql.ResultSetMetaData
Is the column a signed number?
isSpace(char). Static method in class java.lang.Character
Determines if the specified character is ISO-LATIN-1 white space.
isSpaceChar(char). Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isStatic(). Method in class sun.tools.debug.RemoteField
Returns whether the field is static (a class variable or method).
isStatic(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the static modifier.
isString(). Method in class sun.tools.debug.RemoteValue
Returns whether the RemoteValue is an instance of java.lang.String.
isSuspended(). Method in class sun.tools.debug.RemoteThread
Return whether this thread is suspended.
isSynchronized(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the final modifier.
isTearOff(). Method in class java.awt.Menu
Returns true if this is a tear-off menu.
isTemporary(). Method in class java.awt.event.FocusEvent
Returns whether or not this focus change event is a temporary change.
isTimeSet. Variable in class java.util.Calendar
The flag which indicates if the current time is set for the calendar.
isTitleCase(char). Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isTransient(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the transient modifier.
isUnicast(). Method in class java.beans.EventSetDescriptor
Normally event sources are multicast.
isUnicodeIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUnique(). Static method in class java.rmi.dgc.VMID
Return true if an accurate address can be determined for this host.
isUpperCase(char). Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid(). Method in class java.awt.Component
Checks if this Component is valid.
isVisible(). Method in class java.awt.Component
Checks if this Component is visible.
isVolatile(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the volatile modifier.
isWhitespace(char). Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
isWritable(int). Method in interface java.sql.ResultSetMetaData
Is it possible for a write on the column to succeed?
ITALIAN. Static variable in class java.util.Locale
Useful constant for language.
ITALIC. Static variable in class java.awt.Font
The italicized style constant.
ITALY. Static variable in class java.util.Locale
Useful constant for country.
ITEM_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST. Static variable in class java.awt.event.ItemEvent
Marks the first integer id for the range of item event ids.
ITEM_LAST. Static variable in class java.awt.event.ItemEvent
Marks the last integer id for the range of item event ids.
ITEM_STATE_CHANGED. Static variable in class java.awt.event.ItemEvent
The item state changed event type.
ItemEvent(ItemSelectable, int, Object, int). Constructor for class java.awt.event.ItemEvent
Constructs a ItemSelectEvent object with the specified ItemSelectable source, type, item, and item select state.
itemStateChanged(ItemEvent). Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent). Method in interface java.awt.event.ItemListener
Invoked when an item's state has been changed.
itrace(boolean). Method in class sun.tools.debug.RemoteDebugger
Turn on/off instruction tracing.

J

JANUARY. Static variable in class java.util.Calendar
Useful constant for month.
JAPAN. Static variable in class java.util.Locale
Useful constant for country.
JAPANESE. Static variable in class java.util.Locale
Useful constant for language.
jdbcCompliant(). Method in interface java.sql.Driver
Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver.
join(). Method in class java.lang.Thread
Waits for this thread to die.
join(InetAddress). Method in class java.net.DatagramSocketImpl
Join the multicast group.
join(long). Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int). Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
joinGroup(InetAddress). Method in class java.net.MulticastSocket
Joins a multicast group.
JULY. Static variable in class java.util.Calendar
Useful constant for month.
JUNE. Static variable in class java.util.Calendar
Useful constant for month.

K

key. Variable in class java.awt.Event
The key code that was pressed in a keyboard event.
KEY_ACTION. Static variable in class java.awt.Event
The action-key press keyboard event.
KEY_ACTION_RELEASE. Static variable in class java.awt.Event
The action-key release keyboard event.
KEY_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
KEY_FIRST. Static variable in class java.awt.event.KeyEvent
Marks the first integer id for the range of key event ids.
KEY_LAST. Static variable in class java.awt.event.KeyEvent
Marks the last integer id for the range of key event ids.
KEY_PRESS. Static variable in class java.awt.Event
The key press keyboard event.
KEY_PRESSED. Static variable in class java.awt.event.KeyEvent
The key pressed event type.
KEY_RELEASE. Static variable in class java.awt.Event
The key release keyboard event.
KEY_RELEASED. Static variable in class java.awt.event.KeyEvent
The key released event type.
KEY_TYPED. Static variable in class java.awt.event.KeyEvent
The key typed event type.
KeyAdapter(). Constructor for class java.awt.event.KeyAdapter
keyDown(Event, int). Method in class java.awt.Component
KeyEvent(Component, int, long, int, int). Constructor for class java.awt.event.KeyEvent
KeyEvent(Component, int, long, int, int, char). Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object with the specified source component, type, modifiers, and key.
KeyException(). Constructor for class java.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String). Constructor for class java.security.KeyException
Constructs a KeyException with the specified detail message.
KeyManagementException(). Constructor for class java.security.KeyManagementException
Constructs a KeyManagementException with no detail message.
KeyManagementException(String). Constructor for class java.security.KeyManagementException
Constructs a KeyManagementException with the specified detail message.
KeyPair(PublicKey, PrivateKey). Constructor for class java.security.KeyPair
Constructs a key with the specified public key and private key.
KeyPairGenerator(String). Constructor for class java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
keyPressed(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
keyPressed(KeyEvent). Method in class java.awt.event.KeyAdapter
keyPressed(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyReleased(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
keyReleased(KeyEvent). Method in class java.awt.event.KeyAdapter
keyReleased(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
keys(). Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys(). Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keyTyped(KeyEvent). Method in class java.awt.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
keyTyped(KeyEvent). Method in class java.awt.event.KeyAdapter
keyTyped(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyUp(Event, int). Method in class java.awt.Component
KOREA. Static variable in class java.util.Locale
Useful constant for country.
KOREAN. Static variable in class java.util.Locale
Useful constant for language.

L

Label(). Constructor for class java.awt.Label
Constructs an empty label.
Label(String). Constructor for class java.awt.Label
Constructs a new label with the specified String of text.
Label(String, int). Constructor for class java.awt.Label
Constructs a new label with the specified String of text and the specified alignment.
last(). Method in class java.text.BreakIterator
Return the last boundary.
last(). Method in interface java.text.CharacterIterator
Set the position to getEndIndex()-1, return the character at that position.
last(). Method in class java.text.StringCharacterIterator
Set the position to getEndIndex() and return the character at that position.
last(Container). Method in class java.awt.CardLayout
Flips to the last card of the specified container.
lastElement(). Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object). Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastModified(). Method in class java.io.File
Returns the time that the file represented by this File object was last modified.
LastOwnerException(). Constructor for class java.security.acl.LastOwnerException
Constructs a LastOwnerException.
lastPageFirst(). Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
layout(). Method in class java.awt.Component
layout(). Method in class java.awt.Container
layout(). Method in class java.awt.ScrollPane
layoutContainer(Container). Method in class java.awt.BorderLayout
Lays out the specified container.
layoutContainer(Container). Method in class java.awt.CardLayout
Performs a layout in the specified panel.
layoutContainer(Container). Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container). Method in class java.awt.GridBagLayout
Lays out the container in the specified panel.
layoutContainer(Container). Method in class java.awt.GridLayout
Lays out the container in the specified panel.
layoutContainer(Container). Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
layoutInfo. Variable in class java.awt.GridBagLayout
Lease(VMID, long). Constructor for class java.rmi.dgc.Lease
Constructs a lease with a specific VMID and lease duration.
leave(InetAddress). Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress). Method in class java.net.MulticastSocket
Leave a multicast group.
LEFT. Static variable in class java.awt.Event
The left arrow action-key.
LEFT. Static variable in class java.awt.FlowLayout
The left alignment variable.
left. Variable in class java.awt.Insets
The inset from the left.
LEFT. Static variable in class java.awt.Label
The left alignment.
LEFT_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentX().
len. Variable in class java.util.zip.InflaterInputStream
Length of input buffer.
length. Variable in class java.io.OptionalDataException
The number of bytes available to be read in the current buffer.
length(). Method in class java.io.File
Returns the length of the file represented by this File object.
length(). Method in class java.io.RandomAccessFile
Returns the length of this file.
length(). Method in class java.lang.String
Returns the length of this string.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LETTER_NUMBER. Static variable in class java.lang.Character
lightGray. Static variable in class java.awt.Color
The color light gray.
LINE_SEPARATOR. Static variable in class java.lang.Character
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader(Reader). Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int). Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
LinkageError(). Constructor for class java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String). Constructor for class java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
list(). Method in class java.awt.Component
Prints a listing to System.out.
list(). Method in class java.io.File
Returns a list of the files in the directory specified by this File object.
List(). Constructor for class java.awt.List
Creates a new scrolling list initialized with no visible Lines or multiple selections.
list(). Method in interface java.rmi.registry.Registry
Returns an array of the names in the registry.
list(). Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(FilenameFilter). Method in class java.io.File
Returns a list of the files in the directory specified by this File that satisfy the specified filter.
List(int). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines and a boolean stating whether multiple selections are allowed or not.
List(int, boolean). Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines and a boolean stating whether multiple selections are allowed or not.
list(PrintStream). Method in class java.awt.Component
Prints a listing to the specified print stream.
list(PrintStream). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintStream, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print stream.
list(PrintStream, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified out stream.
list(PrintWriter). Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter). Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter, int). Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print writer.
list(PrintWriter, int). Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified print writer.
list(String). Static method in class java.rmi.Naming
Returns an array of strings of the URLs in the registry.
LIST_DESELECT. Static variable in class java.awt.Event
LIST_SELECT. Static variable in class java.awt.Event
listBreakpoints(). Method in class sun.tools.debug.RemoteDebugger
Return a list of the breakpoints which are currently set.
listClasses(). Method in class sun.tools.debug.RemoteDebugger
List the currently known classes.
listen(int). Method in class java.net.SocketImpl
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument.
ListResourceBundle(). Constructor for class java.util.ListResourceBundle
listThreadGroups(RemoteThreadGroup). Method in class sun.tools.debug.RemoteDebugger
List threadgroups
listThreads(boolean). Method in class sun.tools.debug.RemoteThreadGroup
List a threadgroup's threads
LOAD. Static variable in class java.awt.FileDialog
The file load variable.
load(InputStream). Method in class java.util.Properties
Reads a property list from an input stream.
load(String). Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
load(String). Static method in class java.lang.System
Loads the specified filename as a dynamic library.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
loadClass(String). Method in class java.lang.ClassLoader
Requests the class loader to load a class with the specified name.
loadClass(String). Method in interface java.rmi.server.LoaderHandler
Load class using java.rmi.server.codebase property.
loadClass(String). Static method in class java.rmi.server.RMIClassLoader
Load a class from the URL specified in the java.rmi.server.codebase property.
loadClass(String, boolean). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
loadClass(URL, String). Method in interface java.rmi.server.LoaderHandler
Load class from codebase URL specified.
loadClass(URL, String). Static method in class java.rmi.server.RMIClassLoader
Load a class from a URL.
loadImage(String). Method in class java.beans.SimpleBeanInfo
This is a utility method to help in loading icon images.
LOADING. Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
loadLibrary(String). Method in class java.lang.Runtime
Loads the dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads the system library specified by the libname argument.
loadSystemColors(int[]). Method in class java.awt.Toolkit
Fills in the provided int array with the current system color values
locale. Variable in class java.awt.Component
The locale for the component.
Locale(String, String). Constructor for class java.util.Locale
Construct a locale from language, country.
Locale(String, String, String). Constructor for class java.util.Locale
Construct a locale from language, country, variant.
localPort. Variable in class java.net.DatagramSocketImpl
localport. Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
locate(int, int). Method in class java.awt.Component
locate(int, int). Method in class java.awt.Container
location(). Method in class java.awt.Component
location(int, int). Method in class java.awt.GridBagLayout
lock. Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock. Variable in class java.io.Writer
The object used to synchronize operations on this stream.
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log(String). Static method in class java.rmi.server.LogStream
Return the LogStream identified by the given name.
LONG. Static variable in class java.text.DateFormat
Constant for long style pattern.
Long(long). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string.
longBitsToDouble(long). Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue(). Method in class java.math.BigDecimal
Converts this number to a long.
longValue(). Method in class java.math.BigInteger
Converts this number to a long.
longValue(). Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue(). Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue(). Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue(). Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue(). Method in class java.lang.Long
Returns the value of this Long as a long.
longValue(). Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue(). Method in class java.lang.Short
Returns the value of this Short as a long.
LONGVARBINARY. Static variable in class java.sql.Types
LONGVARCHAR. Static variable in class java.sql.Types
lookup(Class). Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookup(String). Static method in class java.rmi.Naming
Returns the remote object for the URL.
lookup(String). Method in interface java.rmi.registry.Registry
Returns the remote object associated with the specified name in the registry.
lookupConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
loop(). Method in interface java.applet.AudioClip
Starts playing this audio clip in a loop.
LOST_FOCUS. Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object). Method in class java.awt.Component
lostOwnership(Clipboard, Transferable). Method in interface java.awt.datatransfer.ClipboardOwner
Notifies this object that it is no longer the owner of the contents of the clipboard.
lostOwnership(Clipboard, Transferable). Method in class java.awt.datatransfer.StringSelection
LOWERCASE_LETTER. Static variable in class java.lang.Character
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.

M

magenta. Static variable in class java.awt.Color
The color magneta.
makeVisible(int). Method in class java.awt.List
Forces the item at the specified index to be visible.
makeVisible(int). Method in interface java.awt.peer.ListPeer
MalformedURLException(). Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String). Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
MARCH. Static variable in class java.util.Calendar
Useful constant for month.
mark. Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int). Method in class java.io.BufferedInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.BufferedReader
Mark the present position in the stream.
mark(int). Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int). Method in class java.io.CharArrayReader
Mark the present position in the stream.
mark(int). Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.FilterReader
Mark the present position in the stream.
mark(int). Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.LineNumberInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int). Method in class java.io.Reader
Mark the present position in the stream.
mark(int). Method in class java.io.StringReader
Mark the present position in the stream.
markedPos. Variable in class java.io.CharArrayReader
Position of mark in buffer
marklimit. Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos. Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported(). Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported(). Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported(). Method in class java.io.CharArrayReader
Tell whether this stream supports the mark() operation, which it does.
markSupported(). Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.FilterReader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.PushbackInputStream
Tests if the input stream supports the mark and reset methods.
markSupported(). Method in class java.io.PushbackReader
Tell whether this stream supports the mark() operation, which it does not.
markSupported(). Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
MarshalException(String). Constructor for class java.rmi.MarshalException
Create a new marshal exception with a descriptive string.
MarshalException(String, Exception). Constructor for class java.rmi.MarshalException
Create a new marshal exception with a descriptive string and an exception.
MATH_SYMBOL. Static variable in class java.lang.Character
max(BigDecimal). Method in class java.math.BigDecimal
Returns the BigDecimal whose value is the greater of this and val.
max(BigInteger). Method in class java.math.BigInteger
Returns the BigInteger whose value is the greater of this and val.
max(double, double). Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float). Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int). Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long). Static method in class java.lang.Math
Returns the greater of two long values.
MAX_PRIORITY. Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX. Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE. Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE. Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE. Static variable in class java.lang.Double
The largest positive value of type double.
MAX_VALUE. Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE. Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE. Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE. Static variable in class java.lang.Short
The maximum value a Short can have.
MAXGRIDSIZE. Static variable in class java.awt.GridBagLayout
maximumLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.CardLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in interface java.awt.LayoutManager2
Returns the maximum size of this component.
MAY. Static variable in class java.util.Calendar
Useful constant for month.
MediaTracker(Component). Constructor for class java.awt.MediaTracker
Creates a Media tracker to track images for a given Component.
MEDIUM. Static variable in class java.text.DateFormat
Constant for medium style pattern.
members(). Method in interface java.security.acl.Group
Returns an enumeration of the members in the group.
MemoryImageSource(int, int, ColorModel, byte[], int, int). Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable). Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int). Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable). Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int). Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int, Hashtable). Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MENU. Static variable in class java.awt.SystemColor
The array index for the menu background color.
menu. Static variable in class java.awt.SystemColor
The background color for menus.
Menu(). Constructor for class java.awt.Menu
Constructs a new Menu with an empty label.
Menu(String). Constructor for class java.awt.Menu
Constructs a new Menu with the specified label.
Menu(String, boolean). Constructor for class java.awt.Menu
Constructs a new Menu with the specified label.
MENU_TEXT. Static variable in class java.awt.SystemColor
The array index for the menu text color.
MenuBar(). Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuComponent(). Constructor for class java.awt.MenuComponent
MenuItem(). Constructor for class java.awt.MenuItem
Constructs a new MenuItem with an empty label and no keyboard shortcut.
MenuItem(String). Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label and no keyboard shortcut.
MenuItem(String, MenuShortcut). Constructor for class java.awt.MenuItem
Create a MenuItem with an associated keyboard shortcut.
MenuShortcut(int). Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
MenuShortcut(int, boolean). Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
menuText. Static variable in class java.awt.SystemColor
The text color for menus.
MessageDigest(String). Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageFormat(String). Constructor for class java.text.MessageFormat
Constructs with the specified pattern.
META_MASK. Static variable in class java.awt.event.ActionEvent
The meta modifier constant.
META_MASK. Static variable in class java.awt.Event
The meta modifier constant.
META_MASK. Static variable in class java.awt.event.InputEvent
The meta key modifier constant.
metaDown(). Method in class java.awt.Event
Checks if the meta key is down.
method. Variable in class java.net.HttpURLConnection
methodArgument(). Method in class sun.tools.debug.RemoteStackVariable
Return whether variable is a method argument.
MethodDescriptor(Method). Constructor for class java.beans.MethodDescriptor
MethodDescriptor(Method, ParameterDescriptor[]). Constructor for class java.beans.MethodDescriptor
MILLISECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
MILLISECOND_FIELD. Static variable in class java.text.DateFormat
Useful constant for MILLISECOND field alignment.
min(BigDecimal). Method in class java.math.BigDecimal
Returns the BigDecimal whose value is the lesser of this and val.
min(BigInteger). Method in class java.math.BigInteger
Returns the BigInteger whose value is the lesser of this and val.
min(double, double). Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float). Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int). Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long). Static method in class java.lang.Math
Returns the smaller of two long values.
MIN_PRIORITY. Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX. Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE. Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE. Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE. Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE. Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE. Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE. Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE. Static variable in class java.lang.Short
The minimum value a Short can have.
minimumLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container). Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumLayoutSize(Container). Method in class java.awt.FlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
minimumLayoutSize(Container). Method in class java.awt.GridLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
minimumLayoutSize(Container). Method in interface java.awt.LayoutManager
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
minimumSize(). Method in class java.awt.Component
minimumSize(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in class java.awt.Container
minimumSize(). Method in class java.awt.List
minimumSize(). Method in class java.awt.TextArea
minimumSize(). Method in class java.awt.TextField
minimumSize(int). Method in class java.awt.List
minimumSize(int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int). Method in class java.awt.TextField
minimumSize(int). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int, int). Method in class java.awt.TextArea
minimumSize(int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by getMinimumSize(int, int).
MINSIZE. Static variable in class java.awt.GridBagLayout
MINUTE. Static variable in class java.util.Calendar
Useful constant for date and time.
MINUTE_FIELD. Static variable in class java.text.DateFormat
Useful constant for MINUTE field alignment.
MissingResourceException(String, String, String). Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
mkdir(). Method in class java.io.File
Creates a directory whose pathname is specified by this File object.
mkdirs(). Method in class java.io.File
Creates a directory whose pathname is specified by this File object, including any necessary parent directories.
mod(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is this mod m.
Modifier(). Constructor for class java.lang.reflect.Modifier
MODIFIER_LETTER. Static variable in class java.lang.Character
MODIFIER_SYMBOL. Static variable in class java.lang.Character
modifiers. Variable in class java.awt.Event
The state of the modifier keys.
modInverse(BigInteger). Method in class java.math.BigInteger
Returns modular multiplicative inverse of this, mod m.
modPow(BigInteger, BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this ** exponent) mod m.
MONDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for MONTH field alignment.
MOUSE_CLICKED. Static variable in class java.awt.event.MouseEvent
The mouse clicked event type.
MOUSE_DOWN. Static variable in class java.awt.Event
The mouse down event.
MOUSE_DRAG. Static variable in class java.awt.Event
The mouse drag event.
MOUSE_DRAGGED. Static variable in class java.awt.event.MouseEvent
The mouse dragged event type.
MOUSE_ENTER. Static variable in class java.awt.Event
The mouse enter event.
MOUSE_ENTERED. Static variable in class java.awt.event.MouseEvent
The mouse entered event type.
MOUSE_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting mouse events.
MOUSE_EXIT. Static variable in class java.awt.Event
The mouse exit event.
MOUSE_EXITED. Static variable in class java.awt.event.MouseEvent
The mouse exited event type.
MOUSE_FIRST. Static variable in class java.awt.event.MouseEvent
Marks the first integer id for the range of mouse event ids.
MOUSE_LAST. Static variable in class java.awt.event.MouseEvent
Marks the last integer id for the range of mouse event ids.
MOUSE_MOTION_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting mouse motion events.
MOUSE_MOVE. Static variable in class java.awt.Event
The mouse move event.
MOUSE_MOVED. Static variable in class java.awt.event.MouseEvent
The mouse moved event type.
MOUSE_PRESSED. Static variable in class java.awt.event.MouseEvent
The mouse pressed event type.
MOUSE_RELEASED. Static variable in class java.awt.event.MouseEvent
The mouse released event type.
MOUSE_UP. Static variable in class java.awt.Event
The mouse up event.
MouseAdapter(). Constructor for class java.awt.event.MouseAdapter
mouseClicked(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseClicked(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse has been clicked on a component.
mouseDown(Event, int, int). Method in class java.awt.Component
mouseDrag(Event, int, int). Method in class java.awt.Component
mouseDragged(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
mouseDragged(MouseEvent). Method in interface java.awt.event.MouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
mouseEnter(Event, int, int). Method in class java.awt.Component
mouseEntered(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseEntered(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
MouseEvent(Component, int, long, int, int, int, int, boolean). Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.
mouseExit(Event, int, int). Method in class java.awt.Component
mouseExited(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseExited(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseMotionAdapter(). Constructor for class java.awt.event.MouseMotionAdapter
mouseMove(Event, int, int). Method in class java.awt.Component
mouseMoved(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
mouseMoved(MouseEvent). Method in interface java.awt.event.MouseMotionListener
Invoked when the mouse button has been moved on a component (with no buttons no down).
mousePressed(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent). Method in class java.awt.event.MouseAdapter
mousePressed(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent). Method in class java.awt.event.MouseAdapter
mouseReleased(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
mouseUp(Event, int, int). Method in class java.awt.Component
move(int, int). Method in class java.awt.Component
move(int, int). Method in class java.awt.Point
Changes the point to have the specified location.
move(int, int). Method in class java.awt.Rectangle
MOVE_CURSOR. Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR. Static variable in class java.awt.Frame
movePointLeft(int). Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.
movePointRight(int). Method in class java.math.BigDecimal
Moves the decimal point the specified number of places to the right.
MulticastSocket(). Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int). Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
multiply(BigDecimal). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this * val), and whose scale is this.scale() + val.scale.
multiply(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this * val).

N

N_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-resize cursor type.
N_RESIZE_CURSOR. Static variable in class java.awt.Frame
name. Variable in class java.sql.DriverPropertyInfo
The name of the property.
name. Variable in class java.awt.Font
The logical name of this font.
NaN. Static variable in class java.lang.Double
A NaN value of type double.
NaN. Static variable in class java.lang.Float
The NaN value of type float.
NATIVE. Static variable in class java.lang.reflect.Modifier
nativeSQL(String). Method in interface java.sql.Connection
A driver may convert the JDBC sql grammar into its system's native SQL grammar prior to sending it; nativeSQL returns the native form of the statement that the driver would have sent.
NE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-east-resize cursor type.
NE_RESIZE_CURSOR. Static variable in class java.awt.Frame
needsDictionary(). Method in class java.util.zip.Inflater
Returns true if a preset dictionary is needed for decompression.
needsGui(). Method in interface java.beans.Visibility
needsInput(). Method in class java.util.zip.Deflater
Returns true if the input data buffer is empty and setInput() should be called in order to provide more input.
needsInput(). Method in class java.util.zip.Inflater
Returns true if no data remains in the input buffer.
negate(). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is -1 * this, and whose scale is this.scale().
negate(). Method in class java.math.BigInteger
Returns a BigInteger whose value is (-1 * this).
NEGATIVE_INFINITY. Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException(). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newCall(RemoteObject, Operation[], int, long). Method in interface java.rmi.server.RemoteRef
Creates an appropriate call object for a new remote method invocation on this object.
newInstance(). Method in class java.lang.Class
Creates a new instance of a class.
newInstance(Class, int). Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and length.
newInstance(Class, int[]). Static method in class java.lang.reflect.Array
Creates a new array with the specified component type and dimensions.
newInstance(Object[]). Method in class java.lang.reflect.Constructor
Uses the constructor represented by this Constructor object to create and initialize a new instance of the constructor's declaring class, with the specified initialization parameters.
newLine(). Method in class java.io.BufferedWriter
Write a line separator.
newmodel. Variable in class java.awt.image.RGBImageFilter
newPixels(). Method in class java.awt.image.MemoryImageSource
Send a whole new buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(byte[], ColorModel, int, int). Method in class java.awt.image.MemoryImageSource
Change to a new byte array to hold the pixels for this image.
newPixels(int, int, int, int). Method in class java.awt.image.MemoryImageSource
Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int, boolean). Method in class java.awt.image.MemoryImageSource
Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image.
newPixels(int[], ColorModel, int, int). Method in class java.awt.image.MemoryImageSource
Change to a new int array to hold the pixels for this image.
next(). Method in class java.text.BreakIterator
Return the boundary following the current boundary.
next(). Method in interface java.text.CharacterIterator
Increment the iterator's index by one and return the character at the new index.
next(). Method in class java.text.CollationElementIterator
Get the ordering priority of the next character in the string.
next(). Method in class sun.tools.debug.RemoteThread
Continue execution of this thread to the next line, but don't step into a method call.
next(). Method in interface java.sql.ResultSet
A ResultSet is initially positioned before its first row; the first call to next makes the first row the current row; the second call makes the second row the current row, etc.
next(). Method in class java.text.StringCharacterIterator
Increment the iterator's index by one and return the character at the new index.
next(Container). Method in class java.awt.CardLayout
Flips to the next card of the specified container.
next(int). Method in class java.text.BreakIterator
Return the nth boundary from the current boundary
next(int). Method in class java.util.Random
Generates the next pseudorandom number.
next(int). Method in class java.security.SecureRandom
Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).
nextBytes(byte[]). Method in class java.util.Random
Generates a user specified number of random bytes.
nextBytes(byte[]). Method in class java.security.SecureRandom
Generates a user-specified number of random bytes.
nextDouble(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextDouble(double). Static method in class java.text.ChoiceFormat
Finds the least double greater than d.
nextDouble(double, boolean). Static method in class java.text.ChoiceFormat
nextElement(). Method in interface java.util.Enumeration
Returns the next element of this enumeration.
nextElement(). Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextFloat(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFocus(). Method in class java.awt.Component
nextGaussian(). Method in class java.util.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.
nextInt(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong(). Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextToken(). Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken(). Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String). Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NO_COMPRESSION. Static variable in class java.util.zip.Deflater
Compression level for no compression.
NO_DECOMPOSITION. Static variable in class java.text.Collator
Decomposition mode value.
NoClassDefFoundError(). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NON_SPACING_MARK. Static variable in class java.lang.Character
NONE. Static variable in class java.awt.GridBagConstraints
NORM_PRIORITY. Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalizeMimeType(String). Method in class java.awt.datatransfer.DataFlavor
Called for each MIME type string to give DataFlavor subtypes the opportunity to change how the normalization of MIME types is accomplished.
normalizeMimeTypeParameter(String, String). Method in class java.awt.datatransfer.DataFlavor
Called on DataFlavor for every MIME Type parameter to allow DataFlavor subclasses to handle special parameters like the text/plain charset parameters, whose values are case insensitive.
NoRouteToHostException(). Constructor for class java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NoRouteToHostException(String). Constructor for class java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NORTH. Static variable in class java.awt.BorderLayout
The north layout constraint.
NORTH. Static variable in class java.awt.GridBagConstraints
NORTHEAST. Static variable in class java.awt.GridBagConstraints
NORTHWEST. Static variable in class java.awt.GridBagConstraints
NoSessionException(). Constructor for class sun.tools.debug.NoSessionException
Constructor.
NoSessionException(String). Constructor for class sun.tools.debug.NoSessionException
Constructor with a detail message.
NoSuchAlgorithmException(). Constructor for class java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with no detail message.
NoSuchAlgorithmException(String). Constructor for class java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with the specified detail message.
NoSuchElementException(). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with the specified detail message.
NoSuchFieldError(). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with no detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with the specified detail message.
NoSuchFieldException(). Constructor for class java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String). Constructor for class java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchLineNumberException(). Constructor for class sun.tools.debug.NoSuchLineNumberException
Constructor.
NoSuchLineNumberException(String). Constructor for class sun.tools.debug.NoSuchLineNumberException
Constructor with a detail message.
NoSuchMethodError(). Constructor for class java.lang.NoSuchMethodError
NoSuchMethodError(String). Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with the specified detail message.
NoSuchMethodException(). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NoSuchObjectException(String). Constructor for class java.rmi.NoSuchObjectException
Create a new NoSuchObjectException with a description.
NoSuchProviderException(). Constructor for class java.security.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String). Constructor for class java.security.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
not(). Method in class java.math.BigInteger
Returns a BigInteger whose value is (~this).
NotActiveException(). Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with no reason.
NotActiveException(String). Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
NotBoundException(). Constructor for class java.rmi.NotBoundException
NotBoundException(String). Constructor for class java.rmi.NotBoundException
notify(). Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll(). Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyObservers(). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NotOwnerException(). Constructor for class java.security.acl.NotOwnerException
Constructs a NotOwnerException.
NotSerializableException(). Constructor for class java.io.NotSerializableException
NotSerializableException(String). Constructor for class java.io.NotSerializableException
NOVEMBER. Static variable in class java.util.Calendar
Useful constant for month.
npoints. Variable in class java.awt.Polygon
The total number of points.
NULL. Static variable in class java.sql.Types
NULLORDER. Static variable in class java.text.CollationElementIterator
Null order which indicates the end of string is reached by the cursor.
nullPlusNonNullIsNull(). Method in interface java.sql.DatabaseMetaData
Are concatenations between NULL and non-NULL values NULL? A JDBC-Compliant driver always returns true.
NullPointerException(). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
nullsAreSortedAtEnd(). Method in interface java.sql.DatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart(). Method in interface java.sql.DatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh(). Method in interface java.sql.DatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow(). Method in interface java.sql.DatabaseMetaData
Are NULL values sorted low?
NUM_COLORS. Static variable in class java.awt.SystemColor
The number of system colors in the array.
NUM_LOCK. Static variable in class java.awt.Event
The NumLock action-key.
Number(). Constructor for class java.lang.Number
numberFormat. Variable in class java.text.DateFormat
The number formatter that DateFormat uses to format numbers in dates and times.
NumberFormat(). Constructor for class java.text.NumberFormat
NumberFormatException(). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
NUMERIC. Static variable in class java.sql.Types
nval. Variable in class java.io.StreamTokenizer
If the current token is a number, this field contains the value of that number.
NW_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The north-west-resize cursor type.
NW_RESIZE_CURSOR. Static variable in class java.awt.Frame

O

Object(). Constructor for class java.lang.Object
ObjectInputStream(InputStream). Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectOutputStream(OutputStream). Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectStreamException(). Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException.
ObjectStreamException(String). Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException with the specified argument.
ObjID(). Constructor for class java.rmi.server.ObjID
Generate unique object identifier.
ObjID(int). Constructor for class java.rmi.server.ObjID
Generate a "well-known" object ID.
Observable(). Constructor for class java.util.Observable
Creates an observable object with no observers.
OCTOBER. Static variable in class java.util.Calendar
Useful constant for month.
okToUseGui(). Method in interface java.beans.Visibility
This method instructs the bean that it is OK to use the Gui.
on(boolean). Method in class java.security.DigestInputStream
Turns the digest function on or off.
on(boolean). Method in class java.security.DigestOutputStream
Turns the digest function on or off.
openConnection(). Method in class java.net.URL
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
openConnection(URL). Method in class java.net.URLStreamHandler
Opens a connection to the object referenced by the URL argument.
openStream(). Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
Operation(String). Constructor for class java.rmi.server.Operation
Creates a new Operation object.
or(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this | val).
or(BitSet). Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
orange. Static variable in class java.awt.Color
The color orange.
ordinaryChar(int). Method in class java.io.StreamTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
origmodel. Variable in class java.awt.image.RGBImageFilter
OTHER. Static variable in class java.sql.Types
OTHER indicates that the SQL type is database specific and gets mapped to a Java object which can be accessed via getObject and setObject.
OTHER_LETTER. Static variable in class java.lang.Character
OTHER_NUMBER. Static variable in class java.lang.Character
OTHER_PUNCTUATION. Static variable in class java.lang.Character
OTHER_SYMBOL. Static variable in class java.lang.Character
out. Static variable in class java.io.FileDescriptor
A handle to the standard output stream.
out. Variable in class java.io.FilterOutputStream
The underlying output stream.
out. Variable in class java.io.FilterWriter
The underlying character-output stream.
out. Variable in class java.io.PipedInputStream
out. Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError(). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
outpixbuf. Variable in class java.awt.image.ReplicateScaleFilter
OutputStream(). Constructor for class java.io.OutputStream
OutputStreamWriter(OutputStream). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
owner. Variable in class java.awt.datatransfer.Clipboard

P

pack(). Method in class java.awt.Window
Packs the components of the Window.
packagePrefix. Static variable in interface java.rmi.server.LoaderHandler
Find loader handler package prefix: assumes that the implementation of the LoaderHandler class is located in the package defined by the prefix.
packagePrefix. Static variable in interface java.rmi.server.RemoteRef
Find server package prefix: assumes that the implementation of server ref classes (e.g., UnicastRef, UnicastServerRef) are located in the package defined by the prefix.
PAINT. Static variable in class java.awt.event.PaintEvent
The paint event type.
paint(Graphics). Method in class java.awt.Canvas
Paints the canvas in the default background color.
paint(Graphics). Method in class java.awt.Component
Paints the component.
paint(Graphics). Method in interface java.awt.peer.ComponentPeer
paint(Graphics). Method in class java.awt.Container
Paints the container.
PAINT_FIRST. Static variable in class java.awt.event.PaintEvent
Marks the first integer id for the range of paint event ids.
PAINT_LAST. Static variable in class java.awt.event.PaintEvent
Marks the last integer id for the range of paint event ids.
paintAll(Graphics). Method in class java.awt.Component
Paints the component and its subcomponents.
paintComponents(Graphics). Method in class java.awt.Container
Paints the components in this container.
PaintEvent(Component, int, Rectangle). Constructor for class java.awt.event.PaintEvent
Constructs a FocusEvent object with the specified source component and type.
paintValue(Graphics, Rectangle). Method in interface java.beans.PropertyEditor
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle). Method in class java.beans.PropertyEditorSupport
Paint a representation of the value into a given area of screen real estate.
Panel(). Constructor for class java.awt.Panel
Creates a new panel.
Panel(LayoutManager). Constructor for class java.awt.Panel
Creates a new panel with the specified layout manager.
PARAGRAPH_SEPARATOR. Static variable in class java.lang.Character
ParameterDescriptor(). Constructor for class java.beans.ParameterDescriptor
paramString(). Method in class java.awt.event.ActionEvent
paramString(). Method in class java.awt.event.AdjustmentEvent
paramString(). Method in class java.awt.AWTEvent
paramString(). Method in class java.awt.Button
Returns the parameter String of this button.
paramString(). Method in class java.awt.Checkbox
Returns the parameter String of this Checkbox.
paramString(). Method in class java.awt.CheckboxMenuItem
Returns the parameter String of this button.
paramString(). Method in class java.awt.Choice
Returns the parameter String of this Choice.
paramString(). Method in class java.awt.Component
Returns the parameter String of this Component.
paramString(). Method in class java.awt.event.ComponentEvent
paramString(). Method in class java.awt.Container
Returns the parameter String of this Container.
paramString(). Method in class java.awt.event.ContainerEvent
paramString(). Method in class java.awt.Dialog
Returns the parameter String of this Dialog.
paramString(). Method in class java.awt.Event
Returns the parameter String of this Event.
paramString(). Method in class java.awt.FileDialog
Returns the parameter String of this file dialog.
paramString(). Method in class java.awt.event.FocusEvent
paramString(). Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString(). Method in class java.awt.event.ItemEvent
paramString(). Method in class java.awt.event.KeyEvent
paramString(). Method in class java.awt.Label
Returns the parameter String of this label.
paramString(). Method in class java.awt.List
Returns the parameter String of this list.
paramString(). Method in class java.awt.Menu
Returns the String parameter of the menu.
paramString(). Method in class java.awt.MenuComponent
Returns the String parameter of this MenuComponent.
paramString(). Method in class java.awt.MenuItem
Returns the String parameter of the menu item.
paramString(). Method in class java.awt.MenuShortcut
paramString(). Method in class java.awt.event.MouseEvent
paramString(). Method in class java.awt.event.PaintEvent
paramString(). Method in class java.awt.Scrollbar
Returns the String parameters for this Scrollbar.
paramString(). Method in class java.awt.ScrollPane
Returns the parameter String of this Container.
paramString(). Method in class java.awt.TextArea
Returns the String of parameters for this TextArea.
paramString(). Method in class java.awt.TextComponent
Returns the String of parameters for this TextComponent.
paramString(). Method in class java.awt.event.TextEvent
paramString(). Method in class java.awt.TextField
Returns the String of parameters for this TextField.
paramString(). Method in class java.awt.event.WindowEvent
parent. Variable in class java.util.ResourceBundle
The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
parentOf(ThreadGroup). Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
parse(String). Static method in class java.util.Date
Given a string representing a time, parse it and return the time value.
parse(String). Method in class java.text.DateFormat
Parse a date/time string.
parse(String). Method in class java.text.MessageFormat
Parses the string.
parse(String). Method in class java.text.NumberFormat
Convenience method.
parse(String, ParsePosition). Method in class java.text.ChoiceFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition). Method in class java.text.DateFormat
Parse a date/time string according to the given parse position.
parse(String, ParsePosition). Method in class java.text.DecimalFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition). Method in class java.text.MessageFormat
Parses the string.
parse(String, ParsePosition). Method in class java.text.NumberFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition). Method in class java.text.SimpleDateFormat
Overrides DateFormat
parseByte(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
ParseException(String, int). Constructor for class java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
parseInt(String). Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int). Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLevel(String). Static method in class java.rmi.server.LogStream
Convert a string name of a logging level to its internal integer representation.
parseLong(String). Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int). Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseNumbers(). Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String). Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParsePosition). Method in class java.text.DateFormat
Parse a date/time string into an Object.
parseObject(String, ParsePosition). Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParsePosition). Method in class java.text.MessageFormat
Parses the string.
parseObject(String, ParsePosition). Method in class java.text.NumberFormat
Parses a string to produce an object.
ParsePosition(int). Constructor for class java.text.ParsePosition
Create a new ParsePosition with the given initial index.
parseShort(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseURL(URL, String, int, int). Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
pathSeparator. Static variable in class java.io.File
The system-dependent path separator string.
pathSeparatorChar. Static variable in class java.io.File
The system-dependent path separator character.
PAUSE. Static variable in class java.awt.Event
The Pause action-key.
peek(). Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(InetAddress). Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peekEvent(). Method in class java.awt.EventQueue
Return the first event without removing it.
peekEvent(int). Method in class java.awt.EventQueue
permissions(). Method in interface java.security.acl.AclEntry
Returns an enumeration of the permissions in this ACL entry.
PGDN. Static variable in class java.awt.Event
The page down action-key.
PGUP. Static variable in class java.awt.Event
The page up action-key.
PI. Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
pink. Static variable in class java.awt.Color
The color pink.
PIPE_SIZE. Static variable in class java.io.PipedInputStream
PipedInputStream(). Constructor for class java.io.PipedInputStream
Creates a piped input stream that is not yet connected to a piped output stream.
PipedInputStream(PipedOutputStream). Constructor for class java.io.PipedInputStream
Creates a piped input stream connected to the specified piped output stream.
PipedOutputStream(). Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedOutputStream(PipedInputStream). Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedReader(). Constructor for class java.io.PipedReader
Create a reader that is not yet connected to a piped writer.
PipedReader(PipedWriter). Constructor for class java.io.PipedReader
Create a reader for the specified piped character-output stream.
PipedWriter(). Constructor for class java.io.PipedWriter
Create a writer that is not yet connected to a piped reader.
PipedWriter(PipedReader). Constructor for class java.io.PipedWriter
Create a writer for the specified piped character-input stream.
pixel_bits. Variable in class java.awt.image.ColorModel
PixelGrabber(Image, int, int, int, int, boolean). Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image.
PixelGrabber(Image, int, int, int, int, int[], int, int). Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image into the given array.
PixelGrabber(ImageProducer, int, int, int, int, int[], int, int). Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the image produced by the specified ImageProducer into the given array.
PLAIN. Static variable in class java.awt.Font
The plain style constant.
plainTextFlavor. Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing plain text with unicode encoding, where:

representationClass = InputStream
mimeType = "text/plain; charset=unicode"

play(). Method in interface java.applet.AudioClip
Starts playing this audio clip.
play(URL). Method in class java.applet.Applet
Plays the audio clip at the specified absolute URL.
play(URL, String). Method in class java.applet.Applet
Plays the audio clip given the URL and a specifier that is relative to it.
PM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
Point(). Constructor for class java.awt.Point
Constructs and initializes a Point initialized with (0, 0).
Point(int, int). Constructor for class java.awt.Point
Constructs and initializes a Point from the specified x and y coordinates.
Point(Point). Constructor for class java.awt.Point
Constructs and initializes a Point with the same location as the specified Point.
Polygon(). Constructor for class java.awt.Polygon
Creates an empty polygon.
Polygon(int[], int[], int). Constructor for class java.awt.Polygon
Constructs and initializes a Polygon from the specified parameters.
pop(). Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
PopupMenu(). Constructor for class java.awt.PopupMenu
Creates a new popup menu.
PopupMenu(String). Constructor for class java.awt.PopupMenu
Creates a new popup menu with the specified name.
port. Variable in class java.net.SocketImpl
The port number on the remote host to which this socket is connected.
pos. Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos. Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos. Variable in class java.io.CharArrayReader
Current buffer position
pos. Variable in class java.io.PushbackInputStream
The current position within the buffer.
pos. Variable in class java.io.StringBufferInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY. Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY. Static variable in class java.lang.Float
The positive infinity of type float.
postEvent(AWTEvent). Method in class java.awt.EventQueue
Post a 1.1-style event to the EventQueue.
postEvent(Event). Method in class java.awt.Component
postEvent(Event). Method in class java.awt.MenuComponent
Posts the specified event to the menu.
postEvent(Event). Method in interface java.awt.MenuContainer
postEvent(Event). Method in class java.awt.Window
pow(double, double). Static method in class java.lang.Math
Returns of value of the first argument raised to the power of the second argument.
pow(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this ** exponent).
PRC. Static variable in class java.util.Locale
Useful constant for country.
predefined. Static variable in class java.awt.Cursor
preferredLayoutSize(Container). Method in class java.awt.BorderLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container). Method in class java.awt.CardLayout
Calculates the preferred size for the specified panel.
preferredLayoutSize(Container). Method in class java.awt.FlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the preferred dimensions for this layout given the components in the specified panel.
preferredLayoutSize(Container). Method in class java.awt.GridLayout
Returns the preferred dimensions for this layout given the components int the specified panel.
preferredLayoutSize(Container). Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
PREFERREDSIZE. Static variable in class java.awt.GridBagLayout
preferredSize(). Method in class java.awt.Component
preferredSize(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in class java.awt.Container
preferredSize(). Method in class java.awt.List
preferredSize(). Method in class java.awt.TextArea
preferredSize(). Method in class java.awt.TextField
preferredSize(int). Method in class java.awt.List
preferredSize(int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int). Method in class java.awt.TextField
preferredSize(int). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int, int). Method in class java.awt.TextArea
preferredSize(int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by getPreferredSize(int, int).
prepareCall(String). Method in interface java.sql.Connection
A SQL stored procedure call statement is handled by creating a CallableStatement for it.
prepareImage(Image, ImageObserver). Method in class java.awt.Component
Prepares an image for rendering on this Component.
prepareImage(Image, int, int, ImageObserver). Method in class java.awt.Component
Prepares an image for rendering on this Component at the specified width and height.
prepareImage(Image, int, int, ImageObserver). Method in interface java.awt.peer.ComponentPeer
prepareImage(Image, int, int, ImageObserver). Method in class java.awt.Toolkit
Prepares an image for rendering on the default screen at the specified width and height.
prepareStatement(String). Method in interface java.sql.Connection
A SQL statement with or without IN parameters can be pre-compiled and stored in a PreparedStatement object.
previous(). Method in class java.text.BreakIterator
Return the boundary preceding the current boundary.
previous(). Method in interface java.text.CharacterIterator
Decrement the iterator's index by one and return the character at the new index.
previous(). Method in class java.text.StringCharacterIterator
Decrement the iterator's index by one and return the character at the new index.
previous(Container). Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previousDouble(double). Static method in class java.text.ChoiceFormat
Finds the greatest double less than d.
PRIMARY. Static variable in class java.text.Collator
Collator strength value.
primaryOrder(int). Static method in class java.text.CollationElementIterator
Get the primary order of a collation order.
print(boolean). Method in class java.io.PrintStream
Prints the string "true" to the underlying output stream if the value of the boolean argument is true; otherwise, prints the string "false" to the underlying output stream.
print(boolean). Method in class java.io.PrintWriter
Print a boolean.
print(char). Method in class java.io.PrintStream
Prints the low eight bits of the character argument to this print stream's underlying output stream.
print(char). Method in class java.io.PrintWriter
Print a character.
print(char[]). Method in class java.io.PrintStream
Prints the low eight bits of each of the characters in the character array to this print stream's underlying output stream.
print(char[]). Method in class java.io.PrintWriter
Print an array of chracters.
print(double). Method in class java.io.PrintStream
Prints the string representation of the double to this print stream's underlying output stream.
print(double). Method in class java.io.PrintWriter
Print a double.
print(float). Method in class java.io.PrintStream
Prints the string representation of the float to this print stream's underlying output stream.
print(float). Method in class java.io.PrintWriter
Print a float.
print(Graphics). Method in class java.awt.Component
Prints this component.
print(Graphics). Method in interface java.awt.peer.ComponentPeer
print(Graphics). Method in class java.awt.Container
Prints the container.
print(int). Method in class java.io.PrintStream
Prints the string representation of the int to this print stream's underlying output stream.
print(int). Method in class java.io.PrintWriter
Print an integer.
print(long). Method in class java.io.PrintStream
Prints the string representation of the long to this print stream's underlying output stream.
print(long). Method in class java.io.PrintWriter
Print a long.
print(Object). Method in class java.io.PrintStream
Prints the string representation of the Object to this print stream's underlying output stream.
print(Object). Method in class java.io.PrintWriter
Print an object.
print(String). Method in class java.io.PrintStream
If the string argument is null, the string "null" is printed to this print stream's underlying output stream.
print(String). Method in class java.io.PrintWriter
Print a String.
PRINT_SCREEN. Static variable in class java.awt.Event
The PrintScreen action-key.
printAll(Graphics). Method in class java.awt.Component
Prints the component and its subcomponents.
printComponents(Graphics). Method in class java.awt.Container
Prints the components in this container.
printComponents(Graphics). Method in class java.awt.ScrollPane
Prints the component in this scroll pane.
PrintJob(). Constructor for class java.awt.PrintJob
println(). Method in class java.io.PrintStream
Prints a newline character to this print stream's underlying output stream.
println(). Method in class java.io.PrintWriter
Finish the line.
println(boolean). Method in class java.io.PrintStream
Prints the string "true" followed by a newline character to this print stream's underlying output stream if the value of the boolean argument is true; otherwise prints the string "false" followed by a newline character to the underlying output stream.
println(boolean). Method in class java.io.PrintWriter
Print a boolean, and then finish the line.
println(char). Method in class java.io.PrintStream
Prints the low eight bits of the character argument followed by a newline character to this print stream's underlying output stream.
println(char). Method in class java.io.PrintWriter
Print a character, and then finish the line.
println(char[]). Method in class java.io.PrintStream
Prints the low eight bits of each of the characters in the character array, followed by a newline character, to this print stream's underlying output stream.
println(char[]). Method in class java.io.PrintWriter
Print an array of characters, and then finish the line.
println(double). Method in class java.io.PrintStream
Prints the string representation of the double followed by a newline to this print stream's underlying output stream.
println(double). Method in class java.io.PrintWriter
Print a double, and then finish the line.
println(float). Method in class java.io.PrintStream
Prints the string representation of the float followed by a newline to this print stream's underlying output stream.
println(float). Method in class java.io.PrintWriter
Print a float, and then finish the line.
println(int). Method in class java.io.PrintStream
Prints the string representation of the int followed by a newline to this print stream's underlying output stream.
println(int). Method in class java.io.PrintWriter
Print an integer, and then finish the line.
println(long). Method in class java.io.PrintStream
Prints the string representation of the long followed by a newline to this print stream's underlying output stream.
println(long). Method in class java.io.PrintWriter
Print a long, and then finish the line.
println(Object). Method in class java.io.PrintStream
Prints the string representation of the Object followed by a newline to this print stream's underlying output stream.
println(Object). Method in class java.io.PrintWriter
Print an Object, and then finish the line.
println(String). Static method in class java.sql.DriverManager
Print a message to the current JDBC log stream
println(String). Method in class java.io.PrintStream
If the string argument is null, the string "null" followed by a newline character is printed to this print stream's underlying output stream.
println(String). Method in class java.io.PrintWriter
Print a String, and then finish the line.
printStackTrace(). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print writer.
PrintStream(OutputStream). Constructor for class java.io.PrintStream
Constructs a new print stream that writes its output to the specified underlying output stream.
PrintStream(OutputStream, boolean). Constructor for class java.io.PrintStream
Constructs a new print stream that writes its output to the specified underlying output stream.
printToConsole(String). Method in interface sun.tools.debug.DebuggerCallback
Print text to the debugger's console window.
PrintWriter(OutputStream). Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean). Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PrintWriter(Writer). Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean). Constructor for class java.io.PrintWriter
Create a new PrintWriter.
PRIVATE. Static variable in class java.lang.reflect.Modifier
PRIVATE_USE. Static variable in class java.lang.Character
procedureColumnIn. Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - IN parameter.
procedureColumnInOut. Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - INOUT parameter.
procedureColumnOut. Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - OUT parameter.
procedureColumnResult. Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - result column in ResultSet.
procedureColumnReturn. Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - procedure return value.
procedureColumnUnknown. Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - nobody knows.
procedureNoNulls. Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - does not allow NULL values.
procedureNoResult. Static variable in interface java.sql.DatabaseMetaData
PROCEDURE_TYPE - Does not return a result.
procedureNullable. Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - allows NULL values.
procedureNullableUnknown. Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - nullability unknown.
procedureResultUnknown. Static variable in interface java.sql.DatabaseMetaData
PROCEDURE_TYPE - May return a result.
procedureReturnsResult. Static variable in interface java.sql.DatabaseMetaData
PROCEDURE_TYPE - Returns a result.
Process(). Constructor for class java.lang.Process
processActionEvent(ActionEvent). Method in class java.awt.Button
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.MenuItem
Processes action events occurring on this menu item by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent). Method in class java.awt.TextField
Processes action events occurring on this textfield by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent). Method in class java.awt.Scrollbar
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.
processComponentEvent(ComponentEvent). Method in class java.awt.Component
Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
processContainerEvent(ContainerEvent). Method in class java.awt.Container
Processes container events occurring on this container by dispatching them to any registered ContainerListener objects.
processEvent(AWTEvent). Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent). Method in class java.awt.Checkbox
Processes events on this checkbox.
processEvent(AWTEvent). Method in class java.awt.CheckboxMenuItem
Processes events on this checkbox menu item.
processEvent(AWTEvent). Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent). Method in class java.awt.Component
Processes events occurring on this component.
processEvent(AWTEvent). Method in class java.awt.Container
Processes events on this container.
processEvent(AWTEvent). Method in class java.awt.List
Processes events on this list.
processEvent(AWTEvent). Method in class java.awt.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent). Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent). Method in class java.awt.Scrollbar
Processes events on this scrollbar.
processEvent(AWTEvent). Method in class java.awt.TextComponent
Processes events on this textcomponent.
processEvent(AWTEvent). Method in class java.awt.TextField
Processes events on this textfield.
processEvent(AWTEvent). Method in class java.awt.Window
Processes events on this window.
processFocusEvent(FocusEvent). Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processItemEvent(ItemEvent). Method in class java.awt.Checkbox
Processes item events occurring on this checkbox by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this checkbox menu item by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.Choice
Processes item events occurring on this choice by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent). Method in class java.awt.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processKeyEvent(KeyEvent). Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processMouseEvent(MouseEvent). Method in class java.awt.Component
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseMotionEvent(MouseEvent). Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processTextEvent(TextEvent). Method in class java.awt.TextComponent
Processes text events occurring on this text component by dispatching them to any registered TextListener objects.
processWindowEvent(WindowEvent). Method in class java.awt.Window
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
PROPERTIES. Static variable in interface java.awt.image.ImageObserver
The properties of the image are now available.
Properties(). Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties). Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyChange(PropertyChangeEvent). Method in interface java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
PropertyChangeEvent(Object, String, Object, Object). Constructor for class java.beans.PropertyChangeEvent
PropertyChangeSupport(Object). Constructor for class java.beans.PropertyChangeSupport
PropertyDescriptor(String, Class). Constructor for class java.beans.PropertyDescriptor
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
PropertyDescriptor(String, Class, String, String). Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property.
PropertyDescriptor(String, Method, Method). Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
PropertyEditorManager(). Constructor for class java.beans.PropertyEditorManager
PropertyEditorSupport(). Constructor for class java.beans.PropertyEditorSupport
Constructor for use by derived PropertyEditor classes.
PropertyEditorSupport(Object). Constructor for class java.beans.PropertyEditorSupport
Constructor for use when a PropertyEditor is delegating to us.
propertyNames(). Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
PropertyResourceBundle(InputStream). Constructor for class java.util.PropertyResourceBundle
Creates a property resource
PropertyVetoException(String, PropertyChangeEvent). Constructor for class java.beans.PropertyVetoException
PROTECTED. Static variable in class java.lang.reflect.Modifier
ProtocolException(). Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
ProtocolException(String). Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
Provider(String, double, String). Constructor for class java.security.Provider
Constructs a provider with the specified name, version number, and information.
ProviderException(). Constructor for class java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String). Constructor for class java.security.ProviderException
Constructs a ProviderException with the specified detail message.
PUBLIC. Static variable in interface java.lang.reflect.Member
Identifies the set of all public members of a class or interface, including inherited members.
PUBLIC. Static variable in class java.lang.reflect.Modifier
push(Object). Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushBack(). Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream(InputStream). Constructor for class java.io.PushbackInputStream
Constructs a new pushback input stream that reads its input from the specified input stream.
PushbackInputStream(InputStream, int). Constructor for class java.io.PushbackInputStream
Creates a new input stream with a push back buffer of specified size.
PushbackReader(Reader). Constructor for class java.io.PushbackReader
Create a new pushback reader with a one-character pushback buffer.
PushbackReader(Reader, int). Constructor for class java.io.PushbackReader
Create a new pushback reader with a pushback buffer of the given size.
put(Object, Object). Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object). Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
putNextEntry(ZipEntry). Method in class java.util.zip.ZipOutputStream
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.

Q

quitEvent(). Method in interface sun.tools.debug.DebuggerCallback
The client interpreter has exited, either by returning from its main thread, or by calling System.exit().
quoteChar(int). Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

random(). Static method in class java.lang.Math
Returns a random number between 0.0 and 1.0.
Random(). Constructor for class java.util.Random
Creates a new random number generator.
Random(long). Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RandomAccessFile(File, String). Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessFile(String, String). Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RANDOMPIXELORDER. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
read(). Method in class java.io.BufferedInputStream
Reads the next byte of data from this buffered input stream.
read(). Method in class java.io.BufferedReader
Read a single character.
read(). Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.CharArrayReader
Read a single character.
read(). Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(). Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read(). Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(). Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.FilterReader
Read a single character.
read(). Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(). Method in class java.io.InputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.InputStreamReader
Read a single character.
read(). Method in class java.io.LineNumberInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.LineNumberReader
Read a single character.
read(). Method in interface java.io.ObjectInput
Reads a byte of data.
read(). Method in class java.io.ObjectInputStream
Reads a byte of data.
read(). Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(). Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.PushbackReader
Read a single character.
read(). Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(). Method in class java.io.Reader
Read a single character.
read(). Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.StringBufferInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.StringReader
Read a single character.
read(byte[]). Method in class java.io.DataInputStream
Reads up to byte.length bytes of data from this data input stream into an array of bytes.
read(byte[]). Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in class java.io.InputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[]). Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(byte[], int, int). Method in class java.io.BufferedInputStream
Reads up to len bytes of data from this buffered input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int). Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.DataInputStream
Reads up to len bytes of data from this data input stream into an array of bytes.
read(byte[], int, int). Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int). Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int). Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int). Method in class java.io.InputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.LineNumberInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int). Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.StringBufferInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read(char[]). Method in class java.io.Reader
Read characters into an array.
read(char[], int, int). Method in class java.io.BufferedReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.FilterReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.PipedReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.PushbackReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.StringReader
Read characters into a portion of an array.
read(DataInput). Static method in class java.rmi.server.UID
Get the uid from the input stream.
read(ObjectInput). Static method in class java.rmi.server.ObjID
The read method constructs an object id whose contents is read from the specified input stream.
readBoolean(). Method in interface java.io.DataInput
Reads a boolean value from the input stream.
readBoolean(). Method in class java.io.DataInputStream
Reads a boolean from this data input stream.
readBoolean(). Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean(). Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readByte(). Method in interface java.io.DataInput
Reads a signed 8-bit value from the input stream.
readByte(). Method in class java.io.DataInputStream
Reads a signed 8-bit value from this data input stream.
readByte(). Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.RandomAccessFile
Reads a signed 8-bit value from this file.
readChar(). Method in interface java.io.DataInput
Reads a Unicode char value from the input stream.
readChar(). Method in class java.io.DataInputStream
Reads a Unicode character from this data input stream.
readChar(). Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.RandomAccessFile
Reads a Unicode character from this file.
readDouble(). Method in interface java.io.DataInput
Reads a double value from the input stream.
readDouble(). Method in class java.io.DataInputStream
Reads a double from this data input stream.
readDouble(). Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.RandomAccessFile
Reads a double from this file.
Reader(). Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object). Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExternal(ObjectInput). Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFloat(). Method in interface java.io.DataInput
Reads a float value from the input stream.
readFloat(). Method in class java.io.DataInputStream
Reads a float from this data input stream.
readFloat(). Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.RandomAccessFile
Reads a float from this file.
readFully(byte[]). Method in interface java.io.DataInput
Reads b.length bytes into the byte array.
readFully(byte[]). Method in class java.io.DataInputStream
Reads b.length bytes from this data input stream into the byte array.
readFully(byte[]). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array.
readFully(byte[], int, int). Method in interface java.io.DataInput
Reads b.length bytes into the byte array.
readFully(byte[], int, int). Method in class java.io.DataInputStream
Reads exactly len bytes from this data input stream into the byte array.
readFully(byte[], int, int). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array.
readInt(). Method in interface java.io.DataInput
Reads an int value from the input stream.
readInt(). Method in class java.io.DataInputStream
Reads a signed 32-bit integer from this data input stream.
readInt(). Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine(). Method in class java.io.BufferedReader
Read a line of text.
readLine(). Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine(). Method in class java.io.DataInputStream
Reads the next line of text from this data input stream.
readLine(). Method in class java.io.LineNumberReader
Read a line of text.
readLine(). Method in class java.io.ObjectInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLong(). Method in interface java.io.DataInput
Reads a long value from the input stream.
readLong(). Method in class java.io.DataInputStream
Reads a signed 64-bit integer from this data input stream.
readLong(). Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readObject(). Method in interface java.io.ObjectInput
Read and return an object.
readObject(). Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readShort(). Method in interface java.io.DataInput
Reads a 16-bit value from the input stream.
readShort(). Method in class java.io.DataInputStream
Reads a signed 16-bit number from this data input stream.
readShort(). Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readStreamHeader(). Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readUnsignedByte(). Method in interface java.io.DataInput
Reads an unsigned 8-bit value from the input stream.
readUnsignedByte(). Method in class java.io.DataInputStream
Reads an unsigned 8-bit number from this data input stream.
readUnsignedByte(). Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.RandomAccessFile
Reads an unsigned 8-bit number from this file.
readUnsignedShort(). Method in interface java.io.DataInput
Reads an unsigned 16-bit value from the input stream.
readUnsignedShort(). Method in class java.io.DataInputStream
Reads an unsigned 16-bit number from this data input stream.
readUnsignedShort(). Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF(). Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(). Method in class java.io.DataInputStream
Reads in a string that has been encoded using a modified UTF-8 format from this data input stream.
readUTF(). Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.RandomAccessFile
Reads in a string from this file.
readUTF(DataInput). Static method in class java.io.DataInputStream
Reads in a string from the specified data input stream.
ready(). Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.StringReader
Tell whether this stream is ready to be read.
REAL. Static variable in class java.sql.Types
rebind(String, Remote). Static method in class java.rmi.Naming
Rebind the name to a new object; replaces any existing binding.
rebind(String, Remote). Method in interface java.rmi.registry.Registry
Rebind the name to a new object, replacing any existing binding.
receive(DatagramPacket). Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket). Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(int). Method in class java.io.PipedInputStream
Receives a byte of data.
Rectangle(). Constructor for class java.awt.Rectangle
Constructs a new rectangle, initialized to location (0, 0) and size (0, 0).
Rectangle(Dimension). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to the specified width and height.
Rectangle(int, int). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it with the specified width and height parameters.
Rectangle(int, int, int, int). Constructor for class java.awt.Rectangle
Constructs and initializes a rectangle with the specified parameters.
Rectangle(Point). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to the specified point.
Rectangle(Point, Dimension). Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to a specified point and dimension.
Rectangle(Rectangle). Constructor for class java.awt.Rectangle
Constructs a new rectangle, initialized to match the values of the specificed rectangle.
red. Static variable in class java.awt.Color
The color red.
ref. Variable in class java.rmi.server.RemoteObject
regionMatches(boolean, int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
registerDriver(Driver). Static method in class java.sql.DriverManager
A newly loaded driver class should call registerDriver to make itself known to the DriverManager.
registerEditor(Class, Class). Static method in class java.beans.PropertyEditorManager
Register an editor class to be used to editor values of a given target class.
registerOutParameter(int, int). Method in interface java.sql.CallableStatement
Before executing a stored procedure call, you must explicitly call registerOutParameter to register the java.sql.Type of each out parameter.
registerOutParameter(int, int, int). Method in interface java.sql.CallableStatement
Use this version of registerOutParameter for registering Numeric or Decimal out parameters.
registerValidation(ObjectInputValidation, int). Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
REGISTRY_ID. Static variable in class java.rmi.server.ObjID
well-known id for the registry
REGISTRY_PORT. Static variable in interface java.rmi.registry.Registry
Well known port for registry
registryImpl(int). Method in interface java.rmi.registry.RegistryHandler
Constructs and exports a Registry on the specified port.
registryStub(String, int). Method in interface java.rmi.registry.RegistryHandler
Returns a "stub" for contacting a remote registry on the specified host and port.
rehash(). Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
RELATIVE. Static variable in class java.awt.GridBagConstraints
releaseInputStream(). Method in interface java.rmi.server.RemoteCall
Release the input stream.
releaseOutputStream(). Method in interface java.rmi.server.RemoteCall
Release the output stream; in some transports this would release the stream.
REMAINDER. Static variable in class java.awt.GridBagConstraints
remainder(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this % val).
RemoteDebugger(String, DebuggerCallback, boolean). Constructor for class sun.tools.debug.RemoteDebugger
Create a remote debugger.

RemoteDebugger(String, String, DebuggerCallback, boolean). Constructor for class sun.tools.debug.RemoteDebugger
Create a remote debugger, connecting it with a running Java interpreter.

To connect to a running interpreter, it must be started with the "-debug" option, whereupon it will print out the password for that debugging session.

remoteEquals(RemoteRef). Method in interface java.rmi.server.RemoteRef
Compares two remote objects for equality.
RemoteException(). Constructor for class java.rmi.RemoteException
Create a remote exception
RemoteException(String). Constructor for class java.rmi.RemoteException
Create a remote exception with the specified string
RemoteException(String, Throwable). Constructor for class java.rmi.RemoteException
Create a remote exception with the specified string, and the exception specified.
remoteHashCode(). Method in interface java.rmi.server.RemoteRef
Returns a hashcode for a remote object.
RemoteInt(int). Constructor for class sun.tools.debug.RemoteInt
RemoteObject(). Constructor for class java.rmi.server.RemoteObject
Create a remote object.
RemoteObject(RemoteRef). Constructor for class java.rmi.server.RemoteObject
Create a remote object, initialized with the specified remote reference.
RemoteServer(). Constructor for class java.rmi.server.RemoteServer
RemoteServer(RemoteRef). Constructor for class java.rmi.server.RemoteServer
RemoteStub(). Constructor for class java.rmi.server.RemoteStub
Constructor for RemoteStub.
RemoteStub(RemoteRef). Constructor for class java.rmi.server.RemoteStub
Constructor for RemoteStub, with the specified remote reference.
remoteToString(). Method in interface java.rmi.server.RemoteRef
Returns a String that represents the reference of this remote object.
remove(ActionListener, ActionListener). Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener). Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(Component). Method in class java.awt.Container
Removes the specified component from this container.
remove(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener). Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(EventListener). Method in class java.awt.AWTEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(FocusListener, FocusListener). Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(int). Method in class java.awt.Choice
Removes an item from the choice menu.
remove(int). Method in interface java.awt.peer.ChoicePeer
remove(int). Method in class java.awt.Container
Removes the component at the specified index from this container.
remove(int). Method in class java.awt.List
Removes an item from the list.
remove(int). Method in class java.awt.Menu
Deletes the item from this menu at the specified index.
remove(int). Method in class java.awt.MenuBar
Removes the menu located at the specified index from the menu bar.
remove(ItemListener, ItemListener). Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener). Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MenuComponent). Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(MenuComponent). Method in class java.awt.Frame
Removes the specified menu bar from this Frame.
remove(MenuComponent). Method in class java.awt.Menu
Deletes the specified item from this menu.
remove(MenuComponent). Method in class java.awt.MenuBar
Removes the specified menu from the menu bar.
remove(MenuComponent). Method in interface java.awt.MenuContainer
remove(MouseListener, MouseListener). Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener). Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(Object). Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object). Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(String). Method in class java.awt.Choice
Remove the first occurrence of item from the choice menu.
remove(String). Method in class java.awt.List
Remove the first occurrence of item from the list.
remove(TextListener, TextListener). Static method in class java.awt.AWTEventMulticaster
remove(WindowListener, WindowListener). Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
removeActionListener(ActionListener). Method in class java.awt.Button
Removes the specified action listener so it no longer receives action events from this button.
removeActionListener(ActionListener). Method in class java.awt.List
Removes the specified action listener so it no longer receives action events from this list.
removeActionListener(ActionListener). Method in class java.awt.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
removeActionListener(ActionListener). Method in class java.awt.TextField
Removes the specified action listener so that it no longer receives action events from this textfield.
removeAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Removes the specified adjustment listener so that it no longer receives adjustment events from this scrollbar..
removeAll(). Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll(). Method in class java.awt.Container
Removes all the components from this container.
removeAll(). Method in class java.awt.List
Removes all items from the list.
removeAll(). Method in interface java.awt.peer.ListPeer
removeAll(). Method in class java.awt.Menu
Deletes all items from this menu.
removeAllElements(). Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeCertificate(Certificate). Method in class java.security.Identity
Removes a certificate from this identity.
removeComponentListener(ComponentListener). Method in class java.awt.Component
Removes the specified listener so it no longer receives component events from this component.
removeConsumer(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method removes the given ImageConsumer object from the list of consumers currently registered to receive image data.
removeConsumer(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Remove an ImageConsumer from the list of consumers interested in data for this image.
removeContainerListener(ContainerListener). Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
removeElement(Object). Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int). Method in class java.util.Vector
Deletes the component at the specified index.
removeEntry(Principal, AclEntry). Method in interface java.security.acl.Acl
Removes an ACL entry from this ACL.
removeFocusListener(FocusListener). Method in class java.awt.Component
Removes the specified focus listener so it no longer receives focus events from this component.
removeIdentity(Identity). Method in class java.security.IdentityScope
Removes an identity from this identity scope.
removeImage(Image). Method in class java.awt.MediaTracker
Remove the specified Image from this MediaTracker.
removeImage(Image, int). Method in class java.awt.MediaTracker
Remove the specified Image from the specified ID of this MediaTracker.
removeImage(Image, int, int, int). Method in class java.awt.MediaTracker
Remove the specified image with the specified size and ID from this MediaTracker.
removeInternal(EventListener, EventListener). Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeItemListener(ItemListener). Method in class java.awt.Checkbox
Removes the specified item listener so that it no longer receives item events from this checkbox.
removeItemListener(ItemListener). Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so it no longer receives item events from this checkbox menu item.
removeItemListener(ItemListener). Method in class java.awt.Choice
Removes the specified item listener so that it no longer receives item events from this choice.
removeItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener). Method in class java.awt.List
Removes the specified item listener so it no longer receives item events from this list.
removeKeyListener(KeyListener). Method in class java.awt.Component
Removes the specified key listener so it no longer receives key events from this component.
removeLayoutComponent(Component). Method in class java.awt.BorderLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.GridBagLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component). Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeMember(Principal). Method in interface java.security.acl.Group
Removes the specified member from the group.
removeMouseListener(MouseListener). Method in class java.awt.Component
Removes the specified mouse listener so it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener). Method in class java.awt.Component
Removes the specified mouse motion listener so it no longer receives mouse motion events from this component.
removeNotify(). Method in class java.awt.Component
Notifies the Component that it has been removed from its container and if a peers ecists, it destroys it.
removeNotify(). Method in class java.awt.Container
Notifies the container to remove its peer.
removeNotify(). Method in class java.awt.List
Removes the peer for this list.
removeNotify(). Method in class java.awt.Menu
Removes the menu's peer.
removeNotify(). Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify(). Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify(). Method in class java.awt.TextComponent
Removes the TextComponent's peer.
removePermission(Permission). Method in interface java.security.acl.AclEntry
Removes the specified permission from this ACL entry.
removePropertyChangeListener(PropertyChangeListener). Method in interface java.beans.Customizer
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener). Method in interface java.beans.PropertyEditor
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener). Method in class java.beans.PropertyEditorSupport
Remove a listener for the PropertyChange event.
removeProvider(String). Static method in class java.security.Security
Removes the provider with the specified name.
removeTextListener(TextListener). Method in class java.awt.TextComponent
Removes the specified text event listener so that it no longer receives text events from this textcomponent
removeVetoableChangeListener(VetoableChangeListener). Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeWindowListener(WindowListener). Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
renameTo(File). Method in class java.io.File
Renames the file specified by this File object to have the pathname given by the File argument.
repaint(). Method in class java.awt.Component
Repaints the component.
repaint(int, int, int, int). Method in class java.awt.Component
Repaints part of the component.
repaint(long). Method in class java.awt.Component
Repaints the component.
repaint(long, int, int, int, int). Method in class java.awt.Component
Repaints part of the component.
repaint(long, int, int, int, int). Method in interface java.awt.peer.ComponentPeer
replace(char, char). Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replaceItem(String, int). Method in class java.awt.List
Replaces the item at the given index.
replaceObject(Object). Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceRange(String, int, int). Method in class java.awt.TextArea
Replaces text from the indicated start to end position with the new text specified.
replaceRange(String, int, int). Method in interface java.awt.peer.TextAreaPeer
replaceText(String, int, int). Method in class java.awt.TextArea
replaceText(String, int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by ReplaceRange(String, int, int).
ReplicateScaleFilter(int, int). Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
requestFocus(). Method in class java.awt.Component
Requests the input focus.
requestFocus(). Method in interface java.awt.peer.ComponentPeer
requestTopDownLeftRightResend(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method is used by an ImageConsumer to request that the ImageProducer attempt to resend the image data one more time in TOPDOWNLEFTRIGHT order so that higher quality conversion algorithms which depend on receiving pixels in order can be used to produce a better output version of the image.
requestTopDownLeftRightResend(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
required. Variable in class java.sql.DriverPropertyInfo
"required" is true if a value must be supplied for this property during Driver.connect.
resendTopDownLeftRight(ImageProducer). Method in class java.awt.image.ImageFilter
Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer.
reset(). Method in class java.util.zip.Adler32
Resets checksum to initial value.
reset(). Method in class java.io.BufferedInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.BufferedReader
Reset the stream to the most recent mark.
reset(). Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset(). Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the ouput stream is discarded.
reset(). Method in class java.io.CharArrayReader
Reset the stream to the most recent mark, or to the beginning if it has never been marked.
reset(). Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset(). Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset(). Method in class java.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset(). Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset(). Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset(). Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.FilterReader
Reset the stream.
reset(). Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset(). Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.LineNumberInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset(). Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset(). Method in class java.security.MessageDigest
Resets the digest for further use.
reset(). Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset(). Method in class java.io.Reader
Reset the stream.
reset(). Method in class java.io.StringBufferInputStream
Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset(). Method in class java.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
resetCurrentFrameIndex(). Method in class sun.tools.debug.RemoteThread
Reset the current stackframe
resetSyntax(). Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reshape(int, int, int, int). Method in class java.awt.Component
reshape(int, int, int, int). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setBounds(int, int, int, int).
reshape(int, int, int, int). Method in class java.awt.Rectangle
resize(Dimension). Method in class java.applet.Applet
Requests that this applet be resized.
resize(Dimension). Method in class java.awt.Component
resize(int, int). Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int). Method in class java.awt.Component
resize(int, int). Method in class java.awt.Rectangle
resolveClass(Class). Method in class java.lang.ClassLoader
Resolves the class so that an instance of the class can be created, or so that one of its methods can be called.
resolveClass(ObjectStreamClass). Method in class java.io.ObjectInputStream
Subclasses may implement this method to allow classes to be fetched from an alternate source.
resolveObject(Object). Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
ResourceBundle(). Constructor for class java.util.ResourceBundle
responseCode. Variable in class java.net.HttpURLConnection
responseMessage. Variable in class java.net.HttpURLConnection
resume(). Method in class sun.tools.debug.RemoteThread
Resume execution of this thread.
resume(). Method in class java.lang.Thread
Resumes a suspended thread.
resume(). Method in class java.lang.ThreadGroup
Resumes all processes in this thread group.
reverse(). Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
RGBImageFilter(). Constructor for class java.awt.image.RGBImageFilter
RGBtoHSB(int, int, int, float[]). Static method in class java.awt.Color
Returns the HSB values corresponding to the color defined by the red, green, and blue components.
RIGHT. Static variable in class java.awt.Event
The right arrow action-key.
RIGHT. Static variable in class java.awt.FlowLayout
The right alignment variable.
right. Variable in class java.awt.Insets
The inset from the right.
RIGHT. Static variable in class java.awt.Label
The right alignment.
RIGHT_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentX().
rint(double). Static method in class java.lang.Math
returns the closest integer to the argument.
RMISecurityException(String). Constructor for class java.rmi.RMISecurityException
Constructs a RMISecurityException with no detail message.
RMISecurityException(String, String). Constructor for class java.rmi.RMISecurityException
Constructs a RMISecurityException with the specified detail message.
RMISecurityManager(). Constructor for class java.rmi.RMISecurityManager
Construct and initialize.
RMISocketFactory(). Constructor for class java.rmi.server.RMISocketFactory
roll(int, boolean). Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean). Method in class java.util.GregorianCalendar
Overrides Calendar Time Field Rolling function.
rollback(). Method in interface java.sql.Connection
Rollback drops all changes made since the previous commit/rollback and releases any database locks currently held by the Connection.
round(double). Static method in class java.lang.Math
Returns the closest long to the argument.
round(float). Static method in class java.lang.Math
Returns the closest int to the argument.
ROUND_CEILING. Static variable in class java.math.BigDecimal
If the BigDecimal is positive, behave as for ROUND_UP; if negative, behave as for ROUND_DOWN.
ROUND_DOWN. Static variable in class java.math.BigDecimal
Never increment the digit prior to a discarded fraction (i.e., truncate).
ROUND_FLOOR. Static variable in class java.math.BigDecimal
If the BigDecimal is positive, behave as for ROUND_DOWN; if negative behave as for ROUND_UP.
ROUND_HALF_DOWN. Static variable in class java.math.BigDecimal
Behave as for ROUND_UP if the discarded fraction is > .5; otherwise, behave as for ROUND_DOWN.
ROUND_HALF_EVEN. Static variable in class java.math.BigDecimal
Behave as for ROUND_HALF_UP if the digit to the left of the discarded fraction is odd; behave as for ROUND_HALF_DOWN if it's even.
ROUND_HALF_UP. Static variable in class java.math.BigDecimal
Behave as for ROUND_UP if the discarded fraction is >= .5; otherwise, behave as for ROUND_DOWN.
ROUND_UNNECESSARY. Static variable in class java.math.BigDecimal
This "pseudo-rounding-mode" is actually an assertion that the requested operation has an exact result, hence no rounding is necessary.
ROUND_UP. Static variable in class java.math.BigDecimal
Always increment the digit prior to a non-zero discarded fraction.
rowHeights. Variable in class java.awt.GridBagLayout
rowWeights. Variable in class java.awt.GridBagLayout
RuleBasedCollator(String). Constructor for class java.text.RuleBasedCollator
RuleBasedCollator constructor.
run(). Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run(). Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run(int, String[]). Method in class sun.tools.debug.RemoteDebugger
Load and run a runnable Java class, with any optional parameters.
runFinalization(). Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization(). Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
runFinalizersOnExit(boolean). Static method in class java.lang.Runtime
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
runFinalizersOnExit(boolean). Static method in class java.lang.System
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
RuntimeException(). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

S

S_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-resize cursor type.
S_RESIZE_CURSOR. Static variable in class java.awt.Frame
sameFile(URL). Method in class java.net.URL
Compares two URLs, excluding the "ref" fields.
SATURDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SAVE. Static variable in class java.awt.FileDialog
The file save variable.
save(OutputStream, String). Method in class java.util.Properties
Stores this property list to the specified output stream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster
scale(). Method in class java.math.BigDecimal
Returns the scale of this number.
SCALE_AREA_AVERAGING. Static variable in class java.awt.Image
Use the Area Averaging image scaling algorithm.
SCALE_DEFAULT. Static variable in class java.awt.Image
Use the default image scaling algorithm.
SCALE_FAST. Static variable in class java.awt.Image
Choose an image scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
SCALE_REPLICATE. Static variable in class java.awt.Image
Use the ReplicateScaleFilter image scaling algorithm.
SCALE_SMOOTH. Static variable in class java.awt.Image
Choose an image scaling algorithm that gives higher priority to image smoothness than scaling speed.
SCROLL_ABSOLUTE. Static variable in class java.awt.Event
The absolute scroll event.
SCROLL_BEGIN. Static variable in class java.awt.Event
The scroll begin event.
SCROLL_END. Static variable in class java.awt.Event
The scroll end event.
SCROLL_LINE_DOWN. Static variable in class java.awt.Event
The line down scroll event.
SCROLL_LINE_UP. Static variable in class java.awt.Event
The line up scroll event.
SCROLL_LOCK. Static variable in class java.awt.Event
The ScrollLock action-key.
SCROLL_PAGE_DOWN. Static variable in class java.awt.Event
The page down scroll event.
SCROLL_PAGE_UP. Static variable in class java.awt.Event
The page up scroll event.
scrollbar. Static variable in class java.awt.SystemColor
The background color for scrollbars.
SCROLLBAR. Static variable in class java.awt.SystemColor
The array index for the scrollbar background color.
Scrollbar(). Constructor for class java.awt.Scrollbar
Constructs a new vertical Scrollbar.
Scrollbar(int). Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation.
Scrollbar(int, int, int, int, int). Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation, value, page size, and minumum and maximum values.
SCROLLBARS_ALWAYS. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH. Static variable in class java.awt.TextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY. Static variable in class java.awt.TextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER. Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE. Static variable in class java.awt.TextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY. Static variable in class java.awt.TextArea
Create and display vertical scrollbar only.
ScrollPane(). Constructor for class java.awt.ScrollPane
Create a new scrollpane container with a scrollbar display policy of "as needed".
ScrollPane(int). Constructor for class java.awt.ScrollPane
Create a new scrollpane container.
SE_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-east-resize cursor type.
SE_RESIZE_CURSOR. Static variable in class java.awt.Frame
search(Object). Method in class java.util.Stack
Returns where an object is on this stack.
SECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
SECOND_FIELD. Static variable in class java.text.DateFormat
Useful constant for SECOND field alignment.
SECONDARY. Static variable in class java.text.Collator
Collator strength value.
secondaryOrder(int). Static method in class java.text.CollationElementIterator
Get the secondary order of a collation order.
SecureRandom(). Constructor for class java.security.SecureRandom
This empty constructor automatically seeds the generator.
SecureRandom(byte[]). Constructor for class java.security.SecureRandom
This constructor uses a user-provided seed in preference to the self-seeding algorithm referred to in the empty constructor description.
SecurityException(). Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String). Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityManager(). Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long). Method in class java.io.RandomAccessFile
Sets the offset from the beginning of this file at which the next read or write occurs.
select(int). Method in class java.awt.Choice
Selects the item with the specified postion.
select(int). Method in interface java.awt.peer.ChoicePeer
select(int). Method in class java.awt.List
Selects the item at the specified index.
select(int). Method in interface java.awt.peer.ListPeer
select(int, int). Method in class java.awt.TextComponent
Selects the text found between the specified start and end locations.
select(int, int). Method in interface java.awt.peer.TextComponentPeer
select(String). Method in class java.awt.Choice
Selects the item with the specified String.
selectAll(). Method in class java.awt.TextComponent
Selects all the text in the TextComponent.
SELECTED. Static variable in class java.awt.event.ItemEvent
The item selected state change type.
send(DatagramPacket). Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket). Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte). Method in class java.net.MulticastSocket
Sends a datagram packet to the destination, with a TTL (time- to-live) other than the default for the socket.
separator. Static variable in class java.io.File
The system-dependent path separator character.
separatorChar. Static variable in class java.io.File
The system-dependent path separator string.
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to the specified enumeration of input streams.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to read first from the input stream s1, and then from the input stream s2.
ServerCloneException(String). Constructor for class java.rmi.server.ServerCloneException
Create A remote exception with the specified string
ServerCloneException(String, Exception). Constructor for class java.rmi.server.ServerCloneException
Create A remote exception with the specified string, and the exception specified.
ServerError(String, Error). Constructor for class java.rmi.ServerError
Create a new "server error" exception with the string and the specified exception.
ServerException(String). Constructor for class java.rmi.ServerException
Create a new server exception with a descriptive string.
ServerException(String, Exception). Constructor for class java.rmi.ServerException
Create a new server exception with a descriptive string and an exception.
ServerNotActiveException(). Constructor for class java.rmi.server.ServerNotActiveException
Create a new exception.
ServerNotActiveException(String). Constructor for class java.rmi.server.ServerNotActiveException
ServerRuntimeException(String, Exception). Constructor for class java.rmi.ServerRuntimeException
Create a new runtime exception with the strings and the specified exception.
ServerSocket(int). Constructor for class java.net.ServerSocket
Creates a server socket on a specified port.
ServerSocket(int, int). Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number.
ServerSocket(int, int, InetAddress). Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
set(int). Method in class java.util.BitSet
Sets the bit specified by the index to true.
set(int, int). Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(Object, int, Object). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified new value.
set(Object, Object). Method in class java.lang.reflect.Field
Sets the field represented by this Field object on the specified object argument to the specified new value.
set(String, String, int, String, String). Method in class java.net.URL
Sets the fields of the URL.
setActionCommand(String). Method in class java.awt.Button
Sets the command name of the action event fired by this button.
setActionCommand(String). Method in class java.awt.MenuItem
Sets the command name of the action event fired by this menu item.
setAddress(InetAddress). Method in class java.net.DatagramPacket
setAlignment(int). Method in class java.awt.FlowLayout
Sets the alignment value for this layout.
setAlignment(int). Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAlignment(int). Method in interface java.awt.peer.LabelPeer
setAllowUserInteraction(boolean). Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAmPmStrings(String[]). Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAnimated(boolean). Method in class java.awt.image.MemoryImageSource
Change this memory image into a multi-frame animation or a single-frame static image depending on the animated parameter.
setAsciiStream(int, InputStream, int). Method in interface java.sql.PreparedStatement
When a very large ASCII value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setAsText(String). Method in interface java.beans.PropertyEditor
Set the property value by parsing a given String.
setAsText(String). Method in class java.beans.PropertyEditorSupport
Set the property value by parsing a given String.
setAutoCommit(boolean). Method in interface java.sql.Connection
If a connection is in auto-commit mode, then all its SQL statements will be executed and committed as individual transactions.
setBackground(Color). Method in class java.awt.Component
Sets the background color.
setBackground(Color). Method in interface java.awt.peer.ComponentPeer
setBeanInfoSearchPath(String[]). Static method in class java.beans.Introspector
Change the list of package names that will be used for finding BeanInfo classes.
setBigDecimal(int, BigDecimal). Method in interface java.sql.PreparedStatement
Set a parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int). Method in interface java.sql.PreparedStatement
When a very large binary value is input to a LONGVARBINARY parameter, it may be more practical to send it via a java.io.InputStream.
setBit(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this number with the designated bit set.
setBlockIncrement(int). Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class java.awt.Scrollbar
Sets the block increment for this scrollbar.
setBoolean(int, boolean). Method in interface java.sql.PreparedStatement
Set a parameter to a Java boolean value.
setBoolean(Object, boolean). Method in class java.lang.reflect.Field
Set the value of a field as a boolean on specified object.
setBoolean(Object, int, boolean). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBound(boolean). Method in class java.beans.PropertyDescriptor
Updates to "bound" properties will cause a "PropertyChange" event to get fired when the property is changed.
setBounds(int, int, int, int). Method in class java.awt.Component
Reshapes the Component to the specified bounding box.
setBounds(int, int, int, int). Method in interface java.awt.peer.ComponentPeer
setBounds(int, int, int, int). Method in class java.awt.Rectangle
Set the bounds of this rectangle to the specified x, y, width, and height.
setBounds(Rectangle). Method in class java.awt.Component
Reshapes the Component to the specified bounding box.
setBounds(Rectangle). Method in class java.awt.Rectangle
Set the bounds of this rectangle to match the specified rectangle.
setBreakpointLine(int). Method in class sun.tools.debug.RemoteClass
Set a breakpoint at a specified source line number in a class.
setBreakpointMethod(RemoteField). Method in class sun.tools.debug.RemoteClass
Set a breakpoint at the first line of a class method.
setByte(int, byte). Method in interface java.sql.PreparedStatement
Set a parameter to a Java byte value.
setByte(Object, byte). Method in class java.lang.reflect.Field
Set the value of a field as a byte on specified object.
setByte(Object, int, byte). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified boolean value.
setBytes(int, byte[]). Method in interface java.sql.PreparedStatement
Set a parameter to a Java array of bytes.
setCalendar(Calendar). Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCaretPosition(int). Method in class java.awt.TextComponent
Sets the position of the text insertion caret for the TextComponent
setCaretPosition(int). Method in interface java.awt.peer.TextComponentPeer
setCatalog(String). Method in interface java.sql.Connection
A sub-space of this Connection's database may be selected by setting a catalog name.
setChanged(). Method in class java.util.Observable
Indicates that this object has changed.
setChar(Object, char). Method in class java.lang.reflect.Field
Set the value of a field as a char on specified object.
setChar(Object, int, char). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified byte value.
setCharAt(int, char). Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setCheckboxGroup(CheckboxGroup). Method in class java.awt.Checkbox
Sets the CheckboxGroup to the specified group.
setCheckboxGroup(CheckboxGroup). Method in interface java.awt.peer.CheckboxPeer
setChoices(double[], String[]). Method in class java.text.ChoiceFormat
Set the choices to be used in formatting.
setClip(int, int, int, int). Method in class java.awt.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape). Method in class java.awt.Graphics
Set the current clipping area to an arbitrary clip shape.
setColor(Color). Method in class java.awt.Graphics
Sets the current color to the specified color.
setColorModel(ColorModel). Method in interface java.awt.image.ImageConsumer
The ColorModel object used for the majority of the pixels reported using the setPixels method calls.
setColorModel(ColorModel). Method in class java.awt.image.ImageFilter
Filter the information provided in the setColorModel method of the ImageConsumer interface.
setColorModel(ColorModel). Method in class java.awt.image.PixelGrabber
The setColorModel method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setColorModel(ColorModel). Method in class java.awt.image.RGBImageFilter
If the ColorModel is an IndexColorModel, and the subclass has set the canFilterIndexColorModel flag to true, we substitute a filtered version of the color model here and wherever that original ColorModel object appears in the setPixels methods.
setColumns(int). Method in class java.awt.GridLayout
Sets the number of columns in this layout.
setColumns(int). Method in class java.awt.TextArea
Sets the number of columns for this TextArea.
setColumns(int). Method in class java.awt.TextField
Sets the number of columns in this TextField.
setComment(String). Method in class java.util.zip.ZipEntry
Sets the optional comment string for the entry.
setComment(String). Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
setConstrained(boolean). Method in class java.beans.PropertyDescriptor
Attempted updates to "Constrained" properties will cause a "VetoableChange" event to get fired when the property is changed.
setConstraints(Component, GridBagConstraints). Method in class java.awt.GridBagLayout
Sets the constraints for the specified component.
setContentHandlerFactory(ContentHandlerFactory). Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContents(Transferable, ClipboardOwner). Method in class java.awt.datatransfer.Clipboard
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents.
setCrc(long). Method in class java.util.zip.ZipEntry
Sets the CRC-32 checksum of the uncompressed entry data.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
setCurrentFrameIndex(int). Method in class sun.tools.debug.RemoteThread
Set the current stackframe index
setCursor(Cursor). Method in class java.awt.Component
Set the cursor image to a predefined cursor.
setCursor(Cursor). Method in interface java.awt.peer.ComponentPeer
setCursor(int). Method in class java.awt.Frame
setCursorName(String). Method in interface java.sql.Statement
setCursorname defines the SQL cursor name that will be used by subsequent Statement execute methods.
setDaemon(boolean). Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[]). Method in class java.net.DatagramPacket
setDate(int). Method in class java.util.Date
Sets the day of the month of this date to the specified value.
setDate(int). Method in class java.sql.Time
Sets the day of the month of this date to the specified value.
setDate(int, Date). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Date value.
setDateFormatSymbols(DateFormatSymbols). Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDecimalFormatSymbols(DecimalFormatSymbols). Method in class java.text.DecimalFormat
Sets the decimal format symbols, which is generally not changed by the programmer or user.
setDecimalSeparator(char). Method in class java.text.DecimalFormatSymbols
setDecimalSeparatorAlwaysShown(boolean). Method in class java.text.DecimalFormat
Allows you to set the behavior of the decimal separator with integers.
setDecomposition(int). Method in class java.text.Collator
Set the decomposition mode of this Collator.
setDefault(Locale). Static method in class java.util.Locale
Sets the default.
setDefault(TimeZone). Static method in class java.util.TimeZone
Sets time zone to using the given TimeZone.
setDefaultAllowUserInteraction(boolean). Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultRequestProperty(String, String). Static method in class java.net.URLConnection
Sets the default value of a general request property.
setDefaultStream(PrintStream). Static method in class java.rmi.server.LogStream
Set the default stream for new logs.
setDefaultUseCaches(boolean). Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDesignTime(boolean). Static method in class java.beans.Beans
Used to indicate whether of not we are running in an application builder environment.
setDictionary(byte[]). Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[]). Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDictionary(byte[], int, int). Method in class java.util.zip.Deflater
Sets preset dictionary for compression.
setDictionary(byte[], int, int). Method in class java.util.zip.Inflater
Sets the preset dictionary to the given array of bytes.
setDigit(char). Method in class java.text.DecimalFormatSymbols
setDimensions(int, int). Method in class java.awt.image.CropImageFilter
Override the source image's dimensions and pass the dimensions of the rectangular cropped region to the ImageConsumer.
setDimensions(int, int). Method in interface java.awt.image.ImageConsumer
The dimensions of the source image are reported using the setDimensions method call.
setDimensions(int, int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setDimensions method of the ImageConsumer interface.
setDimensions(int, int). Method in class java.awt.image.PixelGrabber
The setDimensions method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setDimensions(int, int). Method in class java.awt.image.ReplicateScaleFilter
Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setDirectory(String). Method in class java.awt.FileDialog
Set the directory of the Dialog to the specified directory.
setDirectory(String). Method in interface java.awt.peer.FileDialogPeer
setDisplayName(String). Method in class java.beans.FeatureDescriptor
setDoInput(boolean). Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDoOutput(boolean). Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDouble(int, double). Method in interface java.sql.PreparedStatement
Set a parameter to a Java double value.
setDouble(Object, double). Method in class java.lang.reflect.Field
Set the value of a field as a double on specified object.
setDouble(Object, int, double). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified double value.
setEchoChar(char). Method in class java.awt.TextField
Sets the echo character for this TextField.
setEchoChar(char). Method in interface java.awt.peer.TextFieldPeer
setEchoCharacter(char). Method in class java.awt.TextField
setEchoCharacter(char). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by setEchoChar(char echoChar).
setEditable(boolean). Method in class java.awt.TextComponent
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
setEditable(boolean). Method in interface java.awt.peer.TextComponentPeer
setEditorSearchPath(String[]). Static method in class java.beans.PropertyEditorManager
Change the list of package names that will be used for finding property editors.
setElementAt(Object, int). Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean). Method in class java.awt.Component
Enables a component.
setEnabled(boolean). Method in interface java.awt.peer.ComponentPeer
setEnabled(boolean). Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setEnabled(boolean). Method in interface java.awt.peer.MenuItemPeer
setEndRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setEras(String[]). Method in class java.text.DateFormatSymbols
Sets era strings.
setErr(PrintStream). Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError(). Method in class java.io.PrintStream
Indicates that an error has occurred.
setError(). Method in class java.io.PrintWriter
Indicate that an error has occurred.
setEscapeProcessing(boolean). Method in interface java.sql.Statement
If escape scanning is on (the default), the driver will do escape substitution before sending the SQL to the database.
setExpert(boolean). Method in class java.beans.FeatureDescriptor
The "expert" flag is used to distinguish between features that are intended for expert users from those that are intended for normal users.
setExtra(byte[]). Method in class java.util.zip.ZipEntry
Sets the optional extra field data for the entry.
setFailureHandler(RMIFailureHandler). Static method in class java.rmi.server.RMISocketFactory
Set the failure handler to be called by the RMI runtime if socket creation fails.
setField(int, boolean). Method in class sun.tools.debug.RemoteObject
Set a boolean instance variable, specified by slot.
setField(int, char). Method in class sun.tools.debug.RemoteObject
Set a char instance variable, specified by slot.
setField(int, double). Method in class sun.tools.debug.RemoteObject
Set a double instance variable, specified by slot.
setField(int, float). Method in class sun.tools.debug.RemoteObject
Set a float instance variable, specified by slot.
setField(int, int). Method in class sun.tools.debug.RemoteObject
Set an int instance variable, specified by slot.
setField(int, long). Method in class sun.tools.debug.RemoteObject
Set a long instance variable, specified by slot.
setField(int, RemoteObject). Method in class sun.tools.debug.RemoteObject
Set an object instance variable, specified by slot.
setField(String, boolean). Method in class sun.tools.debug.RemoteObject
Set a boolean instance variable, specified by name.
setField(String, char). Method in class sun.tools.debug.RemoteObject
Set a char instance variable, specified by name.
setField(String, double). Method in class sun.tools.debug.RemoteObject
Set a double instance variable, specified by name.
setField(String, float). Method in class sun.tools.debug.RemoteObject
Set a float instance variable, specified by name.
setField(String, int). Method in class sun.tools.debug.RemoteObject
Set an int instance variable, specified by name.
setField(String, long). Method in class sun.tools.debug.RemoteObject
Set a long instance variable, specified by name.
setField(String, RemoteObject). Method in class sun.tools.debug.RemoteObject
Set an object instance variable, specified by name.
setFile(String). Method in class java.awt.FileDialog
Sets the file for this dialog to the specified file.
setFile(String). Method in interface java.awt.peer.FileDialogPeer
setFilenameFilter(FilenameFilter). Method in class java.awt.FileDialog
Sets the filter for this dialog to the specified filter.
setFilenameFilter(FilenameFilter). Method in interface java.awt.peer.FileDialogPeer
setFirstDayOfWeek(int). Method in class java.util.Calendar
Sets what the first day of the week is; e.g., Sunday in US, Monday in France.
setFloat(int, float). Method in interface java.sql.PreparedStatement
Set a parameter to a Java float value.
setFloat(Object, float). Method in class java.lang.reflect.Field
Set the value of a field as a float on specified object.
setFloat(Object, int, float). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified float value.
setFollowRedirects(boolean). Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font). Method in class java.awt.Component
Sets the font of the component.
setFont(Font). Method in interface java.awt.peer.ComponentPeer
setFont(Font). Method in class java.awt.Graphics
Sets the font for all subsequent text rendering operations.
setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this MenuItem to the specified font.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color.
setForeground(Color). Method in interface java.awt.peer.ComponentPeer
setFormat(int, Format). Method in class java.text.MessageFormat
Sets formats individually to use on parameters.
setFormats(Format[]). Method in class java.text.MessageFormat
Sets formats to use on parameters.
setFullBufferUpdates(boolean). Method in class java.awt.image.MemoryImageSource
Specify whether this animated memory image should always be updated by sending the complete buffer of pixels whenever there is a change.
setGregorianChange(Date). Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setGroupingSeparator(char). Method in class java.text.DecimalFormatSymbols
setGroupingSize(int). Method in class java.text.DecimalFormat
Set the grouping size.
setGroupingUsed(boolean). Method in class java.text.NumberFormat
Set whether or not grouping will be used in this format.
setGuiAvailable(boolean). Static method in class java.beans.Beans
Used to indicate whether of not we are running in an environment where GUI interaction is available.
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu to the specified menu on the menu bar.
setHgap(int). Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.CardLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.FlowLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.GridLayout
Sets the horizontal gap between components.
setHidden(boolean). Method in class java.beans.FeatureDescriptor
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setHints(int). Method in class java.awt.image.AreaAveragingScaleFilter
Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work.
setHints(int). Method in interface java.awt.image.ImageConsumer
The ImageProducer can deliver the pixels in any order, but the ImageConsumer may be able to scale or convert the pixels to the destination ColorModel more efficiently or with higher quality if it knows some information about how the pixels will be delivered up front.
setHints(int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setHints method of the ImageConsumer interface.
setHints(int). Method in class java.awt.image.PixelGrabber
The setHints method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setHours(int). Method in class java.sql.Date
Sets the hour of this date to the specified value.
setHours(int). Method in class java.util.Date
Sets the hour of this date to the specified value.
setHumanPresentableName(String). Method in class java.awt.datatransfer.DataFlavor
Sets the human presentable name for the data format that this DataFlavor represents.
setIconImage(Image). Method in class java.awt.Frame
Sets the image to display when this Frame is iconized.
setIconImage(Image). Method in interface java.awt.peer.FramePeer
setID(String). Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long). Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIn(InputStream). Static method in class java.lang.System
Reassigns the "standard" input stream.
setInDefaultEventSet(boolean). Method in class java.beans.EventSetDescriptor
Mark an event set as being in the "default" set (or not).
setIndex(int). Method in interface java.text.CharacterIterator
Set the position to the specified position in the text and return that character.
setIndex(int). Method in class java.text.ParsePosition
Set the current parse position.
setIndex(int). Method in class java.text.StringCharacterIterator
Set the position to specified position in the text and return that character.
setInfinity(String). Method in class java.text.DecimalFormatSymbols
setInfo(String). Method in class java.security.Identity
Specifies a general information string for this identity.
setInput(byte[]). Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[]). Method in class java.util.zip.Inflater
Sets input data for decompression.
setInput(byte[], int, int). Method in class java.util.zip.Deflater
Sets input data for compression.
setInput(byte[], int, int). Method in class java.util.zip.Inflater
Sets input data for decompression.
setInt(int, int). Method in interface java.sql.PreparedStatement
Set a parameter to a Java int value.
setInt(Object, int). Method in class java.lang.reflect.Field
Set the value of a field as an int on specified object.
setInt(Object, int, int). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified int value.
setInterface(InetAddress). Method in class java.net.MulticastSocket
Set the outgoing network interface for multicast packets on this socket, to other than the system default.
setKeyChar(char). Method in class java.awt.event.KeyEvent
setKeyCode(int). Method in class java.awt.event.KeyEvent
setKeyPair(KeyPair). Method in class java.security.Signer
Sets the key pair (public key and private key) for this signer.
setLabel(String). Method in class java.awt.Button
Sets the button with the specified label.
setLabel(String). Method in interface java.awt.peer.ButtonPeer
setLabel(String). Method in class java.awt.Checkbox
Sets this check box's label to be the specified string.
setLabel(String). Method in interface java.awt.peer.CheckboxPeer
setLabel(String). Method in class java.awt.MenuItem
Sets the label to be the specified label.
setLabel(String). Method in interface java.awt.peer.MenuItemPeer
setLayout(LayoutManager). Method in class java.awt.Container
Sets the layout manager for this container.
setLayout(LayoutManager). Method in class java.awt.ScrollPane
Sets the layout manager for this container.
setLength(int). Method in class java.net.DatagramPacket
setLength(int). Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLenient(boolean). Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLenient(boolean). Method in class java.text.DateFormat
Specify whether or not date/time parsing is to be lenient.
setLevel(int). Method in class java.util.zip.Deflater
Sets the current compression level to the specified value.
setLevel(int). Method in class java.util.zip.ZipOutputStream
Sets the compression level for subsequent entries which are DEFLATED.
setLineIncrement(int). Method in class java.awt.Scrollbar
setLineIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the line number to the specified argument.
setLineNumber(int). Method in class java.io.LineNumberReader
Set the current line number.
setLocale(Locale). Method in class java.awt.Component
Sets the locale of the component.
setLocale(Locale). Method in class java.text.MessageFormat
Constructs with the specified pattern and formats for the arguments in that pattern.
setLocalPatternChars(String). Method in class java.text.DateFormatSymbols
Sets localized date-time pattern characters.
setLocation(int, int). Method in class java.awt.Component
Moves the Component to a new location.
setLocation(int, int). Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(int, int). Method in class java.awt.Rectangle
Moves the rectangle to have the specificed location.
setLocation(Point). Method in class java.awt.Component
Moves the Component to a new location.
setLocation(Point). Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(Point). Method in class java.awt.Rectangle
Moves the rectangle to have the specificed location.
setLog(OutputStream). Static method in class java.rmi.server.RemoteServer
Log RMI calls to the output stream out.
setLoginTimeout(int). Static method in class java.sql.DriverManager
Set the maximum time in seconds that all drivers can wait when attempting to log in to a database.
setLogStream(PrintStream). Static method in class java.sql.DriverManager
Set the logging/tracing PrintStream that is used by the DriverManager and all drivers.
setLong(int, long). Method in interface java.sql.PreparedStatement
Set a parameter to a Java long value.
setLong(Object, int, long). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified long value.
setLong(Object, long). Method in class java.lang.reflect.Field
Set the value of a field as a long on specified object.
setMaxFieldSize(int). Method in interface java.sql.Statement
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR fields.
setMaximum(int). Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class java.awt.Scrollbar
Sets the maximum value for this Scrollbar.
setMaximumFractionDigits(int). Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaximumIntegerDigits(int). Method in class java.text.NumberFormat
Sets the maximum number of digits allowed in the integer portion of a number.
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMaxRows(int). Method in interface java.sql.Statement
The maxRows limit is set to limit the number of rows that any ResultSet can contain.
setMenuBar(MenuBar). Method in class java.awt.Frame
Sets the menubar for this Frame to the specified menubar.
setMenuBar(MenuBar). Method in interface java.awt.peer.FramePeer
setMessageDigest(MessageDigest). Method in class java.security.DigestInputStream
Associates the specified message digest with this stream.
setMessageDigest(MessageDigest). Method in class java.security.DigestOutputStream
Associates the specified message digest with this stream.
setMethod(int). Method in class java.util.zip.ZipEntry
Sets the compression method for the entry.
setMethod(int). Method in class java.util.zip.ZipOutputStream
Sets the default compression method for subsequent entries.
setMinimalDaysInFirstWeek(int). Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1.
setMinimum(int). Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setMinimum(int). Method in class java.awt.Scrollbar
Sets the minimum value for this Scrollbar.
setMinimumFractionDigits(int). Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumIntegerDigits(int). Method in class java.text.NumberFormat
Sets the minimum number of digits allowed in the integer portion of a number.
setMinusSign(char). Method in class java.text.DecimalFormatSymbols
setMinutes(int). Method in class java.sql.Date
Sets the minutes of this date to the specified value.
setMinutes(int). Method in class java.util.Date
Sets the minutes of this date to the specified value.
setModal(boolean). Method in class java.awt.Dialog
Specifies whether this Dialog is modal.
setMode(int). Method in class java.awt.FileDialog
Sets the mode of the file dialog.
setModifiers(int). Method in class java.awt.event.KeyEvent
setMonth(int). Method in class java.util.Date
Sets the month of this date to the specified value.
setMonth(int). Method in class java.sql.Time
Sets the month of this date to the specified value.
setMonths(String[]). Method in class java.text.DateFormatSymbols
Sets month strings.
setMultipleMode(boolean). Method in class java.awt.List
Sets whether this list should allow multiple selections or not.
setMultipleMode(boolean). Method in interface java.awt.peer.ListPeer
setMultipleSelections(boolean). Method in class java.awt.List
setMultipleSelections(boolean). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by setMultipleMode(boolean).
setMultiplier(int). Method in class java.text.DecimalFormat
Set the multiplier for use in percent, permill, etc.
setName(Principal, String). Method in interface java.security.acl.Acl
Sets the name of this ACL.
setName(String). Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String). Method in class java.beans.FeatureDescriptor
setName(String). Method in class java.awt.MenuComponent
Sets the name of the component to the specified string.
setName(String). Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNaN(String). Method in class java.text.DecimalFormatSymbols
setNanos(int). Method in class java.sql.Timestamp
Set the Timestamp's nanos value
setNegativePermissions(). Method in interface java.security.acl.AclEntry
Sets this ACL entry to be a negative one.
setNegativePrefix(String). Method in class java.text.DecimalFormat
Set the negative prefix.
setNegativeSuffix(String). Method in class java.text.DecimalFormat
Set the positive suffix.
setNextException(SQLException). Method in class java.sql.SQLException
Add an SQLException to the end of the chain.
setNextWarning(SQLWarning). Method in class java.sql.SQLWarning
Add an SQLWarning to the end of the chain.
setNull(int, int). Method in interface java.sql.PreparedStatement
Set a parameter to SQL NULL.
setNumberFormat(NumberFormat). Method in class java.text.DateFormat
Allows you to set the number formatter.
setObject(int, Object). Method in interface java.sql.PreparedStatement

Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.

setObject(int, Object, int). Method in interface java.sql.PreparedStatement
This method is like setObject above, but assumes a scale of zero.
setObject(int, Object, int, int). Method in interface java.sql.PreparedStatement

Set the value of a parameter using an object; use the java.lang equivalent objects for integral values.

setObject(Object). Method in interface java.beans.Customizer
Set the object to be customized.
setOrientation(int). Method in class java.awt.Scrollbar
Sets the orientation for this Scrollbar.
setOut(PrintStream). Static method in class java.lang.System
Reassigns the "standard" output stream.
setOutputStream(OutputStream). Method in class java.rmi.server.LogStream
Set the stream to which output from this log is sent.
setPageIncrement(int). Method in class java.awt.Scrollbar
setPageIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setPaintMode(). Method in class java.awt.Graphics
Sets the logical pixel operation function to the Paint, or overwrite mode.
setParameter(String, Object). Method in class java.security.Signature
Sets the specified algorithm parameter to the specified value.
setParent(ResourceBundle). Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setParseIntegerOnly(boolean). Method in class java.text.NumberFormat
Sets whether or not numbers should be parsed as integers only.
setPatternSeparator(char). Method in class java.text.DecimalFormatSymbols
setPercent(char). Method in class java.text.DecimalFormatSymbols
setPerMill(char). Method in class java.text.DecimalFormatSymbols
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.CropImageFilter
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, byte[], int, int). Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.CropImageFilter
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, int[], int, int). Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel, otherwise converts the buffer of integer pixels to the default RGB ColorModel and passes the converted buffer to the filterRGBPixels method to be converted one by one.
setPort(int). Method in class java.net.DatagramPacket
setPositivePrefix(String). Method in class java.text.DecimalFormat
Set the positive prefix.
setPositiveSuffix(String). Method in class java.text.DecimalFormat
Set the positive suffix.
setPrincipal(Principal). Method in interface java.security.acl.AclEntry
Specifies the principal for which permissions are granted or denied by this ACL entry.
setPriority(int). Method in class java.lang.Thread
Changes the priority of this thread.
setPropagationId(Object). Method in class java.beans.PropertyChangeEvent
setProperties(Hashtable). Method in class java.awt.image.CropImageFilter
Passes along the properties from the source object after adding a property indicating the cropped region.
setProperties(Hashtable). Method in interface java.awt.image.ImageConsumer
Sets the extensible list of properties associated with this image.
setProperties(Hashtable). Method in class java.awt.image.ImageFilter
Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through.
setProperties(Hashtable). Method in class java.awt.image.PixelGrabber
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setProperties(Hashtable). Method in class java.awt.image.ReplicateScaleFilter
Passes along the properties from the source object after adding a property indicating the scale applied.
setProperties(Properties). Static method in class java.lang.System
Sets the system properties to the Properties argument.
setProperty(String, String). Static method in class java.security.Security
Sets a security property.
setPropertyEditorClass(Class). Method in class java.beans.PropertyDescriptor
Normally PropertyEditors will be found using the PropertyEditorManager.
setPublicKey(PublicKey). Method in class java.security.Identity
Sets this identity's public key.
setQueryTimeout(int). Method in interface java.sql.Statement
The queryTimeout limit is the number of seconds the driver will wait for a Statement to execute.
setRawOffset(int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setRawOffset(int). Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setReadOnly(boolean). Method in interface java.sql.Connection
You can put a connection in read-only mode as a hint to enable database optimizations.
setRef(RemoteStub, RemoteRef). Static method in class java.rmi.server.RemoteStub
setRequestMethod(String). Method in class java.net.HttpURLConnection
Set the method for the URL request, one of:
  • GET
  • POST
  • HEAD
  • OPTIONS
  • PUT
  • DELETE
  • TRACE
are legal, subject to protocol restrictions.
setRequestProperty(String, String). Method in class java.net.URLConnection
Sets the general request property.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in interface java.awt.peer.DialogPeer
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag.
setResizable(boolean). Method in interface java.awt.peer.FramePeer
setRows(int). Method in class java.awt.GridLayout
Sets the number of rows in this layout.
setRows(int). Method in class java.awt.TextArea
Sets the number of rows for this TextArea.
setScale(int). Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is exactly equal to this number's.
setScale(int, int). Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose integer value is determined by multiplying or dividing this BigDecimal's integer value by the appropriate power of ten to maintain the overall value.
setScrollPosition(int, int). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setScrollPosition(int, int). Method in interface java.awt.peer.ScrollPanePeer
setScrollPosition(Point). Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setSeconds(int). Method in class java.sql.Date
Sets the seconds of this date to the specified value.
setSeconds(int). Method in class java.util.Date
Sets the seconds of this date to the specified value.
setSecurityManager(SecurityManager). Static method in class java.lang.System
Sets the System security.
setSeed(byte[]). Method in class java.security.SecureRandom
Reseeds this random object.
setSeed(long). Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSeed(long). Method in class java.security.SecureRandom
Reseeds this random object, using the eight bytes contained in the given long seed.
setSelectedCheckbox(Checkbox). Method in class java.awt.CheckboxGroup
Sets the current choice to the specified Checkbox.
setSelectionEnd(int). Method in class java.awt.TextComponent
Sets the selection end to the specified position.
setSelectionStart(int). Method in class java.awt.TextComponent
Sets the selection start to the specified position.
setShort(int, short). Method in interface java.sql.PreparedStatement
Set a parameter to a Java short value.
setShort(Object, int, short). Static method in class java.lang.reflect.Array
Sets the value of the indexed component of the specified array object to the specified short value.
setShort(Object, short). Method in class java.lang.reflect.Field
Set the value of a field as a short on specified object.
setShortcut(MenuShortcut). Method in class java.awt.MenuItem
Set this MenuItem's MenuShortcut.
setShortDescription(String). Method in class java.beans.FeatureDescriptor
You can associate a short descriptive string with a feature.
setShortMonths(String[]). Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]). Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSigners(Class, Object[]). Method in class java.lang.ClassLoader
Sets the signers of a class.
setSize(Dimension). Method in class java.awt.Component
Resizes the Component to the specified dimension.
setSize(Dimension). Method in class java.awt.Dimension
Set the size of this Dimension object to match the specified size.
setSize(Dimension). Method in class java.awt.Rectangle
Set the size of this rectangle to match the specified size.
setSize(int). Method in class java.util.Vector
Sets the size of this vector.
setSize(int, int). Method in class java.awt.Component
Resizes the Component to the specified width and height.
setSize(int, int). Method in class java.awt.Dimension
Set the size of this Dimension object to the specified width and height.
setSize(int, int). Method in class java.awt.Rectangle
Set the size of this rectangle to the specified width and height.
setSize(long). Method in class java.util.zip.ZipEntry
Sets the uncompressed size of the entry data.
setSocketFactory(RMISocketFactory). Static method in class java.rmi.server.RMISocketFactory
Set the socket factory from which RMI gets sockets.
setSocketFactory(SocketImplFactory). Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketImplFactory(SocketImplFactory). Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int). Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time.
setSoTimeout(int). Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSourcePath(String). Method in class sun.tools.debug.RemoteDebugger
Specify the list of paths to use when searching for a source file.
setStartRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartYear(int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting year.
setState(boolean). Method in class java.awt.Checkbox
Sets the Checkbox to the specifed boolean state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets the state of this MenuItem if it is a Checkbox.
setState(boolean). Method in interface java.awt.peer.CheckboxMenuItemPeer
setState(boolean). Method in interface java.awt.peer.CheckboxPeer
setStrategy(int). Method in class java.util.zip.Deflater
Sets the compression strategy to the specified value.
setStrength(int). Method in class java.text.Collator
Sets this Collator's strength property.
setString(int, String). Method in interface java.sql.PreparedStatement
Set a parameter to a Java String value.
setStub(AppletStub). Method in class java.applet.Applet
Sets this applet's stub.
setSystemScope(IdentityScope). Static method in class java.security.IdentityScope
Sets the system's identity scope.
setTcpNoDelay(boolean). Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(CharacterIterator). Method in class java.text.BreakIterator
Set a new text for scanning.
setText(String). Method in class java.text.BreakIterator
Set a new text string to be scanned.
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in interface java.awt.peer.LabelPeer
setText(String). Method in class java.awt.TextComponent
Sets the text of this TextComponent to the specified text.
setText(String). Method in interface java.awt.peer.TextComponentPeer
setTime(Date). Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(int, Time). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Time value.
setTime(long). Method in class java.sql.Date
Set a Date using a milliseconds time value
setTime(long). Method in class java.util.Date
Sets this date to represent the specified number of milliseconds since January 1, 1970 00:00:00 GMT.
setTime(long). Method in class java.sql.Time
Set a Time using a milliseconds time value
setTime(long). Method in class java.util.zip.ZipEntry
Sets the modification time of the entry.
setTimeInMillis(long). Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimestamp(int, Timestamp). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Timestamp value.
setTimeZone(TimeZone). Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeZone(TimeZone). Method in class java.text.DateFormat
Sets the time zone for the calendar of this DateFormat object.
setTitle(String). Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String). Method in interface java.awt.peer.DialogPeer
setTitle(String). Method in class java.awt.Frame
Sets the title for this Frame to the specified title.
setTitle(String). Method in interface java.awt.peer.FramePeer
setTransactionIsolation(int). Method in interface java.sql.Connection
You can call this method to try to change the transaction isolation level using one of the TRANSACTION_* values.
setTTL(byte). Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTTL(byte). Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this socket.
setUnicast(boolean). Method in class java.beans.EventSetDescriptor
Mark an event set as unicast (or not).
setUnicodeStream(int, InputStream, int). Method in interface java.sql.PreparedStatement
When a very large UNICODE value is input to a LONGVARCHAR parameter, it may be more practical to send it via a java.io.InputStream.
setUnitIncrement(Adjustable, int). Method in interface java.awt.peer.ScrollPanePeer
setUnitIncrement(int). Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class java.awt.Scrollbar
Sets the unit increment for this scrollbar.
setUpdateRect(Rectangle). Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setURL(URL, String, String, int, String, String). Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURLStreamHandlerFactory(URLStreamHandlerFactory). Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean). Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setValue(Adjustable, int). Method in interface java.awt.peer.ScrollPanePeer
setValue(int). Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this Scrollbar to the specified value.
setValue(Object). Method in interface java.beans.PropertyEditor
Set (or change) the object that is to be edited.
setValue(Object). Method in class java.beans.PropertyEditorSupport
Set (or change) the object that is to be edited.
setValue(String, Object). Method in class java.beans.FeatureDescriptor
Associate a named attribute with this feature.
setValues(int, int, int, int). Method in class java.awt.Scrollbar
Sets the values for this Scrollbar.
setValues(int, int, int, int). Method in interface java.awt.peer.ScrollbarPeer
setVgap(int). Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.FlowLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.GridLayout
Sets the vertical gap between components.
setVisible(boolean). Method in class java.awt.Component
Shows or hides the component depending on the boolean flag b.
setVisible(boolean). Method in interface java.awt.peer.ComponentPeer
setVisibleAmount(int). Method in interface java.awt.Adjustable
Sets the length of the proportionl indicator of the adjustable object.
setVisibleAmount(int). Method in class java.awt.Scrollbar
Sets the visible amount of this Scrollbar, which is the range of values represented by the width of the scroll bar's bubble.
setWeekdays(String[]). Method in class java.text.DateFormatSymbols
Sets weekday strings.
setXORMode(Color). Method in class java.awt.Graphics
Sets the logical pixel operation function to the XOR mode, which alternates pixels between the current color and a new specified XOR alternation color.
setYear(int). Method in class java.util.Date
Sets the year of this date to be the specified value plus 1900.
setYear(int). Method in class java.sql.Time
Sets the year of this date to be the specified value plus 1900.
setZeroDigit(char). Method in class java.text.DecimalFormatSymbols
setZoneStrings(String[][]). Method in class java.text.DateFormatSymbols
Sets timezone strings.
SHIFT_MASK. Static variable in class java.awt.event.ActionEvent
The shift modifier constant.
SHIFT_MASK. Static variable in class java.awt.Event
The shift modifier constant.
SHIFT_MASK. Static variable in class java.awt.event.InputEvent
The shift key modifier constant.
shiftDown(). Method in class java.awt.Event
Checks if the shift key is down.
shiftLeft(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
SHORT. Static variable in class java.text.DateFormat
Constant for short style pattern.
Short(short). Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String). Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortcuts(). Method in class java.awt.MenuBar
Get an Enumeration of all MenuShortcuts this MenuBar manages.
shortValue(). Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue(). Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue(). Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue(). Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue(). Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue(). Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue(). Method in class java.lang.Short
Returns the value of this Short as a short.
show(). Method in class java.awt.Component
show(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setVisible(boolean).
show(). Method in class java.awt.Dialog
Shows the dialog.
show(). Method in class java.awt.Window
Shows the Window.
show(boolean). Method in class java.awt.Component
show(Component, int, int). Method in class java.awt.PopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(Container, String). Method in class java.awt.CardLayout
Flips to the specified component name in the specified container.
show(Event). Method in interface java.awt.peer.PopupMenuPeer
showDocument(URL). Method in interface java.applet.AppletContext
Replaces the Web page currently being viewed with the given URL.
showDocument(URL, String). Method in interface java.applet.AppletContext
Requests that the browser or applet viewer show the Web page indicated by the url argument.
showStatus(String). Method in class java.applet.Applet
Requests that the argument string be displayed in the "status window".
showStatus(String). Method in interface java.applet.AppletContext
Requests that the argument string be displayed in the "status window".
SIGN. Static variable in class java.security.Signature
Possible state value, signifying that this signature object has been initialized for signing.
sign(). Method in class java.security.Signature
Returns the signature bytes of all the data updated.
Signature(String). Constructor for class java.security.Signature
Creates a Signature object for the specified algorithm.
SignatureException(). Constructor for class java.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String). Constructor for class java.security.SignatureException
Constructs a SignatureException with the specified detail message.
Signer(). Constructor for class java.security.Signer
Creates a signer.
Signer(String). Constructor for class java.security.Signer
Creates a signer with the specified identity name.
Signer(String, IdentityScope). Constructor for class java.security.Signer
Creates a signer with the specified identity name and scope.
signum(). Method in class java.math.BigDecimal
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
signum(). Method in class java.math.BigInteger
Returns the signum function of this number (i.e., -1, 0 or 1 as the value of this number is negative, zero or positive).
SILENT. Static variable in class java.rmi.server.LogStream
constants for logging levels
SimpleBeanInfo(). Constructor for class java.beans.SimpleBeanInfo
SimpleDateFormat(). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the default pattern for the default locale.
SimpleDateFormat(String). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern in the default locale.
SimpleDateFormat(String, DateFormatSymbols). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale-specific symbol data.
SimpleDateFormat(String, Locale). Constructor for class java.text.SimpleDateFormat
Construct a SimpleDateFormat using the given pattern and locale.
SimpleTimeZone(int, String). Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int). Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SIMPLIFIED_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
sin(double). Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
SINGLEFRAME. Static variable in interface java.awt.image.ImageConsumer
The image contain a single static image.
SINGLEFRAMEDONE. Static variable in interface java.awt.image.ImageConsumer
One frame of the image is complete but there are more frames to be delivered.
SINGLEPASS. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
size. Variable in class java.awt.Font
The point size of this font.
size(). Method in class java.util.BitSet
Returns the number of bits currently in this bit set.
size(). Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size(). Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size(). Method in class java.awt.Component
size(). Method in class java.io.DataOutputStream
Returns the number of bytes written to this data output stream.
size(). Method in class java.util.Dictionary
Returns the number of keys in this dictionary.
size(). Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size(). Method in class java.security.IdentityScope
Returns the number of identities within this identity scope.
size(). Method in class java.util.Vector
Returns the number of components in this vector.
SkeletonMismatchException(String). Constructor for class java.rmi.server.SkeletonMismatchException
Create a new SkeletonMismatchException exception with a descriptive string.
SkeletonNotFoundException(String). Constructor for class java.rmi.server.SkeletonNotFoundException
Create a new SkeletonNotFoundException exception with a descriptive string.
SkeletonNotFoundException(String, Exception). Constructor for class java.rmi.server.SkeletonNotFoundException
Create a new SkeletonNotFoundException with a descriptive string and an exception.
skip(long). Method in class java.io.BufferedInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.BufferedReader
Skip characters.
skip(long). Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long). Method in class java.io.CharArrayReader
Skip characters.
skip(long). Method in class java.util.zip.CheckedInputStream
Skips specified number of bytes of input.
skip(long). Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.FilterReader
Skip characters.
skip(long). Method in class java.util.zip.InflaterInputStream
Skips specified number of bytes of uncompressed data.
skip(long). Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long). Method in class java.io.LineNumberInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.LineNumberReader
Skip characters.
skip(long). Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long). Method in class java.io.Reader
Skip characters.
skip(long). Method in class java.io.StringBufferInputStream
Skips n bytes of input from this input stream.
skip(long). Method in class java.io.StringReader
Skip characters.
skip(long). Method in class java.util.zip.ZipInputStream
Skips specified number of bytes in the current ZIP entry.
skipBytes(int). Method in interface java.io.DataInput
Skips exactly n bytes of input.
skipBytes(int). Method in class java.io.DataInputStream
Skips exactly n bytes of input in the underlying input stream.
skipBytes(int). Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
skipBytes(int). Method in class java.io.RandomAccessFile
Skips exactly n bytes of input.
slashSlashComments(boolean). Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean). Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
sleep(long, int). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (cease execution) for the specified number of milliseconds plus the specified number of nanoseconds.
SMALLINT. Static variable in class java.sql.Types
Socket(). Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(InetAddress, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, boolean). Constructor for class java.net.Socket
Creates a socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, InetAddress, int). Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(SocketImpl). Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, boolean). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, InetAddress, int). Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
SocketException(). Constructor for class java.net.SocketException
Constructs a new ProtocolException with no detail message.
SocketException(String). Constructor for class java.net.SocketException
Constructs a new ProtocolException with the specified detail message.
SocketImpl(). Constructor for class java.net.SocketImpl
SocketSecurityException(String). Constructor for class java.rmi.server.SocketSecurityException
Create A remote exception with the specified string
SocketSecurityException(String, Exception). Constructor for class java.rmi.server.SocketSecurityException
Create A remote exception with the specified string, and the exception specified.
SOMEBITS. Static variable in interface java.awt.image.ImageObserver
More pixels needed for drawing a scaled variation of the image are available.
source. Variable in class java.util.EventObject
SOUTH. Static variable in class java.awt.BorderLayout
The south layout constraint.
SOUTH. Static variable in class java.awt.GridBagConstraints
SOUTHEAST. Static variable in class java.awt.GridBagConstraints
SOUTHWEST. Static variable in class java.awt.GridBagConstraints
SPACE_SEPARATOR. Static variable in class java.lang.Character
SQLException(). Constructor for class java.sql.SQLException
Construct an SQLException; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0.
SQLException(String). Constructor for class java.sql.SQLException
Construct an SQLException with a reason; SQLState defaults to null and vendorCode defaults to 0.
SQLException(String, String). Constructor for class java.sql.SQLException
Construct an SQLException with a reason and SQLState; vendorCode defaults to 0.
SQLException(String, String, int). Constructor for class java.sql.SQLException
Construct a fully-specified SQLException
SQLWarning(). Constructor for class java.sql.SQLWarning
Construct an SQLWarning ; reason defaults to null, SQLState defaults to null and vendorCode defaults to 0.
SQLWarning(String). Constructor for class java.sql.SQLWarning
Construct an SQLWarning with a reason; SQLState defaults to null and vendorCode defaults to 0.
SQLWarning(String, String). Constructor for class java.sql.SQLWarning
Construct an SQLWarning with a reason and SQLState; vendorCode defaults to 0.
SQLWarning(String, String, int). Constructor for class java.sql.SQLWarning
Construct a fully specified SQLWarning.
sqrt(double). Static method in class java.lang.Math
Returns the square root of a double value.
srccols. Variable in class java.awt.image.ReplicateScaleFilter
srcHeight. Variable in class java.awt.image.ReplicateScaleFilter
srcrows. Variable in class java.awt.image.ReplicateScaleFilter
srcWidth. Variable in class java.awt.image.ReplicateScaleFilter
Stack(). Constructor for class java.util.Stack
StackFrame(). Constructor for class sun.tools.debug.StackFrame
StackOverflowError(). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
start(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should start its execution.
start(). Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
START_PUNCTUATION. Static variable in class java.lang.Character
startGrabbing(). Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to start fetching the pixels.
startProduction(ImageConsumer). Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately starts delivery of the image data through the ImageConsumer interface.
startProduction(ImageConsumer). Method in interface java.awt.image.ImageProducer
This method both registers the given ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which may have already been registered with the producer.
startProduction(ImageConsumer). Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately start delivery of the image data through the ImageConsumer interface.
startsWith(String). Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int). Method in class java.lang.String
Tests if this string starts with the specified prefix.
state. Variable in class java.security.Signature
Current state of this signature object.
STATIC. Static variable in class java.lang.reflect.Modifier
STATICIMAGEDONE. Static variable in interface java.awt.image.ImageConsumer
The image is complete and there are no more pixels or frames to be delivered.
status(). Method in class java.awt.image.PixelGrabber
DEPRECATED: Replaced by getStatus().
statusAll(boolean). Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media being tracked.
statusID(int, boolean). Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media with a given ID.
step(boolean). Method in class sun.tools.debug.RemoteThread
Continue execution of this thread to the next instruction or line.
stop(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should stop its execution.
stop(). Method in interface java.applet.AudioClip
Stops playing this audio clip.
stop(). Method in class sun.tools.debug.RemoteThread
Stop the remote thread.
stop(). Method in class sun.tools.debug.RemoteThreadGroup
Stop the remote threadgroup.
stop(). Method in class java.lang.Thread
Forces the thread to stop executing.
stop(). Method in class java.lang.ThreadGroup
Stops all processes in this thread group.
stop(Throwable). Method in class java.lang.Thread
Forces the thread to stop executing.
STORED. Static variable in class java.util.zip.ZipEntry
Compression method for uncompressed entries.
STORED. Static variable in class java.util.zip.ZipOutputStream
Compression method for uncompressed (STORED) entries.
storesLowerCaseIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
StreamCorruptedException(). Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException with no reason.
StreamCorruptedException(String). Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException with a reason.
StreamTokenizer(InputStream). Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
StreamTokenizer(Reader). Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
String(). Constructor for class java.lang.String
Allocates a new String containing no characters.
String(byte[]). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int). Constructor for class java.lang.String
Allocates a new String containing characters constructed from an array of 8-bit integer values.
String(byte[], int, int). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, int). Constructor for class java.lang.String
Allocates a new String constructed from a subarray of an array of 8-bit integer values.
String(byte[], int, int, String). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]). Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int). Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String). Constructor for class java.lang.String
Allocates a new string that contains the same sequence of characters as the string argument.
String(StringBuffer). Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer(). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String). Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument.
StringBufferInputStream(String). Constructor for class java.io.StringBufferInputStream
Creates a string input stream to read data from the specified string.
StringCharacterIterator(String). Constructor for class java.text.StringCharacterIterator
Construct an iterator with an initial index of 0.
StringCharacterIterator(String, int). Constructor for class java.text.StringCharacterIterator
Construct an iterator with the specified initial index.
StringCharacterIterator(String, int, int, int). Constructor for class java.text.StringCharacterIterator
Construct an iterator over the given range of the given string, with the index set at the specified position.
stringFlavor. Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing a Java Unicode String class, where:

representationClass = java.lang.String
mimeType = "application/x-javaserializedobject"

StringIndexOutOfBoundsException(). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringReader(String). Constructor for class java.io.StringReader
Create a new string reader.
StringSelection(String). Constructor for class java.awt.datatransfer.StringSelection
Creates a transferable object capable of transferring the specified string in plain text format.
StringTokenizer(String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringWidth(String). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
StringWriter(). Constructor for class java.io.StringWriter
Create a new string writer, using the default initial string-buffer size.
StringWriter(int). Constructor for class java.io.StringWriter
Create a new string writer, using the specified initial string-buffer size.
StubNotFoundException(String). Constructor for class java.rmi.StubNotFoundException
Create a new StubNotFoundException with a descriptive string.
StubNotFoundException(String, Exception). Constructor for class java.rmi.StubNotFoundException
Create a new StubNotFoundException with a descriptive string and an exception.
style. Variable in class java.awt.Font
The style of the font.
substituteColorModel(ColorModel, ColorModel). Method in class java.awt.image.RGBImageFilter
Registers two ColorModel objects for substitution.
substring(int). Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int). Method in class java.lang.String
Returns a new string that is a substring of this string.
subtract(BigDecimal). Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - val), and whose scale is MAX(this.scale(), val.scale).
subtract(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
SUNDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
supportsAlterTableWithAddColumn(). Method in interface java.sql.DatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn(). Method in interface java.sql.DatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL(). Method in interface java.sql.DatabaseMetaData
Is the ANSI92 entry level SQL grammar supported? All JDBC-Compliant drivers must return true.
supportsANSI92FullSQL(). Method in interface java.sql.DatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL(). Method in interface java.sql.DatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsCatalogsInDataManipulation(). Method in interface java.sql.DatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions(). Method in interface java.sql.DatabaseMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions(). Method in interface java.sql.DatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls(). Method in interface java.sql.DatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions(). Method in interface java.sql.DatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing(). Method in interface java.sql.DatabaseMetaData
Is column aliasing supported?

If so, the SQL AS clause can be used to provide names for computed columns or to provide alias names for columns as required.

supportsConvert(). Method in interface java.sql.DatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int). Method in interface java.sql.DatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar(). Method in interface java.sql.DatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries(). Method in interface java.sql.DatabaseMetaData
Are correlated subqueries supported? A JDBC-Compliant driver always returns true.
supportsCustomEditor(). Method in interface java.beans.PropertyEditor
supportsCustomEditor(). Method in class java.beans.PropertyEditorSupport
supportsDataDefinitionAndDataManipulationTransactions(). Method in interface java.sql.DatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly(). Method in interface java.sql.DatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames(). Method in interface java.sql.DatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy(). Method in interface java.sql.DatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar(). Method in interface java.sql.DatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins(). Method in interface java.sql.DatabaseMetaData
Are full nested outer joins supported?
supportsGroupBy(). Method in interface java.sql.DatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect(). Method in interface java.sql.DatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated(). Method in interface java.sql.DatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility(). Method in interface java.sql.DatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause(). Method in interface java.sql.DatabaseMetaData
Is the escape character in "LIKE" clauses supported? A JDBC-Compliant driver always returns true.
supportsLimitedOuterJoins(). Method in interface java.sql.DatabaseMetaData
Is there limited support for outer joins? (This will be true if supportFullOuterJoins is true.)
supportsMinimumSQLGrammar(). Method in interface java.sql.DatabaseMetaData
Is the ODBC Minimum SQL grammar supported? All JDBC-Compliant drivers must return true.
supportsMixedCaseIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC-Compliant driver will always return false.
supportsMixedCaseQuotedIdentifiers(). Method in interface java.sql.DatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC-Compliant driver will always return true.
supportsMultipleResultSets(). Method in interface java.sql.DatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions(). Method in interface java.sql.DatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNonNullableColumns(). Method in interface java.sql.DatabaseMetaData
Can columns be defined as non-nullable? A JDBC-Compliant driver always returns true.
supportsOpenCursorsAcrossCommit(). Method in interface java.sql.DatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback(). Method in interface java.sql.DatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit(). Method in interface java.sql.DatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback(). Method in interface java.sql.DatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated(). Method in interface java.sql.DatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins(). Method in interface java.sql.DatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete(). Method in interface java.sql.DatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate(). Method in interface java.sql.DatabaseMetaData
Is positioned UPDATE supported?
supportsSchemasInDataManipulation(). Method in interface java.sql.DatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions(). Method in interface java.sql.DatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions(). Method in interface java.sql.DatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls(). Method in interface java.sql.DatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions(). Method in interface java.sql.DatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate(). Method in interface java.sql.DatabaseMetaData
Is SELECT for UPDATE supported?
supportsStoredProcedures(). Method in interface java.sql.DatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons(). Method in interface java.sql.DatabaseMetaData
Are subqueries in comparison expressions supported? A JDBC-Compliant driver always returns true.
supportsSubqueriesInExists(). Method in interface java.sql.DatabaseMetaData
Are subqueries in 'exists' expressions supported? A JDBC-Compliant driver always returns true.
supportsSubqueriesInIns(). Method in interface java.sql.DatabaseMetaData
Are subqueries in 'in' statements supported? A JDBC-Compliant driver always returns true.
supportsSubqueriesInQuantifieds(). Method in interface java.sql.DatabaseMetaData
Are subqueries in quantified expressions supported? A JDBC-Compliant driver always returns true.
supportsTableCorrelationNames(). Method in interface java.sql.DatabaseMetaData
Are table correlation names supported? A JDBC-Compliant driver always returns true.
supportsTransactionIsolationLevel(int). Method in interface java.sql.DatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions(). Method in interface java.sql.DatabaseMetaData
Are transactions supported? If not, commit is a noop and the isolation level is TRANSACTION_NONE.
supportsUnion(). Method in interface java.sql.DatabaseMetaData
Is SQL UNION supported?
supportsUnionAll(). Method in interface java.sql.DatabaseMetaData
Is SQL UNION ALL supported?
SURROGATE. Static variable in class java.lang.Character
suspend(). Method in class sun.tools.debug.RemoteThread
Suspend execution of this thread.
suspend(). Method in class java.lang.Thread
Suspends this thread.
suspend(). Method in class java.lang.ThreadGroup
Suspends all processes in this thread group.
sval. Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
SW_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The south-west-resize cursor type.
SW_RESIZE_CURSOR. Static variable in class java.awt.Frame
sync(). Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
sync(). Method in class java.awt.Toolkit
Syncs the graphics state; useful when doing animation.
SyncFailedException(String). Constructor for class java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.
SYNCHRONIZED. Static variable in class java.lang.reflect.Modifier

T

TAB. Static variable in class java.awt.Event
The Tab key.
tableIndexClustered. Static variable in interface java.sql.DatabaseMetaData
INDEX INFO TYPE - this identifies a clustered index
tableIndexHashed. Static variable in interface java.sql.DatabaseMetaData
INDEX INFO TYPE - this identifies a hashed index
tableIndexOther. Static variable in interface java.sql.DatabaseMetaData
INDEX INFO TYPE - this identifies some other form of index
tableIndexStatistic. Static variable in interface java.sql.DatabaseMetaData
INDEX INFO TYPE - this identifies table statistics that are returned in conjuction with a table's index descriptions
TAIWAN. Static variable in class java.util.Locale
Useful constant for country.
tan(double). Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
target. Variable in class java.awt.Event
The target component.
TERTIARY. Static variable in class java.text.Collator
Collator strength value.
tertiaryOrder(int). Static method in class java.text.CollationElementIterator
Get the tertiary order of a collation order.
testBit(int). Method in class java.math.BigInteger
Returns true iff the designated bit is set.
text. Static variable in class java.awt.SystemColor
The background color for text components.
TEXT. Static variable in class java.awt.SystemColor
The array index for the text background color.
TEXT_CURSOR. Static variable in class java.awt.Cursor
The text cursor type.
TEXT_CURSOR. Static variable in class java.awt.Frame
TEXT_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting text events.
TEXT_FIRST. Static variable in class java.awt.event.TextEvent
Marks the first integer id for the range of adjustment event ids.
TEXT_HIGHLIGHT. Static variable in class java.awt.SystemColor
The array index for the text highlight color.
TEXT_HIGHLIGHT_TEXT. Static variable in class java.awt.SystemColor
The array index for the text highlight text color.
TEXT_INACTIVE_TEXT. Static variable in class java.awt.SystemColor
The array index for the text inactive text color.
TEXT_LAST. Static variable in class java.awt.event.TextEvent
Marks the last integer id for the range of adjustment event ids.
TEXT_TEXT. Static variable in class java.awt.SystemColor
The array index for the text text color.
TEXT_VALUE_CHANGED. Static variable in class java.awt.event.TextEvent
The adjustment value changed event.
TextArea(). Constructor for class java.awt.TextArea
Constructs a new TextArea.
TextArea(int, int). Constructor for class java.awt.TextArea
Constructs a new empty TextArea with the specified number of rows and columns.
TextArea(String). Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text displayed.
TextArea(String, int, int). Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text and number of rows and columns.
TextArea(String, int, int, int). Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text and number of rows, columns, and scrollbar visibility.
TextEvent(Object, int). Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object with the specified TextComponent source, and type.
TextField(). Constructor for class java.awt.TextField
Constructs a new TextField.
TextField(int). Constructor for class java.awt.TextField
Constructs a new empty TextField with the specified number of columns.
TextField(String). Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified text.
TextField(String, int). Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified text and columns.
textHighlight. Static variable in class java.awt.SystemColor
The background color for highlighted text.
textHighlightText. Static variable in class java.awt.SystemColor
The text color for highlighted text.
textInactiveText. Static variable in class java.awt.SystemColor
The text color for inactive text.
textListener. Variable in class java.awt.TextComponent
textText. Static variable in class java.awt.SystemColor
The text color for text components.
textValueChanged(TextEvent). Method in class java.awt.AWTEventMulticaster
textValueChanged(TextEvent). Method in interface java.awt.event.TextListener
Invoked when the value of the text has changed.
Thread(). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
ThreadDeath(). Constructor for class java.lang.ThreadDeath
threadDeathEvent(RemoteThread). Method in interface sun.tools.debug.DebuggerCallback
A thread has died.
ThreadGroup(String). Constructor for class java.lang.ThreadGroup
Constructs a new thread group.
ThreadGroup(ThreadGroup, String). Constructor for class java.lang.ThreadGroup
Creates a new thread group.
Throwable(). Constructor for class java.lang.Throwable
Constructs a new Throwable with no detail message.
Throwable(String). Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified detail message.
THURSDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
time. Variable in class java.util.Calendar
The current time set for the calendar.
TIME. Static variable in class java.sql.Types
Time(int, int, int). Constructor for class java.sql.Time
Construct a Time Object
Time(long). Constructor for class java.sql.Time
Construct a Time using a milliseconds time value
TIMESTAMP. Static variable in class java.sql.Types
Timestamp(int, int, int, int, int, int, int). Constructor for class java.sql.Timestamp
Construct a Timestamp Object
Timestamp(long). Constructor for class java.sql.Timestamp
Construct a Timestamp using a milliseconds time value.
TimeZone(). Constructor for class java.util.TimeZone
TIMEZONE_FIELD. Static variable in class java.text.DateFormat
Useful constant for TIMEZONE field alignment.
TINYINT. Static variable in class java.sql.Types
TITLECASE_LETTER. Static variable in class java.lang.Character
toBack(). Method in class java.awt.Window
Places this window at the bottom of the stacking order and makes the corresponding adjustment to other visible windows.
toBack(). Method in interface java.awt.peer.WindowPeer
toBigInteger(). Method in class java.math.BigDecimal
Converts this number to a BigInteger.
toBinaryString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 2.
toByteArray(). Method in class java.math.BigInteger
Returns the two's-complement representation of this number.
toByteArray(). Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray(). Method in class java.text.CollationKey
Converts the CollationKey to a sequence of bits.
toCharArray(). Method in class java.io.CharArrayWriter
Returns a copy of the input data.
toCharArray(). Method in class java.lang.String
Converts this string to a new character array.
toExternalForm(). Method in class java.net.URL
Constructs a string representation of this URL.
toExternalForm(URL). Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toFront(). Method in class java.awt.Window
Places this window at the top of the stacking order and shows it in front of any other windows.
toFront(). Method in interface java.awt.peer.WindowPeer
toGMTString(). Method in class java.util.Date
Creates a string representation of this date.
toHex(int). Static method in class sun.tools.debug.RemoteValue
Convert an int to a hexadecimal string.
toHexString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 16.
toLocaleString(). Method in class java.util.Date
Creates a string representation of this date in an implementation-dependent form.
toLocalizedPattern(). Method in class java.text.DecimalFormat
Synthesizes a localized pattern string that represents the current state of this Format object.
toLocalizedPattern(). Method in class java.text.SimpleDateFormat
Return a localized pattern string describing this date format.
toLowerCase(). Method in class java.lang.String
Converts this string to lowercase.
toLowerCase(char). Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the given locale.
toOctalString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 8.
Toolkit(). Constructor for class java.awt.Toolkit
TooManyListenersException(). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with the specified detail message.
top. Variable in class java.awt.Insets
The inset from the top.
TOP_ALIGNMENT. Static variable in class java.awt.Component
Ease of use constant for getAlignmentY().
toPattern(). Method in class java.text.ChoiceFormat
Gets the pattern.
toPattern(). Method in class java.text.DecimalFormat
Synthesizes a pattern string that represents the current state of this Format object.
toPattern(). Method in class java.text.MessageFormat
Gets the pattern.
toPattern(). Method in class java.text.SimpleDateFormat
Return a pattern string describing this date format.
TOPDOWNLEFTRIGHT. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in top-down, left-to-right order.
toString(). Method in interface java.security.acl.Acl
Returns a string representation of the ACL contents.
toString(). Method in interface java.security.acl.AclEntry
Returns a string representation of the contents of this ACL entry.
toString(). Method in class java.awt.AWTEvent
Returns a string representation of the object.
toString(). Method in class java.math.BigDecimal
Returns the string representation of this number.
toString(). Method in class java.math.BigInteger
Returns the string representation of this number, radix 10.
toString(). Method in class java.util.BitSet
Returns a string representation of this bit set.
toString(). Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(). Method in class java.awt.BorderLayout
Returns the String representation of this BorderLayout's values.
toString(). Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(). Method in class java.io.ByteArrayOutputStream
Creates a newly allocated string.
toString(). Method in class java.awt.CardLayout
Returns the String representation of this CardLayout's values.
toString(). Method in class java.lang.Character
Returns a String object representing this character's value.
toString(). Method in class java.io.CharArrayWriter
Converts input data to a string.
toString(). Method in class java.awt.CheckboxGroup
Returns the String representation of this CheckboxGroup's values.
toString(). Method in class java.lang.Class
Converts the object to a string.
toString(). Method in class java.awt.Color
Returns the String representation of this Color's values.
toString(). Method in class java.awt.Component
Returns the String representation of this Component's values.
toString(). Method in class java.lang.reflect.Constructor
Return a string describing this Constructor.
toString(). Method in class java.sql.Date
Format a date in JDBC date escape format
toString(). Method in class java.util.Date
Returns a canonical string representation of the date.
toString(). Method in class java.security.DigestInputStream
Prints a string representation of this digest input stream and its associated message digest object.
toString(). Method in class java.security.DigestOutputStream
Prints a string representation of this digest output stream and its associated message digest object.
toString(). Method in class java.awt.Dimension
Returns the String representation of this Dimension's values.
toString(). Method in class java.lang.Double
Returns a String representation of this Double object.
toString(). Method in class java.awt.Event
Returns the String representation of this Event's values.
toString(). Method in class java.util.EventObject
Returns a string representation of the object.
toString(). Method in class java.lang.reflect.Field
Return a string describing this Field.
toString(). Method in class java.io.File
Returns a string representation of this object.
toString(). Method in class java.lang.Float
Returns a String representation of this Float object.
toString(). Method in class java.awt.FlowLayout
Returns the String representation of this FlowLayout's values.
toString(). Method in class java.awt.Font
Converts this object to a String representation.
toString(). Method in class java.awt.FontMetrics
Returns the String representation of this FontMetric's values.
toString(). Method in class java.awt.Graphics
Returns a String object representing this Graphics object's value.
toString(). Method in class java.awt.GridBagLayout
Returns the String representation of this GridLayout's values.
toString(). Method in class java.awt.GridLayout
Returns the String representation of this GridLayout's values.
toString(). Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString(). Method in class java.security.Identity
Returns a short string describing this identity, telling its name and its scope (if any).
toString(). Method in class java.security.IdentityScope
Returns a string representation of this identity scope, including its name, its scope name, and the number of identities in this identity scope.
toString(). Method in class java.net.InetAddress
Converts this IP address to a String.
toString(). Method in class java.awt.Insets
Returns a String object representing this Inset's values.
toString(). Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(). Method in class java.util.Locale
Getter for the programmatic name of the entire locale, with the language, country and variant separated by underbars.
toString(). Method in class java.rmi.server.LogStream
Return log name as string representation
toString(). Method in class java.lang.Long
Returns a String object representing this Long's value.
toString(). Method in class java.awt.MenuComponent
Returns the String representation of this MenuComponent's values.
toString(). Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString(). Method in class java.security.MessageDigest
Returns a string representation of this message digest object.
toString(). Method in class java.lang.reflect.Method
Returns a string describing this Method.
toString(). Method in class java.lang.Object
Returns a string representation of the object.
toString(). Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString(). Method in class java.rmi.server.ObjID
Returns a string containing the object id representation.
toString(). Method in class java.rmi.server.Operation
Returns a string representation of the object.
toString(). Method in interface java.security.acl.Permission
Prints a string representation of this permission.
toString(). Method in class java.awt.Point
Returns the String representation of this Point's coordinates.
toString(). Method in interface java.security.Principal
Returns a string representation of this principal.
toString(). Method in class java.security.Provider
Returns a string with the name and the version number of this provider.
toString(). Method in class java.awt.Rectangle
Returns the String representation of this Rectangle's values.
toString(). Method in class sun.tools.debug.RemoteArray
Return a string version of the array.
toString(). Method in class sun.tools.debug.RemoteBoolean
Return the boolean's value as a string.
toString(). Method in class sun.tools.debug.RemoteByte
Return the byte's value as a string.
toString(). Method in class sun.tools.debug.RemoteChar
Return the char's value as a string.
toString(). Method in class sun.tools.debug.RemoteClass
Return a (somewhat verbose) description.
toString(). Method in class sun.tools.debug.RemoteDouble
Return the double's value as a string.
toString(). Method in class sun.tools.debug.RemoteField
Returns a string representation of the object.
toString(). Method in class sun.tools.debug.RemoteFloat
Return the float's value as a string.
toString(). Method in class sun.tools.debug.RemoteInt
Return the int's value as a string.
toString(). Method in class sun.tools.debug.RemoteLong
Return the long's value as a string.
toString(). Method in class java.rmi.server.RemoteObject
Returns a String that represents the value of this remote object.
toString(). Method in class sun.tools.debug.RemoteObject
Return object as a string.
toString(). Method in class sun.tools.debug.RemoteShort
Return the short's value as a string.
toString(). Method in class sun.tools.debug.RemoteString
Return the string value, or "null"
toString(). Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString(). Method in class java.lang.Short
Returns a String object representing this Short's value.
toString(). Method in class java.security.Signature
Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
toString(). Method in class java.security.Signer
Returns a string of information about the signer.
toString(). Method in class java.net.Socket
Converts this socket to a String.
toString(). Method in class java.net.SocketImpl
Returns the address and port of this socket as a String.
toString(). Method in class sun.tools.debug.StackFrame
Returns a string representation of the object.
toString(). Method in class java.io.StreamTokenizer
Returns the string representation of the current stream token.
toString(). Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString(). Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString(). Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString(). Method in class java.awt.SystemColor
Returns the String representation of this Color's values.
toString(). Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString(). Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString(). Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString(). Method in class java.sql.Time
Format a time in JDBC date escape format
toString(). Method in class java.sql.Timestamp
Format a timestamp in JDBC timestamp escape format
toString(). Method in class java.rmi.server.UID
Returns a string representation of the object.
toString(). Method in class java.net.URL
Constructs a string representation of this URL.
toString(). Method in class java.net.URLConnection
Returns a String representation of this URL connection.
toString(). Method in class java.util.Vector
Returns a string representation of this vector.
toString(). Method in class java.rmi.dgc.VMID
Return string representation of this VMID.
toString(). Method in class java.util.zip.ZipEntry
Returns a string representation of the ZIP entry.
toString(boolean). Method in interface java.security.Certificate
Returns a string that represents the contents of the certificate.
toString(boolean). Method in class java.security.Identity
Returns a string representation of this identity, with optionally more details than that provided by the toString method without any arguments.
toString(byte). Static method in class java.lang.Byte
Returns a new String object representing the specified Byte.
toString(double). Static method in class java.lang.Double
Creates a string representation of the double argument.
toString(float). Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString(int). Method in class java.math.BigInteger
Returns the string representation of this number in the given radix.
toString(int). Method in class java.io.ByteArrayOutputStream
Creates a newly allocated string.
toString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int). Static method in class java.lang.reflect.Modifier
Return a string describing the access modifier flags in the specified modifier.
toString(int, int). Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long). Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int). Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(short). Static method in class java.lang.Short
Returns a new String object representing the specified Short.
toString(String). Method in class java.io.ByteArrayOutputStream
Converts input data to a string, using the specified character encoding.
totalMemory(). Method in class sun.tools.debug.RemoteDebugger
Report the total memory usage of the Java interpreter being debugged.
totalMemory(). Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toTitleCase(char). Static method in class java.lang.Character
Converts the character argument to titlecase.
toUpperCase(). Method in class java.lang.String
Converts this string to uppercase.
toUpperCase(char). Static method in class java.lang.Character
Converts the character argument to uppercase.
toUpperCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the given locale.
trace(boolean). Method in class sun.tools.debug.RemoteDebugger
Turn on/off method call tracing.
traceInstructions(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
TRACK. Static variable in class java.awt.event.AdjustmentEvent
The absolute tracking adjustment type.
TRADITIONAL_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
TRANSACTION_NONE. Static variable in interface java.sql.Connection
Transactions are not supported.
TRANSACTION_READ_COMMITTED. Static variable in interface java.sql.Connection
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED. Static variable in interface java.sql.Connection
Dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ. Static variable in interface java.sql.Connection
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE. Static variable in interface java.sql.Connection
Dirty reads, non-repeatable reads and phantom reads are prevented.
transferFocus(). Method in class java.awt.Component
Transfers the focus to the next component.
TRANSIENT. Static variable in class java.lang.reflect.Modifier
translate(int, int). Method in class java.awt.Event
Translates an event relative to the given component.
translate(int, int). Method in class java.awt.Graphics
Translates the origin of the graphics context to the point (x, y) in the current coordinate system.
translate(int, int). Method in class java.awt.Point
Translates the point.
translate(int, int). Method in class java.awt.Polygon
Translates the vertices by deltaX, deltaY.
translate(int, int). Method in class java.awt.Rectangle
Translates the rectangle.
translatePoint(int, int). Method in class java.awt.event.MouseEvent
Translates the coordinate position of the event by x, y.
trim(). Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize(). Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TT_EOF. Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL. Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER. Static variable in class java.io.StreamTokenizer
A constant indicating that a number token has been read.
TT_WORD. Static variable in class java.io.StreamTokenizer
A constant indicating that a word token has been read.
ttype. Variable in class java.io.StreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
TYPE. Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE. Static variable in class java.lang.Byte
The Class object representing the primitive type byte.
TYPE. Static variable in class java.lang.Character
The Class object representing the primitive type char.
TYPE. Static variable in class java.lang.Double
The Class object representing the primitive type double.
TYPE. Static variable in class java.lang.Float
The Class object representing the primitive type float.
TYPE. Static variable in class java.lang.Integer
The Class object representing the primitive type int.
TYPE. Static variable in class java.lang.Long
The Class object representing the primitive type long.
TYPE. Static variable in class java.lang.Short
The Class object representing the primitive type short.
TYPE. Static variable in class java.lang.Void
The Class object representing the primitive Java type void.
typeName(). Method in class sun.tools.debug.RemoteArray
Return this RemoteValue's type ("array").
typeName(). Method in class sun.tools.debug.RemoteBoolean
Print this RemoteValue's type ("boolean").
typeName(). Method in class sun.tools.debug.RemoteByte
Print this RemoteValue's type ("byte").
typeName(). Method in class sun.tools.debug.RemoteChar
Print this RemoteValue's type ("char").
typeName(). Method in class sun.tools.debug.RemoteClass
Returns the name of the class as its type.
typeName(). Method in class sun.tools.debug.RemoteDouble
Print this RemoteValue's type ("double").
typeName(). Method in class sun.tools.debug.RemoteFloat
Print this RemoteValue's type ("float").
typeName(). Method in class sun.tools.debug.RemoteInt
Print this RemoteValue's type ("int").
typeName(). Method in class sun.tools.debug.RemoteLong
Print this RemoteValue's type ("long").
typeName(). Method in class sun.tools.debug.RemoteObject
Returns the RemoteValue's type name ("Object").
typeName(). Method in class sun.tools.debug.RemoteShort
Print this RemoteValue's type ("short").
typeName(). Method in class sun.tools.debug.RemoteString
Print this RemoteValue's type ("String").
typeName(). Method in class sun.tools.debug.RemoteValue
Returns the RemoteValue's type as a string.
typeNoNulls. Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - does not allow NULL values.
typeNullable. Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - allows NULL values.
typeNullableUnknown. Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - nullability unknown.
typePredBasic. Static variable in interface java.sql.DatabaseMetaData
TYPE INFO SEARCHABLE - Supported except for WHERE ..
typePredChar. Static variable in interface java.sql.DatabaseMetaData
TYPE INFO SEARCHABLE - Only supported with WHERE ..
typePredNone. Static variable in interface java.sql.DatabaseMetaData
TYPE INFO SEARCHABLE - No support.
typeSearchable. Static variable in interface java.sql.DatabaseMetaData
TYPE INFO SEARCHABLE - Supported for all WHERE ...

U

UID(). Constructor for class java.rmi.server.UID
Create a pure identifier that is unique with respect to the host on which it is generated.
UID(short). Constructor for class java.rmi.server.UID
Create a "well-known" ID.
UK. Static variable in class java.util.Locale
Useful constant for country.
UNASSIGNED. Static variable in class java.lang.Character
unbind(String). Static method in class java.rmi.Naming
Unbind the name.
unbind(String). Method in interface java.rmi.registry.Registry
Unbind the name.
uncaughtException(Thread, Throwable). Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
UNDECIMBER. Static variable in class java.util.Calendar
Useful constant for month.
UndefinedProperty. Static variable in class java.awt.Image
The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
UnexpectedException(String). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description.
UnexpectedException(String, Exception). Constructor for class java.rmi.UnexpectedException
Create a new UnexpectedException with a description, and detail exception.
UnicastRemoteObject(). Constructor for class java.rmi.server.UnicastRemoteObject
Create and export a new UnicastRemoteObject object using an anonymous port.
UNINITIALIZED. Static variable in class java.security.Signature
Possible state value, signifying that this signature object has not yet been initialized.
union(Rectangle). Method in class java.awt.Rectangle
Computes the union of two rectangles.
UNIT_DECREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT. Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UnknownError(). Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String). Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownHostException(). Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownHostException(String). Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException(String). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description.
UnknownHostException(String, Exception). Constructor for class java.rmi.UnknownHostException
Create a new UnknownHostException with a description and detail exception.
UnknownServiceException(). Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String). Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
UnmarshalException(String). Constructor for class java.rmi.UnmarshalException
Create a new marshal exception with a descriptive string.
UnmarshalException(String, Exception). Constructor for class java.rmi.UnmarshalException
Create a new marshal exception with a descriptive string and an exception.
unread(byte[]). Method in class java.io.PushbackInputStream
Pushes back an array of bytes.
unread(byte[], int, int). Method in class java.io.PushbackInputStream
Pushes back an array of bytes.
unread(char[]). Method in class java.io.PushbackReader
Push back an entire array of characters.
unread(char[], int, int). Method in class java.io.PushbackReader
Push back from an array of characters.
unread(int). Method in class java.io.PushbackInputStream
Pushes back a character so that it is read again by the next call to the read method on this input stream.
unread(int). Method in class java.io.PushbackReader
Push back a single character.
unreferenced(). Method in interface java.rmi.server.Unreferenced
Called when there are no current references to this remote object.
UnsatisfiedLinkError(). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsupportedEncodingException(). Constructor for class java.io.UnsupportedEncodingException
no detailed message
UnsupportedEncodingException(String). Constructor for class java.io.UnsupportedEncodingException
detailed message
UnsupportedFlavorException(DataFlavor). Constructor for class java.awt.datatransfer.UnsupportedFlavorException
Constructs an UnsupportedFlavorException.
UP. Static variable in class java.awt.Event
The up arrow action-key.
up(int). Method in class sun.tools.debug.RemoteThread
Change the current stackframe to be one or more frames higher (as in, away from the current program counter).
UPDATE. Static variable in class java.awt.event.PaintEvent
The update event type.
update(byte). Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte). Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]). Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[]). Method in class java.util.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(byte[]). Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(byte[]). Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int). Method in class java.util.zip.Adler32
Updates checksum with specified array of bytes.
update(byte[], int, int). Method in interface java.util.zip.Checksum
Updates the current checksum with the specified array of bytes.
update(byte[], int, int). Method in class java.util.zip.CRC32
Updates CRC-32 with specified array of bytes.
update(byte[], int, int). Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[], int, int). Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(Graphics). Method in class java.awt.Component
Updates the component.
update(int). Method in class java.util.zip.Adler32
Updates checksum with specified byte.
update(int). Method in interface java.util.zip.Checksum
Updates the current checksum with the specified byte.
update(int). Method in class java.util.zip.CRC32
Updates CRC-32 with specified byte.
update(Observable, Object). Method in interface java.util.Observer
This method is called whenever the observed object is changed.
UPPERCASE_LETTER. Static variable in class java.lang.Character
url. Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
URL(String). Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(String, String, int, String). Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String). Constructor for class java.net.URL
Creates an absolute URL from the specified protocol name, host name, and file name.
URL(URL, String). Constructor for class java.net.URL
Creates a URL by parsing the specification spec within a specified context.
URLConnection(URL). Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLStreamHandler(). Constructor for class java.net.URLStreamHandler
US. Static variable in class java.util.Locale
Useful constant for country.
useCaches. Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Savings Time.
useDaylightTime(). Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
usesLocalFilePerTable(). Method in interface java.sql.DatabaseMetaData
Does the database use a file for each table?
usesLocalFiles(). Method in interface java.sql.DatabaseMetaData
Does the database store tables in a local file?
usesShiftModifier(). Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.
usingProxy(). Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
UTC(int, int, int, int, int, int). Static method in class java.util.Date
Determines the date and time based on the arguments.
UTFDataFormatException(). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with no detail message.
UTFDataFormatException(String). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

valid(). Method in class java.io.FileDescriptor
Tests if this file descriptor object is valid.
validate(). Method in class java.awt.Component
Ensures that a component has a valid layout.
validate(). Method in class java.awt.Container
Validates this Container and all of the components contained within it.
validateObject(). Method in interface java.io.ObjectInputValidation
Validates the object
validateTree(). Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
value. Variable in class java.sql.DriverPropertyInfo
"value" specifies the current value of the property, based on a combination of the information supplied to getPropertyInfo, the Java environment, and driver supplied default values.
valueOf(boolean). Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char). Static method in class java.lang.String
Returns the string representation of the char * argument.
valueOf(char[]). Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int). Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double). Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float). Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int). Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long). Static method in class java.math.BigDecimal
Returns a BigDecimal with the given value and a scale of zero.
valueOf(long). Static method in class java.math.BigInteger
Returns a BigInteger with the specified value.
valueOf(long). Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(long, int). Static method in class java.math.BigDecimal
Returns a BigDecimal with a value of (val/10**scale).
valueOf(Object). Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String). Static method in class java.lang.Boolean
Returns the boolean value represented by the specified String.
valueOf(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String). Static method in class java.sql.Date
Convert a string in JDBC date escape format to a Date value
valueOf(String). Static method in class java.lang.Double
Returns a new Double value initialized to the value represented by the specified String.
valueOf(String). Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String). Static method in class java.sql.Time
Convert a string in JDBC time escape format to a Time value
valueOf(String). Static method in class java.sql.Timestamp
Convert a string in JDBC timestamp escape format to a Timestamp value
valueOf(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
VARBINARY. Static variable in class java.sql.Types
VARCHAR. Static variable in class java.sql.Types
Vector(). Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VERBOSE. Static variable in class java.rmi.server.LogStream
VERIFY. Static variable in class java.security.Signature
Possible state value, signifying that this signature object has been initialized for verification.
verify(byte[]). Method in class java.security.Signature
Verifies the passed-in signature.
VerifyError(). Constructor for class java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
versionColumnNotPseudo. Static variable in interface java.sql.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - is NOT a pseudo column.
versionColumnPseudo. Static variable in interface java.sql.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - is a pseudo column.
versionColumnUnknown. Static variable in interface java.sql.DatabaseMetaData
VERSION COLUMNS PSEUDO_COLUMN - may or may not be pseudo column.
VERTICAL. Static variable in interface java.awt.Adjustable
The vertical orientation.
VERTICAL. Static variable in class java.awt.GridBagConstraints
VERTICAL. Static variable in class java.awt.Scrollbar
The vertical Scrollbar variable.
vetoableChange(PropertyChangeEvent). Method in interface java.beans.VetoableChangeListener
This method gets called when a constrained property is changed.
VetoableChangeSupport(Object). Constructor for class java.beans.VetoableChangeSupport
VirtualMachineError(). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VK_0. Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1. Static variable in class java.awt.event.KeyEvent
VK_2. Static variable in class java.awt.event.KeyEvent
VK_3. Static variable in class java.awt.event.KeyEvent
VK_4. Static variable in class java.awt.event.KeyEvent
VK_5. Static variable in class java.awt.event.KeyEvent
VK_6. Static variable in class java.awt.event.KeyEvent
VK_7. Static variable in class java.awt.event.KeyEvent
VK_8. Static variable in class java.awt.event.KeyEvent
VK_9. Static variable in class java.awt.event.KeyEvent
VK_A. Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT. Static variable in class java.awt.event.KeyEvent
VK_ADD. Static variable in class java.awt.event.KeyEvent
VK_ALT. Static variable in class java.awt.event.KeyEvent
VK_B. Static variable in class java.awt.event.KeyEvent
VK_BACK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_BACK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_BACK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_C. Static variable in class java.awt.event.KeyEvent
VK_CANCEL. Static variable in class java.awt.event.KeyEvent
VK_CAPS_LOCK. Static variable in class java.awt.event.KeyEvent
VK_CLEAR. Static variable in class java.awt.event.KeyEvent
VK_CLOSE_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_COMMA. Static variable in class java.awt.event.KeyEvent
VK_CONTROL. Static variable in class java.awt.event.KeyEvent
VK_CONVERT. Static variable in class java.awt.event.KeyEvent
VK_D. Static variable in class java.awt.event.KeyEvent
VK_DECIMAL. Static variable in class java.awt.event.KeyEvent
VK_DELETE. Static variable in class java.awt.event.KeyEvent
VK_DIVIDE. Static variable in class java.awt.event.KeyEvent
VK_DOWN. Static variable in class java.awt.event.KeyEvent
VK_E. Static variable in class java.awt.event.KeyEvent
VK_END. Static variable in class java.awt.event.KeyEvent
VK_ENTER. Static variable in class java.awt.event.KeyEvent
Virtual key codes.
VK_EQUALS. Static variable in class java.awt.event.KeyEvent
VK_ESCAPE. Static variable in class java.awt.event.KeyEvent
VK_F. Static variable in class java.awt.event.KeyEvent
VK_F1. Static variable in class java.awt.event.KeyEvent
VK_F10. Static variable in class java.awt.event.KeyEvent
VK_F11. Static variable in class java.awt.event.KeyEvent
VK_F12. Static variable in class java.awt.event.KeyEvent
VK_F2. Static variable in class java.awt.event.KeyEvent
VK_F3. Static variable in class java.awt.event.KeyEvent
VK_F4. Static variable in class java.awt.event.KeyEvent
VK_F5. Static variable in class java.awt.event.KeyEvent
VK_F6. Static variable in class java.awt.event.KeyEvent
VK_F7. Static variable in class java.awt.event.KeyEvent
VK_F8. Static variable in class java.awt.event.KeyEvent
VK_F9. Static variable in class java.awt.event.KeyEvent
VK_FINAL. Static variable in class java.awt.event.KeyEvent
for Asian Keyboard
VK_G. Static variable in class java.awt.event.KeyEvent
VK_H. Static variable in class java.awt.event.KeyEvent
VK_HELP. Static variable in class java.awt.event.KeyEvent
VK_HOME. Static variable in class java.awt.event.KeyEvent
VK_I. Static variable in class java.awt.event.KeyEvent
VK_INSERT. Static variable in class java.awt.event.KeyEvent
VK_J. Static variable in class java.awt.event.KeyEvent
VK_K. Static variable in class java.awt.event.KeyEvent
VK_KANA. Static variable in class java.awt.event.KeyEvent
VK_KANJI. Static variable in class java.awt.event.KeyEvent
VK_L. Static variable in class java.awt.event.KeyEvent
VK_LEFT. Static variable in class java.awt.event.KeyEvent
VK_M. Static variable in class java.awt.event.KeyEvent
VK_META. Static variable in class java.awt.event.KeyEvent
VK_MODECHANGE. Static variable in class java.awt.event.KeyEvent
VK_MULTIPLY. Static variable in class java.awt.event.KeyEvent
VK_N. Static variable in class java.awt.event.KeyEvent
VK_NONCONVERT. Static variable in class java.awt.event.KeyEvent
VK_NUM_LOCK. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD0. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD1. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD2. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD3. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD4. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD5. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD6. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD7. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD8. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD9. Static variable in class java.awt.event.KeyEvent
VK_O. Static variable in class java.awt.event.KeyEvent
VK_OPEN_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_P. Static variable in class java.awt.event.KeyEvent
VK_PAGE_DOWN. Static variable in class java.awt.event.KeyEvent
VK_PAGE_UP. Static variable in class java.awt.event.KeyEvent
VK_PAUSE. Static variable in class java.awt.event.KeyEvent
VK_PERIOD. Static variable in class java.awt.event.KeyEvent
VK_PRINTSCREEN. Static variable in class java.awt.event.KeyEvent
VK_Q. Static variable in class java.awt.event.KeyEvent
VK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_R. Static variable in class java.awt.event.KeyEvent
VK_RIGHT. Static variable in class java.awt.event.KeyEvent
VK_S. Static variable in class java.awt.event.KeyEvent
VK_SCROLL_LOCK. Static variable in class java.awt.event.KeyEvent
VK_SEMICOLON. Static variable in class java.awt.event.KeyEvent
VK_SEPARATER. Static variable in class java.awt.event.KeyEvent
VK_SHIFT. Static variable in class java.awt.event.KeyEvent
VK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_SUBTRACT. Static variable in class java.awt.event.KeyEvent
VK_T. Static variable in class java.awt.event.KeyEvent
VK_TAB. Static variable in class java.awt.event.KeyEvent
VK_U. Static variable in class java.awt.event.KeyEvent
VK_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_TYPED events do not have a defined keyCode.
VK_UP. Static variable in class java.awt.event.KeyEvent
VK_V. Static variable in class java.awt.event.KeyEvent
VK_W. Static variable in class java.awt.event.KeyEvent
VK_X. Static variable in class java.awt.event.KeyEvent
VK_Y. Static variable in class java.awt.event.KeyEvent
VK_Z. Static variable in class java.awt.event.KeyEvent
VMID(). Constructor for class java.rmi.dgc.VMID
Create a new VMID.
VOLATILE. Static variable in class java.lang.reflect.Modifier

W

W_RESIZE_CURSOR. Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR. Static variable in class java.awt.Frame
wait(). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long, int). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
WAIT_CURSOR. Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR. Static variable in class java.awt.Frame
waitFor(). Method in class java.lang.Process
Waits for the subprocess to complete.
waitForAll(). Method in class java.awt.MediaTracker
Starts loading all images.
waitForAll(long). Method in class java.awt.MediaTracker
Starts loading all images.
waitForID(int). Method in class java.awt.MediaTracker
Starts loading all images with the specified ID and waits until they have finished loading or receive an error.
waitForID(int, long). Method in class java.awt.MediaTracker
Starts loading all images with the specified ID.
wasNull(). Method in interface java.sql.CallableStatement
An OUT parameter may have the value of SQL NULL; wasNull reports whether the last value read has this special value.
wasNull(). Method in interface java.sql.ResultSet
A column may have the value of SQL NULL; wasNull reports whether the last column read had this special value.
WEDNESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
WEEK_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_MONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_MONTH field alignment.
WEEK_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for WEEK_OF_YEAR field alignment.
weightx. Variable in class java.awt.GridBagConstraints
weighty. Variable in class java.awt.GridBagConstraints
WEST. Static variable in class java.awt.BorderLayout
The west layout constraint.
WEST. Static variable in class java.awt.GridBagConstraints
when. Variable in class java.awt.Event
The time stamp.
white. Static variable in class java.awt.Color
The color white.
whitespaceChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
width. Variable in class java.awt.Dimension
The width dimension.
WIDTH. Static variable in interface java.awt.image.ImageObserver
The width of the base image is now available and can be taken from the width argument to the imageUpdate callback method.
width. Variable in class java.awt.Rectangle
The width of the rectangle.
window. Static variable in class java.awt.SystemColor
The background color for windows.
WINDOW. Static variable in class java.awt.SystemColor
The array index for the window background color.
Window(Frame). Constructor for class java.awt.Window
Constructs a new Window initialized to an invisible state.
WINDOW_ACTIVATED. Static variable in class java.awt.event.WindowEvent
The window activated event type.
WINDOW_BORDER. Static variable in class java.awt.SystemColor
The array index for the window border color.
WINDOW_CLOSED. Static variable in class java.awt.event.WindowEvent
The window closed event type.
WINDOW_CLOSING. Static variable in class java.awt.event.WindowEvent
The window closing event type.
WINDOW_DEACTIVATED. Static variable in class java.awt.event.WindowEvent
The window deactivated event type.
WINDOW_DEICONIFIED. Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY. Static variable in class java.awt.Event
The de-iconify window event.
WINDOW_DESTROY. Static variable in class java.awt.Event
The destroy window event.
WINDOW_EVENT_MASK. Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE. Static variable in class java.awt.Event
The expose window event.
WINDOW_FIRST. Static variable in class java.awt.event.WindowEvent
Marks the first integer id for the range of window event ids.
WINDOW_ICONIFIED. Static variable in class java.awt.event.WindowEvent
The window iconified event type.
WINDOW_ICONIFY. Static variable in class java.awt.Event
The iconify window event.
WINDOW_LAST. Static variable in class java.awt.event.WindowEvent
Marks the last integer id for the range of window event ids.
WINDOW_MOVED. Static variable in class java.awt.Event
The move window event.
WINDOW_OPENED. Static variable in class java.awt.event.WindowEvent
The window opened event type.
WINDOW_TEXT. Static variable in class java.awt.SystemColor
The array index for the window text color.
windowActivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent). Method in class java.awt.event.WindowAdapter
windowActivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is activated.
WindowAdapter(). Constructor for class java.awt.event.WindowAdapter
windowBorder. Static variable in class java.awt.SystemColor
The border color for windows.
windowClosed(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent). Method in class java.awt.event.WindowAdapter
windowClosed(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been closed.
windowClosing(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent). Method in class java.awt.event.WindowAdapter
windowClosing(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is in the process of being closed.
windowDeactivated(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent). Method in class java.awt.event.WindowAdapter
windowDeactivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-activated.
windowDeiconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent). Method in class java.awt.event.WindowAdapter
windowDeiconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-iconified.
WindowEvent(Window, int). Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object with the specified source window and type.
windowIconified(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent). Method in class java.awt.event.WindowAdapter
windowIconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is iconified.
windowOpened(WindowEvent). Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent). Method in class java.awt.event.WindowAdapter
windowOpened(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been opened.
windowText. Static variable in class java.awt.SystemColor
The text color for windows.
wordChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
write(byte[]). Method in interface java.io.DataOutput
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]). Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[]). Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[]). Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[]). Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]). Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int). Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[], int, int). Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int). Method in class java.util.zip.CheckedOutputStream
Writes an array of bytes.
write(byte[], int, int). Method in interface java.io.DataOutput
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int). Method in class java.util.zip.DeflaterOutputStream
Writes an array of bytes to the compressed output stream.
write(byte[], int, int). Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified subarray, and in any case writes the subarray to the output stream.
write(byte[], int, int). Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(byte[], int, int). Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.util.zip.GZIPOutputStream
Writes array of bytes to the compressed output stream.
write(byte[], int, int). Method in class java.rmi.server.LogStream
Write a subarray of bytes.
write(byte[], int, int). Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(byte[], int, int). Method in class java.io.PrintStream
Writes a portion of the specified byte array, blocking if necessary.
write(byte[], int, int). Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int). Method in class java.util.zip.ZipOutputStream
Writes an array of bytes to the current ZIP entry data.
write(char[]). Method in class java.io.PrintWriter
Write an array of characters.
write(char[]). Method in class java.io.Writer
Write an array of characters.
write(char[], int, int). Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(char[], int, int). Method in class java.io.FilterWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.PipedWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.StringWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.Writer
Write a portion of an array of characters.
write(DataOutput). Method in class java.rmi.server.UID
Write uid to output stream.
write(int). Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(int). Method in class java.io.BufferedWriter
Write a single character.
write(int). Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int). Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(int). Method in class java.util.zip.CheckedOutputStream
Writes a byte.
write(int). Method in interface java.io.DataOutput
Writes the specified byte to this data output stream.
write(int). Method in class java.io.DataOutputStream
Writes the specified byte to the underlying output stream.
write(int). Method in class java.util.zip.DeflaterOutputStream
Writes a byte to the compressed output stream.
write(int). Method in class java.security.DigestOutputStream
Updates the message digest (if the digest function is on) using the specified byte, and in any case writes the byte to the output stream.
write(int). Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(int). Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(int). Method in class java.io.FilterWriter
Write a single character.
write(int). Method in class java.rmi.server.LogStream
Write a byte of data to the stream.
write(int). Method in interface java.io.ObjectOutput
Writes a byte.
write(int). Method in class java.io.ObjectOutputStream
Writes a byte.
write(int). Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int). Method in class java.io.OutputStreamWriter
Write a single character.
write(int). Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(int). Method in class java.io.PrintStream
Writes the specified byte to this print stream.
write(int). Method in class java.io.PrintWriter
Write a single character.
write(int). Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(int). Method in class java.io.StringWriter
Write a single character.
write(int). Method in class java.io.Writer
Write a single character.
write(ObjectOutput). Method in class java.rmi.server.ObjID
Marshal object id to output stream.
write(String). Method in class java.io.PrintWriter
Write a string.
write(String). Method in class java.io.StringWriter
Write a string.
write(String). Method in class java.io.Writer
Write a string.
write(String, int, int). Method in class java.io.BufferedWriter
Write a portion of a String.
write(String, int, int). Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(String, int, int). Method in class java.io.FilterWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.PrintWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.StringWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.Writer
Write a portion of a string.
WriteAbortedException(String, Exception). Constructor for class java.io.WriteAbortedException
A WriteAbortedException is thrown during a read when one of the ObjectStreamExceptions was thrown during writing.
writeBoolean(boolean). Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean). Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean). Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean). Method in class java.io.RandomAccessFile
Writes a boolean to the file as a 1-byte value.
writeByte(int). Method in interface java.io.DataOutput
Writes an 8-bit value to this output stream.
writeByte(int). Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int). Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int). Method in class java.io.RandomAccessFile
Writes a byte to the file as a 1-byte value.
writeBytes(String). Method in interface java.io.DataOutput
Writes a string to this output stream.
writeBytes(String). Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeChar(int). Method in interface java.io.DataOutput
Writes a char value to this output stream.
writeChar(int). Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int). Method in class java.io.RandomAccessFile
Writes a char to the file as a 2-byte value, high byte first.
writeChars(String). Method in interface java.io.DataOutput
Writes a string to this output stream.
writeChars(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeDouble(double). Method in interface java.io.DataOutput
Writes a double value to this output stream.
writeDouble(double). Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double). Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double). Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, high byte first.
writeExternal(ObjectOutput). Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
writeFloat(float). Method in interface java.io.DataOutput
Writes a float value to this output stream.
writeFloat(float). Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float). Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float). Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, high byte first.
writeInt(int). Method in interface java.io.DataOutput
Writes an int value to this output stream.
writeInt(int). Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int). Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int). Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(long). Method in interface java.io.DataOutput
Writes a long value to this output stream.
writeLong(long). Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long). Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long). Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeObject(Object). Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object). Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
Writer(). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int). Method in interface java.io.DataOutput
Writes a 16-bit value to this output stream.
writeShort(int). Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int). Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeStreamHeader(). Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream). Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer). Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUTF(String). Method in interface java.io.DataOutput
Writes a Unicode string by encoding it using modified UTF-8 format.
writeUTF(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeUTF(String). Method in class java.io.ObjectOutputStream
Writes a String in UTF format.
writeUTF(String). Method in class java.io.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
written. Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream.

X

x. Variable in class java.awt.Event
The x coordinate of the event.
x. Variable in class java.awt.Point
The x coordinate.
x. Variable in class java.awt.Rectangle
The x coordinate of the rectangle.
xor(BigInteger). Method in class java.math.BigInteger
Returns a BigInteger whose value is (this ^ val).
xor(BitSet). Method in class java.util.BitSet
Performs a logical XOR of this bit set with the bit set argument.
xpoints. Variable in class java.awt.Polygon
The array of x coordinates.

Y

y. Variable in class java.awt.Event
The y coordinate of the event.
y. Variable in class java.awt.Point
The y coordinate.
y. Variable in class java.awt.Rectangle
The y coordinate of the rectangle.
YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
YEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for YEAR field alignment.
yellow. Static variable in class java.awt.Color
The color yellow.
yield(). Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.
ypoints. Variable in class java.awt.Polygon
The array of y coordinates.