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

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(double). Static method in class java.lang.Math
Returns the absolute double value of a.
abs(float). Static method in class java.lang.Math
Returns the absolute float value of a.
abs(int). Static method in class java.lang.Math
Returns the absolute integer value of a.
abs(long). Static method in class java.lang.Math
Returns the absolute long value of a.
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
Accepts a connection.
accept(File, String). Method in interface java.io.FilenameFilter
Determines whether a name 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 a, in the range of 0.0 through Pi.
action(Event, Object). Method in class java.awt.Component
DEPRECATED: Replaced by processActionEvent(KeyEvent e); Called if an action occurs in the 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(Event). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object from the parameters of a 1.0-style event.
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.
actionListener. Variable in class java.awt.Button
actionListener. Variable in class java.awt.List
actionListener. Variable in class java.awt.MenuItem
actionListener. Variable in class java.awt.TextField
actionPerformed(ActionEvent). Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
ACTIVE_CAPTION. Static variable in class java.awt.SystemColor
ACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
ACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
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 the Thread group.
activeGroupCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in the Thread group.
AD. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
add(Bignum). Method in class java.lang.Bignum
Returns the arithmetic sum of the Bignum and the argument.
add(byte, int). Method in class java.util.Calendar
Date Arithmetic function.
add(byte, int). Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
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, int). Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
add(Component, Object). Method in class java.awt.Container
Adds the specified component to this container at the specified index.
add(int, int). Method in class java.awt.Rectangle
Adds a point to a rectangle.
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(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
DEPRECATED: Replaced by add(Component, Object).
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
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 to 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.
addElement(Object). Method in class java.util.Vector
Adds the specified object as the last element of the vector.
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.
addItem(MenuItem). Method in interface java.awt.peer.MenuPeer
addItem(String). Method in class java.awt.Choice
DEPRECATED: Replaced by add(String).
addItem(String). Method in class java.awt.List
DEPRECATED: Replaced by add(String).
addItem(String, int). Method in interface java.awt.peer.ChoicePeer
addItem(String, int). Method in class java.awt.List
DEPRECATED: Replaced by add(String, int).
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 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 the peer 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 observer list.
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.
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 internet address where the socket will make a connection.
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.
addWindowListener(WindowListener). Method in class java.awt.Dialog
Adds the specified window listener to receive window events from this dialog.
addWindowListener(WindowListener). Method in class java.awt.Frame
Adds the specified window listener to receive window events from this frame.
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.
AdjustmentEvent(Event). Constructor for class java.awt.event.AdjustmentEvent
Constructs an AdjustmentEvent object from the parameters of a 1.0-style event.
adjustmentListener. Variable in class java.awt.Scrollbar
adjustmentValueChanged(AdjustmentEvent). Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
Adler32(). Constructor for class java.util.zip.Adler32
after(Date). Method in class java.util.Date
Checks whether this date comes 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?
alignEnd. Variable in class java.text.FormatStatus
Output: End offset of field in text.
alignField. Variable in class java.text.FormatStatus
Input: Desired field to determine start and end offsets for.
alignStart. Variable in class java.text.FormatStatus
Output: Start offset of field in text.
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
DEPRECATED: Replaced by isMultipleMode().
allowThreadSuspension(boolean). Method in class java.lang.ThreadGroup
Used by VM to control lowmem implicit suspension.
allowUserInteraction. Variable in class java.net.URLConnection
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.
AMPM. Static variable in class java.util.Calendar
Useful constant for date and time.
AMPM_FIELD. Static variable in class java.text.DateFormat
Useful constant for AMPM field alignment.
anchor. Variable in class java.awt.GridBagConstraints
and(BitSet). Method in class java.util.BitSet
Logically ANDs this bit set with the specified set of bits.
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 a boolean to the end of this buffer.
append(char). Method in class java.lang.StringBuffer
Appends a character to the end of this buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends an array of characters to the end of this buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends a part of an array of characters to the end of this buffer.
append(double). Method in class java.lang.StringBuffer
Appends a double to the end of this buffer.
append(float). Method in class java.lang.StringBuffer
Appends a float to the end of this buffer.
append(int). Method in class java.lang.StringBuffer
Appends an integer to the end of this buffer.
append(long). Method in class java.lang.StringBuffer
Appends a long to the end of this buffer.
append(Object). Method in class java.lang.StringBuffer
Appends an object to the end of this buffer.
append(String). Method in class java.lang.StringBuffer
Appends a String to the end of this buffer.
append(String). Method in class java.awt.TextArea
Appends the given text to the end.
appendText(String). Method in class java.awt.TextArea
DEPRECATED: Replaced by append(String).
Applet(). Constructor for class java.applet.Applet
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
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 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 initialized to the specific 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 a ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs a 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 a, in the range of -Pi/2 through Pi/2.
atan(double). Static method in class java.lang.Math
Returns the arc tangent of a, in the range of -Pi/2 through Pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (a, b) to polar (r, theta).
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 without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of available bytes in the buffer.
available(). Method in class java.io.FileInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read 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 without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read 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 without blocking.
available(). Method in class java.io.StringBufferInputStream
Returns the number of available bytes in the buffer.
AverageScaleFilter(int, int). Constructor for class java.awt.image.AverageScaleFilter
Constructs an AverageScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
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.
AWTException(String). Constructor for class java.awt.AWTException
Constructs an AWTException with the specified detail message.

B

BACK_SPACE. Static variable in class java.awt.Event
The BackSpace key.
BACK_SPACE. Static variable in class java.awt.event.KeyEvent
The BackSpace key.
badInputLength. Variable in class java.io.ByteToCharConverter
badInputLength. Variable in class java.io.CharToByteConverter
Length of bad input that caused conversion to stop.
BC. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
beep(). Method in class java.awt.Toolkit
Emits an audio beep.
before(Date). Method in class java.util.Date
Checks whether this date comes 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?
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.
BIGINT. Static variable in class java.sql.Types
Bignum(Bignum). Constructor for class java.lang.Bignum
Construct a Bignum from another Bignum.
Bignum(Bignum, int). Constructor for class java.lang.Bignum
Given an existing Bignum and an integer scale value, construct a new Bignum with the scale adjusted accordingly.
Bignum(double, int). Constructor for class java.lang.Bignum
Construct a Bignum from a double given a double value and an integer scale.
Bignum(int). Constructor for class java.lang.Bignum
Construct a Bignum from an integer given an integer value.
Bignum(int, int). Constructor for class java.lang.Bignum
Construct a Bignum from an integer given an integer value and an integer scale.
Bignum(long). Constructor for class java.lang.Bignum
Construct a Bignum from a long integer given a long integer value.
Bignum(long, int). Constructor for class java.lang.Bignum
Construct a Bignum from a long integer given a long value and an integer scale.
Bignum(String). Constructor for class java.lang.Bignum
Creates a Bignum from a string.
Bignum(String, int). Constructor for class java.lang.Bignum
Construct a Bignum given a String and an integer scale.
BINARY. Static variable in class java.sql.Types
bind(InetAddress, int). Method in class java.net.SocketImpl
Binds the socket to the specified port 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
BitSet(). Constructor for class java.util.BitSet
Creates an empty set.
BitSet(int). Constructor for class java.util.BitSet
Creates an empty set with the specified size.
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
Constructs a Boolean object initialized to the specified boolean value.
Boolean(String). Constructor for class java.lang.Boolean
Constructs a Boolean object initialized to the value specified by the String parameter.
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.
bounds. Variable in class java.awt.Polygon
bounds(). Method in class java.awt.Component
DEPRECATED: Replaced by getBounds().
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 buffer where data is stored.
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
buffer. Variable in class java.io.StringBufferInputStream
The buffer where data is stored.
BufferedInputStream(InputStream). Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with a default buffer size.
BufferedInputStream(InputStream, int). Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with the specified buffer size.
BufferedOutputStream(OutputStream). Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with a default buffer size.
BufferedOutputStream(OutputStream, int). Constructor for class java.io.BufferedOutputStream
Creates a new buffered 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 an ByteArrayInputStream from the specified array of bytes.
ByteArrayInputStream(byte[], int, int). Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayOutputStream(). Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream.
ByteArrayOutputStream(int). Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream with the specified initial size.
byteOff. Variable in class java.io.ByteToCharConverter
byteOff. Variable in class java.io.CharToByteConverter
Offset of next byte to be output.
bytesTransferred. Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the IO 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.
ByteToCharConverter(). Constructor for class java.io.ByteToCharConverter
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 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.
canConvert(char). Method in class java.io.CharToByteConverter
Returns true if the given character can be converted to the target character encoding.
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.Collation
Characters that are canonical variants according to Unicode 2.0 will be decomposed for sorting.
canRead(). Method in class java.io.File
Returns a boolean indicating whether or not a readable file exists.
Canvas(). Constructor for class java.awt.Canvas
Constructs a new Canvas.
canWrite(). Method in class java.io.File
Returns a boolean indicating whether or not a writable file exists.
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 the vector.
capacityIncrement. Variable in class java.util.Vector
The size of the increment.
CAPS_LOCK. Static variable in class java.awt.Event
The CapsLock action-key.
CAPS_LOCK. Static variable in class java.awt.event.KeyEvent
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 "ceiling" or smallest whole number greater than or equal to a.
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.
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
Character(char). Constructor for class java.lang.Character
Constructs a Character object with the specified value.
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 the specified index.
CharConversionException(). Constructor for class java.io.CharConversionException
provides no detailed message
CharConversionException(String). Constructor for class java.io.CharConversionException
provides a detailed message
charOff. Variable in class java.io.ByteToCharConverter
charOff. Variable in class java.io.CharToByteConverter
Offset of next character to be converted.
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.
CharToByteConverter(). Constructor for class java.io.CharToByteConverter
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
Checks to see if a socket connection to the specified port on the specified host has been accepted.
checkAccess(). Method in class java.lang.Thread
Checks whether the current Thread is allowed to modify this Thread.
checkAccess(). Method in class java.lang.ThreadGroup
Checks to see if the current Thread is allowed to modify this group.
checkAccess(Thread). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to manipulate threads.
checkAccess(Thread). Method in class java.lang.SecurityManager
Checks to see if the specified Thread is allowed to modify the Thread group.
checkAccess(ThreadGroup). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to manipulate thread groups.
checkAccess(ThreadGroup). Method in class java.lang.SecurityManager
Checks to see if the specified Thread group is allowed to modify this group.
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.lang.SecurityManager
Checks to see if an 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
DEPRECATED: Replaced by Checkbox(String, boolean, CheckboxGroup).
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
For now stubs can't make connections on any port.
checkConnect(String, int). Method in class java.lang.SecurityManager
Checks to see if a socket has connected to the specified port on the the specified host.
checkConnect(String, int, Object). Method in class java.rmi.RMISecurityManager
For now stubs can't make connections on any port.
checkConnect(String, int, Object). Method in class java.lang.SecurityManager
Checks to see if the current execution context and the indicated execution context are both allowed to connect to the indicated host and port.
checkConnect(String, String). Method in class java.rmi.RMISecurityManager
For now stubs can't make connections on any port.
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
Checks to see if the ClassLoader has been created.
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
Checks to see if a file with the specified system dependent file name can be deleted.
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
Flush the stream and check its error state.
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
Checks to see if the system command is executed by trusted code.
checkExit(int). Method in class java.rmi.RMISecurityManager
Stubs are not allowed to exit the VM.
checkExit(int). Method in class java.lang.SecurityManager
Checks to see if the system has exited the virtual machine with an exit 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
Checks to see if the specified linked library exists.
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
Checks to see if a server socket is listening to the specified local port that it is bounded to.
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
Check if a client is allowed to access members.
checkMulticast(InetAddress). Method in class java.lang.SecurityManager
Checks to see if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte). Method in class java.lang.SecurityManager
Checks 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
Checks to see if a client can access a package.
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
Checks to see if a client can define classes in a package.
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
Checks to see if an 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
Checks to see who has access to 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
Checks to see who has access to the System property named by key.
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
Checks to see if an input file with the specified file descriptor object gets created.
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
Checks to see if an input file with the specified system dependent file name gets created.
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
Checks to see if the current context or the indicated context are both allowed to read the given file name.
checkRead(String, URL). Method in class java.rmi.RMISecurityManager
Check if a stub can read a particular file.
checkSecurityAccess(String). Method in class java.rmi.RMISecurityManager
Stubs cannot perform security provider operations.
checkSecurityAccess(String). Method in class java.lang.SecurityManager

Restrict access to certain operations to a given provider, for example, only a given provider (e.g.

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
Checks to see if a client can set a networking-related object factory.
checkSystemClipboardAccess(). Method in class java.lang.SecurityManager
Checks to see if an 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
Checks to see if top-level windows can be created by the caller.
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
Checks to see if an output file with the specified file descriptor object gets created.
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
Checks to see if an output file with the specified system dependent file name gets created.
childResized(int, int). Method in interface java.awt.peer.ScrollPanePeer
CHINA. Static variable in class java.util.Locale
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[], Object[]). Constructor for class java.text.ChoiceFormat
Sets the limits and the corresponding formats.
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
Return the position of the stack frame containing the first occurrence of the named 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
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 the hash table so that it has no more elements in it.
clear(). Method in class java.awt.List
DEPRECATED: Replaced by removeAll().
clear(). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by removeAll().
clear(byte). Method in class java.util.Calendar
Clears the value in the given time field.
clear(int). Method in class java.util.BitSet
Clears a bit.
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
Clears an observable 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 the BitSet.
clone(). Method in class java.util.Calendar
Overrides Cloneable
clone(). Method in interface java.text.CharacterIterator
Create a copy of this boundary
clone(). Method in class java.text.Collation
Overrides Cloneable
clone(). Method in class java.text.DateFormat
Overrides Cloneable
clone(). Method in class java.text.DateFormatData
Overrides Cloneable
clone(). Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone(). Method in class java.util.GregorianCalendar
Overrides Cloneable
clone(). Method in class java.awt.GridBagConstraints
Creates a clone of the object.
clone(). Method in class java.util.Hashtable
Creates a clone of the hashtable.
clone(). Method in class java.awt.image.ImageFilter
Clones this object.
clone(). Method in class java.awt.Insets
Creates a clone of the 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.text.NumberFormatData
Standard override.
clone(). Method in class java.lang.Object
Creates a clone of the object.
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.text.TableCollation
Standard override; no change in semantics.
clone(). Method in class java.text.TextBoundary
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
Clones this vector.
CloneNotSupportedException(). Constructor for class java.lang.CloneNotSupportedException
Constructs an CloneNotSupportedException with no detail message.
CloneNotSupportedException(String). Constructor for class java.lang.CloneNotSupportedException
Constructs an 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
Close the datagram socket.
close(). Method in class java.net.DatagramSocketImpl
Close the socket.
close(). Method in class java.util.zip.DeflaterOutputStream
Writes out any remaining data and closes the output stream.
close(). Method in class java.io.FileInputStream
Closes the input stream.
close(). Method in class java.io.FileOutputStream
Closes the stream.
close(). Method in class java.io.FilterInputStream
Closes the input stream.
close(). Method in class java.io.FilterOutputStream
Closes 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 out any remaining data and closes the output stream.
close(). Method in class java.io.InputStream
Closes the input 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 the stream.
close(). Method in class java.io.OutputStreamWriter
Close the stream.
close(). Method in class java.io.PipedInputStream
Closes the input stream.
close(). Method in class java.io.PipedOutputStream
Closes the 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
Close the 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 the file.
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 the input stream; flipping to the next stream, if an EOF is reached.
close(). Method in class java.net.ServerSocket
Closes the server socket.
close(). Method in class java.net.Socket
Closes the socket.
close(). Method in class java.net.SocketImpl
Closes the 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.ZipOutputStream
Closes the ZIP output stream.
closeEntry(). Method in class java.util.zip.ZipInputStream
Closes the current ZIP file entry.
closeEntry(). Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry.
CollatedString(String, Collation). Constructor for class java.text.CollatedString
The CollatedString constructor takes the string value and the collation object to create the collated string with.
Collation(). Constructor for class java.text.Collation
Default constructor of the collation object.
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
commentChar(int). Method in class java.io.StreamTokenizer
Specifies that this character 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(Bignum). Method in class java.lang.Bignum
Compare the value of this Bignum to the value of the argument.
compare(String, int, int, String, int, int). Method in class java.text.Collation
This comparison function compares character data stored in the specified regions of two different strings.
compare(String, int, int, String, int, int). Method in class java.text.TableCollation
Compares a range of character data stored in two different strings based on the collation rules.
compare(String, String). Method in class java.text.Collation
The comparison function compares the character data stored in two different strings.
compare(String, String). Method in class java.text.TableCollation
Compares the character data stored in two different strings based on the collation rules.
compareTo(CollationKey). Method in class java.text.CollationKey
Compares the equality between two collation keys.
compareTo(SortKey). Method in class java.text.SortKey
Convenience method which does a string(bit-wise) comparison of the two sort keys.
compareTo(String). Method in class java.lang.String
Compares this String to another specified String.
compileClass(Class). Static method in class java.lang.Compiler
compileClasses(String). Static method in class java.lang.Compiler
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_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_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
ComponentEvent(Component, int). Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object with the specified source component and type.
ComponentEvent(Event). Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object from the parameters of a 1.0-style event.
componentHidden(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentHidden(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been hidden.
componentListener. Variable in class java.awt.Component
componentMoved(ComponentEvent). Method in class java.awt.event.ComponentAdapter
componentMoved(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been moved.
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.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 and returns a new String object representing the concatenation.
connect(). Method in class java.net.URLConnection
URLConnection objects go through two phases: first they are created, then they are connected.
connect(InetAddress, int). Method in class java.net.SocketImpl
Connects the socket to the specified address on the specified port.
connect(PipedInputStream). Method in class java.io.PipedOutputStream
Connect this output stream to a receiver.
connect(PipedOutputStream). Method in class java.io.PipedInputStream
Connects this 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 the socket to the specified port on the specified 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
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
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.
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
Returns true if the specified object is an element of the hashtable.
contains(Object). Method in class java.util.Vector
Returns true if the specified object is a value of the collection.
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
Returns true if the collection contains an element for the key.
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
control. Static variable in class java.awt.SystemColor
The background color for control objects.
CONTROL_DK_SHADOW. Static variable in class java.awt.SystemColor
CONTROL_HIGHLIGHT. Static variable in class java.awt.SystemColor
CONTROL_LT_HIGHLIGHT. Static variable in class java.awt.SystemColor
CONTROL_SHADOW. Static variable in class java.awt.SystemColor
CONTROL_TEXT. Static variable in class java.awt.SystemColor
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.
ConversionBufferFullException(). Constructor for class java.io.ConversionBufferFullException
Constructs a BufferFullException with no detail message.
ConversionBufferFullException(String). Constructor for class java.io.ConversionBufferFullException
Constructs a BufferFullException with the specified detail message.
convert(byte[], int, int, char[], int, int). Method in class java.io.ByteToCharConverter
Converts an array of bytes containing characters in an external encoding into an array of Unicode characters.
convert(char[], int, int, byte[], int, int). Method in class java.io.CharToByteConverter
Converts an array of Unicode characters into an array of bytes in the target character encoding.
convertAll(byte[]). Method in class java.io.ByteToCharConverter
Converts an array of bytes containing characters in an external encoding into an array of Unicode characters.
convertAll(char[]). Method in class java.io.CharToByteConverter
Converts an array of Unicode characters into an array of bytes in the target character encoding.
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 elements 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 number of bytes in the buffer.
count. Variable in class java.io.BufferedOutputStream
The number of bytes in the buffer.
count. Variable in class java.io.ByteArrayInputStream
The number of bytes in the buffer.
count. Variable in class java.io.ByteArrayOutputStream
The number of 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 characters to use in the buffer.
countComponents(). Method in class java.awt.Container
DEPRECATED: Replaced by getComponentCount().
countItems(). Method in class java.awt.Choice
DEPRECATED: Replaced by getItemCount().
countItems(). Method in class java.awt.List
DEPRECATED: Replaced by getItemCount().
countItems(). Method in class java.awt.Menu
DEPRECATED: Replaced by getItemCount().
countMenus(). Method in class java.awt.MenuBar
DEPRECATED: Replaced by getMenuCount().
countObservers(). Method in class java.util.Observable
Counts the number of observers.
countStackFrames(). Method in class java.lang.Thread
Returns the number of stack frames in this Thread.
countTokens(). Method in class java.util.StringTokenizer
Returns the next number of tokens in the String using the current deliminter set.
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 a socket with a boolean that specifies whether this is a stream TCP socket (true) or an unconnected UDP socket (false).
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.
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.
createFromByteArray(byte[]). Static method in class java.lang.Bignum
Return a Bignum created from the given byte array.
createFromIntegerArray(int[]). Static method in class java.lang.Bignum
Return a Bignum created from the given Integer array.
createFromRadixString(String, int). Static method in class java.lang.Bignum
Return a Bignum created from the given string and radix.
createFromScaled(long, int). Static method in class java.lang.Bignum
Return a Bignum value created by dividing the argument by 10**scale.
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.
createScaledImage(int, int, int). Method in class java.awt.Image
Creates a scaled version of this image.
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 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()).
current(). Method in class java.text.TextBoundary
Return character index of the text boundary that was most recently returned by next(), previous(), first(), or last()
currentClassLoader(). Method in class java.lang.SecurityManager
The current ClassLoader on the execution stack.
currentLoadedClass(). Method in class java.lang.SecurityManager
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 GMT since the epoch (00:00:00 UTC, January 1, 1970).
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
This constructor is used to create a DatagramPacket object used for receiving datagrams.
DatagramPacket(byte[], int, InetAddress, int). Constructor for class java.net.DatagramPacket
This constructor is used construct the DatagramPacket to be sent.
DatagramSocket(). Constructor for class java.net.DatagramSocket
Creates a datagram socket
DatagramSocket(int). Constructor for class java.net.DatagramSocket
Creates a datagram socket.
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 DataInputStream.
DataOutputStream(OutputStream). Constructor for class java.io.DataOutputStream
Creates a new DataOutputStream.
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
Creates today's date/time.
Date(int, int, int). Constructor for class java.sql.Date
Construct a Date
Date(int, int, int). Constructor for class java.util.Date
Creates a date.
Date(int, int, int, int, int). Constructor for class java.util.Date
Creates a date.
Date(int, int, int, int, int, int). Constructor for class java.util.Date
Creates a date.
Date(long). Constructor for class java.sql.Date
Construct a Date using a milliseconds time value
Date(long). Constructor for class java.util.Date
Creates a date.
Date(String). Constructor for class java.util.Date
Creates a date from a string according to the syntax accepted by parse().
DATE_FIELD. Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat(). Constructor for class java.text.DateFormat
DateFormatData(). Constructor for class java.text.DateFormatData
Constructs a DateFormatData by loading format data from resources based on the default locale.
DateFormatData(Locale). Constructor for class java.text.DateFormatData
Constructs a DateFormatData by loading format data from resources based on the given locale.
DAYOFMONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFWEEK. Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFWEEK_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAYOFWEEK field alignment.
DAYOFWEEKINMONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFWEEKINMONTH_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAYOFWEEKINMONTH field alignment.
DAYOFYEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFYEAR_FIELD. Static variable in class java.text.DateFormat
Useful constant for DAYOFYEAR field alignment.
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
DECIMAL_FIELD. Static variable in class java.text.NumberFormat
Decimal field is the alignment field.
DecimalFormat(). Constructor for class java.text.DecimalFormat
Create a decimal format from default pattern and data.
DecimalFormat(String, NumberFormatData). Constructor for class java.text.DecimalFormat
Create a decimal format from a pattern and data.
decimalSign. Variable in class java.text.NumberFormatData
character used for decimal sign.
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 medium/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
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 to 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[], 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.ZipOutputStream
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, 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. Static variable in class java.awt.event.KeyEvent
The Delete key.
delete(). Method in class java.io.File
Deletes the specified file.
deleteObserver(Observer). Method in class java.util.Observable
Deletes an observer from the observer list.
deleteObservers(). Method in class java.util.Observable
Deletes observers from the observer list.
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
DEPRECATED: Replaced by remove(String) and remove(int).
delItem(int). Method in interface java.awt.peer.MenuPeer
delItems(int, int). Method in class java.awt.List
DEPRECATED: Not for public use in the future.
delItems(int, int). Method in interface java.awt.peer.ListPeer
deliverEvent(Event). Method in class java.awt.Component
DEPRECATED: replaced by dispatchEvent(AWTEvent e)
deliverEvent(Event). Method in class java.awt.Container
Delivers an event.
delMenu(int). Method in interface java.awt.peer.MenuBarPeer
DENOMINATOR_FIELD. Static variable in class java.text.NumberFormat
Denominator field is the alignment field.
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 color of the desktop background.
DESKTOP. Static variable in class java.awt.SystemColor
destHeight. Variable in class java.awt.image.ReplicateScaleFilter
destroy(). Method in class java.applet.Applet
Cleans up whatever resources are being held.
destroy(). Method in class java.lang.Process
Kills the subprocess.
destroy(). Method in class java.lang.Thread
Destroy a thread, without any cleanup, i.e.
destroy(). Method in class java.lang.ThreadGroup
Destroys a Thread group.
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
DEPRECATED: Replaced by Dialog(Frame, String, boolean).
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 full digest computation on the specified array of bytes, first calling update on the array, then calling digest().
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. Variable in class java.text.NumberFormatData
character used for a digit in a pattern.
digit(char, int). Static method in class java.lang.Character
Returns the numeric value of the character digit using 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
disable(). Method in class java.awt.Component
DEPRECATED: Replaced by setEnabled(boolean).
disable(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable(). Method in class java.awt.MenuItem
DEPRECATED: Replaced by setEnabled(boolean).
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.
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(Bignum). Method in class java.lang.Bignum
Returns the arithmetic quotient calculated by dividing the Bignum by the argument.
doesMaxRowSizeIncludeBlobs(). Method in interface java.sql.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doInput. Variable in class java.net.URLConnection
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 interface java.text.CharacterIterator
Constant that is returned when the iterator has reached the end of the text.
DONE. Static variable in class java.text.TextBoundary
DONE is returned by previous() and next() after all valid boundaries have been returned.
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.
doOutput. Variable in class java.net.URLConnection
DOUBLE. Static variable in class java.sql.Types
Double(double). Constructor for class java.lang.Double
Constructs a Double wrapper for the specified double value.
Double(String). Constructor for class java.lang.Double
Constructs a Double object initialized to the value specified by the String parameter.
doubleToLongBits(double). Static method in class java.lang.Double
Returns the bit represention of a double-float value
doubleValue(). Method in class java.lang.Bignum
Convert the Bignum value 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 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. Static variable in class java.awt.event.KeyEvent
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.
DSTOFFSET. 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
A debugging procedure to print a stack trace for the current Thread.

E

E. Static variable in class java.lang.Math
The double representation of the value E.
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.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 element at the specified index.
elementCount. Variable in class java.util.Vector
The number of elements in the buffer.
elementData. Variable in class java.util.Vector
The buffer where elements are stored.
elements(). Method in class java.util.Dictionary
Returns an enumeration of the elements.
elements(). Method in class java.util.Hashtable
Returns an enumeration of the elements.
elements(). Method in class java.util.Vector
Returns an enumeration of the elements.
empty(). Method in class java.util.Stack
Returns true if the 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
enable(). Method in class java.awt.Component
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in class java.awt.MenuItem
DEPRECATED: Replaced by setEnabled(boolean).
enable(). Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
enable(boolean). Method in class java.awt.Component
DEPRECATED: Replaced by setEnabled(boolean).
enable(boolean). Method in class java.awt.MenuItem
DEPRECATED: Replaced by setEnabled(boolean).
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 readily decoded by the decode method.
encode(String). Static method in class java.net.URLEncoder
Translates String into x-www-form-urlencoded format.
END. Static variable in class java.awt.Event
The end action-key.
END. Static variable in class java.awt.event.KeyEvent
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
endIndex(). Method in interface java.text.CharacterIterator
Return the end index of the text.
endIndex(). Method in class java.text.StringCharacterIterator
Return the end index of the text.
endsWith(String). Method in class java.lang.String
Determines whether the String ends with some suffix.
engineDigest(). Method in class java.security.MessageDigest
SPI:Completes the hash computation by performing final operations such as padding.
engineGenerateKeyPair(byte[]). Method in class java.security.Signature
SPI: Generates a pair of keys suitable for this algorithm.
engineGetParameter(String). Method in class java.security.Signature
Gets the value of the specified algorithm parameter.
engineInitGenerateKeyPair(int). Method in class java.security.Signature
SPI: Initializes this signature object for key generation for keys of a given size.
engineInitGenerateKeyPair(int, byte[]). Method in class java.security.Signature
SPI: Initializes this signature object for key generation for keys of a given size generated using the specified random seed.
engineInitGenerateKeyPair(KeyParams). Method in class java.security.Signature
SPI: Initializes this signature object for key generation.
engineInitSign(byte[], String). Method in class java.security.Signature
SPI:Initializes this signature object with the specified private key for signing operations.
engineInitVerify(byte[], String). 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
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.
engineToString(). Method in class java.security.Signature
SPI: Returns an informative human-readable string which succintly describes this object, its implementation details and the implementation-specific bits of information about the object or its state.
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
Ensures that the vector has at least the specified capacity.
ENTER. Static variable in class java.awt.Event
The Enter key.
ENTER. Static variable in class java.awt.event.KeyEvent
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, references to every active Thread in this Thread's group.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread in this Thread group.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread in this Thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread group in this Thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread group 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
If the flag is true, end-of-lines are significant (TT_EOL will be returned by nexttoken).
eos. Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
EQUAL. Static variable in class java.text.Collation
EQUAL is returned if source string is compared to be equal to target string in the compare() method.
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.lang.Bignum
Returns true if the arithmetic value of the Bignum equals the argument.
equals(Object). Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object). Method in class java.lang.Boolean
Compares this object against the specified 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.CollatedString
Compare if two objects are the same.
equals(Object). Method in class java.text.Collation
Compares the equality of two collation objects.
equals(Object). Method in class java.text.CollationKey
Compare if two objects are the same.
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 this object against the specified object.
equals(Object). Method in class java.text.DateFormatData
Compares the equality of two DateFormatData objects.
equals(Object). Method in class java.text.DecimalFormat
Compares the equality of two decimal format objects.
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.security.Key
Returns true if the canonical encoded form of this key and the argument key is the same.
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.NumberFormatData
Equality comparison between two number format objects.
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.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.text.SimpleDateFormat
Compares the equality of two SimpleDateFormat objects.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object). Method in class java.text.SortKey
Compare if two objects are the same.
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.text.TableCollation
Compares the equality of two collation 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.Collation
Convenience method for comparing the equality of two strings based on the 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
Handle to standard error.
err. Static variable in class java.lang.System
Standard error 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.
ESCAPE. Static variable in class java.awt.event.KeyEvent
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
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 a 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 system command specified in the parameter.
exec(String, String[]). Method in class java.lang.Runtime
Executes the system command specified in the parameter.
exec(String[]). Method in class java.lang.Runtime
Executes the system command specified by cmdarray[0] with arguments specified by the strings in the rest of the array.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the system command specified by cmdarray[0] with arguments specified by the strings in the rest of the array.
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
Returns a boolean indicating whether or not a file exists.
exit(int). Method in class java.lang.Runtime
Exits the virtual machine with an exit code.
exit(int). Static method in class java.lang.System
Exits the virtual machine with an exit code.
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(2.718...) raised to the power of a.
EXPONENT_FIELD. Static variable in class java.text.NumberFormat
Exponent field is the alignment field.
exponential. Variable in class java.text.NumberFormatData
character used to represent exponentials.
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.
exportObject(Remote, RemoteServer, 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.
F1. Static variable in class java.awt.event.KeyEvent
The F1 function action-key.
F10. Static variable in class java.awt.Event
The F10 function action-key.
F10. Static variable in class java.awt.event.KeyEvent
The F10 function action-key.
F11. Static variable in class java.awt.Event
The F11 function action-key.
F11. Static variable in class java.awt.event.KeyEvent
The F11 function action-key.
F12. Static variable in class java.awt.Event
The F12 function action-key.
F12. Static variable in class java.awt.event.KeyEvent
The F12 function action-key.
F2. Static variable in class java.awt.Event
The F2 function action-key.
F2. Static variable in class java.awt.event.KeyEvent
The F2 function action-key.
F3. Static variable in class java.awt.Event
The F3 function action-key.
F3. Static variable in class java.awt.event.KeyEvent
The F3 function action-key.
F4. Static variable in class java.awt.Event
The F4 function action-key.
F4. Static variable in class java.awt.event.KeyEvent
The F4 function action-key.
F5. Static variable in class java.awt.Event
The F5 function action-key.
F5. Static variable in class java.awt.event.KeyEvent
The F5 function action-key.
F6. Static variable in class java.awt.Event
The F6 function action-key.
F6. Static variable in class java.awt.event.KeyEvent
The F6 function action-key.
F7. Static variable in class java.awt.Event
The F7 function action-key.
F7. Static variable in class java.awt.event.KeyEvent
The F7 function action-key.
F8. Static variable in class java.awt.Event
The F8 function action-key.
F8. Static variable in class java.awt.event.KeyEvent
The F8 function action-key.
F9. Static variable in class java.awt.Event
The F9 function action-key.
F9. Static variable in class java.awt.event.KeyEvent
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
Assigns this Boolean to be false.
fd. Variable in class java.net.DatagramSocketImpl
The file descriptor object
fd. Variable in class java.net.SocketImpl
The file descriptor object
FEBRUARY. Static variable in class java.util.Calendar
Useful constant for month.
FIELDCOUNT. Static variable in class java.util.Calendar
Useful constant for date and time.
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 object (given a directory File object).
File(String). Constructor for class java.io.File
Creates a File object.
File(String, String). Constructor for class java.io.File
Creates a File object from the specified directory.
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 from the specified File object.
FileInputStream(FileDescriptor). Constructor for class java.io.FileInputStream
FileInputStream(String). Constructor for class java.io.FileInputStream
Creates an input file with the specified system dependent file 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 an output file with the specified File object.
FileOutputStream(FileDescriptor). Constructor for class java.io.FileOutputStream
FileOutputStream(String). Constructor for class java.io.FileOutputStream
Creates an output file with the specified system dependent file 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 uncompressed data.
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 excecution 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.
FilterOutputStream(OutputStream). Constructor for class java.io.FilterOutputStream
Creates an output stream filter.
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
Code to perform when this object is garbage collected.
finalize(). Method in class java.util.zip.Deflater
Frees the compressor when garbage is collected.
finalize(). Method in class java.io.FileInputStream
Closes the stream when garbage is collected.
finalize(). Method in class java.io.FileOutputStream
Closes the stream when garbage is collected.
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
Code to perform when this object is garbage collected.
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
Code to perform when this object is garbage collected.
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.
findLoadedClass(String). Method in class java.lang.ClassLoader
findSystemClass(String). Method in class java.lang.ClassLoader
Loads a system Class.
finish(). Method in class java.util.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
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.
first(). Method in interface java.text.CharacterIterator
Set the position to startIndex() and return the character at that position.
first(). Method in class java.text.StringCharacterIterator
Set the position to startIndex() and return the character at that position.
first(). Method in class java.text.TextBoundary
Return the index of first character in the text being scanned.
first(Container). Method in class java.awt.CardLayout
Flip to the first card.
firstElement(). Method in class java.util.Vector
Returns the first element of the sequence.
FLOAT. Static variable in class java.sql.Types
Float(double). Constructor for class java.lang.Float
Constructs a Float wrapper for the specified double value.
Float(float). Constructor for class java.lang.Float
Constructs a Float wrapper for the specified float value.
Float(String). Constructor for class java.lang.Float
Constructs a Float object initialized to the value specified by the String parameter.
floatToIntBits(float). Static method in class java.lang.Float
Returns the bit represention of a single-float value
floatValue(). Method in class java.lang.Bignum
Convert the Bignum value 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 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 "floor" or largest whole number less than or equal to a.
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 the 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 the stream.
flush(). Method in class java.io.FilterOutputStream
Flushes 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 the stream.
flush(). Method in class java.io.OutputStreamWriter
Flush the stream.
flush(). Method in class java.io.PipedOutputStream
Flushes the stream.
flush(). Method in class java.io.PipedWriter
Flush the stream.
flush(). Method in class java.io.PrintStream
Flush the stream, writing any buffered output bytes.
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.
flush(byte[], int, int). Method in class java.io.CharToByteConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.
flush(char[], int, int). Method in class java.io.ByteToCharConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.
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 FocusEvent object with the specified source component and type.
FocusEvent(Event). Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object from the parameters of a 1.0-style event.
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.
focusListener. Variable in class java.awt.Component
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.
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
Returns the character value for the specified 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, FormatStatus). Method in class java.text.DateFormat
Formats a Date into a date-time string.
format(Date, StringBuffer, FormatStatus). 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, FormatStatus). Method in class java.text.ChoiceFormat
Specialization of format.
format(double, StringBuffer, FormatStatus). Method in class java.text.DecimalFormat
Specialization of format.
format(double, StringBuffer, FormatStatus). Method in class java.text.NumberFormat
Specialization of format.
format(long). Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FormatStatus). Method in class java.text.ChoiceFormat
Specialization of format.
format(long, StringBuffer, FormatStatus). Method in class java.text.DecimalFormat
Specialization of format.
format(long, StringBuffer, FormatStatus). 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, FormatStatus). Method in class java.text.DateFormat
Overrides Format.
format(Object, StringBuffer, FormatStatus). Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FormatStatus). Method in class java.text.MessageFormat
Formats an object to produce a string.
format(Object, StringBuffer, FormatStatus). Method in class java.text.NumberFormat
Formats an object to produce a string.
format(Object[], StringBuffer, FormatStatus). Method in class java.text.MessageFormat
Returns pattern with formatted objects substituted for %0..%9
format(String, Format[], Object[]). Static method in class java.text.MessageFormat
Convenience routine.
format(String, Object[]). Static method in class java.text.MessageFormat
Convenience routine.
FormatException(). Constructor for class java.text.FormatException
Constructs a FormatException with the default detail message and offset.
FormatException(String, int). Constructor for class java.text.FormatException
Constructs a FormatException with the specified detail message and offset.
FormatStatus(). Constructor for class java.text.FormatStatus
forName(String). Static method in class java.lang.Class
Given the fully-qualified name for a class or interface, this method attempts to locate, load and link the class.
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 number of free bytes in system memory.
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.Collation
Both canonical variants and compatibility variants be decomposed for sorting.

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.
generateKeyPair(byte[]). Method in class java.security.Signature
Generates pair of keys suitable for this algorithm.
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(byte). Method in class java.util.Calendar
Gets the value for a given time field.
get(int). Method in class java.util.BitSet
Gets a bit.
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
Gets the object associated with the specified key in the 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
Gets the object associated with the specified key in the 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
Gets the absolute path of the file.
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.
getAddress(). Method in class java.net.DatagramPacket
getAddress(). Method in class java.net.InetAddress
Returns the raw IP address in network byte order.
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.Inflater
Returns Adler-32 value of the uncompressed data.
getAlgorithm(). Method in class java.security.Key
Returns the standard algorithm name this key is for.
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.
getAllByName(String). Static method in class java.net.InetAddress
Given a hostname, returns an array of all the corresponding InetAddresses.
getAllowUserInteraction(). Method in class java.net.URLConnection
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.
getAmpms(). Method in class java.text.DateFormatData
Gets ampm strings.
getApplet(String). Method in interface java.applet.AppletContext
Gets an applet by name.
getAppletContext(). Method in class java.applet.Applet
Gets a handle to the applet context.
getAppletContext(). Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletInfo(). Method in class java.applet.Applet
Returns a string containing information about the author, version and copyright of the applet.
getApplets(). Method in interface java.applet.AppletContext
Enumerates the applets in this context.
getArguments(). Method in class java.lang.Throwable
Allows access to the arguments
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.
getAudioClip(URL). Method in class java.applet.Applet
Gets an audio clip.
getAudioClip(URL). Method in interface java.applet.AppletContext
Gets an audio clip.
getAudioClip(URL, String). Method in class java.applet.Applet
Gets an audio clip.
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 timezone offset.
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.Collation
Get the set of Locales for which Collations 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
getAvailableLocales(). Static method in class java.text.TextBoundary
Get the set of Locales for which TextBoundaries are installed
getBackground(). Method in class java.awt.Component
Gets the background color.
getBadInputLength(). Method in class java.io.ByteToCharConverter
Returns the length, in bytes, of the input which caused a MalformedInputException.
getBadInputLength(). Method in class java.io.CharToByteConverter
Returns the length, in chars, of the input which caused a MalformedInputException.
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.
getBignum(int, int). Method in interface java.sql.CallableStatement
Get the value of a NUMERIC parameter as a java.lang.Bignum object.
getBignum(int, int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.lang.Bignum object.
getBignum(String, int). Method in interface java.sql.ResultSet
Get the value of a column in the current row as a java.lang.Bignum 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
Gets a Boolean from the properties.
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
DEPRECATED: Replaced by getBounds().
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.
getByName(String). Static method in class java.net.InetAddress
Returns a network address for the indicated host.
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
Apply the default character-encoding converter to this String, storing the resulting bytes into a new byte array.
getBytes(CharToByteConverter). Method in class java.lang.String
Apply the specified character-encoding converter to this String, storing the resulting bytes 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 specified 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.
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.
getCharacterBreak(). Static method in class java.text.TextBoundary
Create TextBoundary for character-breaks using default locale Returns an instance of a TextBoundary implementing character breaks.
getCharacterBreak(Locale). Static method in class java.text.TextBoundary
Create TextBoundary for character-breaks using specified locale Returns an instance of a TextBoundary implementing character breaks.
getCharacterEncoding(). Method in class java.io.ByteToCharConverter
Returns the character set id for the conversion
getCharacterEncoding(). Method in class java.io.CharToByteConverter
Returns the character set id for the conversion.
getCharacterEncoding(). Method in class java.io.InputStreamReader
Return the name of the encoding being used by this stream.
getCharacterEncoding(). Method in class java.io.OutputStreamWriter
Return the name of the encoding being used by this stream.
getChars(int, int, char[], int). Method in class java.lang.String
Copies characters from this String into the specified character array.
getChars(int, int, char[], int). Method in class java.lang.StringBuffer
Copies the characters of the specified substring (determined by srcBegin and srcEnd) into the character array, starting at the array's dstBegin location.
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.
getClass(). Method in class java.lang.Object
Returns the Class of this Object.
getClassContext(). Method in class java.lang.SecurityManager
Gets the context of this Class.
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
Returns the class loader that loaded this 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.
getClassName(String, String). Static method in class java.security.PrivateKey
Given an algorithm name and the name of an encoding format, returns the name of a PrivateKey class using the specified format and capable of handling keys for that algorithm.
getClassName(String, String). Static method in class java.security.PublicKey
Given an algorithm name and the name of an encoding format, returns the name of a PublicKey class using the specified format and capable of handling keys for that algorithm.
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
DEPRECATED: Replaced by getClipBounds().
getCodeBase(). Method in class java.applet.Applet
Gets the base URL.
getCodeBase(). Method in interface java.applet.AppletStub
Gets the base URL.
getCollation(). Method in class java.text.CollatedString
Get the current collation object.
getCollationKey(String). Method in class java.text.Collation
Transforms the string into a series of characters that can be compared with java.text.CollationKey.compareTo().
getCollationKey(String). Method in class java.text.TableCollation
Transforms the string into a series of characters that can be compared with CollationKey.compareTo.
getCollationKey(String, int, int). Method in class java.text.Collation
Transforms the string into a series of characters that can be compared with java.text.CollationKey.compareTo().
getCollationKey(String, int, int). Method in class java.text.TableCollation
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 file comment 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.
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.
getContent(). Method in class java.net.URL
Gets the contents from this opened connection.
getContent(). Method in class java.net.URLConnection
Gets the object referred to by this URL.
getContent(URLConnection). Method in class java.net.ContentHandler
Given an input stream positioned at the beginning of the representation of an object, reads that stream and recreates the object from it.
getContentEncoding(). Method in class java.net.URLConnection
Gets the content encoding.
getContentLength(). Method in class java.net.URLConnection
Gets the content length.
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
Gets the content type.
getContentTypeFor(String). Method in interface java.net.FileNameMap
getConverter(String). Static method in class java.io.ByteToCharConverter
Returns appropriate ByteToCharConverter subclass instance.
getConverter(String). Static method in class java.io.CharToByteConverter
Returns appropriate CharToByteConverter subclass instance.
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 for the entry.
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.
getCurrencySymbol(). Method in class java.text.NumberFormat
Get the currency symbol of the current locale.
getCurrencySymbol(Locale). Method in class java.text.NumberFormat
Get the currency symbol of the desired locale.
getCurrent(). Method in class java.awt.CheckboxGroup
DEPRECATED: Replaced by getSelectedCheckbox().
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
DEPRECATED: Replaced by Component.getCursor().
getData(). Method in class java.net.DatagramPacket
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.
getDate(). Method in class java.sql.Time
Returns the day of the month.
getDate(). Method in class java.net.URLConnection
Gets the sending date of the object.
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.
getDateFormat(). Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style for the default locale.
getDateFormat(int). Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the default locale.
getDateFormat(int, Locale). Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style for the given locale.
getDateFormatData(). Method in class java.text.SimpleDateFormat
Gets the date/time formatting data.
getDateTimeFormat(). Static method in class java.text.DateFormat
Gets the date-time formatter with the default formatting style for the default locale.
getDateTimeFormat(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.
getDateTimeFormat(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.
getDay(). Method in class java.sql.Time
Returns the day of the week.
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.Collation
Get the decomposition mode of the collation object.
getDefault(). Static method in class java.io.ByteToCharConverter
Create an instance of the default ByteToCharConverter subclass.
getDefault(). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and locale.
getDefault(). Static method in class java.io.CharToByteConverter
Create an instance of the default CharToByteConverter subclass.
getDefault(). Static method in class java.text.Collation
Gets the table-based collation object for the current default locale.
getDefault(). Static method in class java.util.Locale
Common methods of getting the current default Locale.
getDefault(). Static method in class java.text.NumberFormat
Gets a general-purpose number format for the current default locale
getDefault(). Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault(Locale). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and given locale.
getDefault(Locale). Static method in class java.text.Collation
Gets the table-based collation object for the desired locale.
getDefault(Locale). Static method in class java.text.NumberFormat
Gets a general-purpose number format for the specified locale
getDefault(TimeZone). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and default locale.
getDefault(TimeZone, Locale). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and given locale.
getDefaultAllowUserInteraction(). Static method in class java.net.URLConnection
getDefaultCurrency(). Static method in class java.text.NumberFormat
Gets a currency format for the current default locale
getDefaultCurrency(Locale). Static method in class java.text.NumberFormat
Gets a currency format for the specified locale
getDefaultCursor(). Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultPercent(). Static method in class java.text.NumberFormat
Gets a percentage format for the current default locale
getDefaultPercent(Locale). Static method in class java.text.NumberFormat
Gets a percentage format for the specified locale
getDefaultRequestProperty(String). Static method in class java.net.URLConnection
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
Sets/gets the default value of the UseCaches flag.
getDescent(). Method in class java.awt.FontMetrics
Gets the font descent.
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.util.Locale
Getter for display of the entire locale to user.
getDisplayName(Locale). Static method in class java.text.Collation
Get name of the object for the desired Locale, in the langauge of the default locale.
getDisplayName(Locale). Static method in class java.text.DateFormat
Get name of the object for the desired Locale, in the langauge of the default locale.
getDisplayName(Locale). Method in class java.util.Locale
Getter for display of the entire locale to user.
getDisplayName(Locale). Static method in class java.text.NumberFormat
Get name of the object for the desired Locale, in the langauge of the default locale.
getDisplayName(Locale). Static method in class java.text.TextBoundary
Get name of the object for the desired Locale, in the langauge of the default locale.
getDisplayName(Locale, Locale). Static method in class java.text.Collation
Get name of the object for the desired Locale, in the desired langauge
getDisplayName(Locale, Locale). Static method in class java.text.DateFormat
Get name of the object for the desired Locale, in the desired langauge.
getDisplayName(Locale, Locale). Static method in class java.text.NumberFormat
Get name of the object for the desired Locale, in the desired langauge.
getDisplayName(Locale, Locale). Static method in class java.text.TextBoundary
Get name of the object for the desired Locale, in the desired langauge.
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
getDoOutput(). Method in class java.net.URLConnection
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.
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 class java.security.Key
Returns the encoded key.
getEncoded(). Method in class java.security.PrivateKey
Returns the encoded private key.
getEncoded(). Method in class java.security.PublicKey
Returns the encoded public key.
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
Obsolete.
getEras(). Method in class java.text.DateFormatData
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.
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
Returns the an InputStream connected to the error stream of the child process.
getEventQueue(). Static method in class java.awt.EventQueue
Get the system's EventQueue instance.
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
Gets the expriation date of the object.
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 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 _).
getFactor(). Method in class java.text.DecimalFormat
Get the factor for use in percent, permill, etc.
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.
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
Gets the file name.
getFileDescriptor(). Method in class java.net.DatagramSocketImpl
Get the datagram socket file descriptor
getFileDescriptor(). Method in class java.net.SocketImpl
getFilenameFilter(). Method in class java.awt.FileDialog
Gets the filter.
getFilePointer(). Method in class java.io.RandomAccessFile
Returns the current location of the file pointer.
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.
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 class java.security.Key
Returns the format used to encode the key.
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.event.PaintEvent
Returns the graphics object associated with this paint event.
getGraphics(). Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGreatestMinimum(byte). Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(byte). 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.
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
Gets a header field by name.
getHeaderFieldDate(String, long). Method in class java.net.URLConnection
Gets a header field by name.
getHeaderFieldInt(String, int). Method in class java.net.URLConnection
Gets a header field by name.
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
Gets the host name, 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
Gets the hostname for this address; also the key in the hashtable.
getHours(). Method in class java.sql.Date
Returns the hour.
getHours(). Method in class java.util.Date
Returns the hour.
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.
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 timezone.
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 an identity using a 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
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
Gets an image given a URL.
getImage(URL). Method in interface java.applet.AppletContext
Gets an image.
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
Gets an image relative to a URL.
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
Returns whether 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.StringCharacterIterator
Return the current index.
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
Gets the local address of this ServerSocket.
getInetAddress(). Method in class java.net.Socket
Gets the address to which the socket is connected.
getInetAddress(). Method in class java.net.SocketImpl
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
Returns a Stream connected to the output of the child process.
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
Gets an InputStream for this socket.
getInputStream(). Method in class java.net.SocketImpl
Gets an InputStream for this socket.
getInputStream(). Method in class java.net.URLConnection
Calls this routine to get an InputStream that reads from the object.
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
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.
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
Gets an Integer property.
getInteger(String, int). Static method in class java.lang.Integer
Gets an Integer property.
getInteger(String, Integer). Static method in class java.lang.Integer
Gets an Integer property.
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
Returns an array of classes representing the interfaces of the class or interface represented by this Class object.
getInterfaces(). Method in class sun.tools.debug.RemoteClass
Return the interfaces for this class.
getIntlCurrencySymbol(). Method in class java.text.NumberFormat
Get the international currency symbol of the current locale.
getIntlCurrencySymbol(Locale). Method in class java.text.NumberFormat
Get the international currency symbol of the desired locale.
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.
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.
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 uppercased two-letter ISO-639 code.
getLastModified(). Method in class java.net.URLConnection
Gets the last modified date of the object.
getLayout(). Method in class java.awt.Container
Gets the layout manager for this container.
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(byte). Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(byte). Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLength(). Method in class java.net.DatagramPacket
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.
getLineBreak(). Static method in class java.text.TextBoundary
Create TextBoundary for line-breaks using default locale.
getLineBreak(Locale). Static method in class java.text.TextBoundary
Create TextBoundary for line-breaks using default locale.
getLineIncrement(). Method in class java.awt.Scrollbar
DEPRECATED: Replaced by getUnitIncrement().
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.
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.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
Localize an input stream.
getLocalizedMessage(). Method in class java.lang.Throwable
Uses the key to get a localized PatternFormat, then formats the arguments into a string.
getLocalizedOutputStream(OutputStream). Method in class java.lang.Runtime
Localize an output stream.
getLocalPatternChars(). Method in class java.text.DateFormatData
Gets localized date-time pattern characters.
getLocalPort(). Method in class java.net.DatagramSocket
Returns the local port that this socket is bound to.
getLocalPort(). Method in class java.net.DatagramSocketImpl
Get the local port.
getLocalPort(). Method in class java.net.ServerSocket
Gets the port on which the socket is listening.
getLocalPort(). Method in class java.net.Socket
Gets the local port to which the socket is bound.
getLocalPort(). Method in class java.net.SocketImpl
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.
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
Gets a Long property.
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
Gets a Long property.
getLong(String, Long). Static method in class java.lang.Long
Gets a Long property.
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?
getMaxBytesPerChar(). Method in class java.io.CharToByteConverter
Returns the maximum number of bytes needed to convert a char.
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?
getMaxCharsPerByte(). Method in class java.io.ByteToCharConverter
Returns the maximum number of characters needed to convert a byte.
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(byte). Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(byte). Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
getMaximumDecimalCount(). Method in class java.text.NumberFormat
Allows you to get the maximum and minimum digit counts for the decimal portion.
getMaximumIntegerCount(). Method in class java.text.NumberFormat
Allows you to get the maximum digit count for the integer portion.
getMaxIndexLength(). Method in interface java.sql.DatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxPriority(). Method in class java.lang.ThreadGroup
Gets the maximum priority of the 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
Gets the detail message of the Throwable.
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.
getMessageDigest(String). Static method in class java.security.MessageDigest
Returns a MessageDigest object using the specified digest algorithm from the default provider package.
getMessageDigest(String, String). Static method in class java.security.MessageDigest
Returns a MessageDigest object using the specified digest algorithm, from the specified provider.
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(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.
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(byte). Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(byte). Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
getMinimumDecimalCount(). Method in class java.text.NumberFormat
Allows you to get the maximum and minimum digit counts for the decimal portion.
getMinimumIntegerCount(). Method in class java.text.NumberFormat
Allows you to get the minimum digit count for the integer portion.
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
getMinutes(). Method in class java.sql.Date
Returns the minute.
getMinutes(). Method in class java.util.Date
Returns the minute.
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.
getMonth(). Method in class java.sql.Time
Returns the month.
getMonths(). Method in class java.text.DateFormatData
Gets month strings.
getMoreResults(). Method in interface java.sql.Statement
getMoreResults moves to a Statement's next result.
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.lang.reflect.Field
Returns the name of the field represented by this Field object.
getName(). Method in class java.io.File
Gets the name of the file.
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
Gets and returns this Thread's name.
getName(). Method in class java.lang.ThreadGroup
Gets the name of this Thread group.
getName(). Method in class java.util.zip.ZipEntry
Returns the name of the entry, or null if not specified.
getName(). Method in class java.util.zip.ZipFile
Returns the path name of the ZIP file.
getNanos(). Method in class java.sql.Timestamp
Get the Timestamp's nanos value
getNegativePrefix(). Method in class java.text.DecimalFormat
Get the negative prefix

Examples: -123, ($123) (with negative suffix), sFr-123

getNegativeSuffix(). Method in class java.text.DecimalFormat
Get the negative suffix

Examples: -123%, ($123) (with positive suffixes)

getNextEntry(). Method in class java.util.zip.ZipInputStream
Skips to the next ZIP file entry for reading.
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
getNumberFormat(). Method in class java.text.DateFormat
Gets the number formatter which this date-time formatter uses to format and parse a time.
getNumberFormatData(). Method in class java.text.DecimalFormat
Gets the number format data, which is generally not changed by the programmer or user.
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 timezone offset, for current date, modified in case of daylight savings.
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
Returns a Stream connected to the input of the child process.
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
Gets an OutputStream for this socket.
getOutputStream(). Method in class java.net.SocketImpl
Gets an OutputStream for this socket.
getOutputStream(). Method in class java.net.URLConnection
Calls this routine to get an OutputStream that writes to the object.
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
DEPRECATED: Replaced by getBlockIncrement().
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
Gets a parameter of the applet.
getParameter(String). Method in interface java.applet.AppletStub
Gets a parameter of the applet.
getParameter(String). Method in class java.security.Signature
Gets the value of the specified algorithm parameter.
getParameterInfo(). Method in class java.applet.Applet
Returns an array of strings describing the parameters that 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
Gets the name of the parent directory.
getParent(). Method in class java.awt.MenuComponent
Returns the parent container.
getParent(). Method in class java.lang.ThreadGroup
Gets the parent of this Thread group.
getPath(). Method in class java.io.File
Gets the path of the file.
getPattern(). Method in class java.text.MessageFormat
Gets the pattern.
getPattern(boolean). Method in class java.text.DecimalFormat
Gets the pattern for a number.
getPattern(boolean). Method in class java.text.SimpleDateFormat
Gets the date-time formatting pattern.
getPC(). Method in class sun.tools.debug.RemoteStackFrame
Get the program counter referenced by this stackframe.
getPeer(). Method in class java.awt.Component
DEPRECATED
getPeer(). Method in class java.awt.Font
Gets the peer of the font.
getPeer(). Method in class java.awt.MenuComponent
Gets the MenuComponent's peer.
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
getPort(). Method in class java.net.Socket
Gets the remote port to which the socket is connected.
getPort(). Method in class java.net.SocketImpl
getPort(). Method in class java.net.URL
Gets the port number.
getPositivePrefix(). Method in class java.text.DecimalFormat
Get the positive prefix

Examples: +123, $123, sFr123

getPositiveSuffix(). Method in class java.text.DecimalFormat
Get the positive suffix

Example: 123%

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
Gets and returns the 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"?
getProperties(). Static method in class java.lang.System
Gets the System properties.
getProperty(String). Method in class java.util.Properties
Gets a property with the specified key.
getProperty(String). Static method in class java.security.Security
Get 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
Gets a property with the specified key and default.
getProperty(String, String). Static method in class java.lang.System
Gets the System property indicated by the specified key and def.
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.

getProtocol(). Method in class java.net.URL
Gets the protocol name.
getProvider(String). Static method in class java.security.Security
Returns the provider installed with the specified name, if any.
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
Return 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 timezone.
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?
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
Gets the ref.
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.
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
getResourceAsName(String). Method in class java.lang.Class
getResourceAsName(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.
getResourceBundle(String, ClassLoader). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getResourceBundle(String, Locale, ClassLoader). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
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.
getRoundingOption(). Static method in class java.lang.Bignum
Returns the current rounding option for all Bignum's in this program.
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.TableCollation
Gets the table-based rules for the collation object.
getRuntime(). Static method in class java.lang.Runtime
Returns the runtime.
getScale(). Method in class java.lang.Bignum
Return the number of digits to the right of the decimal point.
getScale(int). Method in interface java.sql.ResultSetMetaData
What's a column's number of digits to right of the decimal point?
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 second.
getSeconds(). Method in class java.util.Date
Returns the second.
getSecurityContext(). Method in class java.rmi.RMISecurityManager
The only variable that currently affects whether a Stub can perform certain operations is the host it came from.
getSecurityContext(). Method in class java.lang.SecurityManager
Returns an implementation-dependent Object which encapsulates enough information about the current execution environment to perform some of the security checks later.
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.Checkbox
Returns an array (length 1) containing the selected index or null if the checkbox is not selected.
getSelectedIndexes(). Method in class java.awt.CheckboxMenuItem
Returns an array (length 1) containing the selected index or null if the checkbox menu item is not selected.
getSelectedIndexes(). Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
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.Checkbox
Returns the an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedItems(). 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.
getSelectedItems(). Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item
getSelectedItems(). Method in class java.awt.List
Returns the selected items on the list.
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
getSentenceBreak(). Static method in class java.text.TextBoundary
Create TextBoundary for sentence-breaks using default locale Returns an instance of a TextBoundary implementing sentence breaks.
getSentenceBreak(Locale). Static method in class java.text.TextBoundary
Create TextBoundary for sentence-breaks using specified locale Returns an instance of a TextBoundary 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.
getShortMonths(). Method in class java.text.DateFormatData
Gets short month strings.
getShortWeekdays(). Method in class java.text.DateFormatData
Gets short weekday strings.
getSignature(String). Static method in class java.security.Signature
Generates a Signature object that implements the algorithm requested, as available in the environment.
getSignature(String, String). Static method in class java.security.Signature
Generates a Signature object implementing the specified algorithm, as supplied from the specified Security Package Provider, if such an algorithm is available from the provider.
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 size of the entry, or -1 if not specified.
getSocketFactory(). Static method in class java.rmi.server.RMISocketFactory
Returns the socket factory used by RMI.
getSoLinger(). Method in class java.net.Socket
Retrive setting for SO_LINGER.
getSortKey(String). Method in class java.text.Collation
Transforms the string into a series of characters that can be compared with SortKey.compareTo().
getSortKey(String). Method in class java.text.TableCollation
Transforms the string into a series of characters that can be compared with SortKey.compareTo.
getSortKey(String, int, int). Method in class java.text.Collation
Transforms a specified region of the string into a series of chars that can be compared with SortKey.compareTo.
getSortKey(String, int, int). Method in class java.text.TableCollation
Transforms a specified region of the string into a series of characters that can be compared with SortKey.compareTo.
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
Retrive 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.
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.Collation
Determines the minimum strength that will be use in comparison or transformation.
getString(). Method in class java.text.CollatedString
Get the current string that the collated string represents.
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 Class object represents a class other than Object, returns the Class that represents the superclass of the class.
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.
getSystemFunctions(). Method in interface java.sql.DatabaseMetaData
Get a comma separated list of system functions.
getSystemResourceAsName(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.
getTargetException(). Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getTcpNoDelay(). Method in class java.net.Socket
Retrieve whether TCP_NODELAY is enabled
getText(). Method in interface java.text.CharacterIterator
Return the text
getText(). Method in class java.awt.Label
Gets the text of this label.
getText(). Method in class java.text.StringCharacterIterator
Return the text
getText(). Method in class java.text.TextBoundary
Get the text being scanned
getText(). Method in class java.awt.TextComponent
Returns the text contained in this TextComponent.
getText(). Method in interface java.awt.peer.TextComponentPeer
getThousandsInterval(). Method in class java.text.DecimalFormat
Get the thousands interval.
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
Gets and returns this Thread group.
getTime(). Method in class java.util.Calendar
Gets this Calendar's current time.
getTime(). Method in class java.util.Date
Returns the time in milliseconds since the epoch.
getTime(). Method in class java.util.zip.ZipEntry
Returns the modification time of the entry, or 0 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.
getTimeFormat(). Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style for the default locale.
getTimeFormat(int). Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the default locale.
getTimeFormat(int, Locale). Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style for the given locale.
getTimeInMillis(). Method in class java.util.Calendar
Gets this Calendar's current time as a long.
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
Return the time zone offset in minutes for the current locale that is appropriate for this time.
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 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 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, else throw an UnsupportedFlavorException.
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.
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.
getURL(). Method in interface java.sql.DatabaseMetaData
What's the url for this database?
getURL(). Method in class java.net.URLConnection
Gets the URL for this connection.
getUseCaches(). Method in class java.net.URLConnection
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.
getValidationMode(). Method in class java.util.Calendar
Gets the validation mode.
getValidationMode(). Method in class java.text.DateFormat
Gets the validation mode.
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 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.
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
DEPRECATED: Replaced by getVisibleAmount().
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.DateFormatData
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.
getWordBreak(). Static method in class java.text.TextBoundary
Create TextBoundary for word-breaks using default locale.
getWordBreak(Locale). Static method in class java.text.TextBoundary
Create TextBoundary for word-breaks using default locale.
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 after 1900.
getYear(). Method in class java.sql.Time
Returns the year after 1900.
getZoneStrings(). Method in class java.text.DateFormatData
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
DEPRECATED: Replaced by processFocusEvent(FocusEvent e); Indicates that this component has received the input focus.
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.
GREATER. Static variable in class java.text.Collation
GREATER is returned if source string is compared to be greater than target string in the compare() method.
greater(Object). Method in class java.text.CollatedString
Compare if this is greater than the source object.
greater(String, String). Method in class java.text.Collation
Convenience method for comparing two strings based on the collation rules.
greaterOrEqual(Object). Method in class java.text.CollatedString
Compare if this is greater than or equal to the source object.
greaterOrEqual(String, String). Method in class java.text.Collation
Convenience method for comparing two strings based on the collation rules.
greaterThan(Bignum). Method in class java.lang.Bignum
Returns true if the arithmetic value of the Bignum is greater than the argument.
greaterThanOrEquals(Bignum). Method in class java.lang.Bignum
Returns true if the arithmetic value of the Bignum is greater than or equals the argument.
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
A useful utility routine that tries to guess the content-type of an object based upon its extension.
guessContentTypeFromStream(InputStream). Static method in class java.net.URLConnection
This method is used to check for files that have some type that can be determined by inspection.
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
DEPRECATED: Replaced by processEvent(AWTEvent e); Handles the event.
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
Returns a true boolean if an observable change has occurred.
hashCode(). Method in class java.lang.Bignum
Returns an integer hashcode for the Bignum.
hashCode(). Method in class java.util.BitSet
Gets the hashcode.
hashCode(). Method in class java.lang.Boolean
Returns a hashcode 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 hashcode for this Character.
hashCode(). Method in class java.text.CollatedString
Returns the hash code of the string based on the collation rules.
hashCode(). Method in class java.text.Collation
Generates the hash code for the collation object
hashCode(). Method in class java.text.CollationKey
Creates an integer that is unique to the collation key.
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
Computes a hashCode.
hashCode(). Method in class java.text.DateFormatData
Override hashCode.
hashCode(). Method in class java.text.DecimalFormat
Generates the hash code for the decimal format object
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 InetAddress.
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.NumberFormatData
Generates a hash code for the number format data object.
hashCode(). Method in class java.lang.Object
Returns a hashcode for this 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.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.text.SortKey
Creates an integer that is unique to the sort key.
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.text.TableCollation
Generates the hash code for the table-based collation object
hashCode(). Method in class java.rmi.server.UID
Returns a hashcode for this 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.
Hashtable(int). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
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
Returns true if the enumeration contains more elements; false if its empty.
hasMoreElements(). Method in class java.util.StringTokenizer
Returns true if the Enumeration has more elements.
hasMoreTokens(). Method in class java.util.StringTokenizer
Returns true if more tokens exist.
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
DEPRECATED: Replaced by setVisible(boolean).
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.
HOME. Static variable in class java.awt.event.KeyEvent
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.
HOUROFDAY. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUROFDAY0_FIELD. Static variable in class java.text.DateFormat
Useful constant for zero-based HOUROFDAY field alignment.
HOUROFDAY1_FIELD. Static variable in class java.text.DateFormat
Useful constant for one-based HOUROFDAY 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
HUFFMAN_ONLY. Static variable in class java.util.zip.Deflater
Compression strategy for Huffman coding only.

I

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.Collation
Two characters are considered "identical" when they are equivalent unicode spellings.
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
This method should be overriden by subclasses to test for equality.
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
Returns the remainder of f1 divided by f2 as defined by IEEE 754.
ifModifiedSince. Variable in class java.net.URLConnection
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 a IllegalAccessException without a detail message.
IllegalAccessException(String). Constructor for class java.lang.IllegalAccessException
Constructs a 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
Handle to standard input.
in. Variable in class java.io.FilterInputStream
The actual 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
Standard input stream.
INACTIVE_CAPTION. Static variable in class java.awt.SystemColor
INACTIVE_CAPTION_BORDER. Static variable in class java.awt.SystemColor
INACTIVE_CAPTION_TEXT. Static variable in class java.awt.SystemColor
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
inClass(String). Method in class java.lang.SecurityManager
Returns true if the specified String is in this Class.
inClassLoader(). Method in class java.lang.SecurityManager
Returns a boolean indicating whether or not 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.
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 fromIndex.
indexOf(Object). Method in class java.util.Vector
Searches for the specified object, starting from the first position and returns an index to it.
indexOf(Object, int). Method in class java.util.Vector
Searches for the specified object, starting at the specified position and returns an index to it.
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.
IndexOutOfBoundsException(). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String). Constructor for class java.lang.IndexOutOfBoundsException
Constructs a IndexOutOfBoundsException with the specified detail message.
inf. Variable in class java.util.zip.InflaterInputStream
Decompressor for this stream.
infinity. Variable in class java.text.NumberFormatData
character used to represent infinity.
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, 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
INFO_TEXT. Static variable in class java.awt.SystemColor
infoText. Static variable in class java.awt.SystemColor
The text color for info(help) text.
init(). Method in class java.applet.Applet
Initializes the applet.
initGenerateKeyPair(int). Method in class java.security.Signature
Initializes this object for key generation for keys of a given size.
initGenerateKeyPair(int, byte[]). Method in class java.security.Signature
Initializes this object for key generation for keys of a given size generated using the specified random seed.
initGenerateKeyPair(KeyParams). Method in class java.security.Signature
Initializes this object for key generation.
initialize(byte[], String, String). Method in class java.security.Key
Initializes this key object with the specified encoded key, format, and algorithm name.
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 and the default input-buffer size.
InputStreamReader(InputStream, ByteToCharConverter). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the specified byte-to-character converter and the default input-buffer size.
InputStreamReader(InputStream, ByteToCharConverter, int). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the specified byte-to-character converter and the specified input-buffer size.
InputStreamReader(InputStream, int). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding and the specified input-buffer size.
InputStreamReader(InputStream, String). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding and the default input-buffer size.
InputStreamReader(InputStream, String, int). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding and the specified input-buffer size.
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. Static variable in class java.awt.event.KeyEvent
The Insert action-key.
insert(int, boolean). Method in class java.lang.StringBuffer
Inserts a boolean into the String buffer.
insert(int, char). Method in class java.lang.StringBuffer
Inserts a character into the String buffer.
insert(int, char[]). Method in class java.lang.StringBuffer
Inserts an array of characters into the String buffer.
insert(int, double). Method in class java.lang.StringBuffer
Inserts a double into the String buffer.
insert(int, float). Method in class java.lang.StringBuffer
Inserts a float into the String buffer.
insert(int, int). Method in class java.lang.StringBuffer
Inserts an integer into the String buffer.
insert(int, long). Method in class java.lang.StringBuffer
Inserts a long into the String buffer.
insert(int, Object). Method in class java.lang.StringBuffer
Inserts an object into the String buffer.
insert(int, String). Method in class java.lang.StringBuffer
Inserts a String into the 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.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 an element 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
DEPRECATED: Replaced by insert(String, int).
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
DEPRECATED: Replaced by getInsets().
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
DEPRECATED: Replaced by contains(int, int).
inside(int, int). Method in class java.awt.Polygon
DEPRECATED: Replaced by contains(int, int).
inside(int, int). Method in class java.awt.Rectangle
DEPRECATED: Replaced by contains(int, int).
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 an Integer object initialized to the specified int value.
Integer(String). Constructor for class java.lang.Integer
Constructs an Integer object initialized to the value specified by the String parameter.
INTEGER_FIELD. Static variable in class java.text.NumberFormat
Integer field is the alignment field.
integerDivide(Bignum). Method in class java.lang.Bignum
Returns an array of two Bignum objects.
INTERFACE. Static variable in class java.lang.reflect.Modifier
intern(). Method in class java.lang.String
Returns a String that is equal to this String but which is guaranteed to be from the unique String pool.
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
Send an interrupt to a thread.
interrupted(). Static method in class java.lang.Thread
Ask if you (i.e.
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 IOException with no detail message.
InterruptedIOException(String). Constructor for class java.io.InterruptedIOException
Constructs an IOException 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.
intValue(). Method in class java.lang.Bignum
Convert the Bignum value 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 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.
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
Returns a boolean indicating whether the file name is absolute.
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
Returns true if the applet is active.
isActive(). Method in interface java.applet.AppletStub
Returns true if the applet is active.
isAlive(). Method in class java.lang.Thread
Returns a boolean indicating if the Thread is active.
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
Informally, this method tests whether 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.
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.
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
Returns the daemon flag of the Thread.
isDaemon(). Method in class java.lang.ThreadGroup
Returns the daemon flag of the 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.
isDecimalUsedWithInteger(). Method in class java.text.NumberFormat
Allows you to get the behavior of the decimal separator with integers.
isDefined(char). Static method in class java.lang.Character
Determines whether the specified character actually has a Unicode definition.
isDefinitelyWritable(int). Method in interface java.sql.ResultSetMetaData
Will a write on the column definitely succeed?
isDestroyed(). Method in class java.lang.ThreadGroup
Returns true if the thread group has not been destroyed.
isDigit(char). Static method in class java.lang.Character
Determines whether the specified character is a digit.
isDirectory(). Method in class java.io.File
Returns a boolean indicating whether or not a directory file exists.
isDirectory(). Method in class java.util.zip.ZipEntry
Returns true if this is a directory.
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
Returns true if the Dictionary contains no elements.
isEmpty(). Method in class java.util.Hashtable
Returns true if the hashtable contains no elements.
isEmpty(). Method in class java.awt.Rectangle
Determines whether the rectangle is empty.
isEmpty(). Method in class java.util.Vector
Returns true if the collection contains no values.
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.
isFile(). Method in class java.io.File
Returns a boolean indicating whether or not a normal file exists.
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
isIdentifierIgnorable(char). Static method in class java.lang.Character
Determines whether the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
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.
isIntegerOnly(). Method in class java.text.NumberFormat
Gets flag that indicates that it stops at a decimal point (or equivalent; e.g.
isInterface(). Method in class java.lang.Class
If this Class object represents an interface type, returns true, otherwise returns false.
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
Ask if some Thread (not necessarily self) 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 whether 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 whether the specified character is permissible as the first character in a Java identifier.
isJavaLetter(char). Static method in class java.lang.Character
Determines whether the specified character is a "Java" letter, that is, permissible as the first character in a Java identifier.
isJavaLetterOrDigit(char). Static method in class java.lang.Character
Determines whether the specified character is a "Java" letter or digit, that is, permissible as a non-initial character in a Java identifier.
isLeapYear(int). Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLetter(char). Static method in class java.lang.Character
Determines whether the specified character is a letter.
isLetterOrDigit(char). Static method in class java.lang.Character
Determines whether the specified character is a letter or digit.
isLowerCase(char). Static method in class java.lang.Character
Determines whether 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.
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.
isPlain(). Method in class java.awt.Font
Returns true if the font is plain.
isPrimitive(). Method in class java.lang.Class
If this Class object represents a primitive Java type, returns true; otherwise returns false.
isPrivate(int). Static method in class java.lang.reflect.Modifier
Return true if the specifier integer includes the private modifier.
isProbablePrime(). Method in class java.lang.Bignum
This method tests for primality, first by attempting to divide by a few small primes, then by using Algorithm P from Knuth (The Art of Computer Programming - Seminumerical Alogrithms pp 379 - 380) The test is run for 15 trials.
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
DEPRECATED: Replaced by isIndexSelected(int).
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.
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 according to Java.
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.
isThousandsUsed(). Method in class java.text.NumberFormat
Allows you to get the behavior of the thousands separator.
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 whether 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.
isUnicodeIdentifierPart(char). Static method in class java.lang.Character
Determines whether 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 whether 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 whether 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(Event). Constructor for class java.awt.event.ItemEvent
Constructs an ItemSelectEvent object from the parameters of a 1.0-style event.
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.
itemListener. Variable in class java.awt.Checkbox
itemListener. Variable in class java.awt.CheckboxMenuItem
itemListener. Variable in class java.awt.Choice
itemListener. Variable in class java.awt.List
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 forever 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 for this Thread to die.
join(long, int). Method in class java.lang.Thread
Waits for the Thread to die, with more precise time.
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(). Constructor for class java.security.Key
Constructs an uninitialized key for serialization.
Key(byte[], String). Constructor for class java.security.Key
Constructs a key, specifying the encoded key and the encoding format.
Key(byte[], String, String). Constructor for class java.security.Key
Constructs a key, specifying the encoded key, the encoding format, and the algorithm name.
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
DEPRECATED: Replaced by processKeyEvent(KeyEvent e); Called if a character is pressed.
KeyEvent(Component, int, long, int, int). Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object with the specified source component, type, modifiers, and key.
KeyEvent(Event). Constructor for class java.awt.event.KeyEvent
Constructs an KeyEvent object from the parameters of a 1.0-style event.
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.
KEYGEN. Static variable in class java.security.Signature
Possible state value, signifying that this signature object has been initialized for key generation.
keyListener. Variable in class java.awt.Component
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.
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.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 Dictionary's keys.
keys(). Method in class java.util.Hashtable
Returns an enumeration of the hashtable's keys.
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
DEPRECATED: Replaced by processKeyEvent(KeyEvent e); Called if a character is released.
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 interface java.text.CharacterIterator
Set the position to endIndex()-1, return the character at that position.
last(). Method in class java.text.StringCharacterIterator
Set the position to endIndex() and return the character at that position.
last(). Method in class java.text.TextBoundary
Return the index of last character in the text being scanned.
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 element of the sequence.
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.
lastIndexOf(Object). Method in class java.util.Vector
Searches backwards for the specified object, starting from the last position and returns an index to it.
lastIndexOf(Object, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified position 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 last modification time.
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
DEPRECATED: Replaced by doLayout().
layout(). Method in class java.awt.Container
DEPRECATED: Replaced by doLayout().
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.event.KeyEvent
The left arrow action-key.
LEFT. Static variable in class java.awt.Label
The left alignment.
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.
length(). Method in class java.io.RandomAccessFile
Returns the length of the file.
length(). Method in class java.lang.String
Returns the length of the String.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of the buffer.
LESS. Static variable in class java.text.Collation
LESS is returned if source string is compared to be less than target string in the compare() method.
lessThan(Bignum). Method in class java.lang.Bignum
Returns true if the arithmetic value of the Bignum is less than the argument.
lessThanOrEquals(Bignum). Method in class java.lang.Bignum
Returns true if the arithmetic value of the Bignum is less than or equals the argument.
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 new LineNumberInputStream initialized with 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 a print stream.
list(). Method in class java.io.File
Lists the files in a directory.
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
Lists this Thread group.
list(FilenameFilter). Method in class java.io.File
Uses the specified filter to list files in a directory.
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 out stream.
list(PrintStream). Method in class java.util.Properties
List properties, for debugging
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(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
Specify to the system how many connection requests the system will queue up while waiting for the SocketImpl to execute accept().
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
Loads properties from an InputStream.
load(String). Method in class java.lang.Runtime
Loads a dynamic library, given a complete path name.
load(String). Static method in class java.lang.System
Loads a dynamic library, given a complete path name.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
loadClass(String). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
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.
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 a dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads a dynamic library with the specified library name.
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
locate(int, int). Method in class java.awt.Component
DEPRECATED: Replaced by getComponentAt(int, int).
locate(int, int). Method in class java.awt.Container
DEPRECATED: Replaced by getComponentAt(int, int).
location(). Method in class java.awt.Component
DEPRECATED: Replaced by getLocation().
location(int, int). Method in class java.awt.GridBagLayout
LOCK. Static variable in class java.awt.Component
The locking object for AWT component-tree and layout operations.
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.
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 Long object initialized to the specified value.
Long(String). Constructor for class java.lang.Long
Constructs a Long object initialized to the value specified by the String parameter.
longBitsToDouble(long). Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue(). Method in class java.lang.Bignum
Convert the Bignum value 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 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 the 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
DEPRECATED: Replaced by processFocusEvent(FocusEvent e); Indicates that this component has lost the input focus.
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
Examines a boolean to decide whether TT_WORD tokens are forced to be lower case.

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
MalformedInputException(). Constructor for class java.io.MalformedInputException
Constructs a MalformedInputException with no detail message.
MalformedInputException(String). Constructor for class java.io.MalformedInputException
Constructs a MalformedInputException with the specified detail message.
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(int). Method in class java.io.BufferedInputStream
Marks the current position in the input stream.
mark(int). Method in class java.io.BufferedReader
Mark the present 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 the 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 the input stream.
mark(int). Method in class java.io.LineNumberInputStream
Marks the current position in the 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 readahead allowed after a mark() before subsequent calls to reset() fail.
markpos. Variable in class java.io.BufferedInputStream
The position in the buffer of the current mark.
markSupported(). Method in class java.io.BufferedInputStream
Returns a boolean indicating if this stream type supports mark/reset.
markSupported(). Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
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
Returns true if this stream type supports mark/reset.
markSupported(). Method in class java.io.FilterReader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.InputStream
Returns a boolean indicating whether or not this stream type supports mark/reset.
markSupported(). Method in class java.io.PushbackInputStream
Returns true if this stream type supports mark/reset.
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(double, double). Static method in class java.lang.Math
Takes two double values, a and b, and returns the greater number of the two.
max(float, float). Static method in class java.lang.Math
Takes two float values, a and b, and returns the greater number of the two.
max(int, int). Static method in class java.lang.Math
Takes two int values, a and b, and returns the greater number of the two.
max(long, long). Static method in class java.lang.Math
Takes two long values, a and b, and returns the greater number of the two.
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, 127.
MAX_VALUE. Static variable in class java.lang.Character
The maximum value a Character can have.
MAX_VALUE. Static variable in class java.lang.Double
The maximum value a double can have.
MAX_VALUE. Static variable in class java.lang.Float
The maximum value a float can have.
MAX_VALUE. Static variable in class java.lang.Integer
The maximum value an Integer can have.
MAX_VALUE. Static variable in class java.lang.Long
The maximum value a Long can have.
MAX_VALUE. Static variable in class java.lang.Short
The maximum value a Short can have, 32767.
MAXGRIDSIZE. Static variable in class java.awt.GridBagLayout
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.
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
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
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
Sets the pattern.
MessageFormat(String, Format[]). Constructor for class java.text.MessageFormat
Sets the pattern and the formats for the arguments in that 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.
millePercent. Variable in class java.text.NumberFormatData
character used for mille percent sign.
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.
millisPerHour. Static variable in class java.text.DateFormatData
Useful constant for defining timezone offsets.
min(double, double). Static method in class java.lang.Math
Takes two double values, a and b, and returns the smallest number of the two.
min(float, float). Static method in class java.lang.Math
Takes two float values, a and b, and returns the smallest number of the two.
min(int, int). Static method in class java.lang.Math
Takes two integer values, a and b, and returns the smallest number of the two.
min(long, long). Static method in class java.lang.Math
Takes two long values, a and b, and returns the smallest number of the two.
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, -128.
MIN_VALUE. Static variable in class java.lang.Character
The minimum value a Character can have.
MIN_VALUE. Static variable in class java.lang.Double
The minimum value a double can have.
MIN_VALUE. Static variable in class java.lang.Float
The minimum value a float can have.
MIN_VALUE. Static variable in class java.lang.Integer
The minimum value an Integer can have.
MIN_VALUE. Static variable in class java.lang.Long
The minimum value a Long can have.
MIN_VALUE. Static variable in class java.lang.Short
The minimum value a Short can have, -32678.
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
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in class java.awt.Container
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in class java.awt.List
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in class java.awt.TextArea
DEPRECATED: Replaced by getMinimumSize().
minimumSize(). Method in class java.awt.TextField
DEPRECATED: Replaced by getMinimumSize().
minimumSize(int). Method in class java.awt.List
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int). Method in class java.awt.TextField
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by getMinimumSize(int).
minimumSize(int, int). Method in class java.awt.TextArea
DEPRECATED: Replaced by getMinimumSize(int, int).
minimumSize(int, int). Method in interface java.awt.peer.TextAreaPeer
DEPRECATED: Replaced by getMinimumSize(int, int).
MINSIZE. Static variable in class java.awt.GridBagLayout
minusSign. Variable in class java.text.NumberFormatData
character used to represent minus sign.
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 and returns a boolean indicating the success of the creation.
mkdirs(). Method in class java.io.File
Creates all directories in this path.
modExp(Bignum, Bignum). Method in class java.lang.Bignum
Modular exponentiation.
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(Bignum). Method in class java.lang.Bignum
Returns the modular multiplicative inverse of this Bignum
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.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
DEPRECATED: Replaced by processMouseEvent(MouseEvent e); Called if the mouse is down.
mouseDrag(Event, int, int). Method in class java.awt.Component
DEPRECATED: Replaced by processMouseMotionEvent(MouseEvent e); Called if the mouse is dragged (the mouse button is down).
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
DEPRECATED: Replaced by processMouseEvent(MouseEvent e); Called when the mouse enters the component.
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). Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.
MouseEvent(Event). Constructor for class java.awt.event.MouseEvent
Constructs an MouseEvent object from the parameters of a 1.0-style event.
mouseExit(Event, int, int). Method in class java.awt.Component
DEPRECATED: Replaced by processMouseEvent(MouseEvent e); Called when the mouse exits the component.
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.
mouseListener. Variable in class java.awt.Component
MouseMotionAdapter(). Constructor for class java.awt.event.MouseMotionAdapter
mouseMotionListener. Variable in class java.awt.Component
mouseMove(Event, int, int). Method in class java.awt.Component
DEPRECATED: Replaced by processMouseMotionEvent(MouseEvent e); Called if the mouse moves (the mouse button is up).
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.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.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
DEPRECATED: Replaced by processMouseEvent(MouseEvent e); Called if the mouse is up.
move(int, int). Method in class java.awt.Component
DEPRECATED: Replaced by setLocation(int, int).
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
DEPRECATED: Replaced by setLocation(int, int).
MOVE_CURSOR. Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR. Static variable in class java.awt.Frame
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(Bignum). Method in class java.lang.Bignum
Returns the arithmetic product of the object Bignum and the argument.

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
Not-a-Number.
NaN. Static variable in class java.lang.Float
Not-a-Number.
nan. Variable in class java.text.NumberFormatData
character used to represent nan.
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.
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.
NEGATIVE_INFINITY. Static variable in class java.lang.Double
Negative infinity.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
Negative infinity.
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.
newEventsOnly. Variable in class java.awt.Component
newInstance(). Method in class java.lang.Class
Attempts to create and initialize a new instance of the class represented by this Class object, provided it represents an instantiable class (whether a declared class or an array 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 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(). Method in class java.text.TextBoundary
Return the boundary following the current boundary.
next(Container). Method in class java.awt.CardLayout
Flips to the next card of the specified container.
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).
nextAfter(int). Method in class java.text.TextBoundary
Return the first boundary after the specified offset.
nextByteIndex(). Method in class java.io.ByteToCharConverter
Returns the index of the byte just past the last byte successfully converted by the previous call to convert.
nextByteIndex(). Method in class java.io.CharToByteConverter
Returns the index of the byte just past the last byte written by the previous call to convert.
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.
nextCharIndex(). Method in class java.io.ByteToCharConverter
Returns the index of the character just past the last character written by the previous call to convert.
nextCharIndex(). Method in class java.io.CharToByteConverter
Returns the index of the character just past the last character successfully converted by the previous call to convert.
nextDouble(). Method in class java.util.Random
Generates a pseudorandom uniformally distributed double value between 0.0 and 1.0.
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 the enumeration.
nextElement(). Method in class java.util.StringTokenizer
Returns the next element in the Enumeration.
nextFloat(). Method in class java.util.Random
Generates a pseudorandom uniformally distributed float value between 0.0 and 1.0.
nextFocus(). Method in class java.awt.Component
DEPRECATED: Replaced by transferFocus().
nextGaussian(). Method in class java.util.Random
Generates a pseudorandom Gaussian distributed double value with mean 0.0 and standard deviation 1.0.
nextInt(). Method in class java.util.Random
Generates a pseudorandom uniformally distributed int value.
nextLong(). Method in class java.util.Random
Generate a pseudorandom uniformally distributed long value.
nextToken(). Method in class java.io.StreamTokenizer
Parses a token from the input stream.
nextToken(). Method in class java.util.StringTokenizer
Returns the next token of the String.
nextToken(String). Method in class java.util.StringTokenizer
Returns the next token, after switching to the new delimiter set.
NO_COMPRESSION. Static variable in class java.util.zip.Deflater
Compression level for no compression.
NO_DECOMPOSITION. Static variable in class java.text.Collation
Accented characters will not be decomposed for sorting.
NO_ROUNDING. Static variable in class java.lang.Bignum
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.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 without a detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with a 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 a 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.
NotActiveException(). Constructor for class java.io.NotActiveException
NotActiveException(String). Constructor for class java.io.NotActiveException
NotBoundException(). Constructor for class java.rmi.NotBoundException
NotBoundException(String). Constructor for class java.rmi.NotBoundException
notify(). Method in class java.lang.Object
Notifies a single waiting thread on a change in condition of another thread.
notifyAll(). Method in class java.lang.Object
Notifies all of the threads waiting for a condition to change.
notifyObservers(). Method in class java.util.Observable
Notifies all observers if an observable change occurs.
notifyObservers(Object). Method in class java.util.Observable
Notifies all observers of the specified observable change which occurred.
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.
nthFromCurrent(int). Method in class java.text.TextBoundary
Return the nth boundary from the current boundary
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
NUM_LOCK. Static variable in class java.awt.Event
The NumLock action-key.
NUM_LOCK. Static variable in class java.awt.event.KeyEvent
The NumLock action-key.
Number(). Constructor for class java.lang.Number
NUMBERATOR_FIELD. Static variable in class java.text.NumberFormat
Numerator field is the alignment field.
numberFormat. Variable in class java.text.DateFormat
The number formatter that DateFormat uses to implement date-time formatting.
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
The number value.
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
ObjectStreamException(String). Constructor for class java.io.ObjectStreamException
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
Construct an Observable with zero Observers
OCTOBER. Static variable in class java.util.Calendar
Useful constant for month.
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.
ONE. Static variable in class java.lang.Bignum
openConnection(). Method in class java.net.URL
Creates (if not already in existance) a URLConnection object that contains a connection to the remote object referred to by the URL.
openConnection(URL). Method in class java.net.URLStreamHandler
Opens an input stream to the object referenced by the URL.
openStream(). Method in class java.net.URL
Opens an input stream.
Operation(String). Constructor for class java.rmi.server.Operation
Creates a new Operation object.
or(BitSet). Method in class java.util.BitSet
Logically ORs this bit set with the specified set of bits.
orange. Static variable in class java.awt.Color
The color orange.
ordinaryChar(int). Method in class java.io.StreamTokenizer
Specifies that this character is 'ordinary': it removes any significance as a word, comment, string, whitespace or number character.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that characters in this range are 'ordinary'.
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
Handle to standard output.
out. Variable in class java.io.FilterOutputStream
The actual 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
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 and the default output-buffer size.
OutputStreamWriter(OutputStream, CharToByteConverter). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the specified character-to-byte converter and the default output-buffer size.
OutputStreamWriter(OutputStream, CharToByteConverter, int). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the specified character-to-byte converter and the specified output-buffer size.
OutputStreamWriter(OutputStream, int). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding and the specified output-buffer size.
OutputStreamWriter(OutputStream, String). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding and the default output-buffer size.
OutputStreamWriter(OutputStream, String, int). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding and the specified output-buffer size.
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_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, Graphics). Constructor for class java.awt.event.PaintEvent
Constructs a FocusEvent object with the specified source component and type.
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
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.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
Returns the parameter String of this Event.
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.TextField
Returns the String of parameters for this TextField.
paramString(). Method in class java.awt.event.WindowEvent
parentOf(ThreadGroup). Method in class java.lang.ThreadGroup
Checks to see if this Thread group is a parent of or is equal to another Thread group.
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
Parses 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, ParseStatus). Method in class java.text.ChoiceFormat
Returns a Long if possible (e.g.
parse(String, ParseStatus). Method in class java.text.DateFormat
Parses a date-time string according to the given parsing status.
parse(String, ParseStatus). Method in class java.text.DecimalFormat
Returns a Long if possible (e.g.
parse(String, ParseStatus). Method in class java.text.MessageFormat
Parses the string.
parse(String, ParseStatus). Method in class java.text.NumberFormat
Returns a Long if possible (e.g.
parse(String, ParseStatus). 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.
parseInt(String). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns that integer's value.
parseInt(String, int). Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns that integer's value.
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
Assuming the specified String represents a long, return that long's value.
parseLong(String, int). Static method in class java.lang.Long
Assuming the specified String represents a long, returns that long's value.
parseNumbers(). Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed.
parseObject(String). Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParseStatus). Method in class java.text.DateFormat
Parse the date-time text into the date in milliseconds.
parseObject(String, ParseStatus). Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParseStatus). Method in class java.text.MessageFormat
Parses the string.
parseObject(String, ParseStatus). Method in class java.text.NumberFormat
Parses a string to produce an object.
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.
ParseStatus(). Constructor for class java.text.ParseStatus
Defaults position to 0.
ParseStatus(int). Constructor for class java.text.ParseStatus
Sets starting position.
parseURL(URL, String, int, int). Method in class java.net.URLStreamHandler
This method is called to parse the string spec into URL u.
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.
patternDecimalSign. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternDigit. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternMillePercent. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternPercent. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternSeparator. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternSpaceDigit. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternStarDigit. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternThousandsSign. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
patternZeroDigit. Static variable in class java.text.NumberFormatData
Character used in programmatic (unlocalized) patterns.
PAUSE. Static variable in class java.awt.Event
The Pause action-key.
PAUSE. Static variable in class java.awt.event.KeyEvent
The Pause action-key.
peek(). Method in class java.util.Stack
Peeks at the top of 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
percent. Variable in class java.text.NumberFormatData
character used for percent sign.
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.
PGDN. Static variable in class java.awt.event.KeyEvent
The page down action-key.
PGUP. Static variable in class java.awt.Event
The page up action-key.
PGUP. Static variable in class java.awt.event.KeyEvent
The page up action-key.
PI. Static variable in class java.lang.Math
The double representation of the value Pi.
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 an input file that isn't connected to anything (yet).
PipedInputStream(PipedOutputStream). Constructor for class java.io.PipedInputStream
Creates an input file from the specified PipedOutputStream.
PipedOutputStream(). Constructor for class java.io.PipedOutputStream
Creates an output file that isn't connected to anything (yet).
PipedOutputStream(PipedInputStream). Constructor for class java.io.PipedOutputStream
Creates an output file connected to the specified PipedInputStream.
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 the clip.
play(URL). Method in class java.applet.Applet
Plays an audio clip.
play(URL, String). Method in class java.applet.Applet
Plays an audio clip.
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
Pops an item off the stack.
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 where the socket will make a connection.
pos. Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos. Variable in class java.io.ByteArrayInputStream
The current position in the 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 position in the buffer.
POSITIVE_INFINITY. Static variable in class java.lang.Double
Positive infinity.
POSITIVE_INFINITY. Static variable in class java.lang.Float
Positive infinity.
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
DEPRECATED: Replaced by dispatchEvent(AWTEvent e); Posts an event to this component.
postEvent(Event). Method in class java.awt.EventQueue
Post a 1.0-style event to the EventQueue.
postEvent(Event). Method in interface java.awt.EventSource
Can post an event
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
DEPRECATED: replace by processEvent Posts an event to this window.
pow(double, double). Static method in class java.lang.Math
Returns the number a raised to the power of b.
pow(int). Method in class java.lang.Bignum
Returns a new Bignum whose value is calculated by raising this Bignum to the power of the given exponent.
PRC. Static variable in class java.util.Locale
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
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in class java.awt.Container
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in class java.awt.List
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in class java.awt.TextArea
DEPRECATED: Replaced by getPreferredSize().
preferredSize(). Method in class java.awt.TextField
DEPRECATED: Replaced by getPreferredSize().
preferredSize(int). Method in class java.awt.List
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int). Method in interface java.awt.peer.ListPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int). Method in class java.awt.TextField
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int). Method in interface java.awt.peer.TextFieldPeer
DEPRECATED: Replaced by getPreferredSize(int).
preferredSize(int, int). Method in class java.awt.TextArea
DEPRECATED: Replaced by getPreferredSize(int, int).
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 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(). Method in class java.text.TextBoundary
Return the boundary preceding the current boundary.
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.Collation
Base letter represents a primary difference.
primaryOrder(int). Static method in class java.text.CollationElementIterator
Get the primary order of a collation ordering.
print(boolean). Method in class java.io.PrintStream
Print a boolean.
print(boolean). Method in class java.io.PrintWriter
Print a boolean.
print(char). Method in class java.io.PrintStream
Print a character.
print(char). Method in class java.io.PrintWriter
Print a character.
print(char[]). Method in class java.io.PrintStream
Print an array of chracters.
print(char[]). Method in class java.io.PrintWriter
Print an array of chracters.
print(double). Method in class java.io.PrintStream
Print a double.
print(double). Method in class java.io.PrintWriter
Print a double.
print(float). Method in class java.io.PrintStream
Print a float.
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(int). Method in class java.io.PrintStream
Print an integer.
print(int). Method in class java.io.PrintWriter
Print an integer.
print(long). Method in class java.io.PrintStream
Print a long.
print(long). Method in class java.io.PrintWriter
Print a long.
print(Object). Method in class java.io.PrintStream
Print an object.
print(Object). Method in class java.io.PrintWriter
Print an object.
print(String). Method in class java.io.PrintStream
Print a String.
print(String). Method in class java.io.PrintWriter
Print a String.
PRINT_SCREEN. Static variable in class java.awt.Event
The PrintScreen action-key.
PRINT_SCREEN. Static variable in class java.awt.event.KeyEvent
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
Finish the line.
println(). Method in class java.io.PrintWriter
Finish the line.
println(boolean). Method in class java.io.PrintStream
Print a boolean, and then finish the line.
println(boolean). Method in class java.io.PrintWriter
Print a boolean, and then finish the line.
println(char). Method in class java.io.PrintStream
Print a character, and then finish the line.
println(char). Method in class java.io.PrintWriter
Print a character, and then finish the line.
println(char[]). Method in class java.io.PrintStream
Print an array of characters, and then finish the line.
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
Print a double, and then finish the line.
println(double). Method in class java.io.PrintWriter
Print a double, and then finish the line.
println(float). Method in class java.io.PrintStream
Print a float, and then finish the line.
println(float). Method in class java.io.PrintWriter
Print a float, and then finish the line.
println(int). Method in class java.io.PrintStream
Print an integer, and then finish the line.
println(int). Method in class java.io.PrintWriter
Print an integer, and then finish the line.
println(long). Method in class java.io.PrintStream
Print a long, and then finish the line.
println(long). Method in class java.io.PrintWriter
Print a long, and then finish the line.
println(Object). Method in class java.io.PrintStream
Print an Object, and then finish the line.
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
Print a String, and then finish the line.
println(String). Method in class java.io.PrintWriter
Print a String, and then finish the line.
printStackTrace(). Method in class java.lang.Throwable
Prints the Throwable and the Throwable's stack trace.
printStackTrace(PrintStream). Method in class java.lang.Throwable
PrintStream(OutputStream). Constructor for class java.io.PrintStream
Create a new PrintStream.
PrintStream(OutputStream, boolean). Constructor for class java.io.PrintStream
Create a new PrintStream.
printToConsole(String). Method in interface sun.tools.debug.DebuggerCallback
Print text to the debugger's console window.
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
PrivateKey(). Constructor for class java.security.PrivateKey
Constructs an uninitialized private key for serialization.
PrivateKey(byte[]). Constructor for class java.security.PrivateKey
Constructs a generic private key encoded using the PKCS#8 format.
PrivateKey(byte[], String). Constructor for class java.security.PrivateKey
Constructs a private key encoded using a known format.
PrivateKey(byte[], String, String). Constructor for class java.security.PrivateKey
Constructs a private key, for a known algorithm, encoded using a known encoding format.
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.
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.Dialog
Processes events on this dialog.
processEvent(AWTEvent). Method in class java.awt.Frame
Processes events on this frame.
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.TextField
Processes events on this textfield.
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.
processWindowEvent(WindowEvent). Method in class java.awt.Dialog
Processes window events occurring on this dialog by dispatching them to any registered WindowListener objects.
processWindowEvent(WindowEvent). Method in class java.awt.Frame
Processes window events occurring on this frame 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.
Properties(Properties). Constructor for class java.util.Properties
Creates an empty property list with specified defaults.
propertyNames(). Method in class java.util.Properties
Enumerates all the keys.
PropertyResourceBundle(InputStream). Constructor for class java.util.PropertyResourceBundle
Creates a property resource
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 and version number.
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
PublicKey(). Constructor for class java.security.PublicKey
Constructs an uninitialized public key for serialization.
PublicKey(byte[]). Constructor for class java.security.PublicKey
Constructs a generic public key encoded using the X.509 format.
PublicKey(byte[], String). Constructor for class java.security.PublicKey
Constructs a public key encoded using a known format.
PublicKey(byte[], String, String). Constructor for class java.security.PublicKey
Constructs a public key, for a known algorithm, encoded using a a known encoding format.
push(Object). Method in class java.util.Stack
Pushes an item onto the stack.
pushBack(). Method in class java.io.StreamTokenizer
Pushes back a stream token.
PushbackInputStream(InputStream). Constructor for class java.io.PushbackInputStream
Creates a new input stream with a 1 byte push back buffer.
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
Puts the specified element into the Dictionary, using the specified key.
put(Object, Object). Method in class java.util.Hashtable
Puts the specified element into the hashtable, using the specified key.
putNextEntry(ZipEntry). Method in class java.util.zip.ZipOutputStream
Skips to the next ZIP file entry for writing.

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.

R

random(). Static method in class java.lang.Math
Generates a random number between 0.0 and 1.0.
Random(). Constructor for class java.util.Random
Creates a new random number generator.
random(int, Random). Static method in class java.lang.Bignum
Random number generator Returns a random number using randomSeed as a seed and with a number of bits of up to bitSize.
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 RandomAccessFile from a specified File object and mode ("r" or "rw").
RandomAccessFile(String, String). Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile with the specified system dependent file name and the specified mode.
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 a byte of data.
read(). Method in class java.io.BufferedReader
Read a single character.
read(). Method in class java.io.ByteArrayInputStream
Reads a byte of data.
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.
read(). Method in class java.io.FilterInputStream
Reads a byte.
read(). Method in class java.io.FilterReader
Read a single character.
read(). Method in class java.util.zip.GZIPInputStream
Reads an uncompressed byte from the input stream.
read(). Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(). Method in class java.io.InputStream
Reads a byte of data.
read(). Method in class java.io.InputStreamReader
Read a single character.
read(). Method in class java.io.LineNumberInputStream
Reads a byte of data.
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 a byte of data.
read(). Method in class java.io.PushbackInputStream
Reads a byte of data.
read(). Method in class java.io.PushbackReader
Read a single character.
read(). Method in class java.io.RandomAccessFile
Reads a byte of data.
read(). Method in class java.io.Reader
Read a single character.
read(). Method in class java.io.SequenceInputStream
Reads a stream, and upon reaching an EOF, flips to the next stream.
read(). Method in class java.io.StringBufferInputStream
Reads a byte of data.
read(). Method in class java.io.StringReader
Read a single character.
read(). Method in class java.util.zip.ZipInputStream
Reads a byte from the current ZIP entry.
read(byte[]). Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[]). Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[]). Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[]). Method in class java.io.InputStream
Reads 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 data into an array of bytes.
read(byte[], int, int). Method in class java.io.BufferedInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ByteArrayInputStream
Reads into an array of bytes.
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 data into an array of bytes.
read(byte[], int, int). Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[], int, int). Method in class java.io.FilterInputStream
Reads 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 into an array of bytes.
read(byte[], int, int). Method in class java.io.LineNumberInputStream
Reads 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 into an array of bytes.
read(byte[], int, int). Method in class java.io.PushbackInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
read(byte[], int, int). Method in class java.io.SequenceInputStream
Reads data into an array of bytes, and upon reaching an EOF, flips to the next stream.
read(byte[], int, int). Method in class java.io.StringBufferInputStream
Reads 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 in a boolean.
readBoolean(). Method in class java.io.DataInputStream
Reads a boolean.
readBoolean(). Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean(). Method in class java.io.RandomAccessFile
Reads a boolean.
readByte(). Method in interface java.io.DataInput
Reads an 8 bit byte.
readByte(). Method in class java.io.DataInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.RandomAccessFile
Reads a byte.
readChar(). Method in interface java.io.DataInput
Reads a 16 bit char.
readChar(). Method in class java.io.DataInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.RandomAccessFile
Reads a 16 bit char.
readDouble(). Method in interface java.io.DataInput
Reads a 64 bit double.
readDouble(). Method in class java.io.DataInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.RandomAccessFile
Reads a 64 bit double.
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 32 bit float.
readFloat(). Method in class java.io.DataInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.RandomAccessFile
Reads a 32 bit float.
readFully(byte[]). Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
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 bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
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 bytes, blocking until all bytes are read.
readInt(). Method in interface java.io.DataInput
Reads a 32 bit int.
readInt(). Method in class java.io.DataInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.RandomAccessFile
Reads a 32 bit int.
readLine(). Method in class java.io.BufferedReader
Read a line of text.
readLine(). Method in interface java.io.DataInput
readLine(). Method in class java.io.DataInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
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 a line terminated by a '\n' or EOF.
readLong(). Method in interface java.io.DataInput
Reads a 64 bit long.
readLong(). Method in class java.io.DataInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.RandomAccessFile
Reads a 64 bit long.
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 short.
readShort(). Method in class java.io.DataInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.RandomAccessFile
Reads 16 bit short.
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 byte.
readUnsignedByte(). Method in class java.io.DataInputStream
Reads an unsigned 8 bit byte.
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 byte.
readUnsignedShort(). Method in interface java.io.DataInput
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.DataInputStream
Reads 16 bit short.
readUnsignedShort(). Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.RandomAccessFile
Reads 16 bit short.
readUTF(). Method in interface java.io.DataInput
readUTF(). Method in class java.io.DataInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.RandomAccessFile
Reads a UTF formatted String.
readUTF(DataInput). Static method in class java.io.DataInputStream
Reads a UTF format String from the given 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 datagram packet.
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
Determines whether a region of this String matches the specified region of the specified String.
regionMatches(int, String, int, int). Method in class java.lang.String
Determines whether a region of this String matches the specified region of the specified String.
registerDriver(Driver). Static method in class java.sql.DriverManager
A newly loaded driver class should call registerDriver to make itself known to the DriverManager.
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 content of the table into a bigger table.
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(Bignum). Method in class java.lang.Bignum
Returns the arithmentic remainder calculated by dividing this Bignum object by the argument.
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(Component). Method in class java.awt.Container
Removes the specified component from this container.
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(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(Object). Method in class java.util.Dictionary
Removes the element corresponding to the key.
remove(Object). Method in class java.util.Hashtable
Removes the element corresponding to the key.
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.
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 elements of the vector.
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.
removeElement(Object). Method in class java.util.Vector
Removes the element from the vector.
removeElementAt(int). Method in class java.util.Vector
Deletes the element 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.
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 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 it needs to destroy the peer.
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.
removeProvider(String). Static method in class java.security.Security
Removes the provider with the specified name.
removeWindowListener(WindowListener). Method in class java.awt.Dialog
Removes the specified window listener so that it no longer receives window events from this dialog.
removeWindowListener(WindowListener). Method in class java.awt.Frame
Removes the specified window listener so that it no longer receives window events from this frame.
renameTo(File). Method in class java.io.File
Renames a file and returns a boolean indicating whether or not this method was successful.
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
Converts this String by replacing all occurences of oldChar 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
DEPRECATED: Replaced by replaceRange(String, int, int).
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 the stream to the last marked position.
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 beginning.
reset(). Method in class java.io.ByteArrayOutputStream
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset(). Method in class java.io.ByteToCharConverter
Resets converter to its initial state.
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 class java.io.CharToByteConverter
Resets converter to its initial state.
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 the stream to the last marked position.
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 the stream to the last marked position.
reset(). Method in class java.io.LineNumberInputStream
Repositions the stream to the last marked position.
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 buffer to the beginning.
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 the syntax table so that all characters are special.
reshape(int, int, int, int). Method in class java.awt.Component
DEPRECATED: Replaced by setBounds(int, int, int, int).
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
DEPRECATED: Replaced by setBounds(int, int, int, int).
resize(Dimension). Method in class java.applet.Applet
Requests thatthe applet be resized.
resize(Dimension). Method in class java.awt.Component
DEPRECATED: Replaced by setSize(Dimension).
resize(int, int). Method in class java.applet.Applet
Requests that the applet be resized.
resize(int, int). Method in class java.awt.Component
DEPRECATED: Replaced by setSize(int, int).
resize(int, int). Method in class java.awt.Rectangle
DEPRECATED: Replaced by setSize(int, int).
resolveClass(Class). Method in class java.lang.ClassLoader
Resolves classes referenced by this Class.
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 this Thread execution.
resume(). Method in class java.lang.ThreadGroup
Resumes all the Threads in this Thread group and all of its sub groups.
reverse(). Method in class java.lang.StringBuffer
Reverse the order of the characters in the String buffer.
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.event.KeyEvent
The right arrow action-key.
RIGHT. Static variable in class java.awt.Label
The right alignment.
rint(double). Static method in class java.lang.Math
Converts a double value into an integral value in double format.
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(byte, boolean). Method in class java.util.Calendar
Time Field Rolling function.
roll(byte, 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
Rounds off a double value by first adding 0.5 to it and then returning the largest integer that is less than or equal to this new value.
round(float). Static method in class java.lang.Math
Rounds off a float value by first adding 0.5 to it and then returning the largest integer that is less than or equal to this new value.
ROUND_ABOVE_4. Static variable in class java.lang.Bignum
ROUND_ABOVE_5. Static variable in class java.lang.Bignum
ROUND_ALWAYS. Static variable in class java.lang.Bignum
ROUND_STATISTICAL. Static variable in class java.lang.Bignum
rowHeights. Variable in class java.awt.GridBagLayout
rowWeights. Variable in class java.awt.GridBagLayout
run(). Method in interface java.lang.Runnable
The method that is executed when a Runnable object is activated.
run(). Method in class java.lang.Thread
The actual body of this Thread.
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: sameFile is true if the true references the same remote object, but not necessarily the same subpiece of that object.
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
Save properties to an OutputStream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
SCALE_AVERAGE. Static variable in class java.awt.Image
Use the AverageScaleFilter 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.
SCHINESE. Static variable in class java.util.Locale
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_LOCK. Static variable in class java.awt.event.KeyEvent
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
scrollbar. Static variable in class java.awt.SystemColor
The background color for scrollbars.
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
Sees if an object is on the 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.Collation
Diacritical differences on the same base letter represent a secondary difference.
secondaryOrder(int). Static method in class java.text.CollationElementIterator
Get the secondary order of a collation ordering.
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 above.
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 file pointer to the specified absolute position.
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 Datagram Packet to the destination address
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
separator. Static variable in class java.io.File
The system dependent file separator String.
separator. Variable in class java.text.NumberFormatData
character used to separate positive and negative subpatterns in a pattern.
separatorChar. Static variable in class java.io.File
The system dependent file separator character.
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the specified list.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the two specified input streams.
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, binds it to the specified local port and listens to it.
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(byte, int). Method in class java.util.Calendar
Sets the time field with the given value.
set(int). Method in class java.util.BitSet
Sets a bit.
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.
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
Some URL connections occasionally need to to interactions with the user.
setAmpms(String[]). Method in class java.text.DateFormatData
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.
setArguments(Object[]). Method in class java.lang.Throwable
Set the arguments to be used with the format.
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.
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
setBignum(int, Bignum). Method in interface java.sql.PreparedStatement
Set a parameter to a java.lang.Bignum 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.
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.
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
Allows you to set the calendar.
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
Sets a flag to note an observable change.
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
Changes the character at the specified index to be 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[], Object[]). 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.
setCollation(Collation). Method in class java.text.CollatedString
Set the current collation object to a new collation object.
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 file comment for this entry.
setComment(String). Method in class java.util.zip.ZipOutputStream
Sets the ZIP file comment.
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 ContentHandler factory.
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 for the entry.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
DEPRECATED: Replaced by setSelectedCheckbox(Checkbox).
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
DEPRECATED: Replaced by Component.setCursor(Cursor).
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 a daemon Thread or a user Thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this group.
setDate(int). Method in class java.util.Date
Sets the date.
setDate(int). Method in class java.sql.Time
Sets the date.
setDate(int, Date). Method in interface java.sql.PreparedStatement
Set a parameter to a java.sql.Date value.
setDateFormatData(DateFormatData). Method in class java.text.SimpleDateFormat
Allows you to set the date/time formatting data.
setDecimalUsedWithInteger(boolean). Method in class java.text.NumberFormat
Allows you to set the behavior of the decimal separator with integers.
setDecomposition(byte). Method in class java.text.Collation
Set the decomposition mode of the collation object.
setDefault(Locale). Static method in class java.util.Locale
Sets the default.
setDefault(TimeZone). Static method in class java.util.TimeZone
Sets timezone to using the given TimeZone.
setDefaultAllowUserInteraction(boolean). Static method in class java.net.URLConnection
Sets/gets the default value of the allowUserInteraction flag.
setDefaultRequestProperty(String, String). Static method in class java.net.URLConnection
Sets/gets 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
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.
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
setDoInput(boolean). Method in class java.net.URLConnection
A URL connection can be used for input and/or output.
setDoOutput(boolean). Method in class java.net.URLConnection
A URL connection can be used for input and/or output.
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
DEPRECATED: Replaced by setEchoChar(char).
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
setElementAt(Object, int). Method in class java.util.Vector
Sets the element at the specified index 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.DateFormatData
Sets era strings.
setErr(PrintStream). Static method in class java.lang.System
Reassign standard err.
setError(). Method in class java.io.PrintStream
Indicate 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.
setExtra(byte[]). Method in class java.util.zip.ZipEntry
Sets extra field data for this entry.
setFactor(int). Method in class java.text.DecimalFormat
Set the factor for use in percent, permill, etc.
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(byte). 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
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.
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.
setHints(int). Method in class java.awt.image.AverageScaleFilter
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 hours.
setHours(int). Method in class java.util.Date
Sets the hours.
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 timezone ID.
setIfModifiedSince(long). Method in class java.net.URLConnection
Some protocols support skipping fetching unless the object is newer than some amount of time.
setIn(InputStream). Static method in class java.lang.System
Reassign standard in.
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.StringCharacterIterator
Set the position to specified position in the text and return that character
setInfo(String). Method in class java.security.Identity
Specifies a general information string for this identity.
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.
setIntegerOnly(boolean). Method in class java.text.NumberFormat
Sets flag that indicates that it stops at a decimal point (or equivalent; e.g.
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.
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.lang.StringBuffer
Sets the length of the String.
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.
setLineIncrement(int). Method in class java.awt.Scrollbar
DEPRECATED: Replaced by setUnitIncrement(int).
setLineIncrement(int). Method in interface java.awt.peer.ScrollbarPeer
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the current line number.
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.
setLocalPatternChars(String). Method in class java.text.DateFormatData
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.