<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Index of all Fields and Methods
</title>
</head>
<body>
<a name="_top_"></a>
<pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a></pre><hr>
<a href="#Thumb-A">A</a>
<a href="#Thumb-B">B</a>
<a href="#Thumb-C">C</a>
<a href="#Thumb-D">D</a>
<a href="#Thumb-E">E</a>
<a href="#Thumb-F">F</a>
<a href="#Thumb-G">G</a>
<a href="#Thumb-H">H</a>
<a href="#Thumb-I">I</a>
<a href="#Thumb-J">J</a>
<a href="#Thumb-K">K</a>
<a href="#Thumb-L">L</a>
<a href="#Thumb-M">M</a>
<a href="#Thumb-N">N</a>
<a href="#Thumb-O">O</a>
<a href="#Thumb-P">P</a>
<a href="#Thumb-Q">Q</a>
<a href="#Thumb-R">R</a>
<a href="#Thumb-S">S</a>
<a href="#Thumb-T">T</a>
<a href="#Thumb-U">U</a>
<a href="#Thumb-V">V</a>
<a href="#Thumb-W">W</a>
<a href="#Thumb-X">X</a>
<a href="#Thumb-Y">Y</a>
<a href="#Thumb-Z">Z</a>

<hr>
<h1>
  Index of all Fields and Methods
</h1>
<a name="Thumb-A"></a>
<h2>
<a name="Thumb-A"><b> A </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#a"><b>a</b></a>.
Variable in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ImageObserver.html#ABORT"><b>ABORT</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  An image which was being tracked asynchronously was aborted before
 production was complete.
  <dt> 	<a href="java.awt.MediaTracker.html#ABORTED"><b>ABORTED</b></a>.
Static variable in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Flag indicating that the downloading of some media was aborted.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#abortGrabbing()"><b>abortGrabbing</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Request the PixelGrabber to abort the image fetch.
  <dt> 	<a href="java.math.BigDecimal.html#abs()"><b>abs</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is the absolute value of this
 number, and whose scale is this.scale().
  <dt> 	<a href="java.math.BigInteger.html#abs()"><b>abs</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is the absolute value of this
 number.
  <dt> 	<a href="java.lang.Math.html#abs(double)"><b>abs</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the absolute value of a <code>double</code> value.
  <dt> 	<a href="java.lang.Math.html#abs(float)"><b>abs</b></a>(float).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the absolute value of a <code>float</code> value.
  <dt> 	<a href="java.lang.Math.html#abs(int)"><b>abs</b></a>(int).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the absolute value of an <code>int</code> value.
  <dt> 	<a href="java.lang.Math.html#abs(long)"><b>abs</b></a>(long).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the absolute value of a <code>long</code> value.
  <dt> 	<a href="java.lang.reflect.Modifier.html#ABSTRACT"><b>ABSTRACT</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.lang.AbstractMethodError.html#AbstractMethodError()"><b>AbstractMethodError</b></a>().
Constructor for class java.lang.<a href="java.lang.AbstractMethodError.html#_top_">AbstractMethodError</a>
  <dd>  Constructs an <code>AbstractMethodError</code> with no detail  message.
  <dt> 	<a href="java.lang.AbstractMethodError.html#AbstractMethodError(java.lang.String)"><b>AbstractMethodError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.AbstractMethodError.html#_top_">AbstractMethodError</a>
  <dd>  Constructs an <code>AbstractMethodError</code> with the specified 
 detail message.
  <dt> 	<a href="java.net.ServerSocket.html#accept()"><b>accept</b></a>().
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Listens for a connection to be made to this socket and accepts 
 it.
  <dt> 	<a href="java.io.FilenameFilter.html#accept(java.io.File, java.lang.String)"><b>accept</b></a>(File, String).
Method in interface java.io.<a href="java.io.FilenameFilter.html#_top_">FilenameFilter</a>
  <dd>  Tests if a specified file should be included in a file list.
  <dt> 	<a href="java.net.SocketImpl.html#accept(java.net.SocketImpl)"><b>accept</b></a>(SocketImpl).
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Accepts a connection.
  <dt> 	<a href="java.sql.Driver.html#acceptsURL(java.lang.String)"><b>acceptsURL</b></a>(String).
Method in interface java.sql.<a href="java.sql.Driver.html#_top_">Driver</a>
  <dd>  Returns true if the driver thinks that it can open a connection
 to the given URL.
  <dt> 	<a href="java.rmi.AccessException.html#AccessException(java.lang.String)"><b>AccessException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.AccessException.html#_top_">AccessException</a>
  <dd>  Create a new AccessException with a description.
  <dt> 	<a href="java.rmi.AccessException.html#AccessException(java.lang.String, java.lang.Exception)"><b>AccessException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.AccessException.html#_top_">AccessException</a>
  <dd>  Create a new AccessException with a description and detail exception.
  <dt> 	<a href="java.security.acl.AclNotFoundException.html#AclNotFoundException()"><b>AclNotFoundException</b></a>().
Constructor for class java.security.acl.<a href="java.security.acl.AclNotFoundException.html#_top_">AclNotFoundException</a>
  <dd>  Constructs an AclNotFoundException.
  <dt> 	<a href="java.lang.Math.html#acos(double)"><b>acos</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the arc cosine of an angle, in the range of 0.0 through
 <i>pi</i>.
  <dt> 	<a href="java.awt.Component.html#action(java.awt.Event, java.lang.Object)"><b>action</b></a>(Event, Object).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Event.html#ACTION_EVENT"><b>ACTION_EVENT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  This event indicates that the user wants some action to occur.
  <dt> 	<a href="java.awt.AWTEvent.html#ACTION_EVENT_MASK"><b>ACTION_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting action events.
  <dt> 	<a href="java.awt.event.ActionEvent.html#ACTION_FIRST"><b>ACTION_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  Marks the first integer id for the range of action event ids.
  <dt> 	<a href="java.awt.event.ActionEvent.html#ACTION_LAST"><b>ACTION_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  Marks the last integer id for the range of action event ids.
  <dt> 	<a href="java.awt.event.ActionEvent.html#ACTION_PERFORMED"><b>ACTION_PERFORMED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  An action performed event type.
  <dt> 	<a href="java.awt.event.ActionEvent.html#ActionEvent(java.lang.Object, int, java.lang.String)"><b>ActionEvent</b></a>(Object, int, String).
Constructor for class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  Constructs an ActionEvent object with the specified source object.
  <dt> 	<a href="java.awt.event.ActionEvent.html#ActionEvent(java.lang.Object, int, java.lang.String, int)"><b>ActionEvent</b></a>(Object, int, String, int).
Constructor for class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  Constructs an ActionEvent object with the specified source object.
  <dt> 	<a href="java.awt.event.ActionListener.html#actionPerformed(java.awt.event.ActionEvent)"><b>actionPerformed</b></a>(ActionEvent).
Method in interface java.awt.event.<a href="java.awt.event.ActionListener.html#_top_">ActionListener</a>
  <dd>  Invoked when an action occurs.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#actionPerformed(java.awt.event.ActionEvent)"><b>actionPerformed</b></a>(ActionEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the actionPerformed event by invoking the
 actionPerformed methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.SystemColor.html#ACTIVE_CAPTION"><b>ACTIVE_CAPTION</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the active caption background color.
  <dt> 	<a href="java.awt.SystemColor.html#ACTIVE_CAPTION_BORDER"><b>ACTIVE_CAPTION_BORDER</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the active caption border color.
  <dt> 	<a href="java.awt.SystemColor.html#ACTIVE_CAPTION_TEXT"><b>ACTIVE_CAPTION_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the action caption text color.
  <dt> 	<a href="java.awt.SystemColor.html#activeCaption"><b>activeCaption</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for captions in window borders.
  <dt> 	<a href="java.awt.SystemColor.html#activeCaptionBorder"><b>activeCaptionBorder</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The border color for captions in window borders.
  <dt> 	<a href="java.awt.SystemColor.html#activeCaptionText"><b>activeCaptionText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for captions in window borders.
  <dt> 	<a href="java.lang.Thread.html#activeCount()"><b>activeCount</b></a>().
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Returns the current number of active threads in this thread group.
  <dt> 	<a href="java.lang.ThreadGroup.html#activeCount()"><b>activeCount</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Returns an estimate of the number of active threads in this
 thread group.
  <dt> 	<a href="java.lang.ThreadGroup.html#activeGroupCount()"><b>activeGroupCount</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Returns an estimate of the number of active groups in this
 thread group.
  <dt> 	<a href="java.util.GregorianCalendar.html#AD"><b>AD</b></a>.
Static variable in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Useful constant for GregorianCalendar.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.ActionListener, java.awt.event.ActionListener)"><b>add</b></a>(ActionListener, ActionListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds action-listener-a with action-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.AdjustmentListener, java.awt.event.AdjustmentListener)"><b>add</b></a>(AdjustmentListener, AdjustmentListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds adjustment-listener-a with adjustment-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.math.BigDecimal.html#add(java.math.BigDecimal)"><b>add</b></a>(BigDecimal).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is (this + val), and whose scale is
 MAX(this.scale(), val.scale).
  <dt> 	<a href="java.math.BigInteger.html#add(java.math.BigInteger)"><b>add</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this + val).
  <dt> 	<a href="java.awt.Container.html#add(java.awt.Component)"><b>add</b></a>(Component).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Adds the specified component to the end of this container.
  <dt> 	<a href="java.awt.Container.html#add(java.awt.Component, int)"><b>add</b></a>(Component, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Adds the specified component to this container at the given 
 position.
  <dt> 	<a href="java.awt.Container.html#add(java.awt.Component, java.lang.Object)"><b>add</b></a>(Component, Object).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Adds the specified component to the end of this container.
  <dt> 	<a href="java.awt.Container.html#add(java.awt.Component, java.lang.Object, int)"><b>add</b></a>(Component, Object, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Adds the specified component to this container with the specified
 constraints at the specified index.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.ComponentListener, java.awt.event.ComponentListener)"><b>add</b></a>(ComponentListener, ComponentListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds component-listener-a with component-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.ContainerListener, java.awt.event.ContainerListener)"><b>add</b></a>(ContainerListener, ContainerListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds container-listener-a with container-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.FocusListener, java.awt.event.FocusListener)"><b>add</b></a>(FocusListener, FocusListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds focus-listener-a with focus-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.util.Calendar.html#add(int, int)"><b>add</b></a>(int, int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Date Arithmetic function.
  <dt> 	<a href="java.util.GregorianCalendar.html#add(int, int)"><b>add</b></a>(int, int).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Overrides Calendar
 Date Arithmetic function.
  <dt> 	<a href="java.awt.Rectangle.html#add(int, int)"><b>add</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Adds a point, specified by the integer arguments <code>newx</code>
 and <code>newy</code>, to this rectangle.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.ItemListener, java.awt.event.ItemListener)"><b>add</b></a>(ItemListener, ItemListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds item-listener-a with item-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.KeyListener, java.awt.event.KeyListener)"><b>add</b></a>(KeyListener, KeyListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds key-listener-a with key-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.MenuBar.html#add(java.awt.Menu)"><b>add</b></a>(Menu).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Adds the specified menu to the menu bar.
  <dt> 	<a href="java.awt.Menu.html#add(java.awt.MenuItem)"><b>add</b></a>(MenuItem).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Adds the specified menu item to this menu.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.MouseListener, java.awt.event.MouseListener)"><b>add</b></a>(MouseListener, MouseListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds mouse-listener-a with mouse-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.MouseMotionListener, java.awt.event.MouseMotionListener)"><b>add</b></a>(MouseMotionListener, MouseMotionListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds mouse-motion-listener-a with mouse-motion-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.Rectangle.html#add(java.awt.Point)"><b>add</b></a>(Point).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Adds the point <code>pt</code> to this rectangle.
  <dt> 	<a href="java.awt.Component.html#add(java.awt.PopupMenu)"><b>add</b></a>(PopupMenu).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Adds the specified popup menu to the component.
  <dt> 	<a href="java.awt.Rectangle.html#add(java.awt.Rectangle)"><b>add</b></a>(Rectangle).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Adds a rectangle to this rectangle.
  <dt> 	<a href="java.awt.Choice.html#add(java.lang.String)"><b>add</b></a>(String).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Adds an item to this <code>Choice</code> menu.
  <dt> 	<a href="java.awt.List.html#add(java.lang.String)"><b>add</b></a>(String).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Adds the specified item to the end of scrolling list.
  <dt> 	<a href="java.awt.Menu.html#add(java.lang.String)"><b>add</b></a>(String).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Adds an item with the specified label to this menu.
  <dt> 	<a href="java.awt.Container.html#add(java.lang.String, java.awt.Component)"><b>add</b></a>(String, Component).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Adds the specified component to this container.
  <dt> 	<a href="java.awt.peer.ChoicePeer.html#add(java.lang.String, int)"><b>add</b></a>(String, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ChoicePeer.html#_top_">ChoicePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.List.html#add(java.lang.String, int)"><b>add</b></a>(String, int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Adds the specified item to the end of the scrolling list.
  <dt> 	<a href="java.awt.peer.ListPeer.html#add(java.lang.String, int)"><b>add</b></a>(String, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.TextListener, java.awt.event.TextListener)"><b>add</b></a>(TextListener, TextListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#add(java.awt.event.WindowListener, java.awt.event.WindowListener)"><b>add</b></a>(WindowListener, WindowListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Adds window-listener-a with window-listener-b and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.Button.html#addActionListener(java.awt.event.ActionListener)"><b>addActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Adds the specified action listener to receive action events from
 this button.
  <dt> 	<a href="java.awt.List.html#addActionListener(java.awt.event.ActionListener)"><b>addActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Adds the specified action listener to receive action events from
 this list.
  <dt> 	<a href="java.awt.MenuItem.html#addActionListener(java.awt.event.ActionListener)"><b>addActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Adds the specified action listener to receive action events
 from this menu item.
  <dt> 	<a href="java.awt.TextField.html#addActionListener(java.awt.event.ActionListener)"><b>addActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Adds the specified action listener to recieve
 action events from this text field.
  <dt> 	<a href="java.awt.Adjustable.html#addAdjustmentListener(java.awt.event.AdjustmentListener)"><b>addAdjustmentListener</b></a>(AdjustmentListener).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Add a listener to recieve adjustment events when the value of
 the adjustable object changes.
  <dt> 	<a href="java.awt.Scrollbar.html#addAdjustmentListener(java.awt.event.AdjustmentListener)"><b>addAdjustmentListener</b></a>(AdjustmentListener).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Adds the specified adjustment listener to receive instances of 
 <code>AdjustmentEvent</code> from this scroll bar.
  <dt> 	<a href="java.security.Identity.html#addCertificate(java.security.Certificate)"><b>addCertificate</b></a>(Certificate).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Adds a certificate for this identity.
  <dt> 	<a href="java.awt.Component.html#addComponentListener(java.awt.event.ComponentListener)"><b>addComponentListener</b></a>(ComponentListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Adds the specified component listener to receive component events from
 this component.
  <dt> 	<a href="java.awt.image.FilteredImageSource.html#addConsumer(java.awt.image.ImageConsumer)"><b>addConsumer</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.FilteredImageSource.html#_top_">FilteredImageSource</a>
  <dd>  Adds an ImageConsumer to the list of consumers interested in
 data for this image.
  <dt> 	<a href="java.awt.image.ImageProducer.html#addConsumer(java.awt.image.ImageConsumer)"><b>addConsumer</b></a>(ImageConsumer).
Method in interface java.awt.image.<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a>
  <dd>  This method is used to register an ImageConsumer with the
 ImageProducer for access to the image data during a later
 reconstruction of the Image.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#addConsumer(java.awt.image.ImageConsumer)"><b>addConsumer</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Adds an ImageConsumer to the list of consumers interested in
 data for this image.
  <dt> 	<a href="java.awt.Container.html#addContainerListener(java.awt.event.ContainerListener)"><b>addContainerListener</b></a>(ContainerListener).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Adds the specified container listener to receive container events
 from this container.
  <dt> 	<a href="java.util.Vector.html#addElement(java.lang.Object)"><b>addElement</b></a>(Object).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Adds the specified component to the end of this vector, 
 increasing its size by one.
  <dt> 	<a href="java.security.acl.Acl.html#addEntry(java.security.Principal, java.security.acl.AclEntry)"><b>addEntry</b></a>(Principal, AclEntry).
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Adds an ACL entry to this ACL.
  <dt> 	<a href="java.awt.Component.html#addFocusListener(java.awt.event.FocusListener)"><b>addFocusListener</b></a>(FocusListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Adds the specified focus listener to receive focus events from
 this component.
  <dt> 	<a href="java.awt.peer.MenuBarPeer.html#addHelpMenu(java.awt.Menu)"><b>addHelpMenu</b></a>(Menu).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuBarPeer.html#_top_">MenuBarPeer</a>
  <dd> 
  <dt> 	<a href="java.security.IdentityScope.html#addIdentity(java.security.Identity)"><b>addIdentity</b></a>(Identity).
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Adds an identity to this identity scope.
  <dt> 	<a href="java.awt.MediaTracker.html#addImage(java.awt.Image, int)"><b>addImage</b></a>(Image, int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Adds an image to the list of images being tracked by this media 
 tracker.
  <dt> 	<a href="java.awt.MediaTracker.html#addImage(java.awt.Image, int, int, int)"><b>addImage</b></a>(Image, int, int, int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Adds a scaled image to the list of images being tracked  
 by this media tracker.
  <dt> 	<a href="java.awt.Container.html#addImpl(java.awt.Component, java.lang.Object, int)"><b>addImpl</b></a>(Component, Object, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Adds the specified component to this container at the specified
 index.
  <dt> 	<a href="java.awt.ScrollPane.html#addImpl(java.awt.Component, java.lang.Object, int)"><b>addImpl</b></a>(Component, Object, int).
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd> 
 Adds the specified component to this scroll pane container.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#addInternal(java.util.EventListener, java.util.EventListener)"><b>addInternal</b></a>(EventListener, EventListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
 Returns the resulting multicast listener from adding listener-a
 and listener-b together.
  <dt> 	<a href="java.awt.peer.MenuPeer.html#addItem(java.awt.MenuItem)"><b>addItem</b></a>(MenuItem).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuPeer.html#_top_">MenuPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Choice.html#addItem(java.lang.String)"><b>addItem</b></a>(String).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Adds an item to this Choice.
  <dt> 	<a href="java.awt.List.html#addItem(java.lang.String)"><b>addItem</b></a>(String).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Adds the specified item to the end of scrolling list.
  <dt> 	<a href="java.awt.peer.ChoicePeer.html#addItem(java.lang.String, int)"><b>addItem</b></a>(String, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ChoicePeer.html#_top_">ChoicePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.List.html#addItem(java.lang.String, int)"><b>addItem</b></a>(String, int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Adds the specified item to the end of the scrolling list.
  <dt> 	<a href="java.awt.peer.ListPeer.html#addItem(java.lang.String, int)"><b>addItem</b></a>(String, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd>  DEPRECATED:  Replaced by add(String, int).
  <dt> 	<a href="java.awt.Checkbox.html#addItemListener(java.awt.event.ItemListener)"><b>addItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Adds the specified item listener to receive item events from
 this check box.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#addItemListener(java.awt.event.ItemListener)"><b>addItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Adds the specified item listener to receive item events from
 this check box menu item.
  <dt> 	<a href="java.awt.Choice.html#addItemListener(java.awt.event.ItemListener)"><b>addItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Adds the specified item listener to receive item events from
 this <code>Choice</code> menu.
  <dt> 	<a href="java.awt.ItemSelectable.html#addItemListener(java.awt.event.ItemListener)"><b>addItemListener</b></a>(ItemListener).
Method in interface java.awt.<a href="java.awt.ItemSelectable.html#_top_">ItemSelectable</a>
  <dd>  Add a listener to recieve item events when the state of
 an item changes.
  <dt> 	<a href="java.awt.List.html#addItemListener(java.awt.event.ItemListener)"><b>addItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Adds the specified item listener to receive item events from
 this list.
  <dt> 	<a href="java.awt.Component.html#addKeyListener(java.awt.event.KeyListener)"><b>addKeyListener</b></a>(KeyListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Adds the specified key listener to receive key events from
 this component.
  <dt> 	<a href="java.awt.BorderLayout.html#addLayoutComponent(java.awt.Component, java.lang.Object)"><b>addLayoutComponent</b></a>(Component, Object).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Adds the specified component to the layout, using the specified
 constraint object.
  <dt> 	<a href="java.awt.CardLayout.html#addLayoutComponent(java.awt.Component, java.lang.Object)"><b>addLayoutComponent</b></a>(Component, Object).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Adds the specified component to this card layout's internal
 table of names.
  <dt> 	<a href="java.awt.GridBagLayout.html#addLayoutComponent(java.awt.Component, java.lang.Object)"><b>addLayoutComponent</b></a>(Component, Object).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Adds the specified component to the layout, using the specified
 constraint object.
  <dt> 	<a href="java.awt.LayoutManager2.html#addLayoutComponent(java.awt.Component, java.lang.Object)"><b>addLayoutComponent</b></a>(Component, Object).
Method in interface java.awt.<a href="java.awt.LayoutManager2.html#_top_">LayoutManager2</a>
  <dd>  Adds the specified component to the layout, using the specified
 constraint object.
  <dt> 	<a href="java.awt.BorderLayout.html#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  
  <dt> 	<a href="java.awt.CardLayout.html#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  
  <dt> 	<a href="java.awt.FlowLayout.html#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Adds the specified component to the layout.
  <dt> 	<a href="java.awt.GridBagLayout.html#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Adds the specified component with the specified name to the layout.
  <dt> 	<a href="java.awt.GridLayout.html#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Adds the specified component with the specified name to the layout.
  <dt> 	<a href="java.awt.LayoutManager.html#addLayoutComponent(java.lang.String, java.awt.Component)"><b>addLayoutComponent</b></a>(String, Component).
Method in interface java.awt.<a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  <dd>  Adds the specified component with the specified name to
 the layout.
  <dt> 	<a href="java.security.acl.Group.html#addMember(java.security.Principal)"><b>addMember</b></a>(Principal).
Method in interface java.security.acl.<a href="java.security.acl.Group.html#_top_">Group</a>
  <dd>  Adds the specified member to the group.
  <dt> 	<a href="java.awt.peer.MenuBarPeer.html#addMenu(java.awt.Menu)"><b>addMenu</b></a>(Menu).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuBarPeer.html#_top_">MenuBarPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#addMouseListener(java.awt.event.MouseListener)"><b>addMouseListener</b></a>(MouseListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Adds the specified mouse listener to receive mouse events from
 this component.
  <dt> 	<a href="java.awt.Component.html#addMouseMotionListener(java.awt.event.MouseMotionListener)"><b>addMouseMotionListener</b></a>(MouseMotionListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Adds the specified mouse motion listener to receive mouse motion events from
 this component.
  <dt> 	<a href="java.awt.Button.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Creates the peer of the button.
  <dt> 	<a href="java.awt.Canvas.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Canvas.html#_top_">Canvas</a>
  <dd>  Creates the peer of the canvas.
  <dt> 	<a href="java.awt.Checkbox.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Creates the peer of the Checkbox.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Creates the peer of the checkbox item.
  <dt> 	<a href="java.awt.Choice.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Creates the Choice's peer.
  <dt> 	<a href="java.awt.Component.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Notifies this component that it has been added to a container
 and if a peer is required, it should be created.
  <dt> 	<a href="java.awt.Container.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Notifies the container to create a peer.
  <dt> 	<a href="java.awt.Dialog.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Creates the dialog's peer.
  <dt> 	<a href="java.awt.FileDialog.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Creates the file dialog's peer.
  <dt> 	<a href="java.awt.Frame.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Creates the Frame's peer.
  <dt> 	<a href="java.awt.Label.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Creates the peer for this label.
  <dt> 	<a href="java.awt.List.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Creates the peer for the list.
  <dt> 	<a href="java.awt.Menu.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Creates the menu's peer.
  <dt> 	<a href="java.awt.MenuBar.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Creates the menu bar's peer.
  <dt> 	<a href="java.awt.MenuItem.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Creates the menu item's peer.
  <dt> 	<a href="java.awt.Panel.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Panel.html#_top_">Panel</a>
  <dd>  Creates the Panel's peer.
  <dt> 	<a href="java.awt.PopupMenu.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.PopupMenu.html#_top_">PopupMenu</a>
  <dd>  Creates the popup menu's peer.
  <dt> 	<a href="java.awt.Scrollbar.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Creates the Scrollbar's peer.
  <dt> 	<a href="java.awt.ScrollPane.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Creates the scroll pane's peer.
  <dt> 	<a href="java.awt.TextArea.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Creates the TextArea's peer.
  <dt> 	<a href="java.awt.TextField.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Creates the TextField's peer.
  <dt> 	<a href="java.awt.Window.html#addNotify()"><b>addNotify</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Creates the Window's peer.
  <dt> 	<a href="java.util.Observable.html#addObserver(java.util.Observer)"><b>addObserver</b></a>(Observer).
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Adds an observer to the set of observers for this object.
  <dt> 	<a href="java.security.acl.Owner.html#addOwner(java.security.Principal, java.security.Principal)"><b>addOwner</b></a>(Principal, Principal).
Method in interface java.security.acl.<a href="java.security.acl.Owner.html#_top_">Owner</a>
  <dd>  Adds an owner.
  <dt> 	<a href="java.security.acl.AclEntry.html#addPermission(java.security.acl.Permission)"><b>addPermission</b></a>(Permission).
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Adds the specified permission to this ACL entry.
  <dt> 	<a href="java.awt.Polygon.html#addPoint(int, int)"><b>addPoint</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Appends a point to this polygon.
  <dt> 	<a href="java.beans.Customizer.html#addPropertyChangeListener(java.beans.PropertyChangeListener)"><b>addPropertyChangeListener</b></a>(PropertyChangeListener).
Method in interface java.beans.<a href="java.beans.Customizer.html#_top_">Customizer</a>
  <dd>  Register a listener for the PropertyChange event.
  <dt> 	<a href="java.beans.PropertyChangeSupport.html#addPropertyChangeListener(java.beans.PropertyChangeListener)"><b>addPropertyChangeListener</b></a>(PropertyChangeListener).
Method in class java.beans.<a href="java.beans.PropertyChangeSupport.html#_top_">PropertyChangeSupport</a>
  <dd>  Add a PropertyChangeListener to the listener list.
  <dt> 	<a href="java.beans.PropertyEditor.html#addPropertyChangeListener(java.beans.PropertyChangeListener)"><b>addPropertyChangeListener</b></a>(PropertyChangeListener).
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  Register a listener for the PropertyChange event.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#addPropertyChangeListener(java.beans.PropertyChangeListener)"><b>addPropertyChangeListener</b></a>(PropertyChangeListener).
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Register a listener for the PropertyChange event.
  <dt> 	<a href="java.security.Security.html#addProvider(java.security.Provider)"><b>addProvider</b></a>(Provider).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Adds a provider to the next position available.
  <dt> 	<a href="java.net.SocketImpl.html#address"><b>address</b></a>.
Variable in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  The IP address of the remote end of this socket.
  <dt> 	<a href="java.awt.Menu.html#addSeparator()"><b>addSeparator</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Adds a separator line, or a hypen, to the menu at the current position.
  <dt> 	<a href="java.awt.peer.MenuPeer.html#addSeparator()"><b>addSeparator</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.MenuPeer.html#_top_">MenuPeer</a>
  <dd> 
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#addSystemThread()"><b>addSystemThread</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Add the calling thread to the list of threads which aren't
 suspended by the RemoteDebugger.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#addSystemThread(java.lang.Thread)"><b>addSystemThread</b></a>(Thread).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Add the specified thread to the list of threads which aren't
 suspended by the RemoteDebugger.
  <dt> 	<a href="java.awt.TextComponent.html#addTextListener(java.awt.event.TextListener)"><b>addTextListener</b></a>(TextListener).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Adds the specified text event listener to recieve text events 
 from this textcomponent.
  <dt> 	<a href="java.beans.VetoableChangeSupport.html#addVetoableChangeListener(java.beans.VetoableChangeListener)"><b>addVetoableChangeListener</b></a>(VetoableChangeListener).
Method in class java.beans.<a href="java.beans.VetoableChangeSupport.html#_top_">VetoableChangeSupport</a>
  <dd>  Add a VetoableListener to the listener list.
  <dt> 	<a href="java.awt.Window.html#addWindowListener(java.awt.event.WindowListener)"><b>addWindowListener</b></a>(WindowListener).
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Adds the specified window listener to receive window events from
 this window.
  <dt> 	<a href="java.awt.GridBagLayout.html#AdjustForGravity(java.awt.GridBagConstraints, java.awt.Rectangle)"><b>AdjustForGravity</b></a>(GridBagConstraints, Rectangle).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEvent.html#ADJUSTMENT_EVENT_MASK"><b>ADJUSTMENT_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting adjustment events.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#ADJUSTMENT_FIRST"><b>ADJUSTMENT_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  Marks the first integer id for the range of adjustment event ids.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#ADJUSTMENT_LAST"><b>ADJUSTMENT_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  Marks the last integer id for the range of adjustment event ids.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#ADJUSTMENT_VALUE_CHANGED"><b>ADJUSTMENT_VALUE_CHANGED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  The adjustment value changed event.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#AdjustmentEvent(java.awt.Adjustable, int, int, int)"><b>AdjustmentEvent</b></a>(Adjustable, int, int, int).
Constructor for class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  Constructs a AdjustmentEvent object with the specified Adjustable source,
 type, and value.
  <dt> 	<a href="java.awt.event.AdjustmentListener.html#adjustmentValueChanged(java.awt.event.AdjustmentEvent)"><b>adjustmentValueChanged</b></a>(AdjustmentEvent).
Method in interface java.awt.event.<a href="java.awt.event.AdjustmentListener.html#_top_">AdjustmentListener</a>
  <dd>  Invoked when the value of the adjustable has changed.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#adjustmentValueChanged(java.awt.event.AdjustmentEvent)"><b>adjustmentValueChanged</b></a>(AdjustmentEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the adjustmentValueChanged event by invoking the
 adjustmentValueChanged methods on listener-a and listener-b.
  <dt> 	<a href="java.util.zip.Adler32.html#Adler32()"><b>Adler32</b></a>().
Constructor for class java.util.zip.<a href="java.util.zip.Adler32.html#_top_">Adler32</a>
  <dd> 
  <dt> 	<a href="java.util.Date.html#after(java.util.Date)"><b>after</b></a>(Date).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Tests if this date is after the specified date.
  <dt> 	<a href="java.util.Calendar.html#after(java.lang.Object)"><b>after</b></a>(Object).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Compares the time field records.
  <dt> 	<a href="java.util.GregorianCalendar.html#after(java.lang.Object)"><b>after</b></a>(Object).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Compares the time field records.
  <dt> 	<a href="java.sql.Timestamp.html#after(java.sql.Timestamp)"><b>after</b></a>(Timestamp).
Method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Is this timestamp later than the timestamp argument?

 
  <dt> 	<a href="java.awt.image.ImageObserver.html#ALLBITS"><b>ALLBITS</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  A static image which was previously drawn is now complete and can
 be drawn again in its final form.
  <dt> 	<a href="java.awt.List.html#allowsMultipleSelections()"><b>allowsMultipleSelections</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.lang.ThreadGroup.html#allowThreadSuspension(boolean)"><b>allowThreadSuspension</b></a>(boolean).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Used by VM to control lowmem implicit suspension.
  <dt> 	<a href="java.net.URLConnection.html#allowUserInteraction"><b>allowUserInteraction</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  If <code>true</code>, this <code>URL</code> is being examined in
 a context in which it makes sense to allow user interactions such
 as popping up an authentication dialog.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#allProceduresAreCallable()"><b>allProceduresAreCallable</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can all the procedures returned by getProcedures be called by the
 current user?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#allTablesAreSelectable()"><b>allTablesAreSelectable</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can all the tables returned by getTable be SELECTed by the
 current user?

 
  <dt> 	<a href="java.rmi.AlreadyBoundException.html#AlreadyBoundException()"><b>AlreadyBoundException</b></a>().
Constructor for class java.rmi.<a href="java.rmi.AlreadyBoundException.html#_top_">AlreadyBoundException</a>
  <dd> 
  <dt> 	<a href="java.rmi.AlreadyBoundException.html#AlreadyBoundException(java.lang.String)"><b>AlreadyBoundException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.AlreadyBoundException.html#_top_">AlreadyBoundException</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ActionEvent.html#ALT_MASK"><b>ALT_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd> 
 The alt modifier constant.
  <dt> 	<a href="java.awt.Event.html#ALT_MASK"><b>ALT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 This flag indicates that the Alt key was down when 
 the event occurred.
  <dt> 	<a href="java.awt.event.InputEvent.html#ALT_MASK"><b>ALT_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd> 
 The alt key modifier constant.
  <dt> 	<a href="java.util.Calendar.html#AM"><b>AM</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for hour in 12-hour clock.
  <dt> 	<a href="java.util.Calendar.html#AM_PM"><b>AM_PM</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#AM_PM_FIELD"><b>AM_PM_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for AM_PM field alignment.
  <dt> 	<a href="java.awt.GridBagConstraints.html#anchor"><b>anchor</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  This field is used when the component is smaller than its display
 area.
  <dt> 	<a href="java.math.BigInteger.html#and(java.math.BigInteger)"><b>and</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this & val).
  <dt> 	<a href="java.util.BitSet.html#and(java.util.BitSet)"><b>and</b></a>(BitSet).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Logically ANDs this bit set with the specified set of bits.
  <dt> 	<a href="java.math.BigInteger.html#andNot(java.math.BigInteger)"><b>andNot</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this & ~val).
  <dt> 	<a href="java.io.ObjectOutputStream.html#annotateClass(java.lang.Class)"><b>annotateClass</b></a>(Class).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Subclasses may implement this method to allow class data to be stored
 in the stream.
  <dt> 	<a href="java.lang.StringBuffer.html#append(boolean)"><b>append</b></a>(boolean).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>boolean</code>
 argument to the string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(char)"><b>append</b></a>(char).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>char</code>
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(char[])"><b>append</b></a>(char[]).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>char</code> array
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(char[], int, int)"><b>append</b></a>(char[], int, int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of a subarray of the
 <code>char</code> array argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(double)"><b>append</b></a>(double).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>double</code>
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(float)"><b>append</b></a>(float).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>float</code>
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(int)"><b>append</b></a>(int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>int</code>
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(long)"><b>append</b></a>(long).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>long</code>
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(java.lang.Object)"><b>append</b></a>(Object).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string representation of the <code>Object</code>
 argument to this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#append(java.lang.String)"><b>append</b></a>(String).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Appends the string to this string buffer.
  <dt> 	<a href="java.awt.TextArea.html#append(java.lang.String)"><b>append</b></a>(String).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Appends the given text to the text area's current text.
  <dt> 	<a href="java.awt.TextArea.html#appendText(java.lang.String)"><b>appendText</b></a>(String).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.applet.Applet.html#Applet()"><b>Applet</b></a>().
Constructor for class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd> 
  <dt> 	<a href="java.applet.AppletStub.html#appletResize(int, int)"><b>appletResize</b></a>(int, int).
Method in interface java.applet.<a href="java.applet.AppletStub.html#_top_">AppletStub</a>
  <dd>  Called when the applet wants to be resized.
  <dt> 	<a href="java.text.DecimalFormat.html#applyLocalizedPattern(java.lang.String)"><b>applyLocalizedPattern</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Apply the given pattern to this Format object.
  <dt> 	<a href="java.text.SimpleDateFormat.html#applyLocalizedPattern(java.lang.String)"><b>applyLocalizedPattern</b></a>(String).
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Apply the given localized pattern string to this date format.
  <dt> 	<a href="java.text.ChoiceFormat.html#applyPattern(java.lang.String)"><b>applyPattern</b></a>(String).
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Sets the pattern.
  <dt> 	<a href="java.text.DecimalFormat.html#applyPattern(java.lang.String)"><b>applyPattern</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Apply the given pattern to this Format object.
  <dt> 	<a href="java.text.MessageFormat.html#applyPattern(java.lang.String)"><b>applyPattern</b></a>(String).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Sets the pattern.
  <dt> 	<a href="java.text.SimpleDateFormat.html#applyPattern(java.lang.String)"><b>applyPattern</b></a>(String).
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Apply the given unlocalized pattern string to this date format.
  <dt> 	<a href="java.util.Calendar.html#APRIL"><b>APRIL</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.awt.image.AreaAveragingScaleFilter.html#AreaAveragingScaleFilter(int, int)"><b>AreaAveragingScaleFilter</b></a>(int, int).
Constructor for class java.awt.image.<a href="java.awt.image.AreaAveragingScaleFilter.html#_top_">AreaAveragingScaleFilter</a>
  <dd>  Constructs an AreaAveragingScaleFilter that scales the pixels from
 its source Image as specified by the width and height parameters.
  <dt> 	<a href="java.util.Calendar.html#areFieldsSet"><b>areFieldsSet</b></a>.
Variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  True if the fields are in sync with the currently set time of this Calendar.
  <dt> 	<a href="java.awt.Event.html#arg"><b>arg</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  An arbitrary argument of the event.
  <dt> 	<a href="java.lang.ArithmeticException.html#ArithmeticException()"><b>ArithmeticException</b></a>().
Constructor for class java.lang.<a href="java.lang.ArithmeticException.html#_top_">ArithmeticException</a>
  <dd>  Constructs an <code>ArithmeticException</code> with no detail 
 message.
  <dt> 	<a href="java.lang.ArithmeticException.html#ArithmeticException(java.lang.String)"><b>ArithmeticException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ArithmeticException.html#_top_">ArithmeticException</a>
  <dd>  Constructs an <code>ArithmeticException</code> with the specified 
 detail message.
  <dt> 	<a href="java.awt.GridBagLayout.html#ArrangeGrid(java.awt.Container)"><b>ArrangeGrid</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.lang.System.html#arraycopy(java.lang.Object, int, java.lang.Object, int, int)"><b>arraycopy</b></a>(Object, int, Object, int, int).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd> 
 Copies an array from the specified source array, beginning at the
 specified position, to the specified position of the destination array.
  <dt> 	<a href="java.lang.ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException()"><b>ArrayIndexOutOfBoundsException</b></a>().
Constructor for class java.lang.<a href="java.lang.ArrayIndexOutOfBoundsException.html#_top_">ArrayIndexOutOfBoundsException</a>
  <dd>  Constructs an <code>ArrayIndexOutOfBoundsException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException(int)"><b>ArrayIndexOutOfBoundsException</b></a>(int).
Constructor for class java.lang.<a href="java.lang.ArrayIndexOutOfBoundsException.html#_top_">ArrayIndexOutOfBoundsException</a>
  <dd>  Constructs a new <code>ArrayIndexOutOfBoundsException</code> 
 class with an argument indicating the illegal index.
  <dt> 	<a href="java.lang.ArrayIndexOutOfBoundsException.html#ArrayIndexOutOfBoundsException(java.lang.String)"><b>ArrayIndexOutOfBoundsException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ArrayIndexOutOfBoundsException.html#_top_">ArrayIndexOutOfBoundsException</a>
  <dd>  Constructs an <code>ArrayIndexOutOfBoundsException</code> class 
 with the specified detail message.
  <dt> 	<a href="java.lang.ArrayStoreException.html#ArrayStoreException()"><b>ArrayStoreException</b></a>().
Constructor for class java.lang.<a href="java.lang.ArrayStoreException.html#_top_">ArrayStoreException</a>
  <dd>  Constructs an <code>ArrayStoreException</code> with no detail message.
  <dt> 	<a href="java.lang.ArrayStoreException.html#ArrayStoreException(java.lang.String)"><b>ArrayStoreException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ArrayStoreException.html#_top_">ArrayStoreException</a>
  <dd>  Constructs an <code>ArrayStoreException</code> with the specified 
 detail message.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#arrayTypeName(int)"><b>arrayTypeName</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd> Return the element type as a string.
  <dt> 	<a href="java.lang.Math.html#asin(double)"><b>asin</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the arc sine of an angle, in the range of -<i>pi</i>/2 through
 <i>pi</i>/2.
  <dt> 	<a href="java.lang.Math.html#atan(double)"><b>atan</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the arc tangent of an angle, in the range of -<i>pi</i>/2
 through <i>pi</i>/2.
  <dt> 	<a href="java.lang.Math.html#atan2(double, double)"><b>atan2</b></a>(double, double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Converts rectangular coordinates (<code>b</code>,&nbsp;<code>a</code>)
 to polar (r,&nbsp;<i>theta</i>).
  <dt> 	<a href="java.beans.FeatureDescriptor.html#attributeNames()"><b>attributeNames</b></a>().
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  
  <dt> 	<a href="java.util.Calendar.html#AUGUST"><b>AUGUST</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.io.BufferedInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Returns the number of bytes that can be read from this input 
 stream without blocking.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Returns the number of bytes that can be read from this input 
 stream without blocking.
  <dt> 	<a href="java.io.FileInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Returns the number of bytes that can be read from this file input
 stream without blocking.
  <dt> 	<a href="java.io.FilterInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Returns the number of bytes that can be read from this input 
 stream without blocking.
  <dt> 	<a href="java.io.InputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Returns the number of bytes that can be read from this input
 stream without blocking.
  <dt> 	<a href="java.io.LineNumberInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Returns the number of bytes that can be read from this input 
 stream without blocking.
  <dt> 	<a href="java.io.ObjectInput.html#available()"><b>available</b></a>().
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Returns the number of bytes that can be read
 without blocking.
  <dt> 	<a href="java.io.ObjectInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Returns the number of bytes that can be read without blocking.
  <dt> 	<a href="java.io.PipedInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Returns the number of bytes that can be read from this input 
 stream without blocking.
  <dt> 	<a href="java.io.PushbackInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Returns the number of bytes that can be read from this input stream
 without blocking.
  <dt> 	<a href="java.io.SequenceInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.SequenceInputStream.html#_top_">SequenceInputStream</a>
  <dd>  Returns the number of bytes available on the current stream.
  <dt> 	<a href="java.net.SocketImpl.html#available()"><b>available</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns the number of bytes that can be read from this socket
 without blocking.
  <dt> 	<a href="java.io.StringBufferInputStream.html#available()"><b>available</b></a>().
Method in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  Returns the number of bytes that can be read from the input 
 stream without blocking.
  <dt> 	<a href="java.beans.Visibility.html#avoidingGui()"><b>avoidingGui</b></a>().
Method in interface java.beans.<a href="java.beans.Visibility.html#_top_">Visibility</a>
  <dd>  
  <dt> 	<a href="java.awt.AWTError.html#AWTError(java.lang.String)"><b>AWTError</b></a>(String).
Constructor for class java.awt.<a href="java.awt.AWTError.html#_top_">AWTError</a>
  <dd>  Constructs an instance of <code>AWTError</code> with the specified 
 detail message.
  <dt> 	<a href="java.awt.AWTEvent.html#AWTEvent(java.awt.Event)"><b>AWTEvent</b></a>(Event).
Constructor for class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  Constructs an AWTEvent object from the parameters of a 1.0-style event.
  <dt> 	<a href="java.awt.AWTEvent.html#AWTEvent(java.lang.Object, int)"><b>AWTEvent</b></a>(Object, int).
Constructor for class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  Constructs an AWTEvent object with the specified source object and type.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#AWTEventMulticaster(java.util.EventListener, java.util.EventListener)"><b>AWTEventMulticaster</b></a>(EventListener, EventListener).
Constructor for class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Creates an event multicaster instance which chains listener-a
 with listener-b.
  <dt> 	<a href="java.awt.AWTException.html#AWTException(java.lang.String)"><b>AWTException</b></a>(String).
Constructor for class java.awt.<a href="java.awt.AWTException.html#_top_">AWTException</a>
  <dd>  Constructs an instance of <code>AWTException</code> with the 
 specified detail message.
</dl>
<a name="Thumb-B"></a>
<hr>
<h2>
<a name="Thumb-B"><b> B </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#b"><b>b</b></a>.
Variable in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.awt.Event.html#BACK_SPACE"><b>BACK_SPACE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The BackSpace key.
  <dt> 	<a href="java.util.GregorianCalendar.html#BC"><b>BC</b></a>.
Static variable in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Useful constant for GregorianCalendar.
  <dt> 	<a href="java.beans.BeanDescriptor.html#BeanDescriptor(java.lang.Class)"><b>BeanDescriptor</b></a>(Class).
Constructor for class java.beans.<a href="java.beans.BeanDescriptor.html#_top_">BeanDescriptor</a>
  <dd>  Create a BeanDescriptor for a bean that doesn't have a customizer.
  <dt> 	<a href="java.beans.BeanDescriptor.html#BeanDescriptor(java.lang.Class, java.lang.Class)"><b>BeanDescriptor</b></a>(Class, Class).
Constructor for class java.beans.<a href="java.beans.BeanDescriptor.html#_top_">BeanDescriptor</a>
  <dd>  Create a BeanDescriptor for a bean that has a customizer.
  <dt> 	<a href="java.beans.Beans.html#Beans()"><b>Beans</b></a>().
Constructor for class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd> 
  <dt> 	<a href="java.awt.Toolkit.html#beep()"><b>beep</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Emits an audio beep.
  <dt> 	<a href="java.util.Date.html#before(java.util.Date)"><b>before</b></a>(Date).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Tests if this date is before the specified date.
  <dt> 	<a href="java.util.Calendar.html#before(java.lang.Object)"><b>before</b></a>(Object).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Compares the time field records.
  <dt> 	<a href="java.util.GregorianCalendar.html#before(java.lang.Object)"><b>before</b></a>(Object).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Compares the time field records.
  <dt> 	<a href="java.sql.Timestamp.html#before(java.sql.Timestamp)"><b>before</b></a>(Timestamp).
Method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Is this timestamp earlier than the timestamp argument?

 
  <dt> 	<a href="java.awt.peer.ContainerPeer.html#beginValidate()"><b>beginValidate</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ContainerPeer.html#_top_">ContainerPeer</a>
  <dd> 
  <dt> 	<a href="java.util.zip.Deflater.html#BEST_COMPRESSION"><b>BEST_COMPRESSION</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Compression level for best compression.
  <dt> 	<a href="java.util.zip.Deflater.html#BEST_SPEED"><b>BEST_SPEED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Compression level for fastest compression.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#bestRowNotPseudo"><b>bestRowNotPseudo</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  BEST ROW PSEUDO_COLUMN - is NOT a pseudo column.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#bestRowPseudo"><b>bestRowPseudo</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  BEST ROW PSEUDO_COLUMN - is a pseudo column.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#bestRowSession"><b>bestRowSession</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  BEST ROW SCOPE - valid for remainder of current session.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#bestRowTemporary"><b>bestRowTemporary</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  BEST ROW SCOPE - very temporary, while using row.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#bestRowTransaction"><b>bestRowTransaction</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  BEST ROW SCOPE - valid for remainder of current transaction.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#bestRowUnknown"><b>bestRowUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  BEST ROW PSEUDO_COLUMN - may or may not be pseudo column.
  <dt> 	<a href="java.math.BigDecimal.html#BigDecimal(java.math.BigInteger)"><b>BigDecimal</b></a>(BigInteger).
Constructor for class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Translates a BigInteger into a BigDecimal.
  <dt> 	<a href="java.math.BigDecimal.html#BigDecimal(java.math.BigInteger, int)"><b>BigDecimal</b></a>(BigInteger, int).
Constructor for class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Translates a BigInteger and a scale into a BigDecimal.
  <dt> 	<a href="java.math.BigDecimal.html#BigDecimal(double)"><b>BigDecimal</b></a>(double).
Constructor for class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Translates a double into a BigDecimal.
  <dt> 	<a href="java.math.BigDecimal.html#BigDecimal(java.lang.String)"><b>BigDecimal</b></a>(String).
Constructor for class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Constructs a BigDecimal from a string containing an optional minus
 sign followed by a sequence of zero or more decimal digits, optionally
 followed by a fraction, which consists of a decimal point followed by
 zero or more decimal digits.
  <dt> 	<a href="java.sql.Types.html#BIGINT"><b>BIGINT</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.math.BigInteger.html#BigInteger(byte[])"><b>BigInteger</b></a>(byte[]).
Constructor for class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Translates a byte array containing the two's-complement representation
 of a (signed) integer into a BigInteger.
  <dt> 	<a href="java.math.BigInteger.html#BigInteger(int, byte[])"><b>BigInteger</b></a>(int, byte[]).
Constructor for class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Translates the sign-magnitude representation of an integer into a
 BigInteger.
  <dt> 	<a href="java.math.BigInteger.html#BigInteger(int, int, java.util.Random)"><b>BigInteger</b></a>(int, int, Random).
Constructor for class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a randomly selected BigInteger with the specified bitLength
 that is probably prime.
  <dt> 	<a href="java.math.BigInteger.html#BigInteger(int, java.util.Random)"><b>BigInteger</b></a>(int, Random).
Constructor for class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a random number uniformly distributed on [0, 2**numBits - 1]
 (assuming a fair source of random bits is provided in rndSrc).
  <dt> 	<a href="java.math.BigInteger.html#BigInteger(java.lang.String)"><b>BigInteger</b></a>(String).
Constructor for class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Translates a string containing an optional minus sign followed by a
 sequence of one or more decimal digits into a BigInteger.
  <dt> 	<a href="java.math.BigInteger.html#BigInteger(java.lang.String, int)"><b>BigInteger</b></a>(String, int).
Constructor for class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Translates a string containing an optional minus sign followed by a
 sequence of one or more digits in the specified radix into a BigInteger.
  <dt> 	<a href="java.sql.Types.html#BINARY"><b>BINARY</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.net.SocketImpl.html#bind(java.net.InetAddress, int)"><b>bind</b></a>(InetAddress, int).
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Binds this socket to the specified port number on the specified host.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#bind(int, java.net.InetAddress)"><b>bind</b></a>(int, InetAddress).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Binds a datagram socket to a local port and address.
  <dt> 	<a href="java.rmi.Naming.html#bind(java.lang.String, java.rmi.Remote)"><b>bind</b></a>(String, Remote).
Static method in class java.rmi.<a href="java.rmi.Naming.html#_top_">Naming</a>
  <dd>  Binds the name to the specified remote object.
  <dt> 	<a href="java.rmi.registry.Registry.html#bind(java.lang.String, java.rmi.Remote)"><b>bind</b></a>(String, Remote).
Method in interface java.rmi.registry.<a href="java.rmi.registry.Registry.html#_top_">Registry</a>
  <dd>  Binds the name to the specified remote object.
  <dt> 	<a href="java.net.BindException.html#BindException()"><b>BindException</b></a>().
Constructor for class java.net.<a href="java.net.BindException.html#_top_">BindException</a>
  <dd>  Construct a new BindException with no detailed message.
  <dt> 	<a href="java.net.BindException.html#BindException(java.lang.String)"><b>BindException</b></a>(String).
Constructor for class java.net.<a href="java.net.BindException.html#_top_">BindException</a>
  <dd>  Constructs a new BindException with the specified detail 
 message as to why the bind error occurred.
  <dt> 	<a href="java.sql.Types.html#BIT"><b>BIT</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.math.BigInteger.html#bitCount()"><b>bitCount</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the number of bits in the two's complement representation
 of this number that differ from its sign bit.
  <dt> 	<a href="java.math.BigInteger.html#bitLength()"><b>bitLength</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the number of bits in the minimal two's-complement
 representation of this number, *excluding* a sign bit, i.e.,
 (ceil(log2(this < 0 ? -this : this + 1))).
  <dt> 	<a href="java.util.BitSet.html#BitSet()"><b>BitSet</b></a>().
Constructor for class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Creates an empty set.
  <dt> 	<a href="java.util.BitSet.html#BitSet(int)"><b>BitSet</b></a>(int).
Constructor for class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Creates an empty set with the specified size.
  <dt> 	<a href="java.awt.Color.html#black"><b>black</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color black.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#BLOCK_DECREMENT"><b>BLOCK_DECREMENT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  The block decrement adjustment type.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#BLOCK_INCREMENT"><b>BLOCK_INCREMENT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  The block increment adjustment type.
  <dt> 	<a href="java.awt.Color.html#blue"><b>blue</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color blue.
  <dt> 	<a href="java.awt.Font.html#BOLD"><b>BOLD</b></a>.
Static variable in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  The bold style constant.
  <dt> 	<a href="java.lang.Boolean.html#Boolean(boolean)"><b>Boolean</b></a>(boolean).
Constructor for class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Allocates a <code>Boolean</code> object representing the 
 <code>value</code> argument.
  <dt> 	<a href="java.lang.Boolean.html#Boolean(java.lang.String)"><b>Boolean</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Allocates a <code>Boolean</code> object representing the value 
 <code>true</code> if the string argument is not <code>null</code> 
 and is equal, ignoring case, to the string <code>"true"</code>.
  <dt> 	<a href="java.lang.Boolean.html#booleanValue()"><b>booleanValue</b></a>().
Method in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Returns the value of this Boolean object as a boolean.
  <dt> 	<a href="java.awt.BorderLayout.html#BorderLayout()"><b>BorderLayout</b></a>().
Constructor for class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Constructs a new border layout with  
 no gaps between components.
  <dt> 	<a href="java.awt.BorderLayout.html#BorderLayout(int, int)"><b>BorderLayout</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Constructs a border layout with the specified gaps 
 between components.
  <dt> 	<a href="java.awt.GridBagConstraints.html#BOTH"><b>BOTH</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Resize the component both horizontally and vertically.
  <dt> 	<a href="java.awt.Insets.html#bottom"><b>bottom</b></a>.
Variable in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  The inset from the bottom.
  <dt> 	<a href="java.awt.Component.html#BOTTOM_ALIGNMENT"><b>BOTTOM_ALIGNMENT</b></a>.
Static variable in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Ease-of-use constant for <code>getAlignmentY</code>.
  <dt> 	<a href="java.awt.Polygon.html#bounds"><b>bounds</b></a>.
Variable in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#bounds()"><b>bounds</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.text.BreakIterator.html#BreakIterator()"><b>BreakIterator</b></a>().
Constructor for class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Constructor.
  <dt> 	<a href="sun.tools.debug.DebuggerCallback.html#breakpointEvent(sun.tools.debug.RemoteThread)"><b>breakpointEvent</b></a>(RemoteThread).
Method in interface sun.tools.debug.<a href="sun.tools.debug.DebuggerCallback.html#_top_">DebuggerCallback</a>
  <dd>  A breakpoint has been hit in the specified thread.
  <dt> 	<a href="java.rmi.server.LogStream.html#BRIEF"><b>BRIEF</b></a>.
Static variable in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd> 
  <dt> 	<a href="java.awt.Color.html#brighter()"><b>brighter</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a brighter version of this color.
  <dt> 	<a href="java.io.BufferedInputStream.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  The buffer where data is stored.
  <dt> 	<a href="java.io.BufferedOutputStream.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  The buffer where data is stored.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  The byte array containing the data.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd> 
 The buffer where data is stored.
  <dt> 	<a href="java.io.CharArrayReader.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd> Character buffer
  <dt> 	<a href="java.io.CharArrayWriter.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd> 
 The buffer where data is stored.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#buf"><b>buf</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Output buffer for writing compressed data.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#buf"><b>buf</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Input buffer for decompression.
  <dt> 	<a href="java.io.PushbackInputStream.html#buf"><b>buf</b></a>.
Variable in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  The pushback buffer.
  <dt> 	<a href="java.io.PipedInputStream.html#buffer"><b>buffer</b></a>.
Variable in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  The circular buffer into which incoming data is placed.
  <dt> 	<a href="java.io.StringBufferInputStream.html#buffer"><b>buffer</b></a>.
Variable in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  The string from which bytes are read.
  <dt> 	<a href="java.io.BufferedInputStream.html#BufferedInputStream(java.io.InputStream)"><b>BufferedInputStream</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Creates a new buffered input stream to read data from the 
 specified input stream with a default 512-byte buffer size.
  <dt> 	<a href="java.io.BufferedInputStream.html#BufferedInputStream(java.io.InputStream, int)"><b>BufferedInputStream</b></a>(InputStream, int).
Constructor for class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Creates a new buffered input stream to read data from the 
 specified input stream with the specified buffer size.
  <dt> 	<a href="java.io.BufferedOutputStream.html#BufferedOutputStream(java.io.OutputStream)"><b>BufferedOutputStream</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  Creates a new buffered output stream to write data to the 
 specified underlying output stream with a default 512-byte buffer size.
  <dt> 	<a href="java.io.BufferedOutputStream.html#BufferedOutputStream(java.io.OutputStream, int)"><b>BufferedOutputStream</b></a>(OutputStream, int).
Constructor for class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  Creates a new buffered output stream to write data to the 
 specified underlying output stream with the specified buffer size.
  <dt> 	<a href="java.io.BufferedReader.html#BufferedReader(java.io.Reader)"><b>BufferedReader</b></a>(Reader).
Constructor for class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Create a buffering character-input stream that uses a default-sized
 input buffer.
  <dt> 	<a href="java.io.BufferedReader.html#BufferedReader(java.io.Reader, int)"><b>BufferedReader</b></a>(Reader, int).
Constructor for class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Create a buffering character-input stream that uses an input buffer of
 the specified size.
  <dt> 	<a href="java.io.BufferedWriter.html#BufferedWriter(java.io.Writer)"><b>BufferedWriter</b></a>(Writer).
Constructor for class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Create a buffered character-output stream that uses a default-sized
 output buffer.
  <dt> 	<a href="java.io.BufferedWriter.html#BufferedWriter(java.io.Writer, int)"><b>BufferedWriter</b></a>(Writer, int).
Constructor for class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Create a new buffered character-output stream that uses an output
 buffer of the given size.
  <dt> 	<a href="java.awt.Button.html#Button()"><b>Button</b></a>().
Constructor for class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Constructs a Button with no label.
  <dt> 	<a href="java.awt.Button.html#Button(java.lang.String)"><b>Button</b></a>(String).
Constructor for class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Constructs a Button with the specified label.
  <dt> 	<a href="java.awt.event.InputEvent.html#BUTTON1_MASK"><b>BUTTON1_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  The mouse button1 modifier constant.
  <dt> 	<a href="java.awt.event.InputEvent.html#BUTTON2_MASK"><b>BUTTON2_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  The mouse button2 modifier constant.
  <dt> 	<a href="java.awt.event.InputEvent.html#BUTTON3_MASK"><b>BUTTON3_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd> 
 The mouse button3 modifier constant.
  <dt> 	<a href="java.lang.Byte.html#Byte(byte)"><b>Byte</b></a>(byte).
Constructor for class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Constructs a Byte object initialized to the specified byte value.
  <dt> 	<a href="java.lang.Byte.html#Byte(java.lang.String)"><b>Byte</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Constructs a Byte object initialized to the value specified by the
 String parameter.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#ByteArrayInputStream(byte[])"><b>ByteArrayInputStream</b></a>(byte[]).
Constructor for class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Creates a new byte array input stream that reads data from the 
 specified byte array.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#ByteArrayInputStream(byte[], int, int)"><b>ByteArrayInputStream</b></a>(byte[], int, int).
Constructor for class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Creates a new byte array input stream that reads data from the 
 specified byte array.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#ByteArrayOutputStream()"><b>ByteArrayOutputStream</b></a>().
Constructor for class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Creates a new byte array output stream.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#ByteArrayOutputStream(int)"><b>ByteArrayOutputStream</b></a>(int).
Constructor for class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Creates a new byte array output stream, with a buffer capacity of 
 the specified size, in bytes.
  <dt> 	<a href="java.io.InterruptedIOException.html#bytesTransferred"><b>bytesTransferred</b></a>.
Variable in class java.io.<a href="java.io.InterruptedIOException.html#_top_">InterruptedIOException</a>
  <dd>  Reports how many bytes had been transferred as part of the I/O 
 operation before it was interrupted.
  <dt> 	<a href="java.awt.FontMetrics.html#bytesWidth(byte[], int, int)"><b>bytesWidth</b></a>(byte[], int, int).
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd> 
 Returns the total advance width for showing the specified array
 of bytes in this Font.
  <dt> 	<a href="java.lang.Byte.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns the value of this Byte as a byte.
  <dt> 	<a href="java.lang.Double.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the value of this Double as a byte (by casting to a byte).
  <dt> 	<a href="java.lang.Float.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the value of this Float as a byte (by casting to a byte).
  <dt> 	<a href="java.lang.Integer.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns the value of this Integer as a byte.
  <dt> 	<a href="java.lang.Long.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns the value of this Long as a byte.
  <dt> 	<a href="java.lang.Number.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd>  Returns the value of the specified number as a <code>byte</code>.
  <dt> 	<a href="java.lang.Short.html#byteValue()"><b>byteValue</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns the value of this Short as a byte.
</dl>
<a name="Thumb-C"></a>
<hr>
<h2>
<a name="Thumb-C"><b> C </b></a>
</h2>
<dl>
  <dt> 	<a href="java.text.DateFormat.html#calendar"><b>calendar</b></a>.
Variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  The calendar that DateFormat uses to produce the time field values
 needed to implement date/time formatting.
  <dt> 	<a href="java.util.Calendar.html#Calendar()"><b>Calendar</b></a>().
Constructor for class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Constructs a Calendar with the default time zone as returned
 by TimeZone.getDefault(), and the default locale.
  <dt> 	<a href="java.util.Calendar.html#Calendar(java.util.TimeZone, java.util.Locale)"><b>Calendar</b></a>(TimeZone, Locale).
Constructor for class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Constructs a Calendar with the given time zone and locale.
  <dt> 	<a href="java.util.Locale.html#CANADA"><b>CANADA</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.util.Locale.html#CANADA_FRENCH"><b>CANADA_FRENCH</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.sql.Statement.html#cancel()"><b>cancel</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  Cancel can be used by one thread to cancel a statement that
 is being executed by another thread.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#canFilterIndexColorModel"><b>canFilterIndexColorModel</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  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.
  <dt> 	<a href="java.text.Collator.html#CANONICAL_DECOMPOSITION"><b>CANONICAL_DECOMPOSITION</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Decomposition mode value.
  <dt> 	<a href="java.io.File.html#canRead()"><b>canRead</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Tests if the application can read from the specified file.
  <dt> 	<a href="java.awt.Canvas.html#Canvas()"><b>Canvas</b></a>().
Constructor for class java.awt.<a href="java.awt.Canvas.html#_top_">Canvas</a>
  <dd> 
 Constructs a new Canvas.
  <dt> 	<a href="java.io.File.html#canWrite()"><b>canWrite</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Tests if the application can write to this file.
  <dt> 	<a href="java.lang.StringBuffer.html#capacity()"><b>capacity</b></a>().
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Returns the current capacity of the String buffer.
  <dt> 	<a href="java.util.Vector.html#capacity()"><b>capacity</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns the current capacity of this vector.
  <dt> 	<a href="java.util.Vector.html#capacityIncrement"><b>capacityIncrement</b></a>.
Variable in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  The amount by which the capacity of the vector is automatically 
 incremented when its size becomes greater than its capacity.
  <dt> 	<a href="java.awt.Event.html#CAPS_LOCK"><b>CAPS_LOCK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Caps Lock key, a non-ASCII action key.
  <dt> 	<a href="java.awt.CardLayout.html#CardLayout()"><b>CardLayout</b></a>().
Constructor for class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Creates a new card layout with gaps of size zero.
  <dt> 	<a href="java.awt.CardLayout.html#CardLayout(int, int)"><b>CardLayout</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Creates a new card layout with the specified horizontal and 
 vertical gaps.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#catchExceptions()"><b>catchExceptions</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Enter the debugger when an instance of this class is thrown.
  <dt> 	<a href="java.lang.Math.html#ceil(double)"><b>ceil</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the smallest (closest to negative infinity) 
 <code>double</code> value that is not less than the argument and is 
 equal to a mathematical integer.
  <dt> 	<a href="java.awt.BorderLayout.html#CENTER"><b>CENTER</b></a>.
Static variable in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  The center layout constraint (middle of container).
  <dt> 	<a href="java.awt.FlowLayout.html#CENTER"><b>CENTER</b></a>.
Static variable in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  This value indicates that each row of components
 should be centered.
  <dt> 	<a href="java.awt.GridBagConstraints.html#CENTER"><b>CENTER</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component in the center of its display area.
  <dt> 	<a href="java.awt.Label.html#CENTER"><b>CENTER</b></a>.
Static variable in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd> 
 Indicates that the label should be centered.
  <dt> 	<a href="java.awt.Component.html#CENTER_ALIGNMENT"><b>CENTER_ALIGNMENT</b></a>.
Static variable in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Ease-of-use constant for <code>getAlignmentY</code> and 
 <code>getAlignmentX</code>.
  <dt> 	<a href="java.security.Identity.html#certificates()"><b>certificates</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns a copy of all the certificates for this identity.
  <dt> 	<a href="java.sql.Types.html#CHAR"><b>CHAR</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#CHAR_UNDEFINED"><b>CHAR_UNDEFINED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  KEY_PRESSED and KEY_RELEASED events which do not map to a
 valid Unicode character do not have a defined keyChar.
  <dt> 	<a href="java.lang.Character.html#Character(char)"><b>Character</b></a>(char).
Constructor for class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Constructs a <code>Character</code> object and initializes it so 
 that it represents the primitive <code>value</code> argument.
  <dt> 	<a href="java.io.CharArrayReader.html#CharArrayReader(char[])"><b>CharArrayReader</b></a>(char[]).
Constructor for class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Create an CharArrayReader from the specified array of chars.
  <dt> 	<a href="java.io.CharArrayReader.html#CharArrayReader(char[], int, int)"><b>CharArrayReader</b></a>(char[], int, int).
Constructor for class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Create an CharArrayReader from the specified array of chars.
  <dt> 	<a href="java.io.CharArrayWriter.html#CharArrayWriter()"><b>CharArrayWriter</b></a>().
Constructor for class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Creates a new CharArrayWriter.
  <dt> 	<a href="java.io.CharArrayWriter.html#CharArrayWriter(int)"><b>CharArrayWriter</b></a>(int).
Constructor for class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Creates a new CharArrayWriter with the specified initial size.
  <dt> 	<a href="java.lang.String.html#charAt(int)"><b>charAt</b></a>(int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the character at the specified index.
  <dt> 	<a href="java.lang.StringBuffer.html#charAt(int)"><b>charAt</b></a>(int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Returns the character at a specific index in this string buffer.
  <dt> 	<a href="java.io.CharConversionException.html#CharConversionException()"><b>CharConversionException</b></a>().
Constructor for class java.io.<a href="java.io.CharConversionException.html#_top_">CharConversionException</a>
  <dd>  provides no detailed message
 
  <dt> 	<a href="java.io.CharConversionException.html#CharConversionException(java.lang.String)"><b>CharConversionException</b></a>(String).
Constructor for class java.io.<a href="java.io.CharConversionException.html#_top_">CharConversionException</a>
  <dd>  provides a detailed message
 
  <dt> 	<a href="java.awt.FontMetrics.html#charsWidth(char[], int, int)"><b>charsWidth</b></a>(char[], int, int).
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd> 
 Returns the total advance width for showing the specified array
 of characters in this Font.
  <dt> 	<a href="java.lang.Character.html#charValue()"><b>charValue</b></a>().
Method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Returns the value of this Character object.
  <dt> 	<a href="java.awt.FontMetrics.html#charWidth(char)"><b>charWidth</b></a>(char).
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd> 
 Returns the advance width of the specified character in this Font.
  <dt> 	<a href="java.awt.FontMetrics.html#charWidth(int)"><b>charWidth</b></a>(int).
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd> 
 Returns the advance width of the specified character in this Font.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkAccept(java.lang.String, int)"><b>checkAccept</b></a>(String, int).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  For now loaded classes can't accept connections on any port.
  <dt> 	<a href="java.lang.SecurityManager.html#checkAccept(java.lang.String, int)"><b>checkAccept</b></a>(String, int).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not permitted to accept a socket connection from
 the specified host and port number.
  <dt> 	<a href="java.lang.Thread.html#checkAccess()"><b>checkAccess</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Determines if the currently running thread has permission to
 modify this thread.
  <dt> 	<a href="java.lang.ThreadGroup.html#checkAccess()"><b>checkAccess</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Determines if the currently running thread has permission to 
 modify this thread group.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkAccess(java.lang.Thread)"><b>checkAccess</b></a>(Thread).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to manipulate threads.
  <dt> 	<a href="java.lang.SecurityManager.html#checkAccess(java.lang.Thread)"><b>checkAccess</b></a>(Thread).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to modify the thread argument.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkAccess(java.lang.ThreadGroup)"><b>checkAccess</b></a>(ThreadGroup).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to manipulate thread groups.
  <dt> 	<a href="java.lang.SecurityManager.html#checkAccess(java.lang.ThreadGroup)"><b>checkAccess</b></a>(ThreadGroup).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to modify the thread group argument.
  <dt> 	<a href="java.awt.MediaTracker.html#checkAll()"><b>checkAll</b></a>().
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Checks to see if all images being tracked by this media tracker 
 have finished loading.
  <dt> 	<a href="java.awt.MediaTracker.html#checkAll(boolean)"><b>checkAll</b></a>(boolean).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Checks to see if all images being tracked by this media tracker 
 have finished loading.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkAwtEventQueueAccess()"><b>checkAwtEventQueueAccess</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Checks to see if an client can get access to the AWT event queue
 (disallowed from loaded classes).
  <dt> 	<a href="java.lang.SecurityManager.html#checkAwtEventQueueAccess()"><b>checkAwtEventQueueAccess</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if a client can get access to the AWT event queue.
  <dt> 	<a href="java.awt.Checkbox.html#Checkbox()"><b>Checkbox</b></a>().
Constructor for class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Creates a check box with no label.
  <dt> 	<a href="java.awt.Checkbox.html#Checkbox(java.lang.String)"><b>Checkbox</b></a>(String).
Constructor for class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Creates a check box with the specified label.
  <dt> 	<a href="java.awt.Checkbox.html#Checkbox(java.lang.String, boolean)"><b>Checkbox</b></a>(String, boolean).
Constructor for class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Creates a check box with the specified label.
  <dt> 	<a href="java.awt.Checkbox.html#Checkbox(java.lang.String, boolean, java.awt.CheckboxGroup)"><b>Checkbox</b></a>(String, boolean, CheckboxGroup).
Constructor for class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Creates a check box with the specified label, in the specified 
 check box group, and set to the specified state.
  <dt> 	<a href="java.awt.Checkbox.html#Checkbox(java.lang.String, java.awt.CheckboxGroup, boolean)"><b>Checkbox</b></a>(String, CheckboxGroup, boolean).
Constructor for class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Constructs a Checkbox with the specified label, set to the
 specified state, and in the specified check box group.
  <dt> 	<a href="java.awt.CheckboxGroup.html#CheckboxGroup()"><b>CheckboxGroup</b></a>().
Constructor for class java.awt.<a href="java.awt.CheckboxGroup.html#_top_">CheckboxGroup</a>
  <dd>  Creates a new instance of <code>CheckboxGroup</code>.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#CheckboxMenuItem()"><b>CheckboxMenuItem</b></a>().
Constructor for class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Create a check box menu item with an empty label.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#CheckboxMenuItem(java.lang.String)"><b>CheckboxMenuItem</b></a>(String).
Constructor for class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Create a check box menu item with the specified label.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#CheckboxMenuItem(java.lang.String, boolean)"><b>CheckboxMenuItem</b></a>(String, boolean).
Constructor for class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Create a check box menu item with the specified label and state.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkConnect(java.lang.String, int)"><b>checkConnect</b></a>(String, int).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes can make connections if called through the RMI transport.
  <dt> 	<a href="java.lang.SecurityManager.html#checkConnect(java.lang.String, int)"><b>checkConnect</b></a>(String, int).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to open a socket connection to the
 specified host and port number.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkConnect(java.lang.String, int, java.lang.Object)"><b>checkConnect</b></a>(String, int, Object).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes can make connections if
 called through the RMI transport.
  <dt> 	<a href="java.lang.SecurityManager.html#checkConnect(java.lang.String, int, java.lang.Object)"><b>checkConnect</b></a>(String, int, Object).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 specified security context is not allowed to open a socket
 connection to the specified host and port number.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkCreateClassLoader()"><b>checkCreateClassLoader</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to create class loaders, or even
 execute any of ClassLoader's methods.
  <dt> 	<a href="java.lang.SecurityManager.html#checkCreateClassLoader()"><b>checkCreateClassLoader</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to create a new class loader.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkDelete(java.lang.String)"><b>checkDelete</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if a file with the specified system dependent
 file name can be deleted.
  <dt> 	<a href="java.lang.SecurityManager.html#checkDelete(java.lang.String)"><b>checkDelete</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to delete the specified file.
  <dt> 	<a href="java.util.zip.CheckedInputStream.html#CheckedInputStream(java.io.InputStream, java.util.zip.Checksum)"><b>CheckedInputStream</b></a>(InputStream, Checksum).
Constructor for class java.util.zip.<a href="java.util.zip.CheckedInputStream.html#_top_">CheckedInputStream</a>
  <dd>  Creates an input stream using the specified Checksum.
  <dt> 	<a href="java.util.zip.CheckedOutputStream.html#CheckedOutputStream(java.io.OutputStream, java.util.zip.Checksum)"><b>CheckedOutputStream</b></a>(OutputStream, Checksum).
Constructor for class java.util.zip.<a href="java.util.zip.CheckedOutputStream.html#_top_">CheckedOutputStream</a>
  <dd>  Creates an output stream with the specified Checksum.
  <dt> 	<a href="java.io.PrintStream.html#checkError()"><b>checkError</b></a>().
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Flush the stream and check its error state.
  <dt> 	<a href="java.io.PrintWriter.html#checkError()"><b>checkError</b></a>().
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Flush the stream and check its error state.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkExec(java.lang.String)"><b>checkExec</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to fork processes.
  <dt> 	<a href="java.lang.SecurityManager.html#checkExec(java.lang.String)"><b>checkExec</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to create a subprocess.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkExit(int)"><b>checkExit</b></a>(int).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to exit the VM.
  <dt> 	<a href="java.lang.SecurityManager.html#checkExit(int)"><b>checkExit</b></a>(int).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to cause the Java Virtual Machine to
 halt with the specified status code.
  <dt> 	<a href="java.awt.MediaTracker.html#checkID(int)"><b>checkID</b></a>(int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Checks to see if all images tracked by this media tracker that 
 are tagged with the specified identifier have finished loading.
  <dt> 	<a href="java.awt.MediaTracker.html#checkID(int, boolean)"><b>checkID</b></a>(int, boolean).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Checks to see if all images tracked by this media tracker that 
 are tagged with the specified identifier have finished loading.
  <dt> 	<a href="java.awt.Component.html#checkImage(java.awt.Image, java.awt.image.ImageObserver)"><b>checkImage</b></a>(Image, ImageObserver).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns the status of the construction of a screen representation 
 of the specified image.
  <dt> 	<a href="java.awt.Component.html#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>checkImage</b></a>(Image, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns the status of the construction of a screen representation 
 of the specified image.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>checkImage</b></a>(Image, int, int, ImageObserver).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Toolkit.html#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>checkImage</b></a>(Image, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Indicates the construction status of a specified image that is
 being prepared for display.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkLink(java.lang.String)"><b>checkLink</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to link dynamic libraries.
  <dt> 	<a href="java.lang.SecurityManager.html#checkLink(java.lang.String)"><b>checkLink</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to dynamic link the library code
 specified by the string argument file.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkListen(int)"><b>checkListen</b></a>(int).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  For now loaded classes can't listen on any port.
  <dt> 	<a href="java.lang.SecurityManager.html#checkListen(int)"><b>checkListen</b></a>(int).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to wait for a connection request on
 the specified local port number.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkMemberAccess(java.lang.Class, int)"><b>checkMemberAccess</b></a>(Class, int).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if client is allowed reflective access to a member or a set
 of members for the specified class.
  <dt> 	<a href="java.lang.SecurityManager.html#checkMemberAccess(java.lang.Class, int)"><b>checkMemberAccess</b></a>(Class, int).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if a client is allowed to access members.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkMulticast(java.net.InetAddress)"><b>checkMulticast</b></a>(InetAddress).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Checks to see if current execution context is allowed to use
 (join/leave/send/receive) IP multicast (disallowed from loaded classes).
  <dt> 	<a href="java.lang.SecurityManager.html#checkMulticast(java.net.InetAddress)"><b>checkMulticast</b></a>(InetAddress).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if current execution context is allowed to use
 (join/leave/send/receive) IP multicast.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkMulticast(java.net.InetAddress, byte)"><b>checkMulticast</b></a>(InetAddress, byte).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Checks to see if current execution context is allowed to use
 (join/leave/send/receive) IP multicast (disallowed from loaded classes).
  <dt> 	<a href="java.lang.SecurityManager.html#checkMulticast(java.net.InetAddress, byte)"><b>checkMulticast</b></a>(InetAddress, byte).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests to see if current execution context is allowed to use
 (join/leave/send/receive) IP multicast.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkPackageAccess(java.lang.String)"><b>checkPackageAccess</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if a loaded class can access a package.
  <dt> 	<a href="java.lang.SecurityManager.html#checkPackageAccess(java.lang.String)"><b>checkPackageAccess</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to access the package specified by
 the argument.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkPackageDefinition(java.lang.String)"><b>checkPackageDefinition</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if a loaded class can define classes in a package.
  <dt> 	<a href="java.lang.SecurityManager.html#checkPackageDefinition(java.lang.String)"><b>checkPackageDefinition</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to define classes in the package
 specified by the argument.
  <dt> 	<a href="java.security.acl.AclEntry.html#checkPermission(java.security.acl.Permission)"><b>checkPermission</b></a>(Permission).
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Checks if the specified permission is part of the 
 permission set in this entry.
  <dt> 	<a href="java.security.acl.Acl.html#checkPermission(java.security.Principal, java.security.acl.Permission)"><b>checkPermission</b></a>(Principal, Permission).
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Checks whether or not the specified principal has the specified
 permission.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkPrintJobAccess()"><b>checkPrintJobAccess</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Disallow printing from loaded classes.
  <dt> 	<a href="java.lang.SecurityManager.html#checkPrintJobAccess()"><b>checkPrintJobAccess</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if a client can initiate a print job request.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkPropertiesAccess()"><b>checkPropertiesAccess</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to access the system properties list.
  <dt> 	<a href="java.lang.SecurityManager.html#checkPropertiesAccess()"><b>checkPropertiesAccess</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to access or modify the system
 properties.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkPropertyAccess(java.lang.String)"><b>checkPropertyAccess</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes can access the system property named by <i>key</i>
 only if its twin <i>key.rmi</i> property is set to true.
  <dt> 	<a href="java.lang.SecurityManager.html#checkPropertyAccess(java.lang.String)"><b>checkPropertyAccess</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to access the system property with
 the specified <code>key</code> name.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkRead(java.io.FileDescriptor)"><b>checkRead</b></a>(FileDescriptor).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to open descriptors for reading unless
 it is done through a socket, in which case other access
 restrictions still apply.
  <dt> 	<a href="java.lang.SecurityManager.html#checkRead(java.io.FileDescriptor)"><b>checkRead</b></a>(FileDescriptor).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to read from the specified file
 descriptor.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkRead(java.lang.String)"><b>checkRead</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if a loaded class can read a particular file.
  <dt> 	<a href="java.lang.SecurityManager.html#checkRead(java.lang.String)"><b>checkRead</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to read the file specified by the
 string argument.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkRead(java.lang.String, java.lang.Object)"><b>checkRead</b></a>(String, Object).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  No file reads are valid from a loaded class.
  <dt> 	<a href="java.lang.SecurityManager.html#checkRead(java.lang.String, java.lang.Object)"><b>checkRead</b></a>(String, Object).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 specified security context is not allowed to read the file
 specified by the string argument.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkSecurityAccess(java.lang.String)"><b>checkSecurityAccess</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes cannot perform security provider operations.
  <dt> 	<a href="java.lang.SecurityManager.html#checkSecurityAccess(java.lang.String)"><b>checkSecurityAccess</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests access to certain operations for a security API
 action.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkSetFactory()"><b>checkSetFactory</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if a loaded class can set a networking-related object factory.
  <dt> 	<a href="java.lang.SecurityManager.html#checkSetFactory()"><b>checkSetFactory</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to set the socket factory used by
 <code>ServerSocket</code> or <code>Socket</code>, or the stream
 handler factory used by <code>URL</code>.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkSystemClipboardAccess()"><b>checkSystemClipboardAccess</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Checks to see if an client can get access to the System Clipboard
 (disallowed from loaded classes).
  <dt> 	<a href="java.lang.SecurityManager.html#checkSystemClipboardAccess()"><b>checkSystemClipboardAccess</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if a client can get access to the system clipboard.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkTopLevelWindow(java.lang.Object)"><b>checkTopLevelWindow</b></a>(Object).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Allow caller to create top-level windows.
  <dt> 	<a href="java.lang.SecurityManager.html#checkTopLevelWindow(java.lang.Object)"><b>checkTopLevelWindow</b></a>(Object).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns <code>false</code> if the calling
 thread is not trusted to bring up the top-level window indicated
 by the <code>window</code> argument.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkWrite(java.io.FileDescriptor)"><b>checkWrite</b></a>(FileDescriptor).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Loaded classes are not allowed to open descriptors for writing unless
 it is done through a socket, in which case other access
 restrictions still apply.
  <dt> 	<a href="java.lang.SecurityManager.html#checkWrite(java.io.FileDescriptor)"><b>checkWrite</b></a>(FileDescriptor).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to write to the specified file
 descriptor.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#checkWrite(java.lang.String)"><b>checkWrite</b></a>(String).
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Check if a loaded class can write a particular file.
  <dt> 	<a href="java.lang.SecurityManager.html#checkWrite(java.lang.String)"><b>checkWrite</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Throws a <code>SecurityException</code> if the
 calling thread is not allowed to write to the file specified by
 the string argument.
  <dt> 	<a href="java.awt.peer.ScrollPanePeer.html#childResized(int, int)"><b>childResized</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  <dd> 
  <dt> 	<a href="java.util.Locale.html#CHINA"><b>CHINA</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.util.Locale.html#CHINESE"><b>CHINESE</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.awt.Choice.html#Choice()"><b>Choice</b></a>().
Constructor for class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd> 
 Creates a new choice menu.
  <dt> 	<a href="java.text.ChoiceFormat.html#ChoiceFormat(double[], java.lang.String[])"><b>ChoiceFormat</b></a>(double[], String[]).
Constructor for class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Constructs with the limits and the corresponding formats.
  <dt> 	<a href="java.text.ChoiceFormat.html#ChoiceFormat(java.lang.String)"><b>ChoiceFormat</b></a>(String).
Constructor for class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Constructs with limits and corresponding formats based on the pattern.
  <dt> 	<a href="java.sql.DriverPropertyInfo.html#choices"><b>choices</b></a>.
Variable in class java.sql.<a href="java.sql.DriverPropertyInfo.html#_top_">DriverPropertyInfo</a>
  <dd>  If the value may be selected from a particular set of values,
 then this is an array of the possible values.
  <dt> 	<a href="java.lang.ClassCastException.html#ClassCastException()"><b>ClassCastException</b></a>().
Constructor for class java.lang.<a href="java.lang.ClassCastException.html#_top_">ClassCastException</a>
  <dd>  Constructs a <code>ClassCastException</code> with no detail message.
  <dt> 	<a href="java.lang.ClassCastException.html#ClassCastException(java.lang.String)"><b>ClassCastException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ClassCastException.html#_top_">ClassCastException</a>
  <dd>  Constructs a <code>ClassCastException</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.ClassCircularityError.html#ClassCircularityError()"><b>ClassCircularityError</b></a>().
Constructor for class java.lang.<a href="java.lang.ClassCircularityError.html#_top_">ClassCircularityError</a>
  <dd>  Constructs a <code>ClassCircularityError</code> with no detail  message.
  <dt> 	<a href="java.lang.ClassCircularityError.html#ClassCircularityError(java.lang.String)"><b>ClassCircularityError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ClassCircularityError.html#_top_">ClassCircularityError</a>
  <dd>  Constructs a <code>ClassCircularityError</code> with the 
 specified detail message.
  <dt> 	<a href="java.lang.SecurityManager.html#classDepth(java.lang.String)"><b>classDepth</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns the stack depth of the specified class.
  <dt> 	<a href="java.lang.ClassFormatError.html#ClassFormatError()"><b>ClassFormatError</b></a>().
Constructor for class java.lang.<a href="java.lang.ClassFormatError.html#_top_">ClassFormatError</a>
  <dd>  Constructs a <code>ClassFormatError</code> with no detail message.
  <dt> 	<a href="java.lang.ClassFormatError.html#ClassFormatError(java.lang.String)"><b>ClassFormatError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ClassFormatError.html#_top_">ClassFormatError</a>
  <dd>  Constructs a <code>ClassFormatError</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.ClassLoader.html#ClassLoader()"><b>ClassLoader</b></a>().
Constructor for class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Constructs a new class loader and initializes it.
  <dt> 	<a href="java.lang.SecurityManager.html#classLoaderDepth()"><b>classLoaderDepth</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns the stack depth of the most recently executing method
 from a class defined using a class loader.
  <dt> 	<a href="java.io.InvalidClassException.html#classname"><b>classname</b></a>.
Variable in class java.io.<a href="java.io.InvalidClassException.html#_top_">InvalidClassException</a>
  <dd>  
  <dt> 	<a href="java.lang.ClassNotFoundException.html#ClassNotFoundException()"><b>ClassNotFoundException</b></a>().
Constructor for class java.lang.<a href="java.lang.ClassNotFoundException.html#_top_">ClassNotFoundException</a>
  <dd>  Constructs a <code>ClassNotFoundException</code> with no detail message.
  <dt> 	<a href="java.lang.ClassNotFoundException.html#ClassNotFoundException(java.lang.String)"><b>ClassNotFoundException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ClassNotFoundException.html#_top_">ClassNotFoundException</a>
  <dd>  Constructs a <code>ClassNotFoundException</code> with the 
 specified detail message.
  <dt> 	<a href="java.rmi.dgc.DGC.html#clean(java.rmi.server.ObjID[], long, java.rmi.dgc.VMID, boolean)"><b>clean</b></a>(ObjID[], long, VMID, boolean).
Method in interface java.rmi.dgc.<a href="java.rmi.dgc.DGC.html#_top_">DGC</a>
  <dd>  The clean call removes the 'vmid' from the reference list of
 each remote object indicated in 'id's.
  <dt> 	<a href="java.util.Calendar.html#clear()"><b>clear</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Clears the values of all the time fields.
  <dt> 	<a href="java.util.Hashtable.html#clear()"><b>clear</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Clears this hashtable so that it contains no keys.
  <dt> 	<a href="java.awt.List.html#clear()"><b>clear</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ListPeer.html#clear()"><b>clear</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd>  DEPRECATED:  Replaced by removeAll().
  <dt> 	<a href="java.util.BitSet.html#clear(int)"><b>clear</b></a>(int).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Clears a bit.
  <dt> 	<a href="java.util.Calendar.html#clear(int)"><b>clear</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Clears the value in the given time field.
  <dt> 	<a href="java.math.BigInteger.html#clearBit(int)"><b>clearBit</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is equivalent to this number
 with the designated bit cleared.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#clearBreakpoint(int)"><b>clearBreakpoint</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Clear a breakpoint at a specific address in a class.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#clearBreakpointLine(int)"><b>clearBreakpointLine</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Clear a breakpoint at a specified line.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#clearBreakpointMethod(sun.tools.debug.RemoteField)"><b>clearBreakpointMethod</b></a>(RemoteField).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Clear a breakpoint at the start of a specified method.
  <dt> 	<a href="java.util.Observable.html#clearChanged()"><b>clearChanged</b></a>().
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Indicates that this object has no longer changed, or that it has
 already notified all of its observers of its most recent change.
  <dt> 	<a href="java.sql.PreparedStatement.html#clearParameters()"><b>clearParameters</b></a>().
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  <P>In general, parameter values remain in force for repeated use of a
 Statement.
  <dt> 	<a href="java.awt.Graphics.html#clearRect(int, int, int, int)"><b>clearRect</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Clears the specified rectangle by filling it with the background
 color of the current drawing surface.
  <dt> 	<a href="java.sql.Connection.html#clearWarnings()"><b>clearWarnings</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  After this call, getWarnings returns null until a new warning is
 reported for this Connection.
  <dt> 	<a href="java.sql.ResultSet.html#clearWarnings()"><b>clearWarnings</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  After this call getWarnings returns null until a new warning is
 reported for this ResultSet.
  <dt> 	<a href="java.sql.Statement.html#clearWarnings()"><b>clearWarnings</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  After this call, getWarnings returns null until a new warning is
 reported for this Statement.
  <dt> 	<a href="java.awt.Event.html#clickCount"><b>clickCount</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  For <code>MOUSE_DOWN</code> events, this field indicates the 
 number of consecutive clicks.
  <dt> 	<a href="java.awt.datatransfer.Clipboard.html#Clipboard(java.lang.String)"><b>Clipboard</b></a>(String).
Constructor for class java.awt.datatransfer.<a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  <dd>  Creates a clipboard object.
  <dt> 	<a href="java.awt.Graphics.html#clipRect(int, int, int, int)"><b>clipRect</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Intersects the current clip with the specified rectangle.
  <dt> 	<a href="java.security.acl.AclEntry.html#clone()"><b>clone</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Clones this ACL entry.
  <dt> 	<a href="java.util.BitSet.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Clones the BitSet.
  <dt> 	<a href="java.text.BreakIterator.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create a copy of this iterator
 
  <dt> 	<a href="java.util.Calendar.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.CharacterIterator.html#clone()"><b>clone</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Create a copy of this iterator
 
  <dt> 	<a href="java.text.ChoiceFormat.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.Collator.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.DateFormat.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.DateFormatSymbols.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.DecimalFormat.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Standard override; no change in semantics.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  Standard override.
  <dt> 	<a href="java.text.Format.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.Format.html#_top_">Format</a>
  <dd>  Creates a new object of the same class as this object.
  <dt> 	<a href="java.awt.GridBagConstraints.html#clone()"><b>clone</b></a>().
Method in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Creates a copy of this grid bag constraint.
  <dt> 	<a href="java.util.Hashtable.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Creates a shallow copy of this hashtable.
  <dt> 	<a href="java.awt.image.ImageFilter.html#clone()"><b>clone</b></a>().
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Clones this object.
  <dt> 	<a href="java.awt.Insets.html#clone()"><b>clone</b></a>().
Method in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  Create a copy of this object.
  <dt> 	<a href="java.util.Locale.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.security.MessageDigest.html#clone()"><b>clone</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd> 
 Returns a clone if the implementation is cloneable.
  <dt> 	<a href="java.text.MessageFormat.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.NumberFormat.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.lang.Object.html#clone()"><b>clone</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Creates a new object of the same class as this object.
  <dt> 	<a href="java.text.RuleBasedCollator.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Standard override; no change in semantics.
  <dt> 	<a href="java.security.Signature.html#clone()"><b>clone</b></a>().
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Returns a clone if the implementation is cloneable.
  <dt> 	<a href="java.text.SimpleDateFormat.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.util.SimpleTimeZone.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.text.StringCharacterIterator.html#clone()"><b>clone</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Create a copy of this boundary
 
  <dt> 	<a href="java.util.TimeZone.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Overrides Cloneable

  <dt> 	<a href="java.rmi.server.UnicastRemoteObject.html#clone()"><b>clone</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.UnicastRemoteObject.html#_top_">UnicastRemoteObject</a>
  <dd>  Returns a clone of the remote object that is distinct from
 the original.
  <dt> 	<a href="java.util.Vector.html#clone()"><b>clone</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns a clone of this vector.
  <dt> 	<a href="java.lang.CloneNotSupportedException.html#CloneNotSupportedException()"><b>CloneNotSupportedException</b></a>().
Constructor for class java.lang.<a href="java.lang.CloneNotSupportedException.html#_top_">CloneNotSupportedException</a>
  <dd>  Constructs a <code>CloneNotSupportedException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.CloneNotSupportedException.html#CloneNotSupportedException(java.lang.String)"><b>CloneNotSupportedException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.CloneNotSupportedException.html#_top_">CloneNotSupportedException</a>
  <dd>  Constructs a <code>CloneNotSupportedException</code> with the 
 specified detail message.
  <dt> 	<a href="java.io.BufferedReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.BufferedWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.CharArrayReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.CharArrayWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.sql.Connection.html#close()"><b>close</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  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.
  <dt> 	<a href="java.net.DatagramSocket.html#close()"><b>close</b></a>().
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Closes this datagram socket.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#close()"><b>close</b></a>().
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Close the socket.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#close()"><b>close</b></a>().
Method in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Writes remaining compressed data to the output stream and closes the
 underlying stream.
  <dt> 	<a href="java.io.FileInputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Closes this file input stream and releases any system resources 
 associated with the stream.
  <dt> 	<a href="java.io.FileOutputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Closes this file output stream and releases any system resources 
 associated with this stream.
  <dt> 	<a href="java.io.FilterInputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Closes this input stream and releases any system resources 
 associated with the stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  Closes this output stream and releases any system resources 
 associated with the stream.
  <dt> 	<a href="java.io.FilterReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.FilterWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#close()"><b>close</b></a>().
Method in class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  Closes the input stream.
  <dt> 	<a href="java.util.zip.GZIPOutputStream.html#close()"><b>close</b></a>().
Method in class java.util.zip.<a href="java.util.zip.GZIPOutputStream.html#_top_">GZIPOutputStream</a>
  <dd>  Writes remaining compressed data to the output stream and closes the
 underlying stream.
  <dt> 	<a href="java.io.InputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Closes this input stream and releases any system resources
 associated with the stream.
  <dt> 	<a href="java.io.InputStreamReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.ObjectInput.html#close()"><b>close</b></a>().
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Closes the input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Closes the input stream.
  <dt> 	<a href="java.io.ObjectOutput.html#close()"><b>close</b></a>().
Method in interface java.io.<a href="java.io.ObjectOutput.html#_top_">ObjectOutput</a>
  <dd>  Closes the stream.
  <dt> 	<a href="java.io.ObjectOutputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Closes the stream.
  <dt> 	<a href="java.io.OutputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.OutputStream.html#_top_">OutputStream</a>
  <dd>  Closes this output stream and releases any system resources 
 associated with this stream.
  <dt> 	<a href="java.io.OutputStreamWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.PipedInputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Closes this piped input stream and releases any system resources 
 associated with the stream.
  <dt> 	<a href="java.io.PipedOutputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Closes this piped output stream and releases any system resources 
 associated with this stream.
  <dt> 	<a href="java.io.PipedReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PipedReader.html#_top_">PipedReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.PipedWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PipedWriter.html#_top_">PipedWriter</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.PrintStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.PrintWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Close the stream.
  <dt> 	<a href="java.io.PushbackReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.RandomAccessFile.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Closes this random access file stream and releases any system 
 resources associated with the stream.
  <dt> 	<a href="java.io.Reader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Close the stream.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#close()"><b>close</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Close the connection to the remote debugging agent.
  <dt> 	<a href="java.sql.ResultSet.html#close()"><b>close</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  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.
  <dt> 	<a href="java.io.SequenceInputStream.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.SequenceInputStream.html#_top_">SequenceInputStream</a>
  <dd>  Closes this input stream and releases any system resources 
 associated with the stream.
  <dt> 	<a href="java.net.ServerSocket.html#close()"><b>close</b></a>().
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Closes this socket.
  <dt> 	<a href="java.net.Socket.html#close()"><b>close</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Closes this socket.
  <dt> 	<a href="java.net.SocketImpl.html#close()"><b>close</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Closes this socket.
  <dt> 	<a href="java.sql.Statement.html#close()"><b>close</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  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.
  <dt> 	<a href="java.io.StringReader.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.StringWriter.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Close the stream.
  <dt> 	<a href="java.io.Writer.html#close()"><b>close</b></a>().
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Close the stream, flushing it first.
  <dt> 	<a href="java.util.zip.ZipFile.html#close()"><b>close</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Closes the ZIP file.
  <dt> 	<a href="java.util.zip.ZipInputStream.html#close()"><b>close</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd>  Closes the ZIP input stream.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#close()"><b>close</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Closes the ZIP output stream as well as the stream being filtered.
  <dt> 	<a href="java.util.zip.ZipInputStream.html#closeEntry()"><b>closeEntry</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd>  Closes the current ZIP entry and positions the stream for reading the
 next entry.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#closeEntry()"><b>closeEntry</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Closes the current ZIP entry and positions the stream for writing
 the next entry.
  <dt> 	<a href="java.text.Collator.html#Collator()"><b>Collator</b></a>().
Constructor for class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Default constructor.
  <dt> 	<a href="java.awt.Color.html#Color(float, float, float)"><b>Color</b></a>(float, float, float).
Constructor for class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a color with the specified red, green, and blue values, 
 where each of the values is in the range 0.0-1.0.
  <dt> 	<a href="java.awt.Color.html#Color(int)"><b>Color</b></a>(int).
Constructor for class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a color with the specified RGB value, where the red 
 component is in bits 16-23 of the argument, the green 
 component is in bits 8-15 of the argument, and the blue 
 component is in bits 0-7.
  <dt> 	<a href="java.awt.Color.html#Color(int, int, int)"><b>Color</b></a>(int, int, int).
Constructor for class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a color with the specified red, green, and blue 
 components.
  <dt> 	<a href="java.awt.image.ColorModel.html#ColorModel(int)"><b>ColorModel</b></a>(int).
Constructor for class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  Constructs a ColorModel which describes a pixel of the specified
 number of bits.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#columnNoNulls"><b>columnNoNulls</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN NULLABLE - might not allow NULL values.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#columnNoNulls"><b>columnNoNulls</b></a>.
Static variable in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Does not allow NULL values.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#columnNullable"><b>columnNullable</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN NULLABLE - definitely allows NULL values.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#columnNullable"><b>columnNullable</b></a>.
Static variable in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Allows NULL values.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#columnNullableUnknown"><b>columnNullableUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN NULLABLE - nullability unknown.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#columnNullableUnknown"><b>columnNullableUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Nullability unknown.
  <dt> 	<a href="java.awt.GridBagLayout.html#columnWeights"><b>columnWeights</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.awt.GridBagLayout.html#columnWidths"><b>columnWidths</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#COMBINING_SPACING_MARK"><b>COMBINING_SPACING_MARK</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.lang.Compiler.html#command(java.lang.Object)"><b>command</b></a>(Object).
Static method in class java.lang.<a href="java.lang.Compiler.html#_top_">Compiler</a>
  <dd>  Examines the argument type and its fields and perform some documented
 operation.
  <dt> 	<a href="java.io.StreamTokenizer.html#commentChar(int)"><b>commentChar</b></a>(int).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specified that the character argument starts a single-line 
 comment.
  <dt> 	<a href="java.sql.Connection.html#commit()"><b>commit</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Commit makes all changes made since the previous
 commit/rollback permanent and releases any database locks
 currently held by the Connection.
  <dt> 	<a href="java.text.Collator.html#compare(java.lang.String, java.lang.String)"><b>compare</b></a>(String, String).
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Compares the source string to the target string according to the
 collation rules for this Collator.
  <dt> 	<a href="java.text.RuleBasedCollator.html#compare(java.lang.String, java.lang.String)"><b>compare</b></a>(String, String).
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Compares the character data stored in two different strings based on the
 collation rules.
  <dt> 	<a href="java.math.BigDecimal.html#compareTo(java.math.BigDecimal)"><b>compareTo</b></a>(BigDecimal).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns -1, 0 or 1 as this number is less than, equal to, or greater
 than val.
  <dt> 	<a href="java.math.BigInteger.html#compareTo(java.math.BigInteger)"><b>compareTo</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns -1, 0 or 1 as this number is less than, equal to, or
 greater than val.
  <dt> 	<a href="java.text.CollationKey.html#compareTo(java.text.CollationKey)"><b>compareTo</b></a>(CollationKey).
Method in class java.text.<a href="java.text.CollationKey.html#_top_">CollationKey</a>
  <dd>  Compare this CollationKey to the target CollationKey.
  <dt> 	<a href="java.lang.String.html#compareTo(java.lang.String)"><b>compareTo</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Compares two strings lexicographically.
  <dt> 	<a href="java.lang.Compiler.html#compileClass(java.lang.Class)"><b>compileClass</b></a>(Class).
Static method in class java.lang.<a href="java.lang.Compiler.html#_top_">Compiler</a>
  <dd>  Compiles the specified class.
  <dt> 	<a href="java.lang.Compiler.html#compileClasses(java.lang.String)"><b>compileClasses</b></a>(String).
Static method in class java.lang.<a href="java.lang.Compiler.html#_top_">Compiler</a>
  <dd>  Compiles all classes whose name matches the specified string.
  <dt> 	<a href="java.awt.MediaTracker.html#COMPLETE"><b>COMPLETE</b></a>.
Static variable in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Flag indicating that the downloading of media was completed 
 successfully.
  <dt> 	<a href="java.util.Calendar.html#complete()"><b>complete</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Fills in any unset fields in the time field list.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#COMPLETESCANLINES"><b>COMPLETESCANLINES</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The pixels will be delivered in (multiples of) complete scanlines
 at a time.
  <dt> 	<a href="java.awt.Component.html#Component()"><b>Component</b></a>().
Constructor for class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Constructs a new component.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#COMPONENT_ADDED"><b>COMPONENT_ADDED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  The component moved event type.
  <dt> 	<a href="java.awt.AWTEvent.html#COMPONENT_EVENT_MASK"><b>COMPONENT_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting component events.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#COMPONENT_FIRST"><b>COMPONENT_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  Marks the first integer id for the range of component event ids.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#COMPONENT_HIDDEN"><b>COMPONENT_HIDDEN</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  The component hidden event type.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#COMPONENT_LAST"><b>COMPONENT_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  Marks the last integer id for the range of component event ids.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#COMPONENT_MOVED"><b>COMPONENT_MOVED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  The component moved event type.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#COMPONENT_REMOVED"><b>COMPONENT_REMOVED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  The component resized event type.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#COMPONENT_RESIZED"><b>COMPONENT_RESIZED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  The component resized event type.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#COMPONENT_SHOWN"><b>COMPONENT_SHOWN</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  The component shown event type.
  <dt> 	<a href="java.awt.event.ComponentAdapter.html#ComponentAdapter()"><b>ComponentAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.ComponentAdapter.html#_top_">ComponentAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#componentAdded(java.awt.event.ContainerEvent)"><b>componentAdded</b></a>(ContainerEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the componentAdded container event by invoking the
 componentAdded methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ContainerAdapter.html#componentAdded(java.awt.event.ContainerEvent)"><b>componentAdded</b></a>(ContainerEvent).
Method in class java.awt.event.<a href="java.awt.event.ContainerAdapter.html#_top_">ContainerAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ContainerListener.html#componentAdded(java.awt.event.ContainerEvent)"><b>componentAdded</b></a>(ContainerEvent).
Method in interface java.awt.event.<a href="java.awt.event.ContainerListener.html#_top_">ContainerListener</a>
  <dd>  Invoked when a component has been added to the container.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#ComponentEvent(java.awt.Component, int)"><b>ComponentEvent</b></a>(Component, int).
Constructor for class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  Constructs a ComponentEvent object with the specified source component 
 and type.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#componentHidden(java.awt.event.ComponentEvent)"><b>componentHidden</b></a>(ComponentEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the componentHidden event by invoking the
 componentHidden methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ComponentAdapter.html#componentHidden(java.awt.event.ComponentEvent)"><b>componentHidden</b></a>(ComponentEvent).
Method in class java.awt.event.<a href="java.awt.event.ComponentAdapter.html#_top_">ComponentAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ComponentListener.html#componentHidden(java.awt.event.ComponentEvent)"><b>componentHidden</b></a>(ComponentEvent).
Method in interface java.awt.event.<a href="java.awt.event.ComponentListener.html#_top_">ComponentListener</a>
  <dd>  Invoked when component has been hidden.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#componentMoved(java.awt.event.ComponentEvent)"><b>componentMoved</b></a>(ComponentEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the componentMoved event by invoking the
 componentMoved methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ComponentAdapter.html#componentMoved(java.awt.event.ComponentEvent)"><b>componentMoved</b></a>(ComponentEvent).
Method in class java.awt.event.<a href="java.awt.event.ComponentAdapter.html#_top_">ComponentAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ComponentListener.html#componentMoved(java.awt.event.ComponentEvent)"><b>componentMoved</b></a>(ComponentEvent).
Method in interface java.awt.event.<a href="java.awt.event.ComponentListener.html#_top_">ComponentListener</a>
  <dd>  Invoked when component has been moved.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#componentRemoved(java.awt.event.ContainerEvent)"><b>componentRemoved</b></a>(ContainerEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the componentRemoved container event by invoking the
 componentRemoved methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ContainerAdapter.html#componentRemoved(java.awt.event.ContainerEvent)"><b>componentRemoved</b></a>(ContainerEvent).
Method in class java.awt.event.<a href="java.awt.event.ContainerAdapter.html#_top_">ContainerAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ContainerListener.html#componentRemoved(java.awt.event.ContainerEvent)"><b>componentRemoved</b></a>(ContainerEvent).
Method in interface java.awt.event.<a href="java.awt.event.ContainerListener.html#_top_">ContainerListener</a>
  <dd>  Invoked when a component has been removed from the container.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#componentResized(java.awt.event.ComponentEvent)"><b>componentResized</b></a>(ComponentEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the componentResized event by invoking the
 componentResized methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ComponentAdapter.html#componentResized(java.awt.event.ComponentEvent)"><b>componentResized</b></a>(ComponentEvent).
Method in class java.awt.event.<a href="java.awt.event.ComponentAdapter.html#_top_">ComponentAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ComponentListener.html#componentResized(java.awt.event.ComponentEvent)"><b>componentResized</b></a>(ComponentEvent).
Method in interface java.awt.event.<a href="java.awt.event.ComponentListener.html#_top_">ComponentListener</a>
  <dd>  Invoked when component has been resized.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#componentShown(java.awt.event.ComponentEvent)"><b>componentShown</b></a>(ComponentEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the componentShown event by invoking the
 componentShown methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ComponentAdapter.html#componentShown(java.awt.event.ComponentEvent)"><b>componentShown</b></a>(ComponentEvent).
Method in class java.awt.event.<a href="java.awt.event.ComponentAdapter.html#_top_">ComponentAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ComponentListener.html#componentShown(java.awt.event.ComponentEvent)"><b>componentShown</b></a>(ComponentEvent).
Method in interface java.awt.event.<a href="java.awt.event.ComponentListener.html#_top_">ComponentListener</a>
  <dd>  Invoked when component has been shown.
  <dt> 	<a href="java.awt.GridBagLayout.html#comptable"><b>comptable</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.util.Calendar.html#computeFields()"><b>computeFields</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Converts UTC as milliseconds to time field values.
  <dt> 	<a href="java.util.GregorianCalendar.html#computeFields()"><b>computeFields</b></a>().
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Overrides Calendar
 Converts UTC as milliseconds to time field values.
  <dt> 	<a href="java.util.Calendar.html#computeTime()"><b>computeTime</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Converts Calendar's time field values to UTC as milliseconds.
  <dt> 	<a href="java.util.GregorianCalendar.html#computeTime()"><b>computeTime</b></a>().
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Overrides Calendar
 Converts time field values to UTC as milliseconds.
  <dt> 	<a href="java.lang.String.html#concat(java.lang.String)"><b>concat</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Concatenates the specified string to the end of this string.
  <dt> 	<a href="java.net.URLConnection.html#connect()"><b>connect</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Opens a communications link to the resource referenced by this
 URL, if such a connection has not already been established.
  <dt> 	<a href="java.net.SocketImpl.html#connect(java.net.InetAddress, int)"><b>connect</b></a>(InetAddress, int).
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Connects this socket to the specified port number on the specified host.
  <dt> 	<a href="java.io.PipedOutputStream.html#connect(java.io.PipedInputStream)"><b>connect</b></a>(PipedInputStream).
Method in class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Connects this piped output stream to a receiver.
  <dt> 	<a href="java.io.PipedInputStream.html#connect(java.io.PipedOutputStream)"><b>connect</b></a>(PipedOutputStream).
Method in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Connects this piped input stream to a sender.
  <dt> 	<a href="java.io.PipedWriter.html#connect(java.io.PipedReader)"><b>connect</b></a>(PipedReader).
Method in class java.io.<a href="java.io.PipedWriter.html#_top_">PipedWriter</a>
  <dd>  Connect the specified piped reader to this writer.
  <dt> 	<a href="java.io.PipedReader.html#connect(java.io.PipedWriter)"><b>connect</b></a>(PipedWriter).
Method in class java.io.<a href="java.io.PipedReader.html#_top_">PipedReader</a>
  <dd>  Connect the specified piped writer to this reader.
  <dt> 	<a href="java.net.SocketImpl.html#connect(java.lang.String, int)"><b>connect</b></a>(String, int).
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Connects this socket to the specified port on the named host.
  <dt> 	<a href="java.sql.Driver.html#connect(java.lang.String, java.util.Properties)"><b>connect</b></a>(String, Properties).
Method in interface java.sql.<a href="java.sql.Driver.html#_top_">Driver</a>
  <dd>  Try to make a database connection to the given URL.
  <dt> 	<a href="java.net.URLConnection.html#connected"><b>connected</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  If <code>false</code>, this connection object has not created a
 communications link to the specified URL.
  <dt> 	<a href="java.net.ConnectException.html#ConnectException()"><b>ConnectException</b></a>().
Constructor for class java.net.<a href="java.net.ConnectException.html#_top_">ConnectException</a>
  <dd>  Construct a new ConnectException with no detailed message.
  <dt> 	<a href="java.net.ConnectException.html#ConnectException(java.lang.String)"><b>ConnectException</b></a>(String).
Constructor for class java.net.<a href="java.net.ConnectException.html#_top_">ConnectException</a>
  <dd>  Constructs a new ConnectException with the specified detail 
 message as to why the connect error occurred.
  <dt> 	<a href="java.rmi.ConnectException.html#ConnectException(java.lang.String)"><b>ConnectException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.ConnectException.html#_top_">ConnectException</a>
  <dd>  Create A remote exception with the specified string

  <dt> 	<a href="java.rmi.ConnectException.html#ConnectException(java.lang.String, java.lang.Exception)"><b>ConnectException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.ConnectException.html#_top_">ConnectException</a>
  <dd>  Create A remote exception with the specified string, and the
 exception specified.
  <dt> 	<a href="java.rmi.ConnectIOException.html#ConnectIOException(java.lang.String)"><b>ConnectIOException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.ConnectIOException.html#_top_">ConnectIOException</a>
  <dd>  Create A remote exception with the specified string

  <dt> 	<a href="java.rmi.ConnectIOException.html#ConnectIOException(java.lang.String, java.lang.Exception)"><b>ConnectIOException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.ConnectIOException.html#_top_">ConnectIOException</a>
  <dd>  Create A remote exception with the specified string, and the
 exception specified.
  <dt> 	<a href="java.lang.Character.html#CONNECTOR_PUNCTUATION"><b>CONNECTOR_PUNCTUATION</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEvent.html#consume()"><b>consume</b></a>().
Method in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.InputEvent.html#consume()"><b>consume</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Consumes this event so that it will not be processed
 in the default manner by the source which originated it.
  <dt> 	<a href="java.awt.AWTEvent.html#consumed"><b>consumed</b></a>.
Variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ImageFilter.html#consumer"><b>consumer</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  The consumer of the particular image data stream for which this
 instance of the ImageFilter is filtering data.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#cont()"><b>cont</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Continue an execution that has been suspended.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#cont()"><b>cont</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Resume this thread from a breakpoint, unless it previously suspended.
  <dt> 	<a href="java.awt.Container.html#Container()"><b>Container</b></a>().
Constructor for class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Constructs a new Container.
  <dt> 	<a href="java.awt.AWTEvent.html#CONTAINER_EVENT_MASK"><b>CONTAINER_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting container events.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#CONTAINER_FIRST"><b>CONTAINER_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  Marks the first integer id for the range of container event ids.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#CONTAINER_LAST"><b>CONTAINER_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  Marks the last integer id for the range of container event ids.
  <dt> 	<a href="java.awt.event.ContainerAdapter.html#ContainerAdapter()"><b>ContainerAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.ContainerAdapter.html#_top_">ContainerAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ContainerEvent.html#ContainerEvent(java.awt.Component, int, java.awt.Component)"><b>ContainerEvent</b></a>(Component, int, Component).
Constructor for class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  Constructs a ContainerEvent object with the specified source
 container, type, and child which is being added or removed.
  <dt> 	<a href="java.awt.Component.html#contains(int, int)"><b>contains</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Checks whether this component "contains" the specified point,
 where <code>x</code> and <code>y</code> are defined to be 
 relative to the coordinate system of this component.
  <dt> 	<a href="java.awt.Polygon.html#contains(int, int)"><b>contains</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Determines whether the specified point is contained by this polygon.
  <dt> 	<a href="java.awt.Rectangle.html#contains(int, int)"><b>contains</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Checks whether this rectangle contains the point
 at the specified location (<i>x</i>,&nbsp;<i>y</i>).
  <dt> 	<a href="java.util.Hashtable.html#contains(java.lang.Object)"><b>contains</b></a>(Object).
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Tests if some key maps into the specified value in this hashtable.
  <dt> 	<a href="java.util.Vector.html#contains(java.lang.Object)"><b>contains</b></a>(Object).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Tests if the specified object is a component in this vector.
  <dt> 	<a href="java.awt.Component.html#contains(java.awt.Point)"><b>contains</b></a>(Point).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Checks whether this component "contains" the specified point,
 where the point's <i>x</i> and <i>y</i> coordinates are defined 
 to be relative to the coordinate system of this component.
  <dt> 	<a href="java.awt.Polygon.html#contains(java.awt.Point)"><b>contains</b></a>(Point).
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Determines whether the specified point is inside the Polygon.
  <dt> 	<a href="java.awt.Rectangle.html#contains(java.awt.Point)"><b>contains</b></a>(Point).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Checks whether this rectangle contains the specified point.
  <dt> 	<a href="java.util.Hashtable.html#containsKey(java.lang.Object)"><b>containsKey</b></a>(Object).
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Tests if the specified object is a key in this hashtable.
  <dt> 	<a href="java.net.ContentHandler.html#ContentHandler()"><b>ContentHandler</b></a>().
Constructor for class java.net.<a href="java.net.ContentHandler.html#_top_">ContentHandler</a>
  <dd> 
  <dt> 	<a href="java.awt.datatransfer.Clipboard.html#contents"><b>contents</b></a>.
Variable in class java.awt.datatransfer.<a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#CONTROL"><b>CONTROL</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.SystemColor.html#CONTROL"><b>CONTROL</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the control background color.
  <dt> 	<a href="java.awt.SystemColor.html#control"><b>control</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for control objects.
  <dt> 	<a href="java.awt.SystemColor.html#CONTROL_DK_SHADOW"><b>CONTROL_DK_SHADOW</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the control dark shadow color.
  <dt> 	<a href="java.awt.SystemColor.html#CONTROL_HIGHLIGHT"><b>CONTROL_HIGHLIGHT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the control highlight color.
  <dt> 	<a href="java.awt.SystemColor.html#CONTROL_LT_HIGHLIGHT"><b>CONTROL_LT_HIGHLIGHT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the control light highlight color.
  <dt> 	<a href="java.awt.SystemColor.html#CONTROL_SHADOW"><b>CONTROL_SHADOW</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the control shadow color.
  <dt> 	<a href="java.awt.SystemColor.html#CONTROL_TEXT"><b>CONTROL_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the control text color.
  <dt> 	<a href="java.awt.SystemColor.html#controlDkShadow"><b>controlDkShadow</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The dark shadow color for control objects.
  <dt> 	<a href="java.awt.Event.html#controlDown()"><b>controlDown</b></a>().
Method in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Checks if the Control key is down.
  <dt> 	<a href="java.awt.SystemColor.html#controlHighlight"><b>controlHighlight</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The regular highlight color for control objects.
  <dt> 	<a href="java.awt.SystemColor.html#controlLtHighlight"><b>controlLtHighlight</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The light highlight color for control objects.
  <dt> 	<a href="java.awt.SystemColor.html#controlShadow"><b>controlShadow</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The regular shadow color for control objects.
  <dt> 	<a href="java.awt.SystemColor.html#controlText"><b>controlText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for control objects.
  <dt> 	<a href="java.awt.Graphics.html#copyArea(int, int, int, int, int, int)"><b>copyArea</b></a>(int, int, int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Copies an area of the component by a distance specified by
 <code>dx</code> and <code>dy</code>.
  <dt> 	<a href="java.util.Vector.html#copyInto(java.lang.Object[])"><b>copyInto</b></a>(Object[]).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Copies the components of this vector into the specified array.
  <dt> 	<a href="java.lang.String.html#copyValueOf(char[])"><b>copyValueOf</b></a>(char[]).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a String that is equivalent to the specified character array.
  <dt> 	<a href="java.lang.String.html#copyValueOf(char[], int, int)"><b>copyValueOf</b></a>(char[], int, int).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a String that is equivalent to the specified character array.
  <dt> 	<a href="java.lang.Math.html#cos(double)"><b>cos</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the trigonometric cosine of an angle.
  <dt> 	<a href="java.io.BufferedInputStream.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  The index one greater than the index of the last valid byte in 
 the buffer.
  <dt> 	<a href="java.io.BufferedOutputStream.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  The number of valid bytes in the buffer.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  The index one greater than the last valid character in the input 
 stream buffer.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  The number of valid bytes in the buffer.
  <dt> 	<a href="java.io.CharArrayReader.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd> Number of valid characters in buffer
  <dt> 	<a href="java.io.CharArrayWriter.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  The number of chars in the buffer.
  <dt> 	<a href="java.io.StringBufferInputStream.html#count"><b>count</b></a>.
Variable in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  The number of valid characters in the input stream buffer.
  <dt> 	<a href="java.awt.Container.html#countComponents()"><b>countComponents</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 
  <dt> 	<a href="java.awt.Choice.html#countItems()"><b>countItems</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  
  <dt> 	<a href="java.awt.List.html#countItems()"><b>countItems</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.Menu.html#countItems()"><b>countItems</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  
  <dt> 	<a href="java.awt.MenuBar.html#countMenus()"><b>countMenus</b></a>().
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  
  <dt> 	<a href="java.util.Observable.html#countObservers()"><b>countObservers</b></a>().
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Returns the number of observers of this object.
  <dt> 	<a href="java.lang.Thread.html#countStackFrames()"><b>countStackFrames</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Counts the number of stack frames in this thread.
  <dt> 	<a href="java.util.StringTokenizer.html#countTokens()"><b>countTokens</b></a>().
Method in class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Calculates the number of times that this tokenizer's 
 <code>nextToken</code> method can be called before it generates an 
 exception.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#crc"><b>crc</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  CRC-32 for uncompressed data.
  <dt> 	<a href="java.util.zip.GZIPOutputStream.html#crc"><b>crc</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.GZIPOutputStream.html#_top_">GZIPOutputStream</a>
  <dd>  CRC-32 of uncompressed data.
  <dt> 	<a href="java.util.zip.CRC32.html#CRC32()"><b>CRC32</b></a>().
Constructor for class java.util.zip.<a href="java.util.zip.CRC32.html#_top_">CRC32</a>
  <dd> 
  <dt> 	<a href="java.net.DatagramSocketImpl.html#create()"><b>create</b></a>().
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Creates a datagram socket
 
  <dt> 	<a href="java.awt.Graphics.html#create()"><b>create</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Creates a new <code>Graphics</code> object that is
 a copy of this <code>Graphics</code> object.
  <dt> 	<a href="java.net.SocketImpl.html#create(boolean)"><b>create</b></a>(boolean).
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Creates either a stream or a datagram socket.
  <dt> 	<a href="java.awt.Graphics.html#create(int, int, int, int)"><b>create</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Creates a new <code>Graphics</code> object based on this
 <code>Graphics</code> object, but with a new translation and clip area.
  <dt> 	<a href="java.awt.Toolkit.html#createButton(java.awt.Button)"><b>createButton</b></a>(Button).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Button</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createCanvas(java.awt.Canvas)"><b>createCanvas</b></a>(Canvas).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Canvas</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createCheckbox(java.awt.Checkbox)"><b>createCheckbox</b></a>(Checkbox).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Checkbox</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createCheckboxMenuItem(java.awt.CheckboxMenuItem)"><b>createCheckboxMenuItem</b></a>(CheckboxMenuItem).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>CheckboxMenuItem</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createChoice(java.awt.Choice)"><b>createChoice</b></a>(Choice).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Choice</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createComponent(java.awt.Component)"><b>createComponent</b></a>(Component).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates a peer for a component or container.
  <dt> 	<a href="java.net.ContentHandlerFactory.html#createContentHandler(java.lang.String)"><b>createContentHandler</b></a>(String).
Method in interface java.net.<a href="java.net.ContentHandlerFactory.html#_top_">ContentHandlerFactory</a>
  <dd>  Creates a new <code>ContentHandler</code> to read an object from 
 a <code>URLStreamHandler</code>.
  <dt> 	<a href="java.awt.Toolkit.html#createDialog(java.awt.Dialog)"><b>createDialog</b></a>(Dialog).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Dialog</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createFileDialog(java.awt.FileDialog)"><b>createFileDialog</b></a>(FileDialog).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>FileDialog</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createFrame(java.awt.Frame)"><b>createFrame</b></a>(Frame).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Frame</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createImage(byte[])"><b>createImage</b></a>(byte[]).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates an image which decodes the image stored in the specified
 byte array.
  <dt> 	<a href="java.awt.Toolkit.html#createImage(byte[], int, int)"><b>createImage</b></a>(byte[], int, int).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates an image which decodes the image stored in the specified
 byte array, and at the specified offset and length.
  <dt> 	<a href="java.awt.Component.html#createImage(java.awt.image.ImageProducer)"><b>createImage</b></a>(ImageProducer).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Creates an image from the specified image producer.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#createImage(java.awt.image.ImageProducer)"><b>createImage</b></a>(ImageProducer).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Toolkit.html#createImage(java.awt.image.ImageProducer)"><b>createImage</b></a>(ImageProducer).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates an image with the specified image producer.
  <dt> 	<a href="java.awt.Component.html#createImage(int, int)"><b>createImage</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Creates an off-screen drawable image 
     to be used for double buffering.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#createImage(int, int)"><b>createImage</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Toolkit.html#createLabel(java.awt.Label)"><b>createLabel</b></a>(Label).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Label</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createList(java.awt.List)"><b>createList</b></a>(List).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>List</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createMenu(java.awt.Menu)"><b>createMenu</b></a>(Menu).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Menu</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createMenuBar(java.awt.MenuBar)"><b>createMenuBar</b></a>(MenuBar).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>MenuBar</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createMenuItem(java.awt.MenuItem)"><b>createMenuItem</b></a>(MenuItem).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>MenuItem</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createPanel(java.awt.Panel)"><b>createPanel</b></a>(Panel).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Panel</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createPopupMenu(java.awt.PopupMenu)"><b>createPopupMenu</b></a>(PopupMenu).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>PopupMenu</code> using
 the specified peer interface.
  <dt> 	<a href="java.rmi.registry.LocateRegistry.html#createRegistry(int)"><b>createRegistry</b></a>(int).
Static method in class java.rmi.registry.<a href="java.rmi.registry.LocateRegistry.html#_top_">LocateRegistry</a>
  <dd>  Create and export a registry on the local host.
  <dt> 	<a href="java.awt.Toolkit.html#createScrollbar(java.awt.Scrollbar)"><b>createScrollbar</b></a>(Scrollbar).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Scrollbar</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createScrollPane(java.awt.ScrollPane)"><b>createScrollPane</b></a>(ScrollPane).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>ScrollPane</code> using
 the specified peer interface.
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#createServerSocket(int)"><b>createServerSocket</b></a>(int).
Method in class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd>  Create a server socket on the specified port (port 0 represents
 an anonymous port).
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#createSocket(java.lang.String, int)"><b>createSocket</b></a>(String, int).
Method in class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd>  Create a client socket connected to the specified host and port.
  <dt> 	<a href="java.net.SocketImplFactory.html#createSocketImpl()"><b>createSocketImpl</b></a>().
Method in interface java.net.<a href="java.net.SocketImplFactory.html#_top_">SocketImplFactory</a>
  <dd>  Creates a new <code>SocketImpl</code> instance.
  <dt> 	<a href="java.sql.Connection.html#createStatement()"><b>createStatement</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  SQL statements without parameters are normally
 executed using Statement objects.
  <dt> 	<a href="java.awt.Toolkit.html#createTextArea(java.awt.TextArea)"><b>createTextArea</b></a>(TextArea).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>TextArea</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Toolkit.html#createTextField(java.awt.TextField)"><b>createTextField</b></a>(TextField).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>TextField</code> using
 the specified peer interface.
  <dt> 	<a href="java.net.URLStreamHandlerFactory.html#createURLStreamHandler(java.lang.String)"><b>createURLStreamHandler</b></a>(String).
Method in interface java.net.<a href="java.net.URLStreamHandlerFactory.html#_top_">URLStreamHandlerFactory</a>
  <dd>  Creates a new <code>URLStreamHandler</code> instance with the specified
 protocol.
  <dt> 	<a href="java.awt.Toolkit.html#createWindow(java.awt.Window)"><b>createWindow</b></a>(Window).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Window</code> using
 the specified peer interface.
  <dt> 	<a href="java.util.zip.ZipInputStream.html#createZipEntry(java.lang.String)"><b>createZipEntry</b></a>(String).
Method in class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd> //IBM.10089
 Creates a new <code>ZipEntry</code> object for the specified                   //IBM.10089
 entry name.
  <dt> 	<a href="java.awt.image.CropImageFilter.html#CropImageFilter(int, int, int, int)"><b>CropImageFilter</b></a>(int, int, int, int).
Constructor for class java.awt.image.<a href="java.awt.image.CropImageFilter.html#_top_">CropImageFilter</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Cursor.html#CROSSHAIR_CURSOR"><b>CROSSHAIR_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The crosshair cursor type.
  <dt> 	<a href="java.awt.Frame.html#CROSSHAIR_CURSOR"><b>CROSSHAIR_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.awt.event.ActionEvent.html#CTRL_MASK"><b>CTRL_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  The control modifier constant.
  <dt> 	<a href="java.awt.Event.html#CTRL_MASK"><b>CTRL_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  This flag indicates that the Control key was down when the event 
 occurred.
  <dt> 	<a href="java.awt.event.InputEvent.html#CTRL_MASK"><b>CTRL_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  The control key modifier constant.
  <dt> 	<a href="java.lang.Character.html#CURRENCY_SYMBOL"><b>CURRENCY_SYMBOL</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.text.BreakIterator.html#current()"><b>current</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return character index of the text boundary that was most recently
 returned by next(), previous(), first(), or last()
 
  <dt> 	<a href="java.text.CharacterIterator.html#current()"><b>current</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Get the character at the current position (as returned by getIndex()).
  <dt> 	<a href="java.text.StringCharacterIterator.html#current()"><b>current</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Get the character at the current position (as returned by getIndex()).
  <dt> 	<a href="java.lang.SecurityManager.html#currentClassLoader()"><b>currentClassLoader</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns an object describing the most recent class loader executing
 on the stack.
  <dt> 	<a href="java.lang.SecurityManager.html#currentLoadedClass()"><b>currentLoadedClass</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns the current Class with a ClassLoader on the execution stack.
  <dt> 	<a href="java.lang.Thread.html#currentThread()"><b>currentThread</b></a>().
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Returns a reference to the currently executing thread object.
  <dt> 	<a href="java.lang.System.html#currentTimeMillis()"><b>currentTimeMillis</b></a>().
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Returns the current time in milliseconds.
  <dt> 	<a href="java.awt.Cursor.html#Cursor(int)"><b>Cursor</b></a>(int).
Constructor for class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  Creates a new cursor object with the specified type.
  <dt> 	<a href="java.awt.Color.html#cyan"><b>cyan</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color cyan.
</dl>
<a name="Thumb-D"></a>
<hr>
<h2>
<a name="Thumb-D"><b> D </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Color.html#darker()"><b>darker</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a darker version of this color.
  <dt> 	<a href="java.awt.Color.html#darkGray"><b>darkGray</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color dark gray.
  <dt> 	<a href="java.lang.Character.html#DASH_PUNCTUATION"><b>DASH_PUNCTUATION</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#dataDefinitionCausesTransactionCommit()"><b>dataDefinitionCausesTransactionCommit</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does a data definition statement within a transaction force the
 transaction to commit?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#dataDefinitionIgnoredInTransactions()"><b>dataDefinitionIgnoredInTransactions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is a data definition statement within a transaction ignored?

 
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#DataFlavor(java.lang.Class, java.lang.String)"><b>DataFlavor</b></a>(Class, String).
Constructor for class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Construct a DataFlavor that represents a Java class
 <p>
 The returned DataFlavor will have the following characteristics
 <p>
 representationClass = representationClass<br>
 mimeType            = application/x-java-serialized-object
 <p>
 
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#DataFlavor(java.lang.String, java.lang.String)"><b>DataFlavor</b></a>(String, String).
Constructor for class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Construct a DataFlavor that represents a MimeType
 <p>
 The returned DataFlavor will have the following characteristics:
 <p>
 If the mimeType is
 "application/x-java-serialized-object; class=<representation class>",
 the result is the same as calling
 new DataFlavor(Class:forName(<representation class>) as above
 <p>
 otherwise:
 <p>
 representationClass = InputStream<br>
 mimeType            = mimeType
 <p>
 
  <dt> 	<a href="java.util.zip.DataFormatException.html#DataFormatException()"><b>DataFormatException</b></a>().
Constructor for class java.util.zip.<a href="java.util.zip.DataFormatException.html#_top_">DataFormatException</a>
  <dd>  Constructs a DataFormatException with no detail message.
  <dt> 	<a href="java.util.zip.DataFormatException.html#DataFormatException(java.lang.String)"><b>DataFormatException</b></a>(String).
Constructor for class java.util.zip.<a href="java.util.zip.DataFormatException.html#_top_">DataFormatException</a>
  <dd>  Constructs a DataFormatException with the specified detail message.
  <dt> 	<a href="java.net.DatagramPacket.html#DatagramPacket(byte[], int)"><b>DatagramPacket</b></a>(byte[], int).
Constructor for class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  Constructs a <code>DatagramPacket</code> for receiving packets of 
 length <code>ilength</code>.
  <dt> 	<a href="java.net.DatagramPacket.html#DatagramPacket(byte[], int, java.net.InetAddress, int)"><b>DatagramPacket</b></a>(byte[], int, InetAddress, int).
Constructor for class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  Constructs a datagram packet for sending packets of length 
 <code>ilength</code> to the specified port number on the specified 
 host.
  <dt> 	<a href="java.net.DatagramSocket.html#DatagramSocket()"><b>DatagramSocket</b></a>().
Constructor for class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Constructs a datagram socket and binds it to any available port 
 on the local host machine.
  <dt> 	<a href="java.net.DatagramSocket.html#DatagramSocket(int)"><b>DatagramSocket</b></a>(int).
Constructor for class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Constructs a datagram socket and binds it to the specified port 
 on the local host machine.
  <dt> 	<a href="java.net.DatagramSocket.html#DatagramSocket(int, java.net.InetAddress)"><b>DatagramSocket</b></a>(int, InetAddress).
Constructor for class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Creates a datagram socket, bound to the specified local
 address.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#DatagramSocketImpl()"><b>DatagramSocketImpl</b></a>().
Constructor for class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd> 
  <dt> 	<a href="java.io.DataInputStream.html#DataInputStream(java.io.InputStream)"><b>DataInputStream</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Creates a new data input stream to read data from the specified 
 input stream.
  <dt> 	<a href="java.io.DataOutputStream.html#DataOutputStream(java.io.OutputStream)"><b>DataOutputStream</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Creates a new data output stream to write data to the specified 
 underlying output stream.
  <dt> 	<a href="java.sql.DataTruncation.html#DataTruncation(int, boolean, boolean, int, int)"><b>DataTruncation</b></a>(int, boolean, boolean, int, int).
Constructor for class java.sql.<a href="java.sql.DataTruncation.html#_top_">DataTruncation</a>
  <dd>  <P>Create a DataTruncation object.
  <dt> 	<a href="java.util.Calendar.html#DATE"><b>DATE</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.sql.Types.html#DATE"><b>DATE</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.util.Date.html#Date()"><b>Date</b></a>().
Constructor for class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Allocates a <code>Date</code> object and initializes it so that
 it represents the time at which it was allocated measured to the
 nearest millisecond.
  <dt> 	<a href="java.sql.Date.html#Date(int, int, int)"><b>Date</b></a>(int, int, int).
Constructor for class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Construct a Date

 
  <dt> 	<a href="java.util.Date.html#Date(int, int, int)"><b>Date</b></a>(int, int, int).
Constructor for class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Allocates a <code>Date</code> object and initializes it so that
 it represents midnight, local time, at the beginning of the day
 specified by the <code>year</code>, <code>month</code>, and
 <code>date</code> arguments.
  <dt> 	<a href="java.util.Date.html#Date(int, int, int, int, int)"><b>Date</b></a>(int, int, int, int, int).
Constructor for class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Allocates a <code>Date</code> object and initializes it so that
 it represents the specified hour and minute, local time, of the
 date specified by the <code>year</code>, <code>month</code>,
 <code>date</code>, <code>hrs</code>, and <code>min</code> arguments.
  <dt> 	<a href="java.util.Date.html#Date(int, int, int, int, int, int)"><b>Date</b></a>(int, int, int, int, int, int).
Constructor for class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Allocates a <code>Date</code> object and initializes it so that
 it represents the specified hour, minute, and second, local time
 of the date specified by the <code>year</code>, <code>month</code>,
 <code>date</code>, <code>hrs</code>, <code>min</code>, and
 <code>sec</code> arguments.
  <dt> 	<a href="java.sql.Date.html#Date(long)"><b>Date</b></a>(long).
Constructor for class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Construct a Date using a milliseconds time value

 
  <dt> 	<a href="java.util.Date.html#Date(long)"><b>Date</b></a>(long).
Constructor for class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Allocates a <code>Date</code> object and initializes it to
 represent the specified number of milliseconds since January 1,
 1970, 00:00:00 GMT.
  <dt> 	<a href="java.util.Date.html#Date(java.lang.String)"><b>Date</b></a>(String).
Constructor for class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Allocates a <code>Date</code> object and initializes it so that
 it represents the date and time indicated by the string
 <code>s</code>, which is interpreted as if by the
 <code>parse</code> method.
  <dt> 	<a href="java.text.DateFormat.html#DATE_FIELD"><b>DATE_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for DATE field alignment.
  <dt> 	<a href="java.text.DateFormat.html#DateFormat()"><b>DateFormat</b></a>().
Constructor for class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd> 
  <dt> 	<a href="java.text.DateFormatSymbols.html#DateFormatSymbols()"><b>DateFormatSymbols</b></a>().
Constructor for class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Construct a DateFormatSymbols object by loading format data from
 resources for the default locale.
  <dt> 	<a href="java.text.DateFormatSymbols.html#DateFormatSymbols(java.util.Locale)"><b>DateFormatSymbols</b></a>(Locale).
Constructor for class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Construct a DateFormatSymbols object by loading format data from
 resources for the given locale.
  <dt> 	<a href="java.util.Calendar.html#DAY_OF_MONTH"><b>DAY_OF_MONTH</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.util.Calendar.html#DAY_OF_WEEK"><b>DAY_OF_WEEK</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#DAY_OF_WEEK_FIELD"><b>DAY_OF_WEEK_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for DAY_OF_WEEK field alignment.
  <dt> 	<a href="java.util.Calendar.html#DAY_OF_WEEK_IN_MONTH"><b>DAY_OF_WEEK_IN_MONTH</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#DAY_OF_WEEK_IN_MONTH_FIELD"><b>DAY_OF_WEEK_IN_MONTH_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
  <dt> 	<a href="java.util.Calendar.html#DAY_OF_YEAR"><b>DAY_OF_YEAR</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#DAY_OF_YEAR_FIELD"><b>DAY_OF_YEAR_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for DAY_OF_YEAR field alignment.
  <dt> 	<a href="java.beans.Introspector.html#decapitalize(java.lang.String)"><b>decapitalize</b></a>(String).
Static method in class java.beans.<a href="java.beans.Introspector.html#_top_">Introspector</a>
  <dd>  Utility method to take a string and convert it to normal Java variable
 name capitalization.
  <dt> 	<a href="java.util.Calendar.html#DECEMBER"><b>DECEMBER</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.sql.Types.html#DECIMAL"><b>DECIMAL</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#DECIMAL_DIGIT_NUMBER"><b>DECIMAL_DIGIT_NUMBER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.text.DecimalFormat.html#DecimalFormat()"><b>DecimalFormat</b></a>().
Constructor for class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Create a DecimalFormat using the default pattern and symbols
 for the default locale.
  <dt> 	<a href="java.text.DecimalFormat.html#DecimalFormat(java.lang.String)"><b>DecimalFormat</b></a>(String).
Constructor for class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Create a DecimalFormat from the given pattern and the symbols
 for the default locale.
  <dt> 	<a href="java.text.DecimalFormat.html#DecimalFormat(java.lang.String, java.text.DecimalFormatSymbols)"><b>DecimalFormat</b></a>(String, DecimalFormatSymbols).
Constructor for class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Create a DecimalFormat from the given pattern and symbols.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#DecimalFormatSymbols()"><b>DecimalFormatSymbols</b></a>().
Constructor for class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  Create a DecimalFormatSymbols object for the default locale.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#DecimalFormatSymbols(java.util.Locale)"><b>DecimalFormatSymbols</b></a>(Locale).
Constructor for class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  Create a DecimalFormatSymbols object for the given locale.
  <dt> 	<a href="java.lang.reflect.Member.html#DECLARED"><b>DECLARED</b></a>.
Static variable in interface java.lang.reflect.<a href="java.lang.reflect.Member.html#_top_">Member</a>
  <dd>  Identifies the set of declared members of a class or interface.
  <dt> 	<a href="java.security.Certificate.html#decode(java.io.InputStream)"><b>decode</b></a>(InputStream).
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd>  Decodes a certificate from an input stream.
  <dt> 	<a href="java.lang.Byte.html#decode(java.lang.String)"><b>decode</b></a>(String).
Static method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Decodes a String into a Byte.
  <dt> 	<a href="java.awt.Color.html#decode(java.lang.String)"><b>decode</b></a>(String).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Converts a string to an integer and returns the 
 specified color.
  <dt> 	<a href="java.awt.Font.html#decode(java.lang.String)"><b>decode</b></a>(String).
Static method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the specified font using the name passed in.
  <dt> 	<a href="java.lang.Integer.html#decode(java.lang.String)"><b>decode</b></a>(String).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Decodes a string into an Integer.
  <dt> 	<a href="java.lang.Short.html#decode(java.lang.String)"><b>decode</b></a>(String).
Static method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Decodes a String into a Short.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#def"><b>def</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Compressor for this stream.
  <dt> 	<a href="java.text.DateFormat.html#DEFAULT"><b>DEFAULT</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Constant for default style pattern.
  <dt> 	<a href="java.util.zip.Deflater.html#DEFAULT_COMPRESSION"><b>DEFAULT_COMPRESSION</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Default compression level.
  <dt> 	<a href="java.awt.Cursor.html#DEFAULT_CURSOR"><b>DEFAULT_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The default cursor type (gets set if no cursor is defined).
  <dt> 	<a href="java.awt.Frame.html#DEFAULT_CURSOR"><b>DEFAULT_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.util.zip.Deflater.html#DEFAULT_STRATEGY"><b>DEFAULT_STRATEGY</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Default compression strategy.
  <dt> 	<a href="java.awt.GridBagLayout.html#defaultConstraints"><b>defaultConstraints</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.io.ObjectInputStream.html#defaultReadObject()"><b>defaultReadObject</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Read the non-static and non-transient fields of the current class
 from this stream.
  <dt> 	<a href="java.util.Properties.html#defaults"><b>defaults</b></a>.
Variable in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  A property list that contains default values for any keys not 
 found in this property list.
  <dt> 	<a href="java.io.ObjectOutputStream.html#defaultWriteObject()"><b>defaultWriteObject</b></a>().
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Write the non-static and non-transient fields of the current class
 to this stream.
  <dt> 	<a href="java.lang.ClassLoader.html#defineClass(byte[], int, int)"><b>defineClass</b></a>(byte[], int, int).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Converts an array of bytes into an instance of class 
 <code>Class</code>.
  <dt> 	<a href="java.lang.ClassLoader.html#defineClass(java.lang.String, byte[], int, int)"><b>defineClass</b></a>(String, byte[], int, int).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Converts an array of bytes to an instance of class
 Class.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#deflate()"><b>deflate</b></a>().
Method in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Writes next block of compressed data to the output stream.
  <dt> 	<a href="java.util.zip.Deflater.html#deflate(byte[])"><b>deflate</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Fills specified buffer with compressed data.
  <dt> 	<a href="java.util.zip.Deflater.html#deflate(byte[], int, int)"><b>deflate</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Fills specified buffer with compressed data.
  <dt> 	<a href="java.util.zip.Deflater.html#DEFLATED"><b>DEFLATED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Compression method for the deflate algorithm (the only one currently
 supported).
  <dt> 	<a href="java.util.zip.ZipEntry.html#DEFLATED"><b>DEFLATED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Compression method for compressed (deflated) entries.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#DEFLATED"><b>DEFLATED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Compression method for compressed (DEFLATED) entries.
  <dt> 	<a href="java.util.zip.Deflater.html#Deflater()"><b>Deflater</b></a>().
Constructor for class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Creates a new compressor with the default compression level.
  <dt> 	<a href="java.util.zip.Deflater.html#Deflater(int)"><b>Deflater</b></a>(int).
Constructor for class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Creates a new compressor using the specified compression level.
  <dt> 	<a href="java.util.zip.Deflater.html#Deflater(int, boolean)"><b>Deflater</b></a>(int, boolean).
Constructor for class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Creates a new compressor using the specified compression level.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#DeflaterOutputStream(java.io.OutputStream)"><b>DeflaterOutputStream</b></a>(OutputStream).
Constructor for class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Creates a new output stream with a defaul compressor and buffer size.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#DeflaterOutputStream(java.io.OutputStream, java.util.zip.Deflater)"><b>DeflaterOutputStream</b></a>(OutputStream, Deflater).
Constructor for class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Creates a new output stream with the specified compressor and
 a default buffer size.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#DeflaterOutputStream(java.io.OutputStream, java.util.zip.Deflater, int)"><b>DeflaterOutputStream</b></a>(OutputStream, Deflater, int).
Constructor for class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Creates a new output stream with the specified compressor and
 buffer size.
  <dt> 	<a href="java.awt.Event.html#DELETE"><b>DELETE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Delete key.
  <dt> 	<a href="java.io.File.html#delete()"><b>delete</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Deletes the file specified by this object.
  <dt> 	<a href="java.util.Observable.html#deleteObserver(java.util.Observer)"><b>deleteObserver</b></a>(Observer).
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Deletes an observer from the set of observers of this object.
  <dt> 	<a href="java.util.Observable.html#deleteObservers()"><b>deleteObservers</b></a>().
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Clears the observer list so that this object no longer has any observers.
  <dt> 	<a href="java.security.acl.Owner.html#deleteOwner(java.security.Principal, java.security.Principal)"><b>deleteOwner</b></a>(Principal, Principal).
Method in interface java.security.acl.<a href="java.security.acl.Owner.html#_top_">Owner</a>
  <dd> 
 Deletes an owner.
  <dt> 	<a href="java.awt.MenuItem.html#deleteShortcut()"><b>deleteShortcut</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Delete any <code>MenuShortcut</code> object associated
 with this menu item.
  <dt> 	<a href="java.awt.MenuBar.html#deleteShortcut(java.awt.MenuShortcut)"><b>deleteShortcut</b></a>(MenuShortcut).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Deletes the specified menu shortcut.
  <dt> 	<a href="java.awt.List.html#delItem(int)"><b>delItem</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Removes the item at the specified position from this list.
  <dt> 	<a href="java.awt.peer.MenuPeer.html#delItem(int)"><b>delItem</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuPeer.html#_top_">MenuPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.List.html#delItems(int, int)"><b>delItems</b></a>(int, int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ListPeer.html#delItems(int, int)"><b>delItems</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#deliverEvent(java.awt.Event)"><b>deliverEvent</b></a>(Event).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Container.html#deliverEvent(java.awt.Event)"><b>deliverEvent</b></a>(Event).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.MenuBarPeer.html#delMenu(int)"><b>delMenu</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuBarPeer.html#_top_">MenuBarPeer</a>
  <dd> 
  <dt> 	<a href="java.sql.DriverManager.html#deregisterDriver(java.sql.Driver)"><b>deregisterDriver</b></a>(Driver).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Drop a Driver from the DriverManager's list.
  <dt> 	<a href="java.sql.DriverPropertyInfo.html#description"><b>description</b></a>.
Variable in class java.sql.<a href="java.sql.DriverPropertyInfo.html#_top_">DriverPropertyInfo</a>
  <dd>  A brief description of the property.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#description()"><b>description</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd> Return a description of the array.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#description()"><b>description</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd> Return a (somewhat verbose) description.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#description()"><b>description</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd> Return a description of the object.
  <dt> 	<a href="sun.tools.debug.RemoteString.html#description()"><b>description</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteString.html#_top_">RemoteString</a>
  <dd> Return the string value, or "null"
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#description()"><b>description</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd> Return a description of the RemoteValue.
  <dt> 	<a href="java.awt.List.html#deselect(int)"><b>deselect</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Deselects the item at the specified index.
  <dt> 	<a href="java.awt.peer.ListPeer.html#deselect(int)"><b>deselect</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ItemEvent.html#DESELECTED"><b>DESELECTED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd> 
 The item de-selected state change type.
  <dt> 	<a href="java.awt.SystemColor.html#desktop"><b>desktop</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The color of the desktop background.
  <dt> 	<a href="java.awt.SystemColor.html#DESKTOP"><b>DESKTOP</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the desktop background color.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#destHeight"><b>destHeight</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.applet.Applet.html#destroy()"><b>destroy</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Called by the browser or applet viewer to inform 
 this applet that it is being reclaimed and that it should destroy 
 any resources that it has allocated.
  <dt> 	<a href="java.lang.Process.html#destroy()"><b>destroy</b></a>().
Method in class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd>  Kills the subprocess.
  <dt> 	<a href="java.lang.Thread.html#destroy()"><b>destroy</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Destroys this thread, without any cleanup.
  <dt> 	<a href="java.lang.ThreadGroup.html#destroy()"><b>destroy</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Destroys this thread group and all of its subgroups.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#destWidth"><b>destWidth</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.rmi.RemoteException.html#detail"><b>detail</b></a>.
Variable in class java.rmi.<a href="java.rmi.RemoteException.html#_top_">RemoteException</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.ServerCloneException.html#detail"><b>detail</b></a>.
Variable in class java.rmi.server.<a href="java.rmi.server.ServerCloneException.html#_top_">ServerCloneException</a>
  <dd> 
  <dt> 	<a href="java.io.WriteAbortedException.html#detail"><b>detail</b></a>.
Variable in class java.io.<a href="java.io.WriteAbortedException.html#_top_">WriteAbortedException</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.ObjID.html#DGC_ID"><b>DGC_ID</b></a>.
Static variable in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd> well-known id for the distributed garbage collector
  <dt> 	<a href="java.awt.Dialog.html#Dialog(java.awt.Frame)"><b>Dialog</b></a>(Frame).
Constructor for class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Constructs an initially invisible Dialog with an empty title.
  <dt> 	<a href="java.awt.Dialog.html#Dialog(java.awt.Frame, boolean)"><b>Dialog</b></a>(Frame, boolean).
Constructor for class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Constructs an initially invisible Dialog with an empty title.
  <dt> 	<a href="java.awt.Dialog.html#Dialog(java.awt.Frame, java.lang.String)"><b>Dialog</b></a>(Frame, String).
Constructor for class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Constructs an initially invisible Dialog with a title.
  <dt> 	<a href="java.awt.Dialog.html#Dialog(java.awt.Frame, java.lang.String, boolean)"><b>Dialog</b></a>(Frame, String, boolean).
Constructor for class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Constructs an initially invisible Dialog with a title.
  <dt> 	<a href="java.util.Dictionary.html#Dictionary()"><b>Dictionary</b></a>().
Constructor for class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd> 
  <dt> 	<a href="java.security.DigestInputStream.html#digest"><b>digest</b></a>.
Variable in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  The message digest associated with this stream.
  <dt> 	<a href="java.security.DigestOutputStream.html#digest"><b>digest</b></a>.
Variable in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  The message digest associated with this stream.
  <dt> 	<a href="java.security.MessageDigest.html#digest()"><b>digest</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Completes the hash computation by performing final operations
 such as padding.
  <dt> 	<a href="java.security.MessageDigest.html#digest(byte[])"><b>digest</b></a>(byte[]).
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Performs a final update on the digest using the specified array 
 of bytes, then completes the digest computation.
  <dt> 	<a href="java.security.DigestException.html#DigestException()"><b>DigestException</b></a>().
Constructor for class java.security.<a href="java.security.DigestException.html#_top_">DigestException</a>
  <dd>  Constructs a DigestException with no detail message.
  <dt> 	<a href="java.security.DigestException.html#DigestException(java.lang.String)"><b>DigestException</b></a>(String).
Constructor for class java.security.<a href="java.security.DigestException.html#_top_">DigestException</a>
  <dd>  Constructs a DigestException with the specified detail
 message.
  <dt> 	<a href="java.security.DigestInputStream.html#DigestInputStream(java.io.InputStream, java.security.MessageDigest)"><b>DigestInputStream</b></a>(InputStream, MessageDigest).
Constructor for class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Creates a digest input stream, using the specified input stream
 and message digest.
  <dt> 	<a href="java.security.DigestOutputStream.html#DigestOutputStream(java.io.OutputStream, java.security.MessageDigest)"><b>DigestOutputStream</b></a>(OutputStream, MessageDigest).
Constructor for class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Creates a digest output stream, using the specified output stream
 and message digest.
  <dt> 	<a href="java.lang.Character.html#digit(char, int)"><b>digit</b></a>(char, int).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Returns the numeric value of the character <code>ch</code> in the 
 specified radix.
  <dt> 	<a href="java.awt.Dimension.html#Dimension()"><b>Dimension</b></a>().
Constructor for class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd> 
 Creates an instance of <code>Dimension</code> with a width 
 of zero and a height of zero.
  <dt> 	<a href="java.awt.Dimension.html#Dimension(java.awt.Dimension)"><b>Dimension</b></a>(Dimension).
Constructor for class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd> 
 Creates an instance of <code>Dimension</code> whose width  
 and height are the same as for the specified dimension.
  <dt> 	<a href="java.awt.Dimension.html#Dimension(int, int)"><b>Dimension</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd> 
 Constructs a Dimension and initializes it to the specified width and
 specified height.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#DirectColorModel(int, int, int, int)"><b>DirectColorModel</b></a>(int, int, int, int).
Constructor for class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Constructs a DirectColorModel from the given masks specifying
 which bits in the pixel contain the red, green and blue color
 components.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#DirectColorModel(int, int, int, int, int)"><b>DirectColorModel</b></a>(int, int, int, int, int).
Constructor for class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Constructs a DirectColorModel from the given masks specifying
 which bits in the pixel contain the alhpa, red, green and blue
 color components.
  <dt> 	<a href="java.rmi.dgc.DGC.html#dirty(java.rmi.server.ObjID[], long, java.rmi.dgc.Lease)"><b>dirty</b></a>(ObjID[], long, Lease).
Method in interface java.rmi.dgc.<a href="java.rmi.dgc.DGC.html#_top_">DGC</a>
  <dd>  The dirty call requests leases for the remote object references
 associated with the object identifiers contained in the array
 'ids'.
  <dt> 	<a href="java.lang.Compiler.html#disable()"><b>disable</b></a>().
Static method in class java.lang.<a href="java.lang.Compiler.html#_top_">Compiler</a>
  <dd>  Cause the Compiler to cease operation.
  <dt> 	<a href="java.awt.Component.html#disable()"><b>disable</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#disable()"><b>disable</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by setEnabled(boolean).
  <dt> 	<a href="java.awt.MenuItem.html#disable()"><b>disable</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.MenuItemPeer.html#disable()"><b>disable</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.MenuItemPeer.html#_top_">MenuItemPeer</a>
  <dd>  DEPRECATED:  Replaced by setEnabled(boolean).
  <dt> 	<a href="java.awt.Component.html#disableEvents(long)"><b>disableEvents</b></a>(long).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Disables the events defined by the specified event mask parameter
 from being delivered to this component.
  <dt> 	<a href="java.awt.MenuItem.html#disableEvents(long)"><b>disableEvents</b></a>(long).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Disables event delivery to this menu item for events
 defined by the specified event mask parameter.
  <dt> 	<a href="java.net.HttpURLConnection.html#disconnect()"><b>disconnect</b></a>().
Method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Close the connection to the server.
  <dt> 	<a href="java.awt.peer.ActiveEvent.html#dispatch()"><b>dispatch</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ActiveEvent.html#_top_">ActiveEvent</a>
  <dd>  Dispatch the event to it's target, listeners of the events source, 
 or do whatever it is this event is supposed to do.
  <dt> 	<a href="java.rmi.server.Skeleton.html#dispatch(java.rmi.Remote, java.rmi.server.RemoteCall, int, long)"><b>dispatch</b></a>(Remote, RemoteCall, int, long).
Method in interface java.rmi.server.<a href="java.rmi.server.Skeleton.html#_top_">Skeleton</a>
  <dd>  Unmarshals arguments, calls the actual remote object implementation,
 and marshals the return value or any exception.
  <dt> 	<a href="java.awt.Component.html#dispatchEvent(java.awt.AWTEvent)"><b>dispatchEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Dispatches an event to this component or one of its sub components.
  <dt> 	<a href="java.awt.MenuComponent.html#dispatchEvent(java.awt.AWTEvent)"><b>dispatchEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd> 
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#dispose()"><b>dispose</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Frame.html#dispose()"><b>dispose</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Disposes of the Frame.
  <dt> 	<a href="java.awt.Graphics.html#dispose()"><b>dispose</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Disposes of this graphics context and releases
 any system resources that it is using.
  <dt> 	<a href="java.awt.peer.MenuComponentPeer.html#dispose()"><b>dispose</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.MenuComponentPeer.html#_top_">MenuComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Window.html#dispose()"><b>dispose</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Disposes of this window.
  <dt> 	<a href="java.math.BigDecimal.html#divide(java.math.BigDecimal, int)"><b>divide</b></a>(BigDecimal, int).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is (this / val), and whose scale
 is this.scale().
  <dt> 	<a href="java.math.BigDecimal.html#divide(java.math.BigDecimal, int, int)"><b>divide</b></a>(BigDecimal, int, int).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is (this / val), and whose scale
 is as specified.
  <dt> 	<a href="java.math.BigInteger.html#divide(java.math.BigInteger)"><b>divide</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this / val).
  <dt> 	<a href="java.math.BigInteger.html#divideAndRemainder(java.math.BigInteger)"><b>divideAndRemainder</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns an array of two BigIntegers.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#doesMaxRowSizeIncludeBlobs()"><b>doesMaxRowSizeIncludeBlobs</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY
 blobs?

 
  <dt> 	<a href="java.net.URLConnection.html#doInput"><b>doInput</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  This variable is set by the <code>setDoInput</code> method.
  <dt> 	<a href="java.awt.Component.html#doLayout()"><b>doLayout</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prompts the layout manager to lay out this component.
  <dt> 	<a href="java.awt.Container.html#doLayout()"><b>doLayout</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Causes this container to lay out its components.
  <dt> 	<a href="java.awt.ScrollPane.html#doLayout()"><b>doLayout</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Lays out this container by resizing its child to its preferred size.
  <dt> 	<a href="java.text.BreakIterator.html#DONE"><b>DONE</b></a>.
Static variable in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  DONE is returned by previous() and next() after all valid
 boundaries have been returned.
  <dt> 	<a href="java.text.CharacterIterator.html#DONE"><b>DONE</b></a>.
Static variable in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Constant that is returned when the iterator has reached either the end
 or the beginning of the text.
  <dt> 	<a href="java.rmi.server.RemoteCall.html#done()"><b>done</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Allow cleanup after the remote call has completed.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#done(java.rmi.server.RemoteCall)"><b>done</b></a>(RemoteCall).
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Allows the remote reference to clean up (or reuse) the connection.
  <dt> 	<a href="java.beans.Visibility.html#dontUseGui()"><b>dontUseGui</b></a>().
Method in interface java.beans.<a href="java.beans.Visibility.html#_top_">Visibility</a>
  <dd>  This method instructs the bean that it should not use the Gui.
  <dt> 	<a href="java.net.URLConnection.html#doOutput"><b>doOutput</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  This variable is set by the <code>setDoOutput</code> method.
  <dt> 	<a href="java.sql.Types.html#DOUBLE"><b>DOUBLE</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.lang.Double.html#Double(double)"><b>Double</b></a>(double).
Constructor for class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Constructs a newly allocated <code>Double</code> object that 
 represents the primitive <code>double</code> argument.
  <dt> 	<a href="java.lang.Double.html#Double(java.lang.String)"><b>Double</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Constructs a newly allocated <code>Double</code> object that 
 represents the floating- point value of type <code>double</code> 
 represented by the string.
  <dt> 	<a href="java.lang.Double.html#doubleToLongBits(double)"><b>doubleToLongBits</b></a>(double).
Static method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns a representation of the specified floating-point value 
 according to the IEEE 754 floating-point "double 
 format" bit layout.
  <dt> 	<a href="java.math.BigDecimal.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Converts the number to a double.
  <dt> 	<a href="java.math.BigInteger.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Converts the number to a double.
  <dt> 	<a href="java.lang.Byte.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns the value of this Byte as a double.
  <dt> 	<a href="java.lang.Double.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the double value of this Double.
  <dt> 	<a href="java.lang.Float.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the double value of this Float.
  <dt> 	<a href="java.lang.Integer.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns the value of this Integer as a double.
  <dt> 	<a href="java.lang.Long.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns the value of this Long as a double.
  <dt> 	<a href="java.lang.Number.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd>  Returns the value of the specified number as a <code>double</code>.
  <dt> 	<a href="java.lang.Short.html#doubleValue()"><b>doubleValue</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns the value of this Short as a double.
  <dt> 	<a href="java.awt.Event.html#DOWN"><b>DOWN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Down Arrow key, a non-ASCII action key.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#down(int)"><b>down</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Change the current stackframe to be one or more frames lower
 (as in, toward the current program counter).
  <dt> 	<a href="java.io.ObjectOutputStream.html#drain()"><b>drain</b></a>().
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Drain any buffered data in ObjectOutputStream.
  <dt> 	<a href="java.awt.Graphics.html#draw3DRect(int, int, int, int, boolean)"><b>draw3DRect</b></a>(int, int, int, int, boolean).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws a 3-D highlighted outline of the specified rectangle.
  <dt> 	<a href="java.awt.Graphics.html#drawArc(int, int, int, int, int, int)"><b>drawArc</b></a>(int, int, int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the outline of a circular or elliptical arc
 covering the specified rectangle.
  <dt> 	<a href="java.awt.Graphics.html#drawBytes(byte[], int, int, int, int)"><b>drawBytes</b></a>(byte[], int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the text given by the specified byte array, using this
 graphics context's current font and color.
  <dt> 	<a href="java.awt.Graphics.html#drawChars(char[], int, int, int, int)"><b>drawChars</b></a>(char[], int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the text given by the specified character array, using this
 graphics context's current font and color.
  <dt> 	<a href="java.awt.Graphics.html#drawImage(java.awt.Image, int, int, java.awt.Color, java.awt.image.ImageObserver)"><b>drawImage</b></a>(Image, int, int, Color, ImageObserver).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws as much of the specified image as is currently available.
  <dt> 	<a href="java.awt.Graphics.html#drawImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>drawImage</b></a>(Image, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws as much of the specified image as is currently available.
  <dt> 	<a href="java.awt.Graphics.html#drawImage(java.awt.Image, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver)"><b>drawImage</b></a>(Image, int, int, int, int, Color, ImageObserver).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws as much of the specified image as has already been scaled
 to fit inside the specified rectangle.
  <dt> 	<a href="java.awt.Graphics.html#drawImage(java.awt.Image, int, int, int, int, java.awt.image.ImageObserver)"><b>drawImage</b></a>(Image, int, int, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws as much of the specified image as has already been scaled
 to fit inside the specified rectangle.
  <dt> 	<a href="java.awt.Graphics.html#drawImage(java.awt.Image, int, int, int, int, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver)"><b>drawImage</b></a>(Image, int, int, int, int, int, int, int, int, Color, ImageObserver).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Graphics.html#drawImage(java.awt.Image, int, int, int, int, int, int, int, int, java.awt.image.ImageObserver)"><b>drawImage</b></a>(Image, int, int, int, int, int, int, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Graphics.html#drawLine(int, int, int, int)"><b>drawLine</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws a line, using the current color, between the points
 <code>(x1,&nbsp;y1)</code> and <code>(x2,&nbsp;y2)</code>
 in this graphics context's coordinate system.
  <dt> 	<a href="java.awt.Graphics.html#drawOval(int, int, int, int)"><b>drawOval</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the outline of an oval.
  <dt> 	<a href="java.awt.Graphics.html#drawPolygon(int[], int[], int)"><b>drawPolygon</b></a>(int[], int[], int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws a closed polygon defined by
 arrays of <i>x</i> and <i>y</i> coordinates.
  <dt> 	<a href="java.awt.Graphics.html#drawPolygon(java.awt.Polygon)"><b>drawPolygon</b></a>(Polygon).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the outline of a polygon defined by the specified
 <code>Polygon</code> object.
  <dt> 	<a href="java.awt.Graphics.html#drawPolyline(int[], int[], int)"><b>drawPolyline</b></a>(int[], int[], int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws a sequence of connected lines defined by
 arrays of <i>x</i> and <i>y</i> coordinates.
  <dt> 	<a href="java.awt.Graphics.html#drawRect(int, int, int, int)"><b>drawRect</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the outline of the specified rectangle.
  <dt> 	<a href="java.awt.Graphics.html#drawRoundRect(int, int, int, int, int, int)"><b>drawRoundRect</b></a>(int, int, int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws an outlined round-cornered rectangle using this graphics
 context's current color.
  <dt> 	<a href="java.awt.Graphics.html#drawString(java.lang.String, int, int)"><b>drawString</b></a>(String, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Draws the text given by the specified string, using this
 graphics context's current font and color.
  <dt> 	<a href="java.sql.DriverPropertyInfo.html#DriverPropertyInfo(java.lang.String, java.lang.String)"><b>DriverPropertyInfo</b></a>(String, String).
Constructor for class java.sql.<a href="java.sql.DriverPropertyInfo.html#_top_">DriverPropertyInfo</a>
  <dd>  Constructor a DriverPropertyInfo with a name and value; other
 members default to their initial values.
  <dt> 	<a href="java.util.Calendar.html#DST_OFFSET"><b>DST_OFFSET</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#dumpStack()"><b>dumpStack</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Dump the stack.
  <dt> 	<a href="java.lang.Thread.html#dumpStack()"><b>dumpStack</b></a>().
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Prints a stack trace of the current thread.
</dl>
<a name="Thumb-E"></a>
<hr>
<h2>
<a name="Thumb-E"><b> E </b></a>
</h2>
<dl>
  <dt> 	<a href="java.lang.Math.html#E"><b>E</b></a>.
Static variable in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  The <code>double</code> value that is closer than any other to 
 <code>e</code>, the base of the natural logarithms.
  <dt> 	<a href="java.awt.Cursor.html#E_RESIZE_CURSOR"><b>E_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The east-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#E_RESIZE_CURSOR"><b>E_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.awt.BorderLayout.html#EAST"><b>EAST</b></a>.
Static variable in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  The east layout constraint (left side of container).
  <dt> 	<a href="java.awt.GridBagConstraints.html#EAST"><b>EAST</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component on the right side of its display area,
 centered vertically.
  <dt> 	<a href="java.awt.TextField.html#echoCharIsSet()"><b>echoCharIsSet</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Indicates whether or not this text field has a
 character set for echoing.
  <dt> 	<a href="java.util.Vector.html#elementAt(int)"><b>elementAt</b></a>(int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns the component at the specified index.
  <dt> 	<a href="java.util.Vector.html#elementCount"><b>elementCount</b></a>.
Variable in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  The number of valid components in the vector.
  <dt> 	<a href="java.util.Vector.html#elementData"><b>elementData</b></a>.
Variable in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  The array buffer into which the components of the vector are 
 stored.
  <dt> 	<a href="java.util.Dictionary.html#elements()"><b>elements</b></a>().
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Returns an enumeration of the values in this dictionary.
  <dt> 	<a href="java.util.Hashtable.html#elements()"><b>elements</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Returns an enumeration of the values in this hashtable.
  <dt> 	<a href="java.util.Vector.html#elements()"><b>elements</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns an enumeration of the components of this vector.
  <dt> 	<a href="java.util.Stack.html#empty()"><b>empty</b></a>().
Method in class java.util.<a href="java.util.Stack.html#_top_">Stack</a>
  <dd>  Tests if this stack is empty.
  <dt> 	<a href="java.util.EmptyStackException.html#EmptyStackException()"><b>EmptyStackException</b></a>().
Constructor for class java.util.<a href="java.util.EmptyStackException.html#_top_">EmptyStackException</a>
  <dd>  Constructs a new <code>EmptyStackException</code> with no detail message.
  <dt> 	<a href="java.lang.Compiler.html#enable()"><b>enable</b></a>().
Static method in class java.lang.<a href="java.lang.Compiler.html#_top_">Compiler</a>
  <dd>  Cause the Compiler to resume operation.
  <dt> 	<a href="java.awt.Component.html#enable()"><b>enable</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#enable()"><b>enable</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by setEnabled(boolean).
  <dt> 	<a href="java.awt.MenuItem.html#enable()"><b>enable</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.MenuItemPeer.html#enable()"><b>enable</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.MenuItemPeer.html#_top_">MenuItemPeer</a>
  <dd>  DEPRECATED:  Replaced by setEnabled(boolean).
  <dt> 	<a href="java.awt.Component.html#enable(boolean)"><b>enable</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.MenuItem.html#enable(boolean)"><b>enable</b></a>(boolean).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  
  <dt> 	<a href="java.awt.Component.html#enableEvents(long)"><b>enableEvents</b></a>(long).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Enables the events defined by the specified event mask parameter
 to be delivered to this component.
  <dt> 	<a href="java.awt.MenuItem.html#enableEvents(long)"><b>enableEvents</b></a>(long).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Enables event delivery to this menu item for events
 to be defined by the specified event mask parameter
 <p>
 Since event types are automatically enabled when a listener for
 that type is added to the menu item, this method only needs
 to be invoked by subclasses of <code>MenuItem</code> which desire to
 have the specified event types delivered to <code>processEvent</code>
 regardless of whether a listener is registered.
  <dt> 	<a href="java.io.ObjectOutputStream.html#enableReplaceObject(boolean)"><b>enableReplaceObject</b></a>(boolean).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Enable the stream to do replacement of objects in the stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#enableResolveObject(boolean)"><b>enableResolveObject</b></a>(boolean).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Enable the stream to allow objects read from the stream to be replaced.
  <dt> 	<a href="java.lang.Character.html#ENCLOSING_MARK"><b>ENCLOSING_MARK</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.security.Certificate.html#encode(java.io.OutputStream)"><b>encode</b></a>(OutputStream).
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd>  Encodes the certificate to an output stream in a format that can
 be decoded by the <code>decode</code> method.
  <dt> 	<a href="java.net.URLEncoder.html#encode(java.lang.String)"><b>encode</b></a>(String).
Static method in class java.net.<a href="java.net.URLEncoder.html#_top_">URLEncoder</a>
  <dd>  Translates a string into <code>x-www-form-urlencoded</code> format.
  <dt> 	<a href="java.awt.Event.html#END"><b>END</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The End key, a non-ASCII action key.
  <dt> 	<a href="java.util.zip.Deflater.html#end()"><b>end</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Discards unprocessed input and frees internal data.
  <dt> 	<a href="java.util.zip.Inflater.html#end()"><b>end</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Discards unprocessed input and frees internal data.
  <dt> 	<a href="java.awt.PrintJob.html#end()"><b>end</b></a>().
Method in class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd>  Ends the print job and does any necessary cleanup.
  <dt> 	<a href="java.lang.Character.html#END_PUNCTUATION"><b>END_PUNCTUATION</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.lang.String.html#endsWith(java.lang.String)"><b>endsWith</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Tests if this string ends with the specified suffix.
  <dt> 	<a href="java.awt.peer.ContainerPeer.html#endValidate()"><b>endValidate</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ContainerPeer.html#_top_">ContainerPeer</a>
  <dd> 
  <dt> 	<a href="java.security.MessageDigest.html#engineDigest()"><b>engineDigest</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  <b>SPI</b>: Completes the hash computation by performing final
 operations such as padding.
  <dt> 	<a href="java.security.Signature.html#engineGetParameter(java.lang.String)"><b>engineGetParameter</b></a>(String).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  <b>SPI</b>: Gets the value of the specified algorithm parameter.
  <dt> 	<a href="java.security.Signature.html#engineInitSign(java.security.PrivateKey)"><b>engineInitSign</b></a>(PrivateKey).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  <b>SPI</b>: Initializes this signature object with the specified
 private key for signing operations.
  <dt> 	<a href="java.security.Signature.html#engineInitVerify(java.security.PublicKey)"><b>engineInitVerify</b></a>(PublicKey).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  <b>SPI</b>: Initializes this signature object with the specified
 public key for verification operations.
  <dt> 	<a href="java.security.MessageDigest.html#engineReset()"><b>engineReset</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  <b>SPI</b>: Resets the digest for further use.
  <dt> 	<a href="java.security.Signature.html#engineSetParameter(java.lang.String, java.lang.Object)"><b>engineSetParameter</b></a>(String, Object).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  <b>SPI</b>: Sets the specified algorithm parameter to the specified
 value.
  <dt> 	<a href="java.security.Signature.html#engineSign()"><b>engineSign</b></a>().
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 <b>SPI</b>: Returns the signature bytes of all the data
 updated so far.
  <dt> 	<a href="java.security.MessageDigest.html#engineUpdate(byte)"><b>engineUpdate</b></a>(byte).
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  <b>SPI</b>: Updates the digest using the specified byte.
  <dt> 	<a href="java.security.Signature.html#engineUpdate(byte)"><b>engineUpdate</b></a>(byte).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  <b>SPI</b>: Updates the data to be signed or verified
 using the specified byte.
  <dt> 	<a href="java.security.MessageDigest.html#engineUpdate(byte[], int, int)"><b>engineUpdate</b></a>(byte[], int, int).
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  <b>SPI</b>: Updates the digest using the specified array of bytes,    
 starting at the specified offset.
  <dt> 	<a href="java.security.Signature.html#engineUpdate(byte[], int, int)"><b>engineUpdate</b></a>(byte[], int, int).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  <b>SPI</b>: Updates the data to be signed or verified, using the 
 specified array of bytes, starting at the specified offset.
  <dt> 	<a href="java.security.Signature.html#engineVerify(byte[])"><b>engineVerify</b></a>(byte[]).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 <b>SPI</b>: Verifies the passed-in signature.
  <dt> 	<a href="java.util.Locale.html#ENGLISH"><b>ENGLISH</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.lang.StringBuffer.html#ensureCapacity(int)"><b>ensureCapacity</b></a>(int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Ensures that the capacity of the buffer is at least equal to the
 specified minimum.
  <dt> 	<a href="java.util.Vector.html#ensureCapacity(int)"><b>ensureCapacity</b></a>(int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Increases the capacity of this vector, if necessary, to ensure 
 that it can hold at least the number of components specified by 
 the minimum capacity argument.
  <dt> 	<a href="java.awt.Event.html#ENTER"><b>ENTER</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Enter key.
  <dt> 	<a href="java.security.acl.Acl.html#entries()"><b>entries</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Returns an enumeration of the entries in this ACL.
  <dt> 	<a href="java.util.zip.ZipFile.html#entries()"><b>entries</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Returns an enumeration of the ZIP file entries.
  <dt> 	<a href="java.lang.Thread.html#enumerate(java.lang.Thread[])"><b>enumerate</b></a>(Thread[]).
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Copies into the specified array every active thread in this
 thread group and its subgroups.
  <dt> 	<a href="java.lang.ThreadGroup.html#enumerate(java.lang.Thread[])"><b>enumerate</b></a>(Thread[]).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Copies into the specified array every active thread in this 
 thread group and its subgroups.
  <dt> 	<a href="java.lang.ThreadGroup.html#enumerate(java.lang.Thread[], boolean)"><b>enumerate</b></a>(Thread[], boolean).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Copies into the specified array every active thread in this 
 thread group.
  <dt> 	<a href="java.lang.ThreadGroup.html#enumerate(java.lang.ThreadGroup[])"><b>enumerate</b></a>(ThreadGroup[]).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Copies into the specified array references to every active 
 subgroup in this thread group.
  <dt> 	<a href="java.lang.ThreadGroup.html#enumerate(java.lang.ThreadGroup[], boolean)"><b>enumerate</b></a>(ThreadGroup[], boolean).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Copies into the specified array references to every active 
 subgroup in this thread group.
  <dt> 	<a href="java.io.OptionalDataException.html#eof"><b>eof</b></a>.
Variable in class java.io.<a href="java.io.OptionalDataException.html#_top_">OptionalDataException</a>
  <dd>  True if there is no more data in the buffered part of the stream.
  <dt> 	<a href="java.io.EOFException.html#EOFException()"><b>EOFException</b></a>().
Constructor for class java.io.<a href="java.io.EOFException.html#_top_">EOFException</a>
  <dd>  Constructs an <code>EOFException</code> with no detail message.
  <dt> 	<a href="java.io.EOFException.html#EOFException(java.lang.String)"><b>EOFException</b></a>(String).
Constructor for class java.io.<a href="java.io.EOFException.html#_top_">EOFException</a>
  <dd>  Constructs an <code>EOFException</code> with the specified detail
 message.
  <dt> 	<a href="java.io.StreamTokenizer.html#eolIsSignificant(boolean)"><b>eolIsSignificant</b></a>(boolean).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Determines whether or not ends of line are treated as tokens.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#eos"><b>eos</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  Indicates end of input stream.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#equals(java.awt.datatransfer.DataFlavor)"><b>equals</b></a>(DataFlavor).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd> 
  <dt> 	<a href="java.awt.MenuShortcut.html#equals(java.awt.MenuShortcut)"><b>equals</b></a>(MenuShortcut).
Method in class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd>  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.
  <dt> 	<a href="java.math.BigDecimal.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns true iff x is a BigDecimal whose value is equal to this number.
  <dt> 	<a href="java.math.BigInteger.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns true iff x is a BigInteger whose value is equal to this number.
  <dt> 	<a href="java.util.BitSet.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Compares this object against the specified object.
  <dt> 	<a href="java.lang.Boolean.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Returns <code>true</code> if and only if the argument is not 
 <code>null</code> and is a <code>Boolean </code>object that 
 contains the same <code>boolean</code> value as this object.
  <dt> 	<a href="java.lang.Byte.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Compares this object to the specified object.
  <dt> 	<a href="java.util.Calendar.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Compares this calendar to the specified object.
  <dt> 	<a href="java.lang.Character.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Compares this object against the specified object.
  <dt> 	<a href="java.text.ChoiceFormat.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Equality comparision between two

  <dt> 	<a href="java.text.CollationKey.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.CollationKey.html#_top_">CollationKey</a>
  <dd>  Compare this CollationKey and the target CollationKey for equality.
  <dt> 	<a href="java.text.Collator.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Compares the equality of two Collators.
  <dt> 	<a href="java.awt.Color.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Determines whether another object is equal to this color.
  <dt> 	<a href="java.lang.reflect.Constructor.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Compares this Constructor against the specified object.
  <dt> 	<a href="java.util.Date.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Compares two dates.
  <dt> 	<a href="java.text.DateFormat.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Overrides equals

  <dt> 	<a href="java.text.DateFormatSymbols.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Override equals

  <dt> 	<a href="java.text.DecimalFormat.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Overrides equals

  <dt> 	<a href="java.text.DecimalFormatSymbols.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  Override equals

  <dt> 	<a href="java.awt.Dimension.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  Checks whether two dimension objects have equal values.
  <dt> 	<a href="java.lang.Double.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Compares this object against the specified object.
  <dt> 	<a href="java.lang.reflect.Field.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Compares this Field against the specified object.
  <dt> 	<a href="java.io.File.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Compares this object against the specified object.
  <dt> 	<a href="java.lang.Float.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Compares this object against some other object.
  <dt> 	<a href="java.awt.Font.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Compares this object to the specifed object.
  <dt> 	<a href="java.util.GregorianCalendar.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Compares this calendar to the specified object.
  <dt> 	<a href="java.security.Identity.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Tests for equality between the specified object and this identity.
  <dt> 	<a href="java.net.InetAddress.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Compares this object against the specified object.
  <dt> 	<a href="java.awt.Insets.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  Checks whether two insets objects are equal.
  <dt> 	<a href="java.lang.Integer.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Compares this object to the specified object.
  <dt> 	<a href="java.util.Locale.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Compares two Objects for equality.
  <dt> 	<a href="java.lang.Long.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Compares this object against the specified object.
  <dt> 	<a href="java.text.MessageFormat.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Equality comparision between two message format objects

  <dt> 	<a href="java.lang.reflect.Method.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Compares this Method against the specified object.
  <dt> 	<a href="java.text.NumberFormat.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Overrides equals

  <dt> 	<a href="java.lang.Object.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Compares two Objects for equality.
  <dt> 	<a href="java.rmi.server.ObjID.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  Two object identifiers are considered equal if they have the
 same contents.
  <dt> 	<a href="java.security.acl.Permission.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in interface java.security.acl.<a href="java.security.acl.Permission.html#_top_">Permission</a>
  <dd>  Returns true if the object passed matches the permission represented 
 in this interface.
  <dt> 	<a href="java.awt.Point.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Determines whether two points are equal.
  <dt> 	<a href="java.security.Principal.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in interface java.security.<a href="java.security.Principal.html#_top_">Principal</a>
  <dd>  Compares this principal to the specified object.
  <dt> 	<a href="java.awt.Rectangle.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Checks whether two rectangles are equal.
  <dt> 	<a href="java.rmi.server.RemoteObject.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.rmi.server.<a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Compares two remote objects for equality.
  <dt> 	<a href="java.text.RuleBasedCollator.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Compares the equality of two collation objects.
  <dt> 	<a href="java.lang.Short.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Compares this object to the specified object.
  <dt> 	<a href="java.text.SimpleDateFormat.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Override equals.
  <dt> 	<a href="java.util.SimpleTimeZone.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Compares the equality of two SimpleTimeZone objects.
  <dt> 	<a href="java.lang.String.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Compares this string to the specified object.
  <dt> 	<a href="java.text.StringCharacterIterator.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Compares the equality of two StringCharacterIterator objects.
  <dt> 	<a href="java.rmi.server.UID.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Compares two Objects for equality.
  <dt> 	<a href="java.net.URL.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Compares two URLs.
  <dt> 	<a href="java.rmi.dgc.VMID.html#equals(java.lang.Object)"><b>equals</b></a>(Object).
Method in class java.rmi.dgc.<a href="java.rmi.dgc.VMID.html#_top_">VMID</a>
  <dd>  Compare this VMID to another, and return true if they are the
 same identifier.
  <dt> 	<a href="java.text.Collator.html#equals(java.lang.String, java.lang.String)"><b>equals</b></a>(String, String).
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Convenience method for comparing the equality of two strings based on
 this Collator's collation rules.
  <dt> 	<a href="java.sql.Timestamp.html#equals(java.sql.Timestamp)"><b>equals</b></a>(Timestamp).
Method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Test Timestamp values for equality

 
  <dt> 	<a href="java.lang.String.html#equalsIgnoreCase(java.lang.String)"><b>equalsIgnoreCase</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Compares this String to another object.
  <dt> 	<a href="java.util.Calendar.html#ERA"><b>ERA</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#ERA_FIELD"><b>ERA_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for ERA field alignment.
  <dt> 	<a href="java.io.FileDescriptor.html#err"><b>err</b></a>.
Static variable in class java.io.<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a>
  <dd>  A handle to the standard error stream.
  <dt> 	<a href="java.lang.System.html#err"><b>err</b></a>.
Static variable in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  The "standard" error output stream.
  <dt> 	<a href="java.awt.image.ImageObserver.html#ERROR"><b>ERROR</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  An image which was being tracked asynchronously has encountered
 an error.
  <dt> 	<a href="java.lang.Error.html#Error()"><b>Error</b></a>().
Constructor for class java.lang.<a href="java.lang.Error.html#_top_">Error</a>
  <dd>  Constructs an <code>Error</code> with no specified detail message.
  <dt> 	<a href="java.lang.Error.html#Error(java.lang.String)"><b>Error</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Error.html#_top_">Error</a>
  <dd>  Constructs an Error with the specified detail message.
  <dt> 	<a href="java.awt.MediaTracker.html#ERRORED"><b>ERRORED</b></a>.
Static variable in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Flag indicating that the downloading of some media encountered 
 an error.
  <dt> 	<a href="java.awt.Event.html#ESCAPE"><b>ESCAPE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Escape key.
  <dt> 	<a href="java.awt.Event.html#Event(java.lang.Object, int, java.lang.Object)"><b>Event</b></a>(Object, int, Object).
Constructor for class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Creates an instance of <code>Event</code> with the specified  
 target component, event type, and argument.
  <dt> 	<a href="java.awt.Event.html#Event(java.lang.Object, long, int, int, int, int, int)"><b>Event</b></a>(Object, long, int, int, int, int, int).
Constructor for class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Creates an instance of <code>Event</code>, with the specified target 
 component, time stamp, event type, <i>x</i> and <i>y</i> 
 coordinates, keyboard key, state of the modifier keys, and an 
 argument set to <code>null</code>.
  <dt> 	<a href="java.awt.Event.html#Event(java.lang.Object, long, int, int, int, int, int, java.lang.Object)"><b>Event</b></a>(Object, long, int, int, int, int, int, Object).
Constructor for class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Creates an instance of <code>Event</code> with the specified target 
 component, time stamp, event type, <i>x</i> and <i>y</i> 
 coordinates, keyboard key, state of the modifier keys, and 
 argument.
  <dt> 	<a href="java.util.EventObject.html#EventObject(java.lang.Object)"><b>EventObject</b></a>(Object).
Constructor for class java.util.<a href="java.util.EventObject.html#_top_">EventObject</a>
  <dd> 
  <dt> 	<a href="sunw.util.EventObject.html#EventObject(java.lang.Object)"><b>EventObject</b></a>(Object).
Constructor for class sunw.util.<a href="sunw.util.EventObject.html#_top_">EventObject</a>
  <dd> 
  <dt> 	<a href="java.awt.EventQueue.html#EventQueue()"><b>EventQueue</b></a>().
Constructor for class java.awt.<a href="java.awt.EventQueue.html#_top_">EventQueue</a>
  <dd> 
  <dt> 	<a href="java.beans.EventSetDescriptor.html#EventSetDescriptor(java.lang.Class, java.lang.String, java.lang.Class, java.lang.String)"><b>EventSetDescriptor</b></a>(Class, String, Class, String).
Constructor for class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  This constructor creates an EventSetDescriptor assuming that you are
 following the most simple standard design pattern where a named
 event "fred" is (1) delivered as a call on the single method of
 interface FredListener, (2) has a single argument of type FredEvent,
 and (3) where the FredListener may be registered with a call on an
 addFredListener method of the source component and removed with a
 call on a removeFredListener method.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#EventSetDescriptor(java.lang.Class, java.lang.String, java.lang.Class, java.lang.String[], java.lang.String, java.lang.String)"><b>EventSetDescriptor</b></a>(Class, String, Class, String[], String, String).
Constructor for class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  This constructor creates an EventSetDescriptor from scratch using
 string names.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#EventSetDescriptor(java.lang.String, java.lang.Class, java.lang.reflect.Method[], java.lang.reflect.Method, java.lang.reflect.Method)"><b>EventSetDescriptor</b></a>(String, Class, Method[], Method, Method).
Constructor for class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  This constructor creates an EventSetDescriptor from scratch using
 java.lang.reflect.Method and java.lang.Class objects.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#EventSetDescriptor(java.lang.String, java.lang.Class, java.beans.MethodDescriptor[], java.lang.reflect.Method, java.lang.reflect.Method)"><b>EventSetDescriptor</b></a>(String, Class, MethodDescriptor[], Method, Method).
Constructor for class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  This constructor creates an EventSetDescriptor from scratch using
 java.lang.reflect.MethodDescriptor and java.lang.Class objects.
  <dt> 	<a href="java.awt.Event.html#evt"><b>evt</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The next event.
  <dt> 	<a href="java.lang.Exception.html#Exception()"><b>Exception</b></a>().
Constructor for class java.lang.<a href="java.lang.Exception.html#_top_">Exception</a>
  <dd>  Constructs an <code>Exception</code> with no specified detail message.
  <dt> 	<a href="java.lang.Exception.html#Exception(java.lang.String)"><b>Exception</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Exception.html#_top_">Exception</a>
  <dd>  Constructs an <code>Exception</code> with the specified detail message.
  <dt> 	<a href="sun.tools.debug.DebuggerCallback.html#exceptionEvent(sun.tools.debug.RemoteThread, java.lang.String)"><b>exceptionEvent</b></a>(RemoteThread, String).
Method in interface sun.tools.debug.<a href="sun.tools.debug.DebuggerCallback.html#_top_">DebuggerCallback</a>
  <dd>  An exception has occurred.
  <dt> 	<a href="java.lang.ExceptionInInitializerError.html#ExceptionInInitializerError()"><b>ExceptionInInitializerError</b></a>().
Constructor for class java.lang.<a href="java.lang.ExceptionInInitializerError.html#_top_">ExceptionInInitializerError</a>
  <dd>  Constructs an ExceptionInInitializerError with no detail message.
  <dt> 	<a href="java.lang.ExceptionInInitializerError.html#ExceptionInInitializerError(java.lang.String)"><b>ExceptionInInitializerError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ExceptionInInitializerError.html#_top_">ExceptionInInitializerError</a>
  <dd>  Constructs a ExceptionInInitializerError with the specified detail message.
  <dt> 	<a href="java.lang.ExceptionInInitializerError.html#ExceptionInInitializerError(java.lang.Throwable)"><b>ExceptionInInitializerError</b></a>(Throwable).
Constructor for class java.lang.<a href="java.lang.ExceptionInInitializerError.html#_top_">ExceptionInInitializerError</a>
  <dd>  Constructs a new ExceptionInInitializerError class initialized to 
 the specific throwable

 
  <dt> 	<a href="java.lang.Runtime.html#exec(java.lang.String)"><b>exec</b></a>(String).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Executes the specified string command in a separate process.
  <dt> 	<a href="java.lang.Runtime.html#exec(java.lang.String, java.lang.String[])"><b>exec</b></a>(String, String[]).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Executes the specified string command in a separate process with the 
 specified environment.
  <dt> 	<a href="java.lang.Runtime.html#exec(java.lang.String[])"><b>exec</b></a>(String[]).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Executes the specified command and arguments in a separate process.
  <dt> 	<a href="java.lang.Runtime.html#exec(java.lang.String[], java.lang.String[])"><b>exec</b></a>(String[], String[]).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Executes the specified command and arguments in a separate process
 with the specified environment.
  <dt> 	<a href="java.sql.PreparedStatement.html#execute()"><b>execute</b></a>().
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  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.
  <dt> 	<a href="java.sql.Statement.html#execute(java.lang.String)"><b>execute</b></a>(String).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  Execute a SQL statement that may return multiple results.
  <dt> 	<a href="java.rmi.server.RemoteCall.html#executeCall()"><b>executeCall</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Do whatever it takes to execute the call.
  <dt> 	<a href="java.sql.PreparedStatement.html#executeQuery()"><b>executeQuery</b></a>().
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  A prepared SQL query is executed and its ResultSet is returned.
  <dt> 	<a href="java.sql.Statement.html#executeQuery(java.lang.String)"><b>executeQuery</b></a>(String).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  Execute a SQL statement that returns a single ResultSet.
  <dt> 	<a href="java.sql.PreparedStatement.html#executeUpdate()"><b>executeUpdate</b></a>().
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Execute a SQL INSERT, UPDATE or DELETE statement.
  <dt> 	<a href="java.sql.Statement.html#executeUpdate(java.lang.String)"><b>executeUpdate</b></a>(String).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  Execute a SQL INSERT, UPDATE or DELETE statement.
  <dt> 	<a href="java.io.File.html#exists()"><b>exists</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Tests if this <code>File</code> exists.
  <dt> 	<a href="java.lang.Runtime.html#exit(int)"><b>exit</b></a>(int).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Terminates the currently running Java Virtual Machine.
  <dt> 	<a href="java.lang.System.html#exit(int)"><b>exit</b></a>(int).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Terminates the currently running Java Virtual Machine.
  <dt> 	<a href="java.lang.Process.html#exitValue()"><b>exitValue</b></a>().
Method in class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd>  Returns the exit value for the subprocess.
  <dt> 	<a href="java.lang.Math.html#exp(double)"><b>exp</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the exponential number <i>e</i> (i.e., 2.718...) raised to
 the power of a <code>double</code> value.
  <dt> 	<a href="java.rmi.server.ExportException.html#ExportException(java.lang.String)"><b>ExportException</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.ExportException.html#_top_">ExportException</a>
  <dd>  Create A remote exception with the specified string

  <dt> 	<a href="java.rmi.server.ExportException.html#ExportException(java.lang.String, java.lang.Exception)"><b>ExportException</b></a>(String, Exception).
Constructor for class java.rmi.server.<a href="java.rmi.server.ExportException.html#_top_">ExportException</a>
  <dd>  Create A remote exception with the specified string, and the
 exception specified.
  <dt> 	<a href="java.rmi.server.UnicastRemoteObject.html#exportObject(java.rmi.Remote)"><b>exportObject</b></a>(Remote).
Static method in class java.rmi.server.<a href="java.rmi.server.UnicastRemoteObject.html#_top_">UnicastRemoteObject</a>
  <dd> 
 Export the remote object to make it available to receive incoming calls.
  <dt> 	<a href="java.rmi.server.ServerRef.html#exportObject(java.rmi.Remote, java.lang.Object)"><b>exportObject</b></a>(Remote, Object).
Method in interface java.rmi.server.<a href="java.rmi.server.ServerRef.html#_top_">ServerRef</a>
  <dd> 
 Find or create a client stub object for the supplied Remote.
</dl>
<a name="Thumb-F"></a>
<hr>
<h2>
<a name="Thumb-F"><b> F </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Event.html#F1"><b>F1</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F1 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F10"><b>F10</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F10 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F11"><b>F11</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F11 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F12"><b>F12</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F12 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F2"><b>F2</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F2 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F3"><b>F3</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F3 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F4"><b>F4</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F4 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F5"><b>F5</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F5 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F6"><b>F6</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F6 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F7"><b>F7</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F7 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F8"><b>F8</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F8 function key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#F9"><b>F9</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The F9 function key, a non-ASCII action key.
  <dt> 	<a href="java.rmi.server.RMIFailureHandler.html#failure(java.lang.Exception)"><b>failure</b></a>(Exception).
Method in interface java.rmi.server.<a href="java.rmi.server.RMIFailureHandler.html#_top_">RMIFailureHandler</a>
  <dd>  The <code>failure</code> callback is invoked when the RMI
 runtime is unable to create a <code>ServerSocket</code> via the
 <code>RMISocketFactory</code>.
  <dt> 	<a href="java.lang.Boolean.html#FALSE"><b>FALSE</b></a>.
Static variable in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd> 
 The <code>Boolean</code> object corresponding to the primitive 
 value <code>false</code>.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#fd"><b>fd</b></a>.
Variable in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  The file descriptor object
 
  <dt> 	<a href="java.net.SocketImpl.html#fd"><b>fd</b></a>.
Variable in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  The file descriptor object for this socket.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#FeatureDescriptor()"><b>FeatureDescriptor</b></a>().
Constructor for class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd> 
  <dt> 	<a href="java.util.Calendar.html#FEBRUARY"><b>FEBRUARY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.util.Calendar.html#FIELD_COUNT"><b>FIELD_COUNT</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.FieldPosition.html#FieldPosition(int)"><b>FieldPosition</b></a>(int).
Constructor for class java.text.<a href="java.text.FieldPosition.html#_top_">FieldPosition</a>
  <dd>  Creates a FieldPosition object for the given field.
  <dt> 	<a href="java.util.Calendar.html#fields"><b>fields</b></a>.
Variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  The time fields containing values into which the millis is computed.
  <dt> 	<a href="java.io.File.html#File(java.io.File, java.lang.String)"><b>File</b></a>(File, String).
Constructor for class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Creates a <code>File</code> instance that represents the file 
 with the specified name in the specified directory.
  <dt> 	<a href="java.io.File.html#File(java.lang.String)"><b>File</b></a>(String).
Constructor for class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Creates a <code>File</code> instance that represents the file 
 whose pathname is the given path argument.
  <dt> 	<a href="java.io.File.html#File(java.lang.String, java.lang.String)"><b>File</b></a>(String, String).
Constructor for class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Creates a <code>File</code> instance whose pathname is the 
 pathname of the specified directory, followed by the separator 
 character, followed by the <code>name</code> argument.
  <dt> 	<a href="java.io.FileDescriptor.html#FileDescriptor()"><b>FileDescriptor</b></a>().
Constructor for class java.io.<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a>
  <dd> 
  <dt> 	<a href="java.awt.FileDialog.html#FileDialog(java.awt.Frame)"><b>FileDialog</b></a>(Frame).
Constructor for class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Creates a file dialog for loading a file.
  <dt> 	<a href="java.awt.FileDialog.html#FileDialog(java.awt.Frame, java.lang.String)"><b>FileDialog</b></a>(Frame, String).
Constructor for class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Creates a file dialog window with the specified title for loading 
 a file.
  <dt> 	<a href="java.awt.FileDialog.html#FileDialog(java.awt.Frame, java.lang.String, int)"><b>FileDialog</b></a>(Frame, String, int).
Constructor for class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Creates a file dialog window with the specified title for loading 
 or saving a file.
  <dt> 	<a href="java.io.FileInputStream.html#FileInputStream(java.io.File)"><b>FileInputStream</b></a>(File).
Constructor for class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Creates an input file stream to read from the specified 
 <code>File</code> object.
  <dt> 	<a href="java.io.FileInputStream.html#FileInputStream(java.io.FileDescriptor)"><b>FileInputStream</b></a>(FileDescriptor).
Constructor for class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Creates an input file stream to read from the specified file descriptor.
  <dt> 	<a href="java.io.FileInputStream.html#FileInputStream(java.lang.String)"><b>FileInputStream</b></a>(String).
Constructor for class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Creates an input file stream to read from a file with the 
 specified name.
  <dt> 	<a href="java.io.FileNotFoundException.html#FileNotFoundException()"><b>FileNotFoundException</b></a>().
Constructor for class java.io.<a href="java.io.FileNotFoundException.html#_top_">FileNotFoundException</a>
  <dd>  Constructs a <code>FileNotFoundException</code> with no detail message.
  <dt> 	<a href="java.io.FileNotFoundException.html#FileNotFoundException(java.lang.String)"><b>FileNotFoundException</b></a>(String).
Constructor for class java.io.<a href="java.io.FileNotFoundException.html#_top_">FileNotFoundException</a>
  <dd>  Constructs a <code>FileNotFoundException</code> with the 
 specified detail message.
  <dt> 	<a href="java.io.FileOutputStream.html#FileOutputStream(java.io.File)"><b>FileOutputStream</b></a>(File).
Constructor for class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Creates a file output stream to write to the specified 
 <code>File</code> object.
  <dt> 	<a href="java.io.FileOutputStream.html#FileOutputStream(java.io.FileDescriptor)"><b>FileOutputStream</b></a>(FileDescriptor).
Constructor for class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Creates an output file stream to write to the specified file descriptor.
  <dt> 	<a href="java.io.FileOutputStream.html#FileOutputStream(java.lang.String)"><b>FileOutputStream</b></a>(String).
Constructor for class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Creates an output file stream to write to the file with the 
 specified name.
  <dt> 	<a href="java.io.FileOutputStream.html#FileOutputStream(java.lang.String, boolean)"><b>FileOutputStream</b></a>(String, boolean).
Constructor for class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Creates an output file with the specified system dependent
 file name.
  <dt> 	<a href="java.io.FileReader.html#FileReader(java.io.File)"><b>FileReader</b></a>(File).
Constructor for class java.io.<a href="java.io.FileReader.html#_top_">FileReader</a>
  <dd> 
  <dt> 	<a href="java.io.FileReader.html#FileReader(java.io.FileDescriptor)"><b>FileReader</b></a>(FileDescriptor).
Constructor for class java.io.<a href="java.io.FileReader.html#_top_">FileReader</a>
  <dd> 
  <dt> 	<a href="java.io.FileReader.html#FileReader(java.lang.String)"><b>FileReader</b></a>(String).
Constructor for class java.io.<a href="java.io.FileReader.html#_top_">FileReader</a>
  <dd> 
  <dt> 	<a href="java.io.FileWriter.html#FileWriter(java.io.File)"><b>FileWriter</b></a>(File).
Constructor for class java.io.<a href="java.io.FileWriter.html#_top_">FileWriter</a>
  <dd> 
  <dt> 	<a href="java.io.FileWriter.html#FileWriter(java.io.FileDescriptor)"><b>FileWriter</b></a>(FileDescriptor).
Constructor for class java.io.<a href="java.io.FileWriter.html#_top_">FileWriter</a>
  <dd> 
  <dt> 	<a href="java.io.FileWriter.html#FileWriter(java.lang.String)"><b>FileWriter</b></a>(String).
Constructor for class java.io.<a href="java.io.FileWriter.html#_top_">FileWriter</a>
  <dd> 
  <dt> 	<a href="java.io.FileWriter.html#FileWriter(java.lang.String, boolean)"><b>FileWriter</b></a>(String, boolean).
Constructor for class java.io.<a href="java.io.FileWriter.html#_top_">FileWriter</a>
  <dd> 
  <dt> 	<a href="java.awt.GridBagConstraints.html#fill"><b>fill</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  This field is used when the component's display area is larger
 than the component's requested size.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#fill()"><b>fill</b></a>().
Method in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Fills input buffer with more data to decompress.
  <dt> 	<a href="java.awt.Graphics.html#fill3DRect(int, int, int, int, boolean)"><b>fill3DRect</b></a>(int, int, int, int, boolean).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Paints a 3-D highlighted rectangle filled with the current color.
  <dt> 	<a href="java.awt.Graphics.html#fillArc(int, int, int, int, int, int)"><b>fillArc</b></a>(int, int, int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Fills a circular or elliptical arc covering the specified rectangle.
  <dt> 	<a href="java.lang.Throwable.html#fillInStackTrace()"><b>fillInStackTrace</b></a>().
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Fills in the execution stack trace.
  <dt> 	<a href="java.awt.Graphics.html#fillOval(int, int, int, int)"><b>fillOval</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Fills an oval bounded by the specified rectangle with the
 current color.
  <dt> 	<a href="java.awt.Graphics.html#fillPolygon(int[], int[], int)"><b>fillPolygon</b></a>(int[], int[], int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Fills a closed polygon defined by
 arrays of <i>x</i> and <i>y</i> coordinates.
  <dt> 	<a href="java.awt.Graphics.html#fillPolygon(java.awt.Polygon)"><b>fillPolygon</b></a>(Polygon).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Fills the polygon defined by the specified Polygon object with
 the graphics context's current color.
  <dt> 	<a href="java.awt.Graphics.html#fillRect(int, int, int, int)"><b>fillRect</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Fills the specified rectangle.
  <dt> 	<a href="java.awt.Graphics.html#fillRoundRect(int, int, int, int, int, int)"><b>fillRoundRect</b></a>(int, int, int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Fills the specified rounded corner rectangle with the current color.
  <dt> 	<a href="java.util.zip.Deflater.html#FILTERED"><b>FILTERED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Compression strategy best used for data consisting mostly of small
 values with a somewhat random distribution.
  <dt> 	<a href="java.awt.image.FilteredImageSource.html#FilteredImageSource(java.awt.image.ImageProducer, java.awt.image.ImageFilter)"><b>FilteredImageSource</b></a>(ImageProducer, ImageFilter).
Constructor for class java.awt.image.<a href="java.awt.image.FilteredImageSource.html#_top_">FilteredImageSource</a>
  <dd>  Constructs an ImageProducer object from an existing ImageProducer
 and a filter object.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#filterIndexColorModel(java.awt.image.IndexColorModel)"><b>filterIndexColorModel</b></a>(IndexColorModel).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  Filters an IndexColorModel object by running each entry in its
 color tables through the filterRGB function that RGBImageFilter
 subclasses must provide.
  <dt> 	<a href="java.io.FilterInputStream.html#FilterInputStream(java.io.InputStream)"><b>FilterInputStream</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Creates an input stream filter built on top of the specified 
 input stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#FilterOutputStream(java.io.OutputStream)"><b>FilterOutputStream</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  Creates an output stream filter built on top of the specified 
 underlying output stream.
  <dt> 	<a href="java.io.FilterReader.html#FilterReader(java.io.Reader)"><b>FilterReader</b></a>(Reader).
Constructor for class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Create a new filtered reader.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#filterRGB(int, int, int)"><b>filterRGB</b></a>(int, int, int).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  Subclasses must specify a method to convert a single input pixel
 in the default RGB ColorModel to a single output pixel.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#filterRGBPixels(int, int, int, int, int[], int, int)"><b>filterRGBPixels</b></a>(int, int, int, int, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  Filters a buffer of pixels in the default RGB ColorModel by passing
 them one by one through the filterRGB method.
  <dt> 	<a href="java.io.FilterWriter.html#FilterWriter(java.io.Writer)"><b>FilterWriter</b></a>(Writer).
Constructor for class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  Create a new filtered writer.
  <dt> 	<a href="java.lang.reflect.Modifier.html#FINAL"><b>FINAL</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ColorModel.html#finalize()"><b>finalize</b></a>().
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  Called by the garbage collector on an object when garbage collection
 determines that there are no more references to the object.
  <dt> 	<a href="java.util.zip.Deflater.html#finalize()"><b>finalize</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Frees the compressor when garbage is collected.
  <dt> 	<a href="java.io.FileInputStream.html#finalize()"><b>finalize</b></a>().
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Ensures that the <code>close</code> method of this file input stream is
 called when there are no more references to it.
  <dt> 	<a href="java.io.FileOutputStream.html#finalize()"><b>finalize</b></a>().
Method in class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Ensures that the <code>close</code> method of this file output stream is
 called when there are no more references to this stream.
  <dt> 	<a href="java.awt.Graphics.html#finalize()"><b>finalize</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Disposes of this graphics context once it is no longer referenced.
  <dt> 	<a href="java.util.zip.Inflater.html#finalize()"><b>finalize</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Frees the decompressor when garbage is collected.
  <dt> 	<a href="java.lang.Object.html#finalize()"><b>finalize</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Called by the garbage collector on an object when garbage collection
 determines that there are no more references to the object.
  <dt> 	<a href="java.awt.PrintJob.html#finalize()"><b>finalize</b></a>().
Method in class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd>  Ends this print job once it is no longer referenced.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#finalize()"><b>finalize</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd> 
 
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#findClass(java.lang.String)"><b>findClass</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Find a specified class.
  <dt> 	<a href="java.sql.ResultSet.html#findColumn(java.lang.String)"><b>findColumn</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Map a Resultset column name to a ResultSet column index.
  <dt> 	<a href="java.beans.PropertyEditorManager.html#findEditor(java.lang.Class)"><b>findEditor</b></a>(Class).
Static method in class java.beans.<a href="java.beans.PropertyEditorManager.html#_top_">PropertyEditorManager</a>
  <dd>  Locate a value editor for a given target type.
  <dt> 	<a href="java.lang.ClassLoader.html#findLoadedClass(java.lang.String)"><b>findLoadedClass</b></a>(String).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  
  <dt> 	<a href="java.lang.ClassLoader.html#findSystemClass(java.lang.String)"><b>findSystemClass</b></a>(String).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Finds the system class with the specified name, loading it in if 
 necessary.
  <dt> 	<a href="java.util.zip.Deflater.html#finish()"><b>finish</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  When called, indicates that compression should end with the current
 contents of the input buffer.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#finish()"><b>finish</b></a>().
Method in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Finishes writing compressed data to the output stream without closing
 the underlying stream.
  <dt> 	<a href="java.util.zip.GZIPOutputStream.html#finish()"><b>finish</b></a>().
Method in class java.util.zip.<a href="java.util.zip.GZIPOutputStream.html#_top_">GZIPOutputStream</a>
  <dd>  Finishes writing compressed data to the output stream without closing
 the underlying stream.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#finish()"><b>finish</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Finishes writing the contents of the ZIP output stream without closing
 the underlying stream.
  <dt> 	<a href="java.util.zip.Deflater.html#finished()"><b>finished</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Returns true if the end of the compressed data output stream has
 been reached.
  <dt> 	<a href="java.util.zip.Inflater.html#finished()"><b>finished</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Return true if the end of the compressed data stream has been
 reached.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#firePropertyChange()"><b>firePropertyChange</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Report that we have been modified to any interested listeners.
  <dt> 	<a href="java.beans.PropertyChangeSupport.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)"><b>firePropertyChange</b></a>(String, Object, Object).
Method in class java.beans.<a href="java.beans.PropertyChangeSupport.html#_top_">PropertyChangeSupport</a>
  <dd>  Report a bound property update to any registered listeners.
  <dt> 	<a href="java.beans.VetoableChangeSupport.html#fireVetoableChange(java.lang.String, java.lang.Object, java.lang.Object)"><b>fireVetoableChange</b></a>(String, Object, Object).
Method in class java.beans.<a href="java.beans.VetoableChangeSupport.html#_top_">VetoableChangeSupport</a>
  <dd>  Report a vetoable property update to any registered listeners.
  <dt> 	<a href="java.text.BreakIterator.html#first()"><b>first</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return the first boundary.
  <dt> 	<a href="java.text.CharacterIterator.html#first()"><b>first</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Set the position to getBeginIndex() and return the character at that
 position.
  <dt> 	<a href="java.text.StringCharacterIterator.html#first()"><b>first</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Set the position to getBeginIndex() and return the character at that
 position.
  <dt> 	<a href="java.awt.CardLayout.html#first(java.awt.Container)"><b>first</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Flips to the first card of the container.
  <dt> 	<a href="java.util.Vector.html#firstElement()"><b>firstElement</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns the first component of this vector.
  <dt> 	<a href="java.math.BigInteger.html#flipBit(int)"><b>flipBit</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is equivalent to this number
 with the designated bit flipped.
  <dt> 	<a href="java.sql.Types.html#FLOAT"><b>FLOAT</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.lang.Float.html#Float(double)"><b>Float</b></a>(double).
Constructor for class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Constructs a newly allocated <code>Float</code>object that 
 represents the argument converted to type <code>float</code>.
  <dt> 	<a href="java.lang.Float.html#Float(float)"><b>Float</b></a>(float).
Constructor for class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Constructs a newly allocated <code>Float</code> object that 
 represents the primitive <code>float</code> argument.
  <dt> 	<a href="java.lang.Float.html#Float(java.lang.String)"><b>Float</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Constructs a newly allocated <code>Float</code> object that 
 represents the floating- point value of type <code>float</code> 
 represented by the string.
  <dt> 	<a href="java.lang.Float.html#floatToIntBits(float)"><b>floatToIntBits</b></a>(float).
Static method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the bit represention of a single-float value.
  <dt> 	<a href="java.math.BigDecimal.html#floatValue()"><b>floatValue</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Converts this number to a float.
  <dt> 	<a href="java.math.BigInteger.html#floatValue()"><b>floatValue</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Converts this number to a float.
  <dt> 	<a href="java.lang.Byte.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns the value of this Byte as a float.
  <dt> 	<a href="java.lang.Double.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the float value of this Double.
  <dt> 	<a href="java.lang.Float.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the float value of this Float object.
  <dt> 	<a href="java.lang.Integer.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns the value of this Integer as a float.
  <dt> 	<a href="java.lang.Long.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns the value of this Long as a float.
  <dt> 	<a href="java.lang.Number.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd>  Returns the value of the specified number as a <code>float</code>.
  <dt> 	<a href="java.lang.Short.html#floatValue()"><b>floatValue</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns the value of this Short as a float.
  <dt> 	<a href="java.lang.Math.html#floor(double)"><b>floor</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the largest (closest to positive infinity) 
 <code>double</code> value that is not greater than the argument and 
 is equal to a mathematical integer.
  <dt> 	<a href="java.awt.FlowLayout.html#FlowLayout()"><b>FlowLayout</b></a>().
Constructor for class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Constructs a new Flow Layout with a centered alignment and a
 default 5-unit horizontal and vertical gap.
  <dt> 	<a href="java.awt.FlowLayout.html#FlowLayout(int)"><b>FlowLayout</b></a>(int).
Constructor for class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Constructs a new Flow Layout with the specified alignment and a
 default 5-unit horizontal and vertical gap.
  <dt> 	<a href="java.awt.FlowLayout.html#FlowLayout(int, int, int)"><b>FlowLayout</b></a>(int, int, int).
Constructor for class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Creates a new flow layout manager with the indicated alignment 
 and the indicated horizontal and vertical gaps.
  <dt> 	<a href="java.io.BufferedOutputStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  Flushes this buffered output stream.
  <dt> 	<a href="java.io.BufferedWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.io.CharArrayWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.io.DataOutputStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Flushes this data output stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  Flushes this output stream and forces any buffered output bytes 
 to be written out to the stream.
  <dt> 	<a href="java.io.FilterWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.awt.Image.html#flush()"><b>flush</b></a>().
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Flushes all resources being used by this Image object.
  <dt> 	<a href="java.io.ObjectOutput.html#flush()"><b>flush</b></a>().
Method in interface java.io.<a href="java.io.ObjectOutput.html#_top_">ObjectOutput</a>
  <dd>  Flushes the stream.
  <dt> 	<a href="java.io.ObjectOutputStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Flushes the stream.
  <dt> 	<a href="java.io.OutputStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.OutputStream.html#_top_">OutputStream</a>
  <dd>  Flushes this output stream and forces any buffered output bytes 
 to be written out.
  <dt> 	<a href="java.io.OutputStreamWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.io.PipedOutputStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Flushes this output stream and forces any buffered output bytes 
 to be written out.
  <dt> 	<a href="java.io.PipedWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.PipedWriter.html#_top_">PipedWriter</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.io.PrintStream.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.io.PrintWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Flush the stream.
  <dt> 	<a href="java.io.StringWriter.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.io.Writer.html#flush()"><b>flush</b></a>().
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Flush the stream.
  <dt> 	<a href="java.awt.AWTEvent.html#FOCUS_EVENT_MASK"><b>FOCUS_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting focus events.
  <dt> 	<a href="java.awt.event.FocusEvent.html#FOCUS_FIRST"><b>FOCUS_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  Marks the first integer id for the range of focus event ids.
  <dt> 	<a href="java.awt.event.FocusEvent.html#FOCUS_GAINED"><b>FOCUS_GAINED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  The focus gained event type.
  <dt> 	<a href="java.awt.event.FocusEvent.html#FOCUS_LAST"><b>FOCUS_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  Marks the last integer id for the range of focus event ids.
  <dt> 	<a href="java.awt.event.FocusEvent.html#FOCUS_LOST"><b>FOCUS_LOST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  The focus lost event type.
  <dt> 	<a href="java.awt.event.FocusAdapter.html#FocusAdapter()"><b>FocusAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.FocusAdapter.html#_top_">FocusAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.FocusEvent.html#FocusEvent(java.awt.Component, int)"><b>FocusEvent</b></a>(Component, int).
Constructor for class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  Constructs a permanent-level FocusEvent object with the 
 specified source component and type.
  <dt> 	<a href="java.awt.event.FocusEvent.html#FocusEvent(java.awt.Component, int, boolean)"><b>FocusEvent</b></a>(Component, int, boolean).
Constructor for class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  Constructs a FocusEvent object with the specified source component,
 type, and whether or not the focus event is a temporary level event.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#focusGained(java.awt.event.FocusEvent)"><b>focusGained</b></a>(FocusEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the focusGained event by invoking the
 focusGained methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.FocusAdapter.html#focusGained(java.awt.event.FocusEvent)"><b>focusGained</b></a>(FocusEvent).
Method in class java.awt.event.<a href="java.awt.event.FocusAdapter.html#_top_">FocusAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.FocusListener.html#focusGained(java.awt.event.FocusEvent)"><b>focusGained</b></a>(FocusEvent).
Method in interface java.awt.event.<a href="java.awt.event.FocusListener.html#_top_">FocusListener</a>
  <dd>  Invoked when a component gains the keyboard focus.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#focusLost(java.awt.event.FocusEvent)"><b>focusLost</b></a>(FocusEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the focusLost event by invoking the
 focusLost methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.FocusAdapter.html#focusLost(java.awt.event.FocusEvent)"><b>focusLost</b></a>(FocusEvent).
Method in class java.awt.event.<a href="java.awt.event.FocusAdapter.html#_top_">FocusAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.FocusListener.html#focusLost(java.awt.event.FocusEvent)"><b>focusLost</b></a>(FocusEvent).
Method in interface java.awt.event.<a href="java.awt.event.FocusListener.html#_top_">FocusListener</a>
  <dd>  Invoked when a component loses the keyboard focus.
  <dt> 	<a href="java.text.BreakIterator.html#following(int)"><b>following</b></a>(int).
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return the first boundary following the specified offset.
  <dt> 	<a href="java.awt.FontMetrics.html#font"><b>font</b></a>.
Variable in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  The actual font.
  <dt> 	<a href="java.awt.Font.html#Font(java.lang.String, int, int)"><b>Font</b></a>(String, int, int).
Constructor for class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Creates a new font with the specified name, style and point size.
  <dt> 	<a href="java.awt.FontMetrics.html#FontMetrics(java.awt.Font)"><b>FontMetrics</b></a>(Font).
Constructor for class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Creates a new <code>FontMetrics</code> object for finding out 
 height and width information about the specified font and  
 specific character glyphs in that font.
  <dt> 	<a href="java.io.ObjectStreamClass.html#forClass()"><b>forClass</b></a>().
Method in class java.io.<a href="java.io.ObjectStreamClass.html#_top_">ObjectStreamClass</a>
  <dd>  Return the class in the local VM that this version is mapped to.
  <dt> 	<a href="java.lang.Character.html#forDigit(int, int)"><b>forDigit</b></a>(int, int).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines the character representation for a specific digit in 
 the specified radix.
  <dt> 	<a href="java.lang.Character.html#FORMAT"><b>FORMAT</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.text.Format.html#Format()"><b>Format</b></a>().
Constructor for class java.text.<a href="java.text.Format.html#_top_">Format</a>
  <dd> 
  <dt> 	<a href="java.text.DateFormat.html#format(java.util.Date)"><b>format</b></a>(Date).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Formats a Date into a date/time string.
  <dt> 	<a href="java.text.DateFormat.html#format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Date, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Formats a Date into a date/time string.
  <dt> 	<a href="java.text.SimpleDateFormat.html#format(java.util.Date, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Date, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Overrides DateFormat
 <p>Formats a date or time, which is the standard millis
 since January 1, 1970, 00:00:00 GMT.
  <dt> 	<a href="java.text.NumberFormat.html#format(double)"><b>format</b></a>(double).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.ChoiceFormat.html#format(double, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(double, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.DecimalFormat.html#format(double, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(double, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.NumberFormat.html#format(double, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(double, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.NumberFormat.html#format(long)"><b>format</b></a>(long).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.ChoiceFormat.html#format(long, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(long, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.DecimalFormat.html#format(long, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(long, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.NumberFormat.html#format(long, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(long, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Specialization of format.
  <dt> 	<a href="java.text.Format.html#format(java.lang.Object)"><b>format</b></a>(Object).
Method in class java.text.<a href="java.text.Format.html#_top_">Format</a>
  <dd>  Formats an object to produce a string.
  <dt> 	<a href="java.text.DateFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Object, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Overrides Format.
  <dt> 	<a href="java.text.Format.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Object, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.Format.html#_top_">Format</a>
  <dd>  Formats an object to produce a string.
  <dt> 	<a href="java.text.MessageFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Object, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Formats an object to produce a string.
  <dt> 	<a href="java.text.NumberFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Object, StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Formats an object to produce a string.
  <dt> 	<a href="java.text.MessageFormat.html#format(java.lang.Object[], java.lang.StringBuffer, java.text.FieldPosition)"><b>format</b></a>(Object[], StringBuffer, FieldPosition).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Returns pattern with formatted objects.
  <dt> 	<a href="java.text.MessageFormat.html#format(java.lang.String, java.lang.Object[])"><b>format</b></a>(String, Object[]).
Static method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Convenience routine.
  <dt> 	<a href="java.lang.Class.html#forName(java.lang.String)"><b>forName</b></a>(String).
Static method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns the <code>Class</code> object associated with the class 
 with the given string name.
  <dt> 	<a href="java.text.NumberFormat.html#FRACTION_FIELD"><b>FRACTION_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Field constant used to construct a FieldPosition object.
  <dt> 	<a href="java.awt.Frame.html#Frame()"><b>Frame</b></a>().
Constructor for class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Constructs a new instance of <code>Frame</code> that is
 initially invisible.
  <dt> 	<a href="java.awt.Frame.html#Frame(java.lang.String)"><b>Frame</b></a>(String).
Constructor for class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Constructs a new, initially invisible <code>Frame</code> object
 with the specified title.
  <dt> 	<a href="java.awt.image.ImageObserver.html#FRAMEBITS"><b>FRAMEBITS</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  Another complete frame of a multi-frame image which was previously
 drawn is now available to be drawn again.
  <dt> 	<a href="java.util.Locale.html#FRANCE"><b>FRANCE</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#freeMemory()"><b>freeMemory</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Report the free memory available to the Java interpreter being debugged.
  <dt> 	<a href="java.lang.Runtime.html#freeMemory()"><b>freeMemory</b></a>().
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Returns the amount of free memory in the system.
  <dt> 	<a href="java.util.Locale.html#FRENCH"><b>FRENCH</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.util.Calendar.html#FRIDAY"><b>FRIDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#fromHex(java.lang.String)"><b>fromHex</b></a>(String).
Static method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd> Convert hexadecimal strings to ints.
  <dt> 	<a href="java.text.DateFormat.html#FULL"><b>FULL</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Constant for full style pattern.
  <dt> 	<a href="java.text.Collator.html#FULL_DECOMPOSITION"><b>FULL_DECOMPOSITION</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Decomposition mode value.
</dl>
<a name="Thumb-G"></a>
<hr>
<h2>
<a name="Thumb-G"><b> G </b></a>
</h2>
<dl>
  <dt> 	<a href="java.lang.Runtime.html#gc()"><b>gc</b></a>().
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Runs the garbage collector.
  <dt> 	<a href="java.lang.System.html#gc()"><b>gc</b></a>().
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Runs the garbage collector.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#gc(sun.tools.debug.RemoteObject[])"><b>gc</b></a>(RemoteObject[]).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Free all objects referenced by the debugger.
  <dt> 	<a href="java.math.BigInteger.html#gcd(java.math.BigInteger)"><b>gcd</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is the greatest common denominator
 of abs(this) and abs(val).
  <dt> 	<a href="java.security.KeyPairGenerator.html#generateKeyPair()"><b>generateKeyPair</b></a>().
Method in class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd>  Generates a key pair.
  <dt> 	<a href="java.util.Locale.html#GERMAN"><b>GERMAN</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.util.Locale.html#GERMANY"><b>GERMANY</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="sun.tools.debug.RemoteBoolean.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteBoolean.html#_top_">RemoteBoolean</a>
  <dd> Return the boolean's value.
  <dt> 	<a href="sun.tools.debug.RemoteByte.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteByte.html#_top_">RemoteByte</a>
  <dd> Return the byte's value.
  <dt> 	<a href="sun.tools.debug.RemoteChar.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteChar.html#_top_">RemoteChar</a>
  <dd> Return the char's value.
  <dt> 	<a href="sun.tools.debug.RemoteDouble.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDouble.html#_top_">RemoteDouble</a>
  <dd> Return the double's value.
  <dt> 	<a href="sun.tools.debug.RemoteFloat.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteFloat.html#_top_">RemoteFloat</a>
  <dd> Return the float's value.
  <dt> 	<a href="sun.tools.debug.RemoteInt.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteInt.html#_top_">RemoteInt</a>
  <dd> Return the int's value.
  <dt> 	<a href="sun.tools.debug.RemoteLong.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteLong.html#_top_">RemoteLong</a>
  <dd> Return the long's value.
  <dt> 	<a href="sun.tools.debug.RemoteShort.html#get()"><b>get</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteShort.html#_top_">RemoteShort</a>
  <dd> Return the short's value.
  <dt> 	<a href="java.util.BitSet.html#get(int)"><b>get</b></a>(int).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Gets a bit.
  <dt> 	<a href="java.util.Calendar.html#get(int)"><b>get</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the value for a given time field.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#get(java.lang.Integer)"><b>get</b></a>(Integer).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Get an object from the remote object cache.
  <dt> 	<a href="java.util.Dictionary.html#get(java.lang.Object)"><b>get</b></a>(Object).
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Returns the value to which the key is mapped in this dictionary.
  <dt> 	<a href="java.lang.reflect.Field.html#get(java.lang.Object)"><b>get</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Returns the value of the field represented by this Field, on
 the specified object.
  <dt> 	<a href="java.util.Hashtable.html#get(java.lang.Object)"><b>get</b></a>(Object).
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Returns the value to which the specified key is mapped in this hashtable.
  <dt> 	<a href="java.lang.reflect.Array.html#get(java.lang.Object, int)"><b>get</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object.
  <dt> 	<a href="java.io.File.html#getAbsolutePath()"><b>getAbsolutePath</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the absolute pathname of the file represented by this object.
  <dt> 	<a href="java.awt.event.ActionEvent.html#getActionCommand()"><b>getActionCommand</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  Returns the command name associated with this action.
  <dt> 	<a href="java.awt.Button.html#getActionCommand()"><b>getActionCommand</b></a>().
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Returns the command name of the action event fired by this button.
  <dt> 	<a href="java.awt.MenuItem.html#getActionCommand()"><b>getActionCommand</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Gets the command name of the action event that is fired
 by this menu item.
  <dt> 	<a href="java.beans.BeanInfo.html#getAdditionalBeanInfo()"><b>getAdditionalBeanInfo</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  This method allows a BeanInfo object to return an arbitrary collection
 of other BeanInfo objects that provide additional information on the
 current bean.
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getAdditionalBeanInfo()"><b>getAdditionalBeanInfo</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Claim there are no other relevant BeanInfo objects.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#getAddListenerMethod()"><b>getAddListenerMethod</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd> 
 
  <dt> 	<a href="java.net.DatagramPacket.html#getAddress()"><b>getAddress</b></a>().
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  Returns the IP address of the machine to which this datagram is being
 sent or from which the datagram was received.
  <dt> 	<a href="java.net.InetAddress.html#getAddress()"><b>getAddress</b></a>().
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Returns the raw IP address of this <code>InetAddress</code>
 object.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#getAdjustable()"><b>getAdjustable</b></a>().
Method in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  Returns the Adjustable object where this event originated.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#getAdjustmentType()"><b>getAdjustmentType</b></a>().
Method in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  Returns the type of adjustment which caused the value changed
 event.
  <dt> 	<a href="java.util.zip.Deflater.html#getAdler()"><b>getAdler</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Returns the ADLER-32 value of the uncompressed data.
  <dt> 	<a href="java.util.zip.Inflater.html#getAdler()"><b>getAdler</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Returns the ADLER-32 value of the uncompressed data.
  <dt> 	<a href="java.security.Key.html#getAlgorithm()"><b>getAlgorithm</b></a>().
Method in interface java.security.<a href="java.security.Key.html#_top_">Key</a>
  <dd>  Returns the standard algorithm name this key is for.
  <dt> 	<a href="java.security.KeyPairGenerator.html#getAlgorithm()"><b>getAlgorithm</b></a>().
Method in class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd>  Returns the standard name of the algorithm for this key generator.
  <dt> 	<a href="java.security.MessageDigest.html#getAlgorithm()"><b>getAlgorithm</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd> 
 Returns a string that identifies the algorithm, independent of
 implementation details.
  <dt> 	<a href="java.security.Signature.html#getAlgorithm()"><b>getAlgorithm</b></a>().
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 Returns the name of the algorithm for this signature object.
  <dt> 	<a href="java.security.Security.html#getAlgorithmProperty(java.lang.String, java.lang.String)"><b>getAlgorithmProperty</b></a>(String, String).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Gets a specified property for an algorithm.
  <dt> 	<a href="java.awt.FlowLayout.html#getAlignment()"><b>getAlignment</b></a>().
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Gets the alignment for this layout.
  <dt> 	<a href="java.awt.Label.html#getAlignment()"><b>getAlignment</b></a>().
Method in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd> 
 Gets the current alignment of this label.
  <dt> 	<a href="java.awt.Component.html#getAlignmentX()"><b>getAlignmentX</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns the alignment along the x axis.
  <dt> 	<a href="java.awt.Container.html#getAlignmentX()"><b>getAlignmentX</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Returns the alignment along the x axis.
  <dt> 	<a href="java.awt.Component.html#getAlignmentY()"><b>getAlignmentY</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns the alignment along the y axis.
  <dt> 	<a href="java.awt.Container.html#getAlignmentY()"><b>getAlignmentY</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Returns the alignment along the y axis.
  <dt> 	<a href="java.net.InetAddress.html#getAllByName(java.lang.String)"><b>getAllByName</b></a>(String).
Static method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Determines all the IP addresses of a host, given the host's name.
  <dt> 	<a href="java.net.URLConnection.html#getAllowUserInteraction()"><b>getAllowUserInteraction</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>allowUserInteraction</code> field for
 this object.
  <dt> 	<a href="java.awt.image.ColorModel.html#getAlpha(int)"><b>getAlpha</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  The subclass must provide a function which provides the alpha
 color compoment for the specified pixel.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getAlpha(int)"><b>getAlpha</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Return the alpha transparency value for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getAlpha(int)"><b>getAlpha</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the alpha transparency value for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getAlphaMask()"><b>getAlphaMask</b></a>().
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the mask indicating which bits in a pixel contain the alpha
 transparency component.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getAlphas(byte[])"><b>getAlphas</b></a>(byte[]).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Copies the array of alpha transparency values into the given array.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getAmPmStrings()"><b>getAmPmStrings</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets ampm strings.
  <dt> 	<a href="java.applet.AppletContext.html#getApplet(java.lang.String)"><b>getApplet</b></a>(String).
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Finds and returns the applet in the document represented by this 
 applet context with the given name.
  <dt> 	<a href="java.applet.Applet.html#getAppletContext()"><b>getAppletContext</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Determines this applet's context, which allows the applet to 
 query and affect the environment in which it runs.
  <dt> 	<a href="java.applet.AppletStub.html#getAppletContext()"><b>getAppletContext</b></a>().
Method in interface java.applet.<a href="java.applet.AppletStub.html#_top_">AppletStub</a>
  <dd>  Gets a handler to the applet's context.
  <dt> 	<a href="java.applet.Applet.html#getAppletInfo()"><b>getAppletInfo</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns information about this applet.
  <dt> 	<a href="java.applet.AppletContext.html#getApplets()"><b>getApplets</b></a>().
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Finds all the applets in the document represented by this applet 
 context.
  <dt> 	<a href="java.awt.FontMetrics.html#getAscent()"><b>getAscent</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Determines the <em>font ascent</em> of the font described by this 
 font metric.
  <dt> 	<a href="java.sql.ResultSet.html#getAsciiStream(int)"><b>getAsciiStream</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column value can be retrieved as a stream of ASCII characters 
 and then read in chunks from the stream.
  <dt> 	<a href="java.sql.ResultSet.html#getAsciiStream(java.lang.String)"><b>getAsciiStream</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column value can be retrieved as a stream of ASCII characters 
 and then read in chunks from the stream.
  <dt> 	<a href="java.beans.PropertyEditor.html#getAsText()"><b>getAsText</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#getAsText()"><b>getAsText</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  
  <dt> 	<a href="java.applet.Applet.html#getAudioClip(java.net.URL)"><b>getAudioClip</b></a>(URL).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns the <code>AudioClip</code> object specified by the 
 <code>URL</code> argument.
  <dt> 	<a href="java.applet.AppletContext.html#getAudioClip(java.net.URL)"><b>getAudioClip</b></a>(URL).
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Creates an audio clip.
  <dt> 	<a href="java.applet.Applet.html#getAudioClip(java.net.URL, java.lang.String)"><b>getAudioClip</b></a>(URL, String).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns the <code>AudioClip</code> object specified by the 
 <code>URL</code> and <code>name</code> arguments.
  <dt> 	<a href="java.sql.Connection.html#getAutoCommit()"><b>getAutoCommit</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Get the current auto-commit state.
  <dt> 	<a href="java.util.TimeZone.html#getAvailableIDs()"><b>getAvailableIDs</b></a>().
Static method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets all the available IDs supported.
  <dt> 	<a href="java.util.TimeZone.html#getAvailableIDs(int)"><b>getAvailableIDs</b></a>(int).
Static method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets the available IDs according to the given time zone offset.
  <dt> 	<a href="java.text.BreakIterator.html#getAvailableLocales()"><b>getAvailableLocales</b></a>().
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Get the set of Locales for which BreakIterators are installed
 
  <dt> 	<a href="java.util.Calendar.html#getAvailableLocales()"><b>getAvailableLocales</b></a>().
Static method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the set of locales for which Calendars are installed.
  <dt> 	<a href="java.text.Collator.html#getAvailableLocales()"><b>getAvailableLocales</b></a>().
Static method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Get the set of Locales for which Collators are installed.
  <dt> 	<a href="java.text.DateFormat.html#getAvailableLocales()"><b>getAvailableLocales</b></a>().
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the set of locales for which DateFormats are installed.
  <dt> 	<a href="java.text.NumberFormat.html#getAvailableLocales()"><b>getAvailableLocales</b></a>().
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Get the set of Locales for which NumberFormats are installed
 
  <dt> 	<a href="java.awt.Component.html#getBackground()"><b>getBackground</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the background color of this component.
  <dt> 	<a href="java.beans.BeanDescriptor.html#getBeanClass()"><b>getBeanClass</b></a>().
Method in class java.beans.<a href="java.beans.BeanDescriptor.html#_top_">BeanDescriptor</a>
  <dd>  
  <dt> 	<a href="java.beans.BeanInfo.html#getBeanDescriptor()"><b>getBeanDescriptor</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getBeanDescriptor()"><b>getBeanDescriptor</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Deny knowledge about the class and customizer of the bean.
  <dt> 	<a href="java.beans.Introspector.html#getBeanInfo(java.lang.Class)"><b>getBeanInfo</b></a>(Class).
Static method in class java.beans.<a href="java.beans.Introspector.html#_top_">Introspector</a>
  <dd>  Introspect on a Java bean and learn about all its properties, exposed
 methods, and events.
  <dt> 	<a href="java.beans.Introspector.html#getBeanInfo(java.lang.Class, java.lang.Class)"><b>getBeanInfo</b></a>(Class, Class).
Static method in class java.beans.<a href="java.beans.Introspector.html#_top_">Introspector</a>
  <dd>  Introspect on a Java bean and learn all about its properties, exposed
 methods, below a given "stop" point.
  <dt> 	<a href="java.beans.Introspector.html#getBeanInfoSearchPath()"><b>getBeanInfoSearchPath</b></a>().
Static method in class java.beans.<a href="java.beans.Introspector.html#_top_">Introspector</a>
  <dd>  
  <dt> 	<a href="java.text.CharacterIterator.html#getBeginIndex()"><b>getBeginIndex</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Return the start index of the text.
  <dt> 	<a href="java.text.FieldPosition.html#getBeginIndex()"><b>getBeginIndex</b></a>().
Method in class java.text.<a href="java.text.FieldPosition.html#_top_">FieldPosition</a>
  <dd>  Retrieve the index of the first character in the requested field.
  <dt> 	<a href="java.text.StringCharacterIterator.html#getBeginIndex()"><b>getBeginIndex</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Return the start index of the text.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getBestRowIdentifier(java.lang.String, java.lang.String, java.lang.String, int, boolean)"><b>getBestRowIdentifier</b></a>(String, String, String, int, boolean).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of a table's optimal set of columns that
 uniquely identifies a row.
  <dt> 	<a href="java.sql.CallableStatement.html#getBigDecimal(int, int)"><b>getBigDecimal</b></a>(int, int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd> 
 Get the value of a NUMERIC parameter as a java.math.BigDecimal object.
  <dt> 	<a href="java.sql.ResultSet.html#getBigDecimal(int, int)"><b>getBigDecimal</b></a>(int, int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.lang.BigDecimal object.
  <dt> 	<a href="java.sql.ResultSet.html#getBigDecimal(java.lang.String, int)"><b>getBigDecimal</b></a>(String, int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.lang.BigDecimal object.
  <dt> 	<a href="java.sql.ResultSet.html#getBinaryStream(int)"><b>getBinaryStream</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column value can be retrieved as a stream of uninterpreted bytes 
 and then read in chunks from the stream.
  <dt> 	<a href="java.sql.ResultSet.html#getBinaryStream(java.lang.String)"><b>getBinaryStream</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column value can be retrieved as a stream of uninterpreted bytes 
 and then read in chunks from the stream.
  <dt> 	<a href="java.awt.Adjustable.html#getBlockIncrement()"><b>getBlockIncrement</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the block value increment for the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#getBlockIncrement()"><b>getBlockIncrement</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Gets the block increment of this scroll bar.
  <dt> 	<a href="java.awt.Color.html#getBlue()"><b>getBlue</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Gets the blue component of this color.
  <dt> 	<a href="java.awt.image.ColorModel.html#getBlue(int)"><b>getBlue</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  The subclass must provide a function which provides the blue
 color compoment for the specified pixel.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getBlue(int)"><b>getBlue</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the blue color compoment for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getBlue(int)"><b>getBlue</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the blue color compoment for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getBlueMask()"><b>getBlueMask</b></a>().
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the mask indicating which bits in a pixel contain the blue
 color component.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getBlues(byte[])"><b>getBlues</b></a>(byte[]).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Copies the array of blue color components into the given array.
  <dt> 	<a href="java.sql.CallableStatement.html#getBoolean(int)"><b>getBoolean</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a BIT parameter as a Java boolean.
  <dt> 	<a href="java.sql.ResultSet.html#getBoolean(int)"><b>getBoolean</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java boolean.
  <dt> 	<a href="java.lang.reflect.Field.html#getBoolean(java.lang.Object)"><b>getBoolean</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a boolean on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getBoolean(java.lang.Object, int)"><b>getBoolean</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a boolean.
  <dt> 	<a href="java.lang.Boolean.html#getBoolean(java.lang.String)"><b>getBoolean</b></a>(String).
Static method in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Returns is <code>true</code> if and only if the system property 
 named by the argument exists and is equal to the string 
 <code>"true"</code>.
  <dt> 	<a href="java.sql.ResultSet.html#getBoolean(java.lang.String)"><b>getBoolean</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java boolean.
  <dt> 	<a href="java.awt.Polygon.html#getBoundingBox()"><b>getBoundingBox</b></a>().
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  
  <dt> 	<a href="java.awt.Component.html#getBounds()"><b>getBounds</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Gets the bounds of this component in the form of a 
 <code>Rectangle</code> object.
  <dt> 	<a href="java.awt.Polygon.html#getBounds()"><b>getBounds</b></a>().
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Gets the bounding box of this polygon.
  <dt> 	<a href="java.awt.Rectangle.html#getBounds()"><b>getBounds</b></a>().
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Gets the bounding rectangle of this rectangle.
  <dt> 	<a href="java.awt.Shape.html#getBounds()"><b>getBounds</b></a>().
Method in interface java.awt.<a href="java.awt.Shape.html#_top_">Shape</a>
  <dd>  Return the bounding box of the shape.
  <dt> 	<a href="java.io.StringWriter.html#getBuffer()"><b>getBuffer</b></a>().
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Return the string buffer itself.
  <dt> 	<a href="java.util.ResourceBundle.html#getBundle(java.lang.String)"><b>getBundle</b></a>(String).
Static method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Get the appropriate ResourceBundle subclass.
  <dt> 	<a href="java.util.ResourceBundle.html#getBundle(java.lang.String, java.util.Locale)"><b>getBundle</b></a>(String, Locale).
Static method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Get the appropriate ResourceBundle subclass.
  <dt> 	<a href="java.net.InetAddress.html#getByName(java.lang.String)"><b>getByName</b></a>(String).
Static method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Determines the IP address of a host, given the host's name.
  <dt> 	<a href="java.sql.CallableStatement.html#getByte(int)"><b>getByte</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a TINYINT parameter as a Java byte.
  <dt> 	<a href="java.sql.ResultSet.html#getByte(int)"><b>getByte</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java byte.
  <dt> 	<a href="java.lang.reflect.Field.html#getByte(java.lang.Object)"><b>getByte</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a byte on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getByte(java.lang.Object, int)"><b>getByte</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a byte.
  <dt> 	<a href="java.sql.ResultSet.html#getByte(java.lang.String)"><b>getByte</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java byte.
  <dt> 	<a href="java.lang.String.html#getBytes()"><b>getBytes</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Convert this <code>String</code> into bytes according to the platform's
 default character encoding, storing the result into a new byte array.
  <dt> 	<a href="java.sql.CallableStatement.html#getBytes(int)"><b>getBytes</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a SQL BINARY or VARBINARY parameter as a Java byte[]

 
  <dt> 	<a href="java.sql.ResultSet.html#getBytes(int)"><b>getBytes</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java byte array.
  <dt> 	<a href="java.lang.String.html#getBytes(int, int, byte[], int)"><b>getBytes</b></a>(int, int, byte[], int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Copies characters from this string into the destination byte
 array.
  <dt> 	<a href="java.sql.ResultSet.html#getBytes(java.lang.String)"><b>getBytes</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java byte array.
  <dt> 	<a href="java.lang.String.html#getBytes(java.lang.String)"><b>getBytes</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Convert this <code>String</code> into bytes according to the specified
 character encoding, storing the result into a new byte array.
  <dt> 	<a href="java.text.DateFormat.html#getCalendar()"><b>getCalendar</b></a>().
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the calendar associated with this date/time formatter.
  <dt> 	<a href="java.io.File.html#getCanonicalPath()"><b>getCanonicalPath</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the canonical form of this <code>File</code> object's pathname.
  <dt> 	<a href="java.awt.TextComponent.html#getCaretPosition()"><b>getCaretPosition</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Gets the position of the text insertion caret for 
 this text component.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#getCaretPosition()"><b>getCaretPosition</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.sql.Connection.html#getCatalog()"><b>getCatalog</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Return the Connection's current catalog name.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getCatalogName(int)"><b>getCatalogName</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's table's catalog name?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getCatalogs()"><b>getCatalogs</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get the catalog names available in this database.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getCatalogSeparator()"><b>getCatalogSeparator</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the separator between catalog and table name?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getCatalogTerm()"><b>getCatalogTerm</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the database vendor's preferred term for "catalog"?

 
  <dt> 	<a href="java.lang.reflect.Field.html#getChar(java.lang.Object)"><b>getChar</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a char on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getChar(java.lang.Object, int)"><b>getChar</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a char.
  <dt> 	<a href="java.text.BreakIterator.html#getCharacterInstance()"><b>getCharacterInstance</b></a>().
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for character-breaks using default locale
 Returns an instance of a BreakIterator implementing character breaks.
  <dt> 	<a href="java.text.BreakIterator.html#getCharacterInstance(java.util.Locale)"><b>getCharacterInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for character-breaks using specified locale
 Returns an instance of a BreakIterator implementing character breaks.
  <dt> 	<a href="java.lang.String.html#getChars(int, int, char[], int)"><b>getChars</b></a>(int, int, char[], int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Copies characters from this string into the destination character array.
  <dt> 	<a href="java.lang.StringBuffer.html#getChars(int, int, char[], int)"><b>getChars</b></a>(int, int, char[], int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Characters are copied from this string buffer into the
 destination character array <code>dst</code>.
  <dt> 	<a href="java.awt.Checkbox.html#getCheckboxGroup()"><b>getCheckboxGroup</b></a>().
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Determines this check box's group.
  <dt> 	<a href="java.util.zip.CheckedInputStream.html#getChecksum()"><b>getChecksum</b></a>().
Method in class java.util.zip.<a href="java.util.zip.CheckedInputStream.html#_top_">CheckedInputStream</a>
  <dd>  Returns the Checksum for this input stream.
  <dt> 	<a href="java.util.zip.CheckedOutputStream.html#getChecksum()"><b>getChecksum</b></a>().
Method in class java.util.zip.<a href="java.util.zip.CheckedOutputStream.html#_top_">CheckedOutputStream</a>
  <dd>  Returns the Checksum for this output stream.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#getChild()"><b>getChild</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  Returns the child component that was added or removed in
 this event.
  <dt> 	<a href="java.lang.Object.html#getClass()"><b>getClass</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Returns the runtime class of an object.
  <dt> 	<a href="java.lang.SecurityManager.html#getClassContext()"><b>getClassContext</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns the current execution stack as an array of classes.
  <dt> 	<a href="java.lang.Class.html#getClasses()"><b>getClasses</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Not implemented in this version of the 
 Java<font size="-2"><sup>TM</sup></font> Development Kit.
  <dt> 	<a href="java.lang.Class.html#getClassLoader()"><b>getClassLoader</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Determines the class loader for the class.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getClassLoader()"><b>getClassLoader</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the classloader for this class.
  <dt> 	<a href="java.util.MissingResourceException.html#getClassName()"><b>getClassName</b></a>().
Method in class java.util.<a href="java.util.MissingResourceException.html#_top_">MissingResourceException</a>
  <dd>  Gets parameter passed by constructor.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getClazz()"><b>getClazz</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd> Returns the object's class.
  <dt> 	<a href="java.awt.event.MouseEvent.html#getClickCount()"><b>getClickCount</b></a>().
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Return the number of mouse clicks associated with this event.
  <dt> 	<a href="java.rmi.server.RemoteServer.html#getClientHost()"><b>getClientHost</b></a>().
Static method in class java.rmi.server.<a href="java.rmi.server.RemoteServer.html#_top_">RemoteServer</a>
  <dd>  Return the hostname of the current client.
  <dt> 	<a href="java.rmi.server.ServerRef.html#getClientHost()"><b>getClientHost</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.ServerRef.html#_top_">ServerRef</a>
  <dd>  Return the hostname of the current client.
  <dt> 	<a href="java.awt.Graphics.html#getClip()"><b>getClip</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Gets the current clipping area.
  <dt> 	<a href="java.awt.Graphics.html#getClipBounds()"><b>getClipBounds</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Returns the bounding rectangle of the current clipping area.
  <dt> 	<a href="java.awt.Graphics.html#getClipRect()"><b>getClipRect</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  
  <dt> 	<a href="java.applet.Applet.html#getCodeBase()"><b>getCodeBase</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Gets the base URL.
  <dt> 	<a href="java.applet.AppletStub.html#getCodeBase()"><b>getCodeBase</b></a>().
Method in interface java.applet.<a href="java.applet.AppletStub.html#_top_">AppletStub</a>
  <dd>  Gets the base URL.
  <dt> 	<a href="java.text.RuleBasedCollator.html#getCollationElementIterator(java.lang.String)"><b>getCollationElementIterator</b></a>(String).
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Return a CollationElementIterator for the given String.
  <dt> 	<a href="java.text.Collator.html#getCollationKey(java.lang.String)"><b>getCollationKey</b></a>(String).
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Transforms the String into a series of bits that can be compared bitwise
 to other CollationKeys.
  <dt> 	<a href="java.text.RuleBasedCollator.html#getCollationKey(java.lang.String)"><b>getCollationKey</b></a>(String).
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Transforms the string into a series of characters that can be compared
 with CollationKey.compareTo.
  <dt> 	<a href="java.awt.Graphics.html#getColor()"><b>getColor</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Gets this graphics context's current color.
  <dt> 	<a href="java.awt.Color.html#getColor(java.lang.String)"><b>getColor</b></a>(String).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Finds a color in the system properties.
  <dt> 	<a href="java.awt.Color.html#getColor(java.lang.String, java.awt.Color)"><b>getColor</b></a>(String, Color).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Finds a color in the system properties.
  <dt> 	<a href="java.awt.Color.html#getColor(java.lang.String, int)"><b>getColor</b></a>(String, int).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Finds a color in the system properties.
  <dt> 	<a href="java.awt.Component.html#getColorModel()"><b>getColorModel</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the instance of <code>ColorModel</code> used to display 
 the component on the output device.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getColorModel()"><b>getColorModel</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.image.PixelGrabber.html#getColorModel()"><b>getColorModel</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Get the ColorModel for the pixels stored in the array.
  <dt> 	<a href="java.awt.Toolkit.html#getColorModel()"><b>getColorModel</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Determines the color model of this toolkit's screen.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getColumnCount()"><b>getColumnCount</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's the number of columns in the ResultSet?

 
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getColumnDisplaySize(int)"><b>getColumnDisplaySize</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's the column's normal max width in chars?

 
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getColumnLabel(int)"><b>getColumnLabel</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's the suggested column title for use in printouts and
 displays?

 
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getColumnName(int)"><b>getColumnName</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's name?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getColumnPrivileges(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><b>getColumnPrivileges</b></a>(String, String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of the access rights for a table's columns.
  <dt> 	<a href="java.awt.GridLayout.html#getColumns()"><b>getColumns</b></a>().
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Gets the number of columns in this layout.
  <dt> 	<a href="java.awt.TextArea.html#getColumns()"><b>getColumns</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Gets the number of columns in this text area.
  <dt> 	<a href="java.awt.TextField.html#getColumns()"><b>getColumns</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Gets the number of columns in this text field.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><b>getColumns</b></a>(String, String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of table columns available in a catalog.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getColumnType(int)"><b>getColumnType</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's SQL type?

 
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getColumnTypeName(int)"><b>getColumnTypeName</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's data source specific type name?

 
  <dt> 	<a href="java.util.zip.ZipEntry.html#getComment()"><b>getComment</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the comment string for the entry, or null if none.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#getComponent()"><b>getComponent</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd>  Returns the component where this event originated.
  <dt> 	<a href="java.awt.Container.html#getComponent(int)"><b>getComponent</b></a>(int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Gets the nth component in this container.
  <dt> 	<a href="java.awt.Component.html#getComponentAt(int, int)"><b>getComponentAt</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Determines if this component or one of its immediate 
 subcomponents contains the (<i>x</i>,&nbsp;<i>y</i>) location, 
 and if so, returns the containing component.
  <dt> 	<a href="java.awt.Container.html#getComponentAt(int, int)"><b>getComponentAt</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Locates the component that contains the x,y position.
  <dt> 	<a href="java.awt.Component.html#getComponentAt(java.awt.Point)"><b>getComponentAt</b></a>(Point).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Returns the component or subcomponent that contains the
 specified point.
  <dt> 	<a href="java.awt.Container.html#getComponentAt(java.awt.Point)"><b>getComponentAt</b></a>(Point).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Gets the component that contains the specified point.
  <dt> 	<a href="java.awt.Container.html#getComponentCount()"><b>getComponentCount</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Gets the number of components in this panel.
  <dt> 	<a href="java.awt.Container.html#getComponents()"><b>getComponents</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Gets all the components in this container.
  <dt> 	<a href="java.lang.Class.html#getComponentType()"><b>getComponentType</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  If this class represents an array type, returns the Class
 object representing the component type of the array; otherwise
 returns null.
  <dt> 	<a href="java.util.zip.ZipEntry.html#getCompressedSize()"><b>getCompressedSize</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the compressed size of the entry data, or -1 if not known.
  <dt> 	<a href="java.sql.DriverManager.html#getConnection(java.lang.String)"><b>getConnection</b></a>(String).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Attempt to establish a connection to the given database URL.
  <dt> 	<a href="java.sql.DriverManager.html#getConnection(java.lang.String, java.util.Properties)"><b>getConnection</b></a>(String, Properties).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Attempt to establish a connection to the given database URL.
  <dt> 	<a href="java.sql.DriverManager.html#getConnection(java.lang.String, java.lang.String, java.lang.String)"><b>getConnection</b></a>(String, String, String).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Attempt to establish a connection to the given database URL.
  <dt> 	<a href="java.awt.GridBagLayout.html#getConstraints(java.awt.Component)"><b>getConstraints</b></a>(Component).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Gets the constraints for the specified component.
  <dt> 	<a href="java.lang.Class.html#getConstructor(java.lang.Class[])"><b>getConstructor</b></a>(Class[]).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns a Constructor object that reflects the specified public
 constructor of the class represented by this Class object.
  <dt> 	<a href="java.lang.Class.html#getConstructors()"><b>getConstructors</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns an array containing Constructor objects reflecting
 all the public constructors of the class represented by this
 Class object.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#getContainer()"><b>getContainer</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd>  Returns the container where this event originated.
  <dt> 	<a href="java.net.URL.html#getContent()"><b>getContent</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Returns the contents of this URL.
  <dt> 	<a href="java.net.URLConnection.html#getContent()"><b>getContent</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Retrieves the contents of this URL connection.
  <dt> 	<a href="java.net.ContentHandler.html#getContent(java.net.URLConnection)"><b>getContent</b></a>(URLConnection).
Method in class java.net.<a href="java.net.ContentHandler.html#_top_">ContentHandler</a>
  <dd> 
 Given a URL connect stream positioned at the beginning of the 
 representation of an object, this method reads that stream and 
 creates an object from it.
  <dt> 	<a href="java.net.URLConnection.html#getContentEncoding()"><b>getContentEncoding</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>content-encoding</code> header field.
  <dt> 	<a href="java.net.URLConnection.html#getContentLength()"><b>getContentLength</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>content-length</code> header field.
  <dt> 	<a href="java.util.ListResourceBundle.html#getContents()"><b>getContents</b></a>().
Method in class java.util.<a href="java.util.ListResourceBundle.html#_top_">ListResourceBundle</a>
  <dd>  See class description.
  <dt> 	<a href="java.awt.datatransfer.Clipboard.html#getContents(java.lang.Object)"><b>getContents</b></a>(Object).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  <dd>  Returns a transferable object representing the current contents
 of the clipboard.
  <dt> 	<a href="java.net.URLConnection.html#getContentType()"><b>getContentType</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>content-type</code> header field.
  <dt> 	<a href="java.net.FileNameMap.html#getContentTypeFor(java.lang.String)"><b>getContentTypeFor</b></a>(String).
Method in interface java.net.<a href="java.net.FileNameMap.html#_top_">FileNameMap</a>
  <dd>  
  <dt> 	<a href="java.util.Locale.html#getCountry()"><b>getCountry</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Getter for programmatic name of field,
 an uppercased two-letter ISO-3166 code.
  <dt> 	<a href="java.util.zip.ZipEntry.html#getCrc()"><b>getCrc</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the CRC-32 checksum of the uncompressed entry data, or -1 if
 not known.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getCrossReference(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><b>getCrossReference</b></a>(String, String, String, String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  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.
  <dt> 	<a href="java.text.NumberFormat.html#getCurrencyInstance()"><b>getCurrencyInstance</b></a>().
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a currency format for the current default locale.
  <dt> 	<a href="java.text.NumberFormat.html#getCurrencyInstance(java.util.Locale)"><b>getCurrencyInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a currency format for the specified locale.
  <dt> 	<a href="java.awt.CheckboxGroup.html#getCurrent()"><b>getCurrent</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxGroup.html#_top_">CheckboxGroup</a>
  <dd>  
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#getCurrentFrame()"><b>getCurrentFrame</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Get the current stack frame.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#getCurrentFrameIndex()"><b>getCurrentFrameIndex</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd> Return the current stackframe index
  <dt> 	<a href="java.awt.Component.html#getCursor()"><b>getCursor</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the cursor set on this component.
  <dt> 	<a href="java.sql.ResultSet.html#getCursorName()"><b>getCursorName</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the name of the SQL cursor used by this ResultSet.
  <dt> 	<a href="java.awt.Frame.html#getCursorType()"><b>getCursorType</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyEditor.html#getCustomEditor()"><b>getCustomEditor</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  A PropertyEditor may choose to make available a full custom Component
 that edits its property value.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#getCustomEditor()"><b>getCustomEditor</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  A PropertyEditor may chose to make available a full custom Component
 that edits its property value.
  <dt> 	<a href="java.beans.BeanDescriptor.html#getCustomizerClass()"><b>getCustomizerClass</b></a>().
Method in class java.beans.<a href="java.beans.BeanDescriptor.html#_top_">BeanDescriptor</a>
  <dd>  
  <dt> 	<a href="java.net.DatagramPacket.html#getData()"><b>getData</b></a>().
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  Returns the data received or the data to be sent.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDatabaseProductName()"><b>getDatabaseProductName</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the name of this database product?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDatabaseProductVersion()"><b>getDatabaseProductVersion</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the version of this database product?

 
  <dt> 	<a href="java.sql.DataTruncation.html#getDataSize()"><b>getDataSize</b></a>().
Method in class java.sql.<a href="java.sql.DataTruncation.html#_top_">DataTruncation</a>
  <dd>  Get the number of bytes of data that should have been transferred.
  <dt> 	<a href="java.util.Date.html#getDate()"><b>getDate</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the day of the month represented by this date.
  <dt> 	<a href="java.sql.Time.html#getDate()"><b>getDate</b></a>().
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Returns the day of the month represented by this date.
  <dt> 	<a href="java.net.URLConnection.html#getDate()"><b>getDate</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>date</code> header field.
  <dt> 	<a href="java.sql.CallableStatement.html#getDate(int)"><b>getDate</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a SQL DATE parameter as a java.sql.Date object

 
  <dt> 	<a href="java.sql.ResultSet.html#getDate(int)"><b>getDate</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.sql.Date object.
  <dt> 	<a href="java.sql.ResultSet.html#getDate(java.lang.String)"><b>getDate</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.sql.Date object.
  <dt> 	<a href="java.text.SimpleDateFormat.html#getDateFormatSymbols()"><b>getDateFormatSymbols</b></a>().
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Gets the date/time formatting data.
  <dt> 	<a href="java.text.DateFormat.html#getDateInstance()"><b>getDateInstance</b></a>().
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the date formatter with the default formatting style
 for the default locale.
  <dt> 	<a href="java.text.DateFormat.html#getDateInstance(int)"><b>getDateInstance</b></a>(int).
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the date formatter with the given formatting style
 for the default locale.
  <dt> 	<a href="java.text.DateFormat.html#getDateInstance(int, java.util.Locale)"><b>getDateInstance</b></a>(int, Locale).
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the date formatter with the given formatting style
 for the given locale.
  <dt> 	<a href="java.text.DateFormat.html#getDateTimeInstance()"><b>getDateTimeInstance</b></a>().
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the date/time formatter with the default formatting style
 for the default locale.
  <dt> 	<a href="java.text.DateFormat.html#getDateTimeInstance(int, int)"><b>getDateTimeInstance</b></a>(int, int).
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the date/time formatter with the given date and time
 formatting styles for the default locale.
  <dt> 	<a href="java.text.DateFormat.html#getDateTimeInstance(int, int, java.util.Locale)"><b>getDateTimeInstance</b></a>(int, int, Locale).
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the date/time formatter with the given formatting styles
 for the given locale.
  <dt> 	<a href="java.util.Date.html#getDay()"><b>getDay</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the day of the week represented by this date.
  <dt> 	<a href="java.sql.Time.html#getDay()"><b>getDay</b></a>().
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Returns the day of the week represented by this date.
  <dt> 	<a href="java.text.DecimalFormat.html#getDecimalFormatSymbols()"><b>getDecimalFormatSymbols</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Returns the decimal format symbols, which is generally not changed
 by the programmer or user.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getDecimalSeparator()"><b>getDecimalSeparator</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used for decimal sign.
  <dt> 	<a href="java.lang.Class.html#getDeclaredClasses()"><b>getDeclaredClasses</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Not implemented in this version of the 
 Java<font size="-2"><sup>TM</sup></font> Development Kit.
  <dt> 	<a href="java.lang.Class.html#getDeclaredConstructor(java.lang.Class[])"><b>getDeclaredConstructor</b></a>(Class[]).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns a Constructor object that reflects the specified declared
 constructor of the class or interface represented by this Class
 object.
  <dt> 	<a href="java.lang.Class.html#getDeclaredConstructors()"><b>getDeclaredConstructors</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns an array of Constructor objects reflecting all the
 constructors declared by the class represented by this Class
 object.
  <dt> 	<a href="java.lang.Class.html#getDeclaredField(java.lang.String)"><b>getDeclaredField</b></a>(String).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns a Field object that reflects the specified declared
 field of the class or interface represented by this Class
 object.
  <dt> 	<a href="java.lang.Class.html#getDeclaredFields()"><b>getDeclaredFields</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns an array of Field objects reflecting all the fields
 declared by the class or interface represented by this Class
 object.
  <dt> 	<a href="java.lang.Class.html#getDeclaredMethod(java.lang.String, java.lang.Class[])"><b>getDeclaredMethod</b></a>(String, Class[]).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns a Method object that reflects the specified declared
 method of the class or interface represented by this Class
 object.
  <dt> 	<a href="java.lang.Class.html#getDeclaredMethods()"><b>getDeclaredMethods</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns an array of Method objects reflecting all the methods
 declared by the class or interface represented by this Class
 object.
  <dt> 	<a href="java.lang.Class.html#getDeclaringClass()"><b>getDeclaringClass</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Not implemented in this version of the 
 Java<font size="-2"><sup>TM</sup></font> Development Kit.
  <dt> 	<a href="java.lang.reflect.Constructor.html#getDeclaringClass()"><b>getDeclaringClass</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Returns the Class object representing the class that declares
 the constructor represented by this Constructor object.
  <dt> 	<a href="java.lang.reflect.Field.html#getDeclaringClass()"><b>getDeclaringClass</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Returns the Class object representing the class or interface
 that declares the field represented by this Field object.
  <dt> 	<a href="java.lang.reflect.Member.html#getDeclaringClass()"><b>getDeclaringClass</b></a>().
Method in interface java.lang.reflect.<a href="java.lang.reflect.Member.html#_top_">Member</a>
  <dd>  Returns the Class object representing the class or interface
 that declares the member or constructor represented by this Member.
  <dt> 	<a href="java.lang.reflect.Method.html#getDeclaringClass()"><b>getDeclaringClass</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns the Class object representing the class or interface
 that declares the method represented by this Method object.
  <dt> 	<a href="java.text.Collator.html#getDecomposition()"><b>getDecomposition</b></a>().
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Get the decomposition mode of this Collator.
  <dt> 	<a href="java.util.Locale.html#getDefault()"><b>getDefault</b></a>().
Static method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Common method of getting the current default Locale.
  <dt> 	<a href="java.util.TimeZone.html#getDefault()"><b>getDefault</b></a>().
Static method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets the default TimeZone for this host.
  <dt> 	<a href="java.net.URLConnection.html#getDefaultAllowUserInteraction()"><b>getDefaultAllowUserInteraction</b></a>().
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the default value of the <code>allowUserInteraction</code>
 field.
  <dt> 	<a href="java.awt.Cursor.html#getDefaultCursor()"><b>getDefaultCursor</b></a>().
Static method in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  Return the system default cursor.
  <dt> 	<a href="java.beans.BeanInfo.html#getDefaultEventIndex()"><b>getDefaultEventIndex</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  A bean may have a "default" event that is the event that will
 mostly commonly be used by human's when using the bean.
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getDefaultEventIndex()"><b>getDefaultEventIndex</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Deny knowledge of a default event.
  <dt> 	<a href="java.beans.BeanInfo.html#getDefaultPropertyIndex()"><b>getDefaultPropertyIndex</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  A bean may have a "default" property that is the property that will
 mostly commonly be initially chosen for update by human's who are 
 customizing the bean.
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getDefaultPropertyIndex()"><b>getDefaultPropertyIndex</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Deny knowledge of a default property.
  <dt> 	<a href="java.net.URLConnection.html#getDefaultRequestProperty(java.lang.String)"><b>getDefaultRequestProperty</b></a>(String).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the default request property.
  <dt> 	<a href="java.rmi.server.LogStream.html#getDefaultStream()"><b>getDefaultStream</b></a>().
Static method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Return the current default stream for new logs.
  <dt> 	<a href="java.awt.Toolkit.html#getDefaultToolkit()"><b>getDefaultToolkit</b></a>().
Static method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Gets the default toolkit.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDefaultTransactionIsolation()"><b>getDefaultTransactionIsolation</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the database's default transaction isolation level?  The
 values are defined in java.sql.Connection.
  <dt> 	<a href="java.net.URLConnection.html#getDefaultUseCaches()"><b>getDefaultUseCaches</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the default value of a <code>URLConnection</code>'s
 <code>useCaches</code> flag.
  <dt> 	<a href="java.awt.FontMetrics.html#getDescent()"><b>getDescent</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Determines the <em>font descent</em> of the font described by this 
 font metric.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getDigit()"><b>getDigit</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used for a digit in a pattern.
  <dt> 	<a href="java.awt.FileDialog.html#getDirectory()"><b>getDirectory</b></a>().
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Gets the directory of this file dialog.
  <dt> 	<a href="java.util.Locale.html#getDisplayCountry()"><b>getDisplayCountry</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale's country that is appropriate for display to the
 user.
  <dt> 	<a href="java.util.Locale.html#getDisplayCountry(java.util.Locale)"><b>getDisplayCountry</b></a>(Locale).
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale's country that is appropriate for display to the
 user.
  <dt> 	<a href="java.util.Locale.html#getDisplayLanguage()"><b>getDisplayLanguage</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale's language that is appropriate for display to the
 user.
  <dt> 	<a href="java.util.Locale.html#getDisplayLanguage(java.util.Locale)"><b>getDisplayLanguage</b></a>(Locale).
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale's language that is appropriate for display to the
 user.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#getDisplayName()"><b>getDisplayName</b></a>().
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  
  <dt> 	<a href="java.util.Locale.html#getDisplayName()"><b>getDisplayName</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale that is appropriate for display to the
 user.
  <dt> 	<a href="java.util.Locale.html#getDisplayName(java.util.Locale)"><b>getDisplayName</b></a>(Locale).
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale that is appropriate for display to the
 user.
  <dt> 	<a href="java.util.Locale.html#getDisplayVariant()"><b>getDisplayVariant</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale's variant code that is appropriate for display to the
 user.
  <dt> 	<a href="java.util.Locale.html#getDisplayVariant(java.util.Locale)"><b>getDisplayVariant</b></a>(Locale).
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Returns a name for the locale's variant code that is appropriate for display to the
 user.
  <dt> 	<a href="java.applet.Applet.html#getDocumentBase()"><b>getDocumentBase</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Gets the document URL.
  <dt> 	<a href="java.applet.AppletStub.html#getDocumentBase()"><b>getDocumentBase</b></a>().
Method in interface java.applet.<a href="java.applet.AppletStub.html#_top_">AppletStub</a>
  <dd>  Gets the document URL.
  <dt> 	<a href="java.net.URLConnection.html#getDoInput()"><b>getDoInput</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of this <code>URLConnection</code>'s
 <code>doInput</code> flag.
  <dt> 	<a href="java.net.URLConnection.html#getDoOutput()"><b>getDoOutput</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of this <code>URLConnection</code>'s
 <code>doOutput</code> flag.
  <dt> 	<a href="java.sql.CallableStatement.html#getDouble(int)"><b>getDouble</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a DOUBLE parameter as a Java double.
  <dt> 	<a href="java.sql.ResultSet.html#getDouble(int)"><b>getDouble</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java double.
  <dt> 	<a href="java.lang.reflect.Field.html#getDouble(java.lang.Object)"><b>getDouble</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a double on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getDouble(java.lang.Object, int)"><b>getDouble</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a double.
  <dt> 	<a href="java.sql.ResultSet.html#getDouble(java.lang.String)"><b>getDouble</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java double.
  <dt> 	<a href="java.sql.DriverManager.html#getDriver(java.lang.String)"><b>getDriver</b></a>(String).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Attempt to locate a driver that understands the given URL.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDriverMajorVersion()"><b>getDriverMajorVersion</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's this JDBC driver's major version number?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDriverMinorVersion()"><b>getDriverMinorVersion</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's this JDBC driver's minor version number?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDriverName()"><b>getDriverName</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the name of this JDBC driver?

 
  <dt> 	<a href="java.sql.DriverManager.html#getDrivers()"><b>getDrivers</b></a>().
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Return an Enumeration of all the currently loaded JDBC drivers
 which the current caller has access to.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getDriverVersion()"><b>getDriverVersion</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the version of this JDBC driver?

 
  <dt> 	<a href="java.awt.TextField.html#getEchoChar()"><b>getEchoChar</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Gets the character that is to be used for echoing.
  <dt> 	<a href="java.beans.PropertyEditorManager.html#getEditorSearchPath()"><b>getEditorSearchPath</b></a>().
Static method in class java.beans.<a href="java.beans.PropertyEditorManager.html#_top_">PropertyEditorManager</a>
  <dd>  
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#getElement(int)"><b>getElement</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd>  Return an array element.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#getElements()"><b>getElements</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd>  Returns a copy of the array as instances of RemoteValue.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#getElements(int, int)"><b>getElements</b></a>(int, int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd>  Returns a copy of a portion of the array as instances of RemoteValue.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#getElementType()"><b>getElementType</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd>  Return the element type as a "TC_" constant, such as "TC_CHAR".
  <dt> 	<a href="java.security.Key.html#getEncoded()"><b>getEncoded</b></a>().
Method in interface java.security.<a href="java.security.Key.html#_top_">Key</a>
  <dd>  Returns the encoded key.
  <dt> 	<a href="java.io.InputStreamReader.html#getEncoding()"><b>getEncoding</b></a>().
Method in class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Return the name of the encoding being used by this stream.
  <dt> 	<a href="java.io.OutputStreamWriter.html#getEncoding()"><b>getEncoding</b></a>().
Method in class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Return the name of the encoding being used by this stream.
  <dt> 	<a href="java.text.CharacterIterator.html#getEndIndex()"><b>getEndIndex</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Return the end index of the text.
  <dt> 	<a href="java.text.FieldPosition.html#getEndIndex()"><b>getEndIndex</b></a>().
Method in class java.text.<a href="java.text.FieldPosition.html#_top_">FieldPosition</a>
  <dd>  Retrieve the index of the character following the last character in the
 requested field.
  <dt> 	<a href="java.text.StringCharacterIterator.html#getEndIndex()"><b>getEndIndex</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Return the end index of the text.
  <dt> 	<a href="java.util.zip.ZipFile.html#getEntry(java.lang.String)"><b>getEntry</b></a>(String).
Method in class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Returns the ZIP file entry for the given path name.
  <dt> 	<a href="java.lang.System.html#getenv(java.lang.String)"><b>getenv</b></a>(String).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Gets an environment variable.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getEras()"><b>getEras</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets era strings.
  <dt> 	<a href="java.sql.SQLException.html#getErrorCode()"><b>getErrorCode</b></a>().
Method in class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Get the vendor specific exception code

 
  <dt> 	<a href="java.text.ParseException.html#getErrorOffset()"><b>getErrorOffset</b></a>().
Method in class java.text.<a href="java.text.ParseException.html#_top_">ParseException</a>
  <dd>  Returns the position where the error was found.
  <dt> 	<a href="java.awt.MediaTracker.html#getErrorsAny()"><b>getErrorsAny</b></a>().
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Returns a list of all media that have encountered an error.
  <dt> 	<a href="java.awt.MediaTracker.html#getErrorsID(int)"><b>getErrorsID</b></a>(int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Returns a list of media with the specified ID that 
 have encountered an error.
  <dt> 	<a href="java.lang.Process.html#getErrorStream()"><b>getErrorStream</b></a>().
Method in class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd>  Gets the error stream of the subprocess.
  <dt> 	<a href="java.beans.BeanInfo.html#getEventSetDescriptors()"><b>getEventSetDescriptors</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getEventSetDescriptors()"><b>getEventSetDescriptors</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Deny knowledge of event sets.
  <dt> 	<a href="java.lang.ExceptionInInitializerError.html#getException()"><b>getException</b></a>().
Method in class java.lang.<a href="java.lang.ExceptionInInitializerError.html#_top_">ExceptionInInitializerError</a>
  <dd>  Returns the exception that occurred during a static initialization that
 caused this Error to be created.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#getExceptionCatchList()"><b>getExceptionCatchList</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Return the list of the exceptions the debugger will stop on.
  <dt> 	<a href="java.lang.reflect.Constructor.html#getExceptionTypes()"><b>getExceptionTypes</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Returns an array of Class objects that represent the types of
 the checked exceptions thrown by the underlying constructor
 represented by this Constructor object.
  <dt> 	<a href="java.lang.reflect.Method.html#getExceptionTypes()"><b>getExceptionTypes</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns an array of Class objects that represent the types of
 the checked exceptions thrown by the underlying method
 represented by this Method object.
  <dt> 	<a href="java.net.URLConnection.html#getExpiration()"><b>getExpiration</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>expires</code> header field.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getExportedKeys(java.lang.String, java.lang.String, java.lang.String)"><b>getExportedKeys</b></a>(String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of the foreign key columns that reference a
 table's primary key columns (the foreign keys exported by a
 table).
  <dt> 	<a href="java.util.zip.ZipEntry.html#getExtra()"><b>getExtra</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the extra field data for the entry, or null if none.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getExtraNameCharacters()"><b>getExtraNameCharacters</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get all the "extra" characters that can be used in unquoted
 identifier names (those beyond a-z, A-Z, 0-9 and _).
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#getFailureHandler()"><b>getFailureHandler</b></a>().
Static method in class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd>  Returns the handler for socket creation failure.
  <dt> 	<a href="java.awt.Font.html#getFamily()"><b>getFamily</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the platform specific family name of the font.
  <dt> 	<a href="java.io.FileInputStream.html#getFD()"><b>getFD</b></a>().
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Returns the opaque file descriptor object associated with this stream.
  <dt> 	<a href="java.io.FileOutputStream.html#getFD()"><b>getFD</b></a>().
Method in class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Returns the file descriptor associated with this stream.
  <dt> 	<a href="java.io.RandomAccessFile.html#getFD()"><b>getFD</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Returns the opaque file descriptor object associated with this stream.
  <dt> 	<a href="java.text.FieldPosition.html#getField()"><b>getField</b></a>().
Method in class java.text.<a href="java.text.FieldPosition.html#_top_">FieldPosition</a>
  <dd>  Retrieve the field identifier.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getField(int)"><b>getField</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the static field, specified by index.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getField(int)"><b>getField</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Return an instance variable, specified by slot number.
  <dt> 	<a href="java.lang.Class.html#getField(java.lang.String)"><b>getField</b></a>(String).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns a Field object that reflects the specified public
 member field of the class or interface represented by
 this Class object.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getField(java.lang.String)"><b>getField</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the static field, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getField(java.lang.String)"><b>getField</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Return an instance variable, specified by name.
  <dt> 	<a href="java.lang.Class.html#getFields()"><b>getFields</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns an array containing Field objects reflecting all the
 accessible public fields of the class or interface represented
 by this Class object.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getFields()"><b>getFields</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return all the static fields for this class.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getFields()"><b>getFields</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Return the instance (non-static) fields of an object.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getFieldValue(int)"><b>getFieldValue</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the value of a static field, specified by its index.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getFieldValue(int)"><b>getFieldValue</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Returns the value of an object's instance variable.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getFieldValue(java.lang.String)"><b>getFieldValue</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the value of a static field, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getFieldValue(java.lang.String)"><b>getFieldValue</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Returns the value of an object's instance variable.
  <dt> 	<a href="java.awt.FileDialog.html#getFile()"><b>getFile</b></a>().
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Gets the selected file of this file dialog.
  <dt> 	<a href="java.net.URL.html#getFile()"><b>getFile</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Returns the file name of this <code>URL</code>.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#getFileDescriptor()"><b>getFileDescriptor</b></a>().
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Get the datagram socket file descriptor
 
  <dt> 	<a href="java.net.SocketImpl.html#getFileDescriptor()"><b>getFileDescriptor</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns the value of this socket's <code>fd</code> field.
  <dt> 	<a href="java.awt.FileDialog.html#getFilenameFilter()"><b>getFilenameFilter</b></a>().
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Determines this file dialog's filename filter.
  <dt> 	<a href="java.net.URLConnection.html#getFileNameMap()"><b>getFileNameMap</b></a>().
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the FileNameMap.
  <dt> 	<a href="java.io.RandomAccessFile.html#getFilePointer()"><b>getFilePointer</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Returns the current offset in this file.
  <dt> 	<a href="java.awt.image.ImageFilter.html#getFilterInstance(java.awt.image.ImageConsumer)"><b>getFilterInstance</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Returns a unique instance of an ImageFilter object which will
 actually perform the filtering for the specified ImageConsumer.
  <dt> 	<a href="java.util.Calendar.html#getFirstDayOfWeek()"><b>getFirstDayOfWeek</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets what the first day of the week is; e.g., Sunday in US,
 Monday in France.
  <dt> 	<a href="java.sql.CallableStatement.html#getFloat(int)"><b>getFloat</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a FLOAT parameter as a Java float.
  <dt> 	<a href="java.sql.ResultSet.html#getFloat(int)"><b>getFloat</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java float.
  <dt> 	<a href="java.lang.reflect.Field.html#getFloat(java.lang.Object)"><b>getFloat</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a float on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getFloat(java.lang.Object, int)"><b>getFloat</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a float.
  <dt> 	<a href="java.sql.ResultSet.html#getFloat(java.lang.String)"><b>getFloat</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java float.
  <dt> 	<a href="java.awt.Window.html#getFocusOwner()"><b>getFocusOwner</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Returns the child component of this Window which has focus if and 
 only if this Window is active.
  <dt> 	<a href="java.net.HttpURLConnection.html#getFollowRedirects()"><b>getFollowRedirects</b></a>().
Static method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  
  <dt> 	<a href="java.awt.Component.html#getFont()"><b>getFont</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the font of this component.
  <dt> 	<a href="java.awt.FontMetrics.html#getFont()"><b>getFont</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Gets the font described by this font metric.
  <dt> 	<a href="java.awt.Graphics.html#getFont()"><b>getFont</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Gets the current font.
  <dt> 	<a href="java.awt.MenuComponent.html#getFont()"><b>getFont</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Gets the font used for this menu component.
  <dt> 	<a href="java.awt.MenuContainer.html#getFont()"><b>getFont</b></a>().
Method in interface java.awt.<a href="java.awt.MenuContainer.html#_top_">MenuContainer</a>
  <dd> 
  <dt> 	<a href="java.awt.Font.html#getFont(java.lang.String)"><b>getFont</b></a>(String).
Static method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets a font from the system properties list.
  <dt> 	<a href="java.awt.Font.html#getFont(java.lang.String, java.awt.Font)"><b>getFont</b></a>(String, Font).
Static method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the specified font from the system properties list.
  <dt> 	<a href="java.awt.Toolkit.html#getFontList()"><b>getFontList</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Returns the names of the available fonts in this toolkit.<p>
 For 1.1, the following font names are deprecated (the replacement
 name follows):
 <ul>
 <li>TimesRoman (use Serif)
 <li>Helvetica (use SansSerif)
 <li>Courier (use Monospaced)
 </ul><p>
 The ZapfDingbats font is also deprecated in 1.1, but only as a
 separate fontname.
  <dt> 	<a href="java.awt.Graphics.html#getFontMetrics()"><b>getFontMetrics</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Gets the font metrics of the current font.
  <dt> 	<a href="java.awt.Component.html#getFontMetrics(java.awt.Font)"><b>getFontMetrics</b></a>(Font).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the font metrics for the specified font.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getFontMetrics(java.awt.Font)"><b>getFontMetrics</b></a>(Font).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Graphics.html#getFontMetrics(java.awt.Font)"><b>getFontMetrics</b></a>(Font).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Gets the font metrics for the specified font.
  <dt> 	<a href="java.awt.Toolkit.html#getFontMetrics(java.awt.Font)"><b>getFontMetrics</b></a>(Font).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Gets the screen metrics of the font.
  <dt> 	<a href="java.awt.Toolkit.html#getFontPeer(java.lang.String, int)"><b>getFontPeer</b></a>(String, int).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Creates this toolkit's implementation of <code>Font</code> using
 the specified peer interface.
  <dt> 	<a href="java.awt.Component.html#getForeground()"><b>getForeground</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the foreground color of this component.
  <dt> 	<a href="java.security.Certificate.html#getFormat()"><b>getFormat</b></a>().
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd>  Returns the name of the coding format.
  <dt> 	<a href="java.security.Key.html#getFormat()"><b>getFormat</b></a>().
Method in interface java.security.<a href="java.security.Key.html#_top_">Key</a>
  <dd>  Returns the format used to encode the key or null if the key does not
 support encoding.
  <dt> 	<a href="java.text.ChoiceFormat.html#getFormats()"><b>getFormats</b></a>().
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Get the formats passed in the constructor.
  <dt> 	<a href="java.text.MessageFormat.html#getFormats()"><b>getFormats</b></a>().
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Gets formats that were set with setFormats.
  <dt> 	<a href="java.security.interfaces.DSAParams.html#getG()"><b>getG</b></a>().
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAParams.html#_top_">DSAParams</a>
  <dd>  Returns the base, <code>g</code>.
  <dt> 	<a href="java.awt.Component.html#getGraphics()"><b>getGraphics</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Creates a graphics context for this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getGraphics()"><b>getGraphics</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Image.html#getGraphics()"><b>getGraphics</b></a>().
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Creates a graphics context for drawing to an off-screen image.
  <dt> 	<a href="java.awt.PrintJob.html#getGraphics()"><b>getGraphics</b></a>().
Method in class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd>  Gets a Graphics object that will draw to the next page.
  <dt> 	<a href="java.util.Calendar.html#getGreatestMinimum(int)"><b>getGreatestMinimum</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the highest minimum value for the given field if varies.
  <dt> 	<a href="java.util.GregorianCalendar.html#getGreatestMinimum(int)"><b>getGreatestMinimum</b></a>(int).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Returns highest minimum value for the given field if varies.
  <dt> 	<a href="java.awt.Color.html#getGreen()"><b>getGreen</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Gets the green component of this color.
  <dt> 	<a href="java.awt.image.ColorModel.html#getGreen(int)"><b>getGreen</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  The subclass must provide a function which provides the green
 color compoment for the specified pixel.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getGreen(int)"><b>getGreen</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the green color compoment for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getGreen(int)"><b>getGreen</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the green color compoment for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getGreenMask()"><b>getGreenMask</b></a>().
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the mask indicating which bits in a pixel contain the green
 color component.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getGreens(byte[])"><b>getGreens</b></a>(byte[]).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Copies the array of green color components into the given array.
  <dt> 	<a href="java.util.GregorianCalendar.html#getGregorianChange()"><b>getGregorianChange</b></a>().
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Gets the Gregorian Calendar change date.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getGroupingSeparator()"><b>getGroupingSeparator</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used for thousands separator.
  <dt> 	<a href="java.text.DecimalFormat.html#getGroupingSize()"><b>getGroupingSize</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Return the grouping size.
  <dt> 	<a href="java.security.Certificate.html#getGuarantor()"><b>getGuarantor</b></a>().
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd> 
 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.
  <dt> 	<a href="java.awt.ScrollPane.html#getHAdjustable()"><b>getHAdjustable</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Returns the Adjustable object which represents the state of
 the horizontal scrollbar.
  <dt> 	<a href="java.net.URLConnection.html#getHeaderField(int)"><b>getHeaderField</b></a>(int).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value for the <code>n</code><sup>th</sup> header field.
  <dt> 	<a href="java.net.URLConnection.html#getHeaderField(java.lang.String)"><b>getHeaderField</b></a>(String).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the specified header field.
  <dt> 	<a href="java.net.URLConnection.html#getHeaderFieldDate(java.lang.String, long)"><b>getHeaderFieldDate</b></a>(String, long).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the named field parsed as date.
  <dt> 	<a href="java.net.URLConnection.html#getHeaderFieldInt(java.lang.String, int)"><b>getHeaderFieldInt</b></a>(String, int).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the named field parsed as a number.
  <dt> 	<a href="java.net.URLConnection.html#getHeaderFieldKey(int)"><b>getHeaderFieldKey</b></a>(int).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the key for the <code>n</code><sup>th</sup> header field.
  <dt> 	<a href="java.awt.FontMetrics.html#getHeight()"><b>getHeight</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Gets the standard height of a line of text in this font.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#getHeight()"><b>getHeight</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Get the height of the pixel buffer (after adjusting for image height).
  <dt> 	<a href="java.awt.Image.html#getHeight(java.awt.image.ImageObserver)"><b>getHeight</b></a>(ImageObserver).
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Determines the height of the image.
  <dt> 	<a href="java.awt.MenuBar.html#getHelpMenu()"><b>getHelpMenu</b></a>().
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Gets the help menu on the menu bar.
  <dt> 	<a href="java.awt.BorderLayout.html#getHgap()"><b>getHgap</b></a>().
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Returns the horizontal gap between components.
  <dt> 	<a href="java.awt.CardLayout.html#getHgap()"><b>getHgap</b></a>().
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Gets the horizontal gap between components.
  <dt> 	<a href="java.awt.FlowLayout.html#getHgap()"><b>getHgap</b></a>().
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Gets the horizontal gap between components.
  <dt> 	<a href="java.awt.GridLayout.html#getHgap()"><b>getHgap</b></a>().
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Gets the horizontal gap between components.
  <dt> 	<a href="java.net.URL.html#getHost()"><b>getHost</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Returns the host name of this <code>URL</code>, if applicable.
  <dt> 	<a href="java.net.InetAddress.html#getHostAddress()"><b>getHostAddress</b></a>().
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Returns the IP address string "%d.%d.%d.%d"
 
  <dt> 	<a href="java.net.InetAddress.html#getHostName()"><b>getHostName</b></a>().
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Returns the host name for this address.
  <dt> 	<a href="java.sql.Date.html#getHours()"><b>getHours</b></a>().
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Returns the hour represented by this date.
  <dt> 	<a href="java.util.Date.html#getHours()"><b>getHours</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the hour represented by this date.
  <dt> 	<a href="java.awt.Color.html#getHSBColor(float, float, float)"><b>getHSBColor</b></a>(float, float, float).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a <code>Color</code> object based on values supplied 
 for the HSB color model.
  <dt> 	<a href="java.awt.ScrollPane.html#getHScrollbarHeight()"><b>getHScrollbarHeight</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  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.
  <dt> 	<a href="java.awt.peer.ScrollPanePeer.html#getHScrollbarHeight()"><b>getHScrollbarHeight</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#getHumanPresentableName()"><b>getHumanPresentableName</b></a>().
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Returns the human presentable name for the data foramt that this
 DataFlavor represents.
  <dt> 	<a href="java.beans.BeanInfo.html#getIcon(int)"><b>getIcon</b></a>(int).
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  This method returns an image object that can be used to
 represent the bean in toolboxes, toolbars, etc.
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getIcon(int)"><b>getIcon</b></a>(int).
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Claim there are no icons available.
  <dt> 	<a href="java.awt.Frame.html#getIconImage()"><b>getIconImage</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Gets the icon image for this frame.
  <dt> 	<a href="java.awt.AWTEvent.html#getID()"><b>getID</b></a>().
Method in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  Returns the event type.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#getId()"><b>getId</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd> Returns the id of the object.
  <dt> 	<a href="java.util.TimeZone.html#getID()"><b>getID</b></a>().
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets the ID of this time zone.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getIdentifierQuoteString()"><b>getIdentifierQuoteString</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the string used to quote SQL identifiers?
 This returns a space " " if identifier quoting isn't supported.
  <dt> 	<a href="java.security.IdentityScope.html#getIdentity(java.security.Principal)"><b>getIdentity</b></a>(Principal).
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Retrieves the identity whose name is the same as that of the
 specified principal.
  <dt> 	<a href="java.security.IdentityScope.html#getIdentity(java.security.PublicKey)"><b>getIdentity</b></a>(PublicKey).
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Retrieves the identity with the specified public key.
  <dt> 	<a href="java.security.IdentityScope.html#getIdentity(java.lang.String)"><b>getIdentity</b></a>(String).
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Returns the identity in this scope with the specified name (if any).
  <dt> 	<a href="java.net.URLConnection.html#getIfModifiedSince()"><b>getIfModifiedSince</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of this object's <code>ifModifiedSince</code> field.
  <dt> 	<a href="java.awt.Toolkit.html#getImage(java.lang.String)"><b>getImage</b></a>(String).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Returns an image which gets pixel data from the specified file.
  <dt> 	<a href="java.applet.Applet.html#getImage(java.net.URL)"><b>getImage</b></a>(URL).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns an <code>Image</code> object that can then be painted on 
 the screen.
  <dt> 	<a href="java.applet.AppletContext.html#getImage(java.net.URL)"><b>getImage</b></a>(URL).
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Returns an <code>Image</code> object that can then be painted on 
 the screen.
  <dt> 	<a href="java.awt.Toolkit.html#getImage(java.net.URL)"><b>getImage</b></a>(URL).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Returns an image which gets pixel data from the specified URL.
  <dt> 	<a href="java.applet.Applet.html#getImage(java.net.URL, java.lang.String)"><b>getImage</b></a>(URL, String).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns an <code>Image</code> object that can then be painted on 
 the screen.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getImportedKeys(java.lang.String, java.lang.String, java.lang.String)"><b>getImportedKeys</b></a>(String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  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).
  <dt> 	<a href="java.lang.SecurityManager.html#getInCheck()"><b>getInCheck</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if there is a security check in progress.
  <dt> 	<a href="java.text.CharacterIterator.html#getIndex()"><b>getIndex</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Return the current index.
  <dt> 	<a href="java.sql.DataTruncation.html#getIndex()"><b>getIndex</b></a>().
Method in class java.sql.<a href="java.sql.DataTruncation.html#_top_">DataTruncation</a>
  <dd>  Get the index of the column or parameter that was truncated.
  <dt> 	<a href="java.text.ParsePosition.html#getIndex()"><b>getIndex</b></a>().
Method in class java.text.<a href="java.text.ParsePosition.html#_top_">ParsePosition</a>
  <dd>  Retrieve the current parse position.
  <dt> 	<a href="java.text.StringCharacterIterator.html#getIndex()"><b>getIndex</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Return the current index.
  <dt> 	<a href="java.beans.IndexedPropertyDescriptor.html#getIndexedPropertyType()"><b>getIndexedPropertyType</b></a>().
Method in class java.beans.<a href="java.beans.IndexedPropertyDescriptor.html#_top_">IndexedPropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.beans.IndexedPropertyDescriptor.html#getIndexedReadMethod()"><b>getIndexedReadMethod</b></a>().
Method in class java.beans.<a href="java.beans.IndexedPropertyDescriptor.html#_top_">IndexedPropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.beans.IndexedPropertyDescriptor.html#getIndexedWriteMethod()"><b>getIndexedWriteMethod</b></a>().
Method in class java.beans.<a href="java.beans.IndexedPropertyDescriptor.html#_top_">IndexedPropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getIndexInfo(java.lang.String, java.lang.String, java.lang.String, boolean, boolean)"><b>getIndexInfo</b></a>(String, String, String, boolean, boolean).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of a table's indices and statistics.
  <dt> 	<a href="java.net.ServerSocket.html#getInetAddress()"><b>getInetAddress</b></a>().
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Returns the local address of this server socket.
  <dt> 	<a href="java.net.Socket.html#getInetAddress()"><b>getInetAddress</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns the address to which the socket is connected.
  <dt> 	<a href="java.net.SocketImpl.html#getInetAddress()"><b>getInetAddress</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns the value of this socket's <code>address</code> field.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getInfinity()"><b>getInfinity</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used to represent infinity.
  <dt> 	<a href="java.security.Identity.html#getInfo()"><b>getInfo</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns general information previously specified for this identity.
  <dt> 	<a href="java.security.Provider.html#getInfo()"><b>getInfo</b></a>().
Method in class java.security.<a href="java.security.Provider.html#_top_">Provider</a>
  <dd>  Returns a human-readable description of the provider and its
 services.
  <dt> 	<a href="java.lang.Process.html#getInputStream()"><b>getInputStream</b></a>().
Method in class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd> 
 Gets the input stream of the subprocess.
  <dt> 	<a href="java.rmi.server.RemoteCall.html#getInputStream()"><b>getInputStream</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Get the InputStream that the stub/skeleton should get
 results/arguments from.
  <dt> 	<a href="java.net.Socket.html#getInputStream()"><b>getInputStream</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns an input stream for this socket.
  <dt> 	<a href="java.net.SocketImpl.html#getInputStream()"><b>getInputStream</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns an input stream for this socket.
  <dt> 	<a href="java.net.URLConnection.html#getInputStream()"><b>getInputStream</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns an input stream that reads from this open connection.
  <dt> 	<a href="java.util.zip.ZipFile.html#getInputStream(java.util.zip.ZipEntry)"><b>getInputStream</b></a>(ZipEntry).
Method in class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Returns an input stream for reading the contents of the specified
 ZIP file entry.
  <dt> 	<a href="java.awt.Container.html#getInsets()"><b>getInsets</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Determines the insets of this container, which indicate the size 
 of the container's border.
  <dt> 	<a href="java.awt.peer.ContainerPeer.html#getInsets()"><b>getInsets</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ContainerPeer.html#_top_">ContainerPeer</a>
  <dd> 
  <dt> 	<a href="java.util.Calendar.html#getInstance()"><b>getInstance</b></a>().
Static method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets a Calendar using the default timezone and locale.
  <dt> 	<a href="java.text.Collator.html#getInstance()"><b>getInstance</b></a>().
Static method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Gets the Collator for the current default locale.
  <dt> 	<a href="java.text.DateFormat.html#getInstance()"><b>getInstance</b></a>().
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Get a default date/time formatter that uses the SHORT style for both the
 date and the time.
  <dt> 	<a href="java.text.NumberFormat.html#getInstance()"><b>getInstance</b></a>().
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns the default number format for the current default locale.
  <dt> 	<a href="java.util.Calendar.html#getInstance(java.util.Locale)"><b>getInstance</b></a>(Locale).
Static method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets a Calendar using the default timezone and given locale.
  <dt> 	<a href="java.text.Collator.html#getInstance(java.util.Locale)"><b>getInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Gets the Collator for the desired locale.
  <dt> 	<a href="java.text.NumberFormat.html#getInstance(java.util.Locale)"><b>getInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns the default number format for the specified locale.
  <dt> 	<a href="java.security.KeyPairGenerator.html#getInstance(java.lang.String)"><b>getInstance</b></a>(String).
Static method in class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd>  Generates a KeyPairGenerator object that implements the algorithm
 requested, as available in the environment.
  <dt> 	<a href="java.security.MessageDigest.html#getInstance(java.lang.String)"><b>getInstance</b></a>(String).
Static method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Generates a MessageDigest object that implements the specified digest
 algorithm.
  <dt> 	<a href="java.security.Signature.html#getInstance(java.lang.String)"><b>getInstance</b></a>(String).
Static method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Generates a Signature object that implements the specified 
 algorithm.
  <dt> 	<a href="java.security.KeyPairGenerator.html#getInstance(java.lang.String, java.lang.String)"><b>getInstance</b></a>(String, String).
Static method in class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd> 
 Generates a KeyPairGenerator object implementing the specified
 algorithm, as supplied from the specified provider, 
 if such an algorithm is available from the provider.
  <dt> 	<a href="java.security.MessageDigest.html#getInstance(java.lang.String, java.lang.String)"><b>getInstance</b></a>(String, String).
Static method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Generates a MessageDigest object implementing the specified
 algorithm, as supplied from the specified provider, if such an 
 algorithm is available from the provider.
  <dt> 	<a href="java.security.Signature.html#getInstance(java.lang.String, java.lang.String)"><b>getInstance</b></a>(String, String).
Static method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 Generates a Signature object implementing the specified
 algorithm, as supplied from the specified provider, if such an 
 algorithm is available from the provider.
  <dt> 	<a href="java.util.Calendar.html#getInstance(java.util.TimeZone)"><b>getInstance</b></a>(TimeZone).
Static method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets a Calendar using the given timezone and default locale.
  <dt> 	<a href="java.util.Calendar.html#getInstance(java.util.TimeZone, java.util.Locale)"><b>getInstance</b></a>(TimeZone, Locale).
Static method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets a Calendar using the given timezone and given locale.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getInstanceField(int)"><b>getInstanceField</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the instance field, specified by its index.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getInstanceFields()"><b>getInstanceFields</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd> Return all the instance fields for this class.
  <dt> 	<a href="java.beans.Beans.html#getInstanceOf(java.lang.Object, java.lang.Class)"><b>getInstanceOf</b></a>(Object, Class).
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  From a given bean, obtain an object representing a specified
 type view of that source object.
  <dt> 	<a href="java.sql.CallableStatement.html#getInt(int)"><b>getInt</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of an INTEGER parameter as a Java int.
  <dt> 	<a href="java.sql.ResultSet.html#getInt(int)"><b>getInt</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java int.
  <dt> 	<a href="java.lang.reflect.Field.html#getInt(java.lang.Object)"><b>getInt</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a int on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getInt(java.lang.Object, int)"><b>getInt</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as an int.
  <dt> 	<a href="java.sql.ResultSet.html#getInt(java.lang.String)"><b>getInt</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java int.
  <dt> 	<a href="java.lang.Integer.html#getInteger(java.lang.String)"><b>getInteger</b></a>(String).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Determines the integer value of the system property with the 
 specified name.
  <dt> 	<a href="java.lang.Integer.html#getInteger(java.lang.String, int)"><b>getInteger</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Determines the integer value of the system property with the 
 specified name.
  <dt> 	<a href="java.lang.Integer.html#getInteger(java.lang.String, java.lang.Integer)"><b>getInteger</b></a>(String, Integer).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Determines the integer value of the system property with the 
 specified name.
  <dt> 	<a href="java.net.MulticastSocket.html#getInterface()"><b>getInterface</b></a>().
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Retrieve the address of the network interface used for
 multicast packets.
  <dt> 	<a href="java.lang.Class.html#getInterfaces()"><b>getInterfaces</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Determines the interfaces implemented by the class or interface 
 represented by this object.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getInterfaces()"><b>getInterfaces</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the interfaces for this class.
  <dt> 	<a href="java.util.Locale.html#getISO3Country()"><b>getISO3Country</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Getter for the three-letter ISO country abbreviation
 of the locale.
  <dt> 	<a href="java.util.Locale.html#getISO3Language()"><b>getISO3Language</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Getter for the three-letter ISO language abbreviation
 of the locale.
  <dt> 	<a href="java.awt.event.ItemEvent.html#getItem()"><b>getItem</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  Returns the item where the event occurred.
  <dt> 	<a href="java.awt.Choice.html#getItem(int)"><b>getItem</b></a>(int).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Gets the string at the specified index in this 
 <code>Choice</code> menu.
  <dt> 	<a href="java.awt.List.html#getItem(int)"><b>getItem</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the item associated with the specified index.
  <dt> 	<a href="java.awt.Menu.html#getItem(int)"><b>getItem</b></a>(int).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Gets the item located at the specified index of this menu.
  <dt> 	<a href="java.awt.Choice.html#getItemCount()"><b>getItemCount</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Returns the number of items in this <code>Choice</code> menu.
  <dt> 	<a href="java.awt.List.html#getItemCount()"><b>getItemCount</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the number of items in the list.
  <dt> 	<a href="java.awt.Menu.html#getItemCount()"><b>getItemCount</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Get the number of items in this menu.
  <dt> 	<a href="java.awt.List.html#getItems()"><b>getItems</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the items in the list.
  <dt> 	<a href="java.awt.event.ItemEvent.html#getItemSelectable()"><b>getItemSelectable</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  Returns the ItemSelectable object where this event originated.
  <dt> 	<a href="java.beans.PropertyEditor.html#getJavaInitializationString()"><b>getJavaInitializationString</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  This method is intended for use when generating Java code to set
 the value of the property.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#getJavaInitializationString()"><b>getJavaInitializationString</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  This method is intended for use when generating Java code to set
 the value of the property.
  <dt> 	<a href="java.awt.MenuShortcut.html#getKey()"><b>getKey</b></a>().
Method in class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd>  Return the raw keycode of this MenuShortcut.
  <dt> 	<a href="java.util.MissingResourceException.html#getKey()"><b>getKey</b></a>().
Method in class java.util.<a href="java.util.MissingResourceException.html#_top_">MissingResourceException</a>
  <dd>  Gets parameter passed by constructor.
  <dt> 	<a href="java.awt.event.KeyEvent.html#getKeyChar()"><b>getKeyChar</b></a>().
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Returns the character associated with the key in this event.
  <dt> 	<a href="java.awt.event.KeyEvent.html#getKeyCode()"><b>getKeyCode</b></a>().
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Returns the integer key-code associated with the key in this event.
  <dt> 	<a href="java.awt.event.KeyEvent.html#getKeyModifiersText(int)"><b>getKeyModifiersText</b></a>(int).
Static method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Returns a String describing the modifier key(s), such as "Shift",
 or "Ctrl+Shift".
  <dt> 	<a href="java.util.ListResourceBundle.html#getKeys()"><b>getKeys</b></a>().
Method in class java.util.<a href="java.util.ListResourceBundle.html#_top_">ListResourceBundle</a>
  <dd>  Implementation of ResourceBundle.getKeys.
  <dt> 	<a href="java.util.PropertyResourceBundle.html#getKeys()"><b>getKeys</b></a>().
Method in class java.util.<a href="java.util.PropertyResourceBundle.html#_top_">PropertyResourceBundle</a>
  <dd>  Implementation of ResourceBundle.getKeys.
  <dt> 	<a href="java.util.ResourceBundle.html#getKeys()"><b>getKeys</b></a>().
Method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Return an enumeration of the keys.
  <dt> 	<a href="java.awt.event.KeyEvent.html#getKeyText(int)"><b>getKeyText</b></a>(int).
Static method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Returns a String describing the keyCode, such as "HOME", "F1" or "A".
  <dt> 	<a href="java.awt.Button.html#getLabel()"><b>getLabel</b></a>().
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Gets the label of this button.
  <dt> 	<a href="java.awt.Checkbox.html#getLabel()"><b>getLabel</b></a>().
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Gets the label of this check box.
  <dt> 	<a href="java.awt.MenuItem.html#getLabel()"><b>getLabel</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Gets the label for this menu item.
  <dt> 	<a href="java.util.Locale.html#getLanguage()"><b>getLanguage</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Getter for programmatic name of field,
 an lowercased two-letter ISO-639 code.
  <dt> 	<a href="java.net.URLConnection.html#getLastModified()"><b>getLastModified</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the <code>last-modified</code> header field.
  <dt> 	<a href="java.awt.Container.html#getLayout()"><b>getLayout</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Gets the layout manager for this container.
  <dt> 	<a href="java.awt.BorderLayout.html#getLayoutAlignmentX(java.awt.Container)"><b>getLayoutAlignmentX</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Returns the alignment along the x axis.
  <dt> 	<a href="java.awt.CardLayout.html#getLayoutAlignmentX(java.awt.Container)"><b>getLayoutAlignmentX</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Returns the alignment along the x axis.
  <dt> 	<a href="java.awt.GridBagLayout.html#getLayoutAlignmentX(java.awt.Container)"><b>getLayoutAlignmentX</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Returns the alignment along the x axis.
  <dt> 	<a href="java.awt.LayoutManager2.html#getLayoutAlignmentX(java.awt.Container)"><b>getLayoutAlignmentX</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager2.html#_top_">LayoutManager2</a>
  <dd>  Returns the alignment along the x axis.
  <dt> 	<a href="java.awt.BorderLayout.html#getLayoutAlignmentY(java.awt.Container)"><b>getLayoutAlignmentY</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Returns the alignment along the y axis.
  <dt> 	<a href="java.awt.CardLayout.html#getLayoutAlignmentY(java.awt.Container)"><b>getLayoutAlignmentY</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Returns the alignment along the y axis.
  <dt> 	<a href="java.awt.GridBagLayout.html#getLayoutAlignmentY(java.awt.Container)"><b>getLayoutAlignmentY</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Returns the alignment along the y axis.
  <dt> 	<a href="java.awt.LayoutManager2.html#getLayoutAlignmentY(java.awt.Container)"><b>getLayoutAlignmentY</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager2.html#_top_">LayoutManager2</a>
  <dd>  Returns the alignment along the y axis.
  <dt> 	<a href="java.awt.GridBagLayout.html#getLayoutDimensions()"><b>getLayoutDimensions</b></a>().
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Determines column widths and row heights for the layout grid.
  <dt> 	<a href="java.awt.GridBagLayout.html#GetLayoutInfo(java.awt.Container, int)"><b>GetLayoutInfo</b></a>(Container, int).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Print the layout constraints.
  <dt> 	<a href="java.awt.GridBagLayout.html#getLayoutOrigin()"><b>getLayoutOrigin</b></a>().
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Determines the origin of the layout grid.
  <dt> 	<a href="java.awt.GridBagLayout.html#getLayoutWeights()"><b>getLayoutWeights</b></a>().
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Determines the weights of the layout grid's columns and rows.
  <dt> 	<a href="java.awt.FontMetrics.html#getLeading()"><b>getLeading</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Determines the <em>standard leading</em> of the font described by 
 this font metric.
  <dt> 	<a href="java.util.Calendar.html#getLeastMaximum(int)"><b>getLeastMaximum</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the lowest maximum value for the given field if varies.
  <dt> 	<a href="java.util.GregorianCalendar.html#getLeastMaximum(int)"><b>getLeastMaximum</b></a>(int).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Returns lowest maximum value for the given field if varies.
  <dt> 	<a href="java.net.DatagramPacket.html#getLength()"><b>getLength</b></a>().
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  Returns the length of the data to be sent or the length of the
 data received.
  <dt> 	<a href="java.lang.reflect.Array.html#getLength(java.lang.Object)"><b>getLength</b></a>(Object).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the length of the specified array object, as an int.
  <dt> 	<a href="java.text.ChoiceFormat.html#getLimits()"><b>getLimits</b></a>().
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Get the limits passed in the constructor.
  <dt> 	<a href="java.awt.Scrollbar.html#getLineIncrement()"><b>getLineIncrement</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  
  <dt> 	<a href="java.text.BreakIterator.html#getLineInstance()"><b>getLineInstance</b></a>().
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for line-breaks using default locale.
  <dt> 	<a href="java.text.BreakIterator.html#getLineInstance(java.util.Locale)"><b>getLineInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for line-breaks using specfied locale.
  <dt> 	<a href="java.io.LineNumberInputStream.html#getLineNumber()"><b>getLineNumber</b></a>().
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Returns the current line number.
  <dt> 	<a href="java.io.LineNumberReader.html#getLineNumber()"><b>getLineNumber</b></a>().
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Get the current line number.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getLineNumber()"><b>getLineNumber</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd> Return the source file line number.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getLineNumbers()"><b>getLineNumbers</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return an array of all the class's source file line numbers which 
 have code associated with them.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#getListenerMethodDescriptors()"><b>getListenerMethodDescriptors</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd> 
 
  <dt> 	<a href="java.beans.EventSetDescriptor.html#getListenerMethods()"><b>getListenerMethods</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd> 
 
  <dt> 	<a href="java.beans.EventSetDescriptor.html#getListenerType()"><b>getListenerType</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd> 
 
  <dt> 	<a href="java.net.DatagramSocket.html#getLocalAddress()"><b>getLocalAddress</b></a>().
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Gets the local address to which the socket is bound.
  <dt> 	<a href="java.net.Socket.html#getLocalAddress()"><b>getLocalAddress</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Gets the local address to which the socket is bound.
  <dt> 	<a href="java.applet.Applet.html#getLocale()"><b>getLocale</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd> 
 Gets the Locale for the applet, if it has been set.
  <dt> 	<a href="java.awt.Component.html#getLocale()"><b>getLocale</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the locale of this component.
  <dt> 	<a href="java.text.MessageFormat.html#getLocale()"><b>getLocale</b></a>().
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Gets the locale.
  <dt> 	<a href="java.awt.Window.html#getLocale()"><b>getLocale</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd> 
 Gets the <code>Locale</code> object that is associated 
 with this window, if the locale has been set.
  <dt> 	<a href="java.net.InetAddress.html#getLocalHost()"><b>getLocalHost</b></a>().
Static method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Returns the local host.
  <dt> 	<a href="java.lang.Runtime.html#getLocalizedInputStream(java.io.InputStream)"><b>getLocalizedInputStream</b></a>(InputStream).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Creates a localized version of an input stream.
  <dt> 	<a href="java.lang.Throwable.html#getLocalizedMessage()"><b>getLocalizedMessage</b></a>().
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Creates a localized description of this <code>Throwable</code>.
  <dt> 	<a href="java.lang.Runtime.html#getLocalizedOutputStream(java.io.OutputStream)"><b>getLocalizedOutputStream</b></a>(OutputStream).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Creates a localized version of an output stream.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getLocalPatternChars()"><b>getLocalPatternChars</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets localized date-time pattern characters.
  <dt> 	<a href="java.net.DatagramSocket.html#getLocalPort()"><b>getLocalPort</b></a>().
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Returns the port number on the local host to which this socket is bound.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#getLocalPort()"><b>getLocalPort</b></a>().
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Get the local port.
  <dt> 	<a href="java.net.ServerSocket.html#getLocalPort()"><b>getLocalPort</b></a>().
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Returns the port on which this socket is listening.
  <dt> 	<a href="java.net.Socket.html#getLocalPort()"><b>getLocalPort</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns the local port to which this socket is bound.
  <dt> 	<a href="java.net.SocketImpl.html#getLocalPort()"><b>getLocalPort</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns the value of this socket's <code>localport</code> field.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getLocalVariable(java.lang.String)"><b>getLocalVariable</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd> 
 Return a specific (named) stack variable.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getLocalVariables()"><b>getLocalVariables</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd>  Return an array of all valid local variables and method arguments
 for this stack frame.
  <dt> 	<a href="java.awt.Component.html#getLocation()"><b>getLocation</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Gets the location of this component in the form of a 
 point specifying the component's top-left corner.
  <dt> 	<a href="java.awt.Point.html#getLocation()"><b>getLocation</b></a>().
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Returns the location of this point.
  <dt> 	<a href="java.awt.Rectangle.html#getLocation()"><b>getLocation</b></a>().
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Returns the location of this rectangle.
  <dt> 	<a href="java.awt.Component.html#getLocationOnScreen()"><b>getLocationOnScreen</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Gets the location of this component in the form of a point 
 specifying the component's top-left corner in the screen's 
 coordinate space.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getLocationOnScreen()"><b>getLocationOnScreen</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.RemoteServer.html#getLog()"><b>getLog</b></a>().
Static method in class java.rmi.server.<a href="java.rmi.server.RemoteServer.html#_top_">RemoteServer</a>
  <dd>  Returns stream for the RMI call log.
  <dt> 	<a href="java.sql.DriverManager.html#getLoginTimeout()"><b>getLoginTimeout</b></a>().
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Get the maximum time in seconds that all drivers can wait
 when attempting to log in to a database.
  <dt> 	<a href="java.sql.DriverManager.html#getLogStream()"><b>getLogStream</b></a>().
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Get the logging/tracing PrintStream that is used by the DriverManager
 and all drivers.
  <dt> 	<a href="java.sql.CallableStatement.html#getLong(int)"><b>getLong</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a BIGINT parameter as a Java long.
  <dt> 	<a href="java.sql.ResultSet.html#getLong(int)"><b>getLong</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java long.
  <dt> 	<a href="java.lang.reflect.Field.html#getLong(java.lang.Object)"><b>getLong</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a long on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getLong(java.lang.Object, int)"><b>getLong</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a long.
  <dt> 	<a href="java.lang.Long.html#getLong(java.lang.String)"><b>getLong</b></a>(String).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Determines the <code>long</code> value of the system property 
 with the specified name.
  <dt> 	<a href="java.sql.ResultSet.html#getLong(java.lang.String)"><b>getLong</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java long.
  <dt> 	<a href="java.lang.Long.html#getLong(java.lang.String, java.lang.Long)"><b>getLong</b></a>(String, Long).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Determines the <code>long</code> value of the system property 
 with the specified name.
  <dt> 	<a href="java.lang.Long.html#getLong(java.lang.String, long)"><b>getLong</b></a>(String, long).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Determines the <code>long</code> value of the system property 
 with the specified name.
  <dt> 	<a href="java.math.BigInteger.html#getLowestSetBit()"><b>getLowestSetBit</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the index of the rightmost (lowest-order) one bit in this
 number (i.e., the number of zero bits to the right of the rightmost
 one bit).
  <dt> 	<a href="java.sql.Driver.html#getMajorVersion()"><b>getMajorVersion</b></a>().
Method in interface java.sql.<a href="java.sql.Driver.html#_top_">Driver</a>
  <dd>  Get the driver's major version number.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getMapSize()"><b>getMapSize</b></a>().
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the size of the color component arrays in this IndexColorModel.
  <dt> 	<a href="java.awt.FontMetrics.html#getMaxAdvance()"><b>getMaxAdvance</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Gets the maximum advance width of any character in this Font.
  <dt> 	<a href="java.awt.FontMetrics.html#getMaxAscent()"><b>getMaxAscent</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Determines the maximum ascent of the font described by this font 
 metric.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxBinaryLiteralLength()"><b>getMaxBinaryLiteralLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  How many hex characters can you have in an inline binary literal?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxCatalogNameLength()"><b>getMaxCatalogNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of a catalog name?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxCharLiteralLength()"><b>getMaxCharLiteralLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the max length for a character literal?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxColumnNameLength()"><b>getMaxColumnNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the limit on column name length?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxColumnsInGroupBy()"><b>getMaxColumnsInGroupBy</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum number of columns in a "GROUP BY" clause?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxColumnsInIndex()"><b>getMaxColumnsInIndex</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum number of columns allowed in an index?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxColumnsInOrderBy()"><b>getMaxColumnsInOrderBy</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum number of columns in an "ORDER BY" clause?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxColumnsInSelect()"><b>getMaxColumnsInSelect</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum number of columns in a "SELECT" list?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxColumnsInTable()"><b>getMaxColumnsInTable</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum number of columns in a table?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxConnections()"><b>getMaxConnections</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  How many active connections can we have at a time to this database?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxCursorNameLength()"><b>getMaxCursorNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum cursor name length?

 
  <dt> 	<a href="java.awt.FontMetrics.html#getMaxDecent()"><b>getMaxDecent</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  For backward compatibility only.
  <dt> 	<a href="java.awt.FontMetrics.html#getMaxDescent()"><b>getMaxDescent</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Determines the maximum descent of the font described by this font 
 metric.
  <dt> 	<a href="java.sql.Statement.html#getMaxFieldSize()"><b>getMaxFieldSize</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Adjustable.html#getMaximum()"><b>getMaximum</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the maximum value of the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#getMaximum()"><b>getMaximum</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Gets the maximum value of this scroll bar.
  <dt> 	<a href="java.util.Calendar.html#getMaximum(int)"><b>getMaximum</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the maximum value for the given time field.
  <dt> 	<a href="java.util.GregorianCalendar.html#getMaximum(int)"><b>getMaximum</b></a>(int).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Returns maximum value for the given field.
  <dt> 	<a href="java.text.NumberFormat.html#getMaximumFractionDigits()"><b>getMaximumFractionDigits</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns the maximum number of digits allowed in the fraction portion of a
 number.
  <dt> 	<a href="java.text.NumberFormat.html#getMaximumIntegerDigits()"><b>getMaximumIntegerDigits</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns the maximum number of digits allowed in the integer portion of a
 number.
  <dt> 	<a href="java.awt.Component.html#getMaximumSize()"><b>getMaximumSize</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Gets the maximum size of this component.
  <dt> 	<a href="java.awt.Container.html#getMaximumSize()"><b>getMaximumSize</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Returns the maximum size of this container.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxIndexLength()"><b>getMaxIndexLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of an index (in bytes)?	

 
  <dt> 	<a href="java.lang.ThreadGroup.html#getMaxPriority()"><b>getMaxPriority</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Returns the maximum priority of this thread group.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxProcedureNameLength()"><b>getMaxProcedureNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of a procedure name?

 
  <dt> 	<a href="java.sql.Statement.html#getMaxRows()"><b>getMaxRows</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  The maxRows limit is the maximum number of rows that a
 ResultSet can contain.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxRowSize()"><b>getMaxRowSize</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of a single row?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxSchemaNameLength()"><b>getMaxSchemaNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length allowed for a schema name?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxStatementLength()"><b>getMaxStatementLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of a SQL statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxStatements()"><b>getMaxStatements</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  How many active statements can we have open at one time to this
 database?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxTableNameLength()"><b>getMaxTableNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of a table name?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxTablesInSelect()"><b>getMaxTablesInSelect</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum number of tables in a SELECT?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getMaxUserNameLength()"><b>getMaxUserNameLength</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the maximum length of a user name?

 
  <dt> 	<a href="java.awt.MenuBar.html#getMenu(int)"><b>getMenu</b></a>(int).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Gets the specified menu.
  <dt> 	<a href="java.awt.Frame.html#getMenuBar()"><b>getMenuBar</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Gets the menu bar for this frame.
  <dt> 	<a href="java.awt.MenuBar.html#getMenuCount()"><b>getMenuCount</b></a>().
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Gets the number of menus on the menu bar.
  <dt> 	<a href="java.awt.Toolkit.html#getMenuShortcutKeyMask()"><b>getMenuShortcutKeyMask</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Determines which modifier key is the appropriate accelerator
 key for menu shortcuts.
  <dt> 	<a href="java.io.InvalidClassException.html#getMessage()"><b>getMessage</b></a>().
Method in class java.io.<a href="java.io.InvalidClassException.html#_top_">InvalidClassException</a>
  <dd>  Produce the message, include the classname if present.
  <dt> 	<a href="java.rmi.RemoteException.html#getMessage()"><b>getMessage</b></a>().
Method in class java.rmi.<a href="java.rmi.RemoteException.html#_top_">RemoteException</a>
  <dd>  Produce the message, include the message from the nested
 exception if there is one.
  <dt> 	<a href="java.rmi.server.ServerCloneException.html#getMessage()"><b>getMessage</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.ServerCloneException.html#_top_">ServerCloneException</a>
  <dd>  Produce the message, include the message from the nested
 exception if there is one.
  <dt> 	<a href="java.lang.Throwable.html#getMessage()"><b>getMessage</b></a>().
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Returns the detail message of this throwable object.
  <dt> 	<a href="java.io.WriteAbortedException.html#getMessage()"><b>getMessage</b></a>().
Method in class java.io.<a href="java.io.WriteAbortedException.html#_top_">WriteAbortedException</a>
  <dd>  Produce the message, include the message from the nested
 exception if there is one.
  <dt> 	<a href="java.security.DigestInputStream.html#getMessageDigest()"><b>getMessageDigest</b></a>().
Method in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Returns the message digest associated with this stream.
  <dt> 	<a href="java.security.DigestOutputStream.html#getMessageDigest()"><b>getMessageDigest</b></a>().
Method in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Returns the message digest associated with this stream.
  <dt> 	<a href="java.sql.Connection.html#getMetaData()"><b>getMetaData</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  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.
  <dt> 	<a href="java.sql.ResultSet.html#getMetaData()"><b>getMetaData</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  The number, types and properties of a ResultSet's columns
 are provided by the getMetaData method.
  <dt> 	<a href="java.beans.MethodDescriptor.html#getMethod()"><b>getMethod</b></a>().
Method in class java.beans.<a href="java.beans.MethodDescriptor.html#_top_">MethodDescriptor</a>
  <dd>  
  <dt> 	<a href="java.util.zip.ZipEntry.html#getMethod()"><b>getMethod</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the compression method of the entry, or -1 if not specified.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getMethod(java.lang.String)"><b>getMethod</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the method, specified by name.
  <dt> 	<a href="java.lang.Class.html#getMethod(java.lang.String, java.lang.Class[])"><b>getMethod</b></a>(String, Class[]).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns a Method object that reflects the specified public
 member method of the class or interface represented by this
 Class object.
  <dt> 	<a href="java.beans.BeanInfo.html#getMethodDescriptors()"><b>getMethodDescriptors</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getMethodDescriptors()"><b>getMethodDescriptors</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Deny knowledge of methods.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getMethodLineNumber(int)"><b>getMethodLineNumber</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd> 
 Return the first line number of the specified method, or throws
 NoSuchLineNumber exception.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getMethodLineNumber(java.lang.String)"><b>getMethodLineNumber</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd> 
 Return the first line number of the specified method, or throws
 NoSuchLineNumber exception.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getMethodName()"><b>getMethodName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd> Get the method name referenced by this stackframe.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getMethodNames()"><b>getMethodNames</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the names of all methods supported by this class.
  <dt> 	<a href="java.lang.Class.html#getMethods()"><b>getMethods</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns an array containing Method objects reflecting all the
 public <em>member</em> 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.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getMethods()"><b>getMethods</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the class's methods.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getMethodSignature()"><b>getMethodSignature</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd> Get the signature for the method referenced by this stackframe.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#getMimeType()"><b>getMimeType</b></a>().
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Returns the MIME type string for this DataFlavor

  <dt> 	<a href="java.util.Calendar.html#getMinimalDaysInFirstWeek()"><b>getMinimalDaysInFirstWeek</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Adjustable.html#getMinimum()"><b>getMinimum</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the minimum value of the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#getMinimum()"><b>getMinimum</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Gets the minimum value of this scroll bar.
  <dt> 	<a href="java.util.Calendar.html#getMinimum(int)"><b>getMinimum</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the minimum value for the given time field.
  <dt> 	<a href="java.util.GregorianCalendar.html#getMinimum(int)"><b>getMinimum</b></a>(int).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Returns minimum value for the given field.
  <dt> 	<a href="java.text.NumberFormat.html#getMinimumFractionDigits()"><b>getMinimumFractionDigits</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns the minimum number of digits allowed in the fraction portion of a
 number.
  <dt> 	<a href="java.text.NumberFormat.html#getMinimumIntegerDigits()"><b>getMinimumIntegerDigits</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns the minimum number of digits allowed in the integer portion of a
 number.
  <dt> 	<a href="java.awt.Component.html#getMinimumSize()"><b>getMinimumSize</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the mininimum size of this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getMinimumSize()"><b>getMinimumSize</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#getMinimumSize()"><b>getMinimumSize</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Returns the minimum size of this container.
  <dt> 	<a href="java.awt.List.html#getMinimumSize()"><b>getMinimumSize</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Determines the minimum size of this scrolling list.
  <dt> 	<a href="java.awt.TextArea.html#getMinimumSize()"><b>getMinimumSize</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Determines the minimum size of this text area.
  <dt> 	<a href="java.awt.TextField.html#getMinimumSize()"><b>getMinimumSize</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Gets the minumum dimensions for this text field.
  <dt> 	<a href="java.awt.List.html#getMinimumSize(int)"><b>getMinimumSize</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the minumum dimensions for a list with the specified
 number of rows.
  <dt> 	<a href="java.awt.peer.ListPeer.html#getMinimumSize(int)"><b>getMinimumSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextField.html#getMinimumSize(int)"><b>getMinimumSize</b></a>(int).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Gets the minumum dimensions for a text field with
 the specified number of columns.
  <dt> 	<a href="java.awt.peer.TextFieldPeer.html#getMinimumSize(int)"><b>getMinimumSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextArea.html#getMinimumSize(int, int)"><b>getMinimumSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Determines the minimum size of a text area with the specified
 number of rows and columns.
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#getMinimumSize(int, int)"><b>getMinimumSize</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd> 
  <dt> 	<a href="java.sql.Driver.html#getMinorVersion()"><b>getMinorVersion</b></a>().
Method in interface java.sql.<a href="java.sql.Driver.html#_top_">Driver</a>
  <dd>  Get the driver's minor version number.
  <dt> 	<a href="java.awt.GridBagLayout.html#GetMinSize(java.awt.Container, java.awt.GridBagLayoutInfo)"><b>GetMinSize</b></a>(Container, GridBagLayoutInfo).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getMinusSign()"><b>getMinusSign</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used to represent minus sign.
  <dt> 	<a href="java.sql.Date.html#getMinutes()"><b>getMinutes</b></a>().
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Returns the number of minutes past the hour represented by this date.
  <dt> 	<a href="java.util.Date.html#getMinutes()"><b>getMinutes</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the number of minutes past the hour represented by this date.
  <dt> 	<a href="java.awt.FileDialog.html#getMode()"><b>getMode</b></a>().
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Indicates whether this file dialog box is for loading from a file 
 or for saving to a file.
  <dt> 	<a href="java.awt.event.ActionEvent.html#getModifiers()"><b>getModifiers</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  Returns the modifiers held down during this action event.
  <dt> 	<a href="java.lang.Class.html#getModifiers()"><b>getModifiers</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns the Java language modifiers for this class or
 interface, encoded in an integer.
  <dt> 	<a href="java.lang.reflect.Constructor.html#getModifiers()"><b>getModifiers</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Returns the Java language modifiers for the constructor
 represented by this Constructor object, as an integer.
  <dt> 	<a href="java.lang.reflect.Field.html#getModifiers()"><b>getModifiers</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Returns the Java language modifiers for the field represented
 by this Field object, as an integer.
  <dt> 	<a href="java.awt.event.InputEvent.html#getModifiers()"><b>getModifiers</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns the modifiers flag for this event.
  <dt> 	<a href="java.lang.reflect.Member.html#getModifiers()"><b>getModifiers</b></a>().
Method in interface java.lang.reflect.<a href="java.lang.reflect.Member.html#_top_">Member</a>
  <dd>  Returns the Java language modifiers for the member or
 constructor represented by this Member, as an integer.
  <dt> 	<a href="java.lang.reflect.Method.html#getModifiers()"><b>getModifiers</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns the Java language modifiers for the method represented
 by this Method object, as an integer.
  <dt> 	<a href="sun.tools.debug.RemoteField.html#getModifiers()"><b>getModifiers</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
  <dd>  Returns a string with the field's modifiers, such as "public",
 "static", "final", etc.
  <dt> 	<a href="java.util.Date.html#getMonth()"><b>getMonth</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the month represented by this date.
  <dt> 	<a href="java.sql.Time.html#getMonth()"><b>getMonth</b></a>().
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Returns the month represented by this date.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getMonths()"><b>getMonths</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets month strings.
  <dt> 	<a href="java.sql.Statement.html#getMoreResults()"><b>getMoreResults</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  getMoreResults moves to a Statement's next result.
  <dt> 	<a href="java.text.DecimalFormat.html#getMultiplier()"><b>getMultiplier</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Get the multiplier for use in percent, permill, etc.
  <dt> 	<a href="java.security.acl.Acl.html#getName()"><b>getName</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Returns the name of this ACL.
  <dt> 	<a href="java.lang.Class.html#getName()"><b>getName</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Returns the fully-qualified name of the type (class, interface,
 array, or primitive) represented by this Class object, as a String.
  <dt> 	<a href="java.awt.datatransfer.Clipboard.html#getName()"><b>getName</b></a>().
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  <dd>  Returns the name of this clipboard object.
  <dt> 	<a href="java.awt.Component.html#getName()"><b>getName</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the name of the component.
  <dt> 	<a href="java.lang.reflect.Constructor.html#getName()"><b>getName</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Returns the name of this constructor, as a string.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#getName()"><b>getName</b></a>().
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  
  <dt> 	<a href="java.lang.reflect.Field.html#getName()"><b>getName</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Returns the name of the field represented by this Field object.
  <dt> 	<a href="java.io.File.html#getName()"><b>getName</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the name of the file represented by this object.
  <dt> 	<a href="java.awt.Font.html#getName()"><b>getName</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the logical name of the font.
  <dt> 	<a href="java.security.Identity.html#getName()"><b>getName</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns this identity's name.
  <dt> 	<a href="java.lang.reflect.Member.html#getName()"><b>getName</b></a>().
Method in interface java.lang.reflect.<a href="java.lang.reflect.Member.html#_top_">Member</a>
  <dd>  Returns the simple name of the underlying member or constructor
 represented by this Member.
  <dt> 	<a href="java.awt.MenuComponent.html#getName()"><b>getName</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Gets the name of the menu component.
  <dt> 	<a href="java.lang.reflect.Method.html#getName()"><b>getName</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns the name of the method represented by this Method
 object, as a String.
  <dt> 	<a href="java.io.ObjectStreamClass.html#getName()"><b>getName</b></a>().
Method in class java.io.<a href="java.io.ObjectStreamClass.html#_top_">ObjectStreamClass</a>
  <dd>  The name of the class described by this descriptor.
  <dt> 	<a href="java.security.Principal.html#getName()"><b>getName</b></a>().
Method in interface java.security.<a href="java.security.Principal.html#_top_">Principal</a>
  <dd>  Returns the name of this principal.
  <dt> 	<a href="java.security.Provider.html#getName()"><b>getName</b></a>().
Method in class java.security.<a href="java.security.Provider.html#_top_">Provider</a>
  <dd>  Returns the name of this provider.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getName()"><b>getName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Returns the name of the class.
  <dt> 	<a href="sun.tools.debug.RemoteField.html#getName()"><b>getName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
  <dd>  Returns the name of the field.
  <dt> 	<a href="sun.tools.debug.RemoteStackVariable.html#getName()"><b>getName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackVariable.html#_top_">RemoteStackVariable</a>
  <dd> Return the name of a stack variable or argument.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#getName()"><b>getName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Return the name of the thread.
  <dt> 	<a href="sun.tools.debug.RemoteThreadGroup.html#getName()"><b>getName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThreadGroup.html#_top_">RemoteThreadGroup</a>
  <dd>  Return the threadgroup's name.
  <dt> 	<a href="java.lang.Thread.html#getName()"><b>getName</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Returns this thread's name.
  <dt> 	<a href="java.lang.ThreadGroup.html#getName()"><b>getName</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Returns the name of this thread group.
  <dt> 	<a href="java.util.zip.ZipEntry.html#getName()"><b>getName</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the name of the entry.
  <dt> 	<a href="java.util.zip.ZipFile.html#getName()"><b>getName</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Returns the path name of the ZIP file.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getNaN()"><b>getNaN</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used to represent NaN.
  <dt> 	<a href="java.sql.Timestamp.html#getNanos()"><b>getNanos</b></a>().
Method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Get the Timestamp's nanos value

 
  <dt> 	<a href="java.awt.Toolkit.html#getNativeContainer(java.awt.Component)"><b>getNativeContainer</b></a>(Component).
Static method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Give native peers the ability to query the native container
 given a native component (eg the direct parent may be lightweight).
  <dt> 	<a href="java.text.DecimalFormat.html#getNegativePrefix()"><b>getNegativePrefix</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Get the negative prefix.
  <dt> 	<a href="java.text.DecimalFormat.html#getNegativeSuffix()"><b>getNegativeSuffix</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Get the negative suffix.
  <dt> 	<a href="java.beans.PropertyChangeEvent.html#getNewValue()"><b>getNewValue</b></a>().
Method in class java.beans.<a href="java.beans.PropertyChangeEvent.html#_top_">PropertyChangeEvent</a>
  <dd>  
  <dt> 	<a href="java.util.zip.ZipInputStream.html#getNextEntry()"><b>getNextEntry</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd>  Reads the next ZIP file entry and positions stream at the beginning
 of the entry data.
  <dt> 	<a href="java.awt.EventQueue.html#getNextEvent()"><b>getNextEvent</b></a>().
Method in class java.awt.<a href="java.awt.EventQueue.html#_top_">EventQueue</a>
  <dd>  Remove an event from the queue and return it.
  <dt> 	<a href="java.sql.SQLException.html#getNextException()"><b>getNextException</b></a>().
Method in class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Get the exception chained to this one.
  <dt> 	<a href="java.sql.SQLWarning.html#getNextWarning()"><b>getNextWarning</b></a>().
Method in class java.sql.<a href="java.sql.SQLWarning.html#_top_">SQLWarning</a>
  <dd>  Get the warning chained to this one

 
  <dt> 	<a href="java.text.DateFormat.html#getNumberFormat()"><b>getNumberFormat</b></a>().
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the number formatter which this date/time formatter uses to
 format and parse a time.
  <dt> 	<a href="java.text.NumberFormat.html#getNumberInstance()"><b>getNumberInstance</b></a>().
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a general-purpose number format for the current default locale.
  <dt> 	<a href="java.text.NumberFormat.html#getNumberInstance(java.util.Locale)"><b>getNumberInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a general-purpose number format for the specified locale.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getNumericFunctions()"><b>getNumericFunctions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a comma separated list of math functions.
  <dt> 	<a href="java.lang.Character.html#getNumericValue(char)"><b>getNumericValue</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Returns the Unicode numeric value of the character as a
 nonnegative integer.
  <dt> 	<a href="java.sql.CallableStatement.html#getObject(int)"><b>getObject</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a parameter as a Java object.
  <dt> 	<a href="java.sql.ResultSet.html#getObject(int)"><b>getObject</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  <p>Get the value of a column in the current row as a Java object.
  <dt> 	<a href="java.util.ResourceBundle.html#getObject(java.lang.String)"><b>getObject</b></a>(String).
Method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Get an object from a ResourceBundle.
  <dt> 	<a href="java.sql.ResultSet.html#getObject(java.lang.String)"><b>getObject</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  <p>Get the value of a column in the current row as a Java object.
  <dt> 	<a href="java.util.SimpleTimeZone.html#getOffset(int, int, int, int, int, int)"><b>getOffset</b></a>(int, int, int, int, int, int).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Overrides TimeZone
 Gets offset, for current date, modified in case of
 daylight savings.
  <dt> 	<a href="java.util.TimeZone.html#getOffset(int, int, int, int, int, int)"><b>getOffset</b></a>(int, int, int, int, int, int).
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets the time zone offset, for current date, modified in case of
 daylight savings.
  <dt> 	<a href="java.beans.PropertyChangeEvent.html#getOldValue()"><b>getOldValue</b></a>().
Method in class java.beans.<a href="java.beans.PropertyChangeEvent.html#_top_">PropertyChangeEvent</a>
  <dd>  
  <dt> 	<a href="java.rmi.server.Operation.html#getOperation()"><b>getOperation</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.Operation.html#_top_">Operation</a>
  <dd>  Returns the name of the method.
  <dt> 	<a href="java.rmi.server.Skeleton.html#getOperations()"><b>getOperations</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.Skeleton.html#_top_">Skeleton</a>
  <dd> 
  <dt> 	<a href="java.awt.Adjustable.html#getOrientation()"><b>getOrientation</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the orientation of the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#getOrientation()"><b>getOrientation</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Determines the orientation of this scroll bar.
  <dt> 	<a href="java.rmi.server.LogStream.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Return the current stream to which output from this log is sent.
  <dt> 	<a href="java.lang.Process.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd>  Gets the output stream of the subprocess.
  <dt> 	<a href="java.rmi.server.RemoteCall.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Return the output stream the stub/skeleton should put arguments/results
 into.
  <dt> 	<a href="java.net.Socket.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns an output stream for this socket.
  <dt> 	<a href="java.net.SocketImpl.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns an output stream for this socket.
  <dt> 	<a href="java.net.URLConnection.html#getOutputStream()"><b>getOutputStream</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns an output stream that writes to this connection.
  <dt> 	<a href="java.security.interfaces.DSAParams.html#getP()"><b>getP</b></a>().
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAParams.html#_top_">DSAParams</a>
  <dd>  Returns the prime, <code>p</code>.
  <dt> 	<a href="java.awt.PrintJob.html#getPageDimension()"><b>getPageDimension</b></a>().
Method in class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd>  Returns the dimensions of the page in pixels.
  <dt> 	<a href="java.awt.Scrollbar.html#getPageIncrement()"><b>getPageIncrement</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  
  <dt> 	<a href="java.awt.PrintJob.html#getPageResolution()"><b>getPageResolution</b></a>().
Method in class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd>  Returns the resolution of the page in pixels per inch.
  <dt> 	<a href="java.sql.DataTruncation.html#getParameter()"><b>getParameter</b></a>().
Method in class java.sql.<a href="java.sql.DataTruncation.html#_top_">DataTruncation</a>
  <dd>  Is this a truncated parameter value?

 
  <dt> 	<a href="java.applet.Applet.html#getParameter(java.lang.String)"><b>getParameter</b></a>(String).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns the value of the named parameter in the HTML tag.
  <dt> 	<a href="java.applet.AppletStub.html#getParameter(java.lang.String)"><b>getParameter</b></a>(String).
Method in interface java.applet.<a href="java.applet.AppletStub.html#_top_">AppletStub</a>
  <dd>  Returns the value of the named parameter in the HTML tag.
  <dt> 	<a href="java.security.Signature.html#getParameter(java.lang.String)"><b>getParameter</b></a>(String).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Gets the value of the specified algorithm parameter.
  <dt> 	<a href="java.beans.MethodDescriptor.html#getParameterDescriptors()"><b>getParameterDescriptors</b></a>().
Method in class java.beans.<a href="java.beans.MethodDescriptor.html#_top_">MethodDescriptor</a>
  <dd>  
  <dt> 	<a href="java.applet.Applet.html#getParameterInfo()"><b>getParameterInfo</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Returns information about the parameters than are understood by 
 this applet.
  <dt> 	<a href="java.lang.reflect.Constructor.html#getParameterTypes()"><b>getParameterTypes</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Returns an array of Class objects that represent the formal
 parameter types, in declaration order, of the constructor
 represented by this Constructor object.
  <dt> 	<a href="java.lang.reflect.Method.html#getParameterTypes()"><b>getParameterTypes</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns an array of Class objects that represent the formal
 parameter types, in declaration order, of the method
 represented by this Method object.
  <dt> 	<a href="java.security.interfaces.DSAKey.html#getParams()"><b>getParams</b></a>().
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAKey.html#_top_">DSAKey</a>
  <dd>  Returns the DSA-specific key parameters.
  <dt> 	<a href="java.awt.Component.html#getParent()"><b>getParent</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the parent of this component.
  <dt> 	<a href="java.io.File.html#getParent()"><b>getParent</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the parent part of the pathname of this <code>File</code>
 object, or <code>null</code> if the name has no parent part.
  <dt> 	<a href="java.awt.MenuComponent.html#getParent()"><b>getParent</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Returns the parent container for this menu component.
  <dt> 	<a href="java.lang.ThreadGroup.html#getParent()"><b>getParent</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Returns the parent of this thread group.
  <dt> 	<a href="java.io.File.html#getPath()"><b>getPath</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the pathname of the file represented by this object.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getPatternSeparator()"><b>getPatternSeparator</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used to separate positive and negative subpatterns
 in a pattern.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getPC()"><b>getPC</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd> Get the program counter referenced by this stackframe.
  <dt> 	<a href="java.awt.Component.html#getPeer()"><b>getPeer</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Font.html#getPeer()"><b>getPeer</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the peer of the font.
  <dt> 	<a href="java.awt.MenuComponent.html#getPeer()"><b>getPeer</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getPercent()"><b>getPercent</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used for percent sign.
  <dt> 	<a href="java.text.NumberFormat.html#getPercentInstance()"><b>getPercentInstance</b></a>().
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a percentage format for the current default locale.
  <dt> 	<a href="java.text.NumberFormat.html#getPercentInstance(java.util.Locale)"><b>getPercentInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a percentage format for the specified locale.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getPerMill()"><b>getPerMill</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used for mille percent sign.
  <dt> 	<a href="java.security.acl.Acl.html#getPermissions(java.security.Principal)"><b>getPermissions</b></a>(Principal).
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Returns an enumeration for the set of allowed permissions for the
 specified principal (representing an entity such as an individual or
 a group).
  <dt> 	<a href="java.awt.image.PixelGrabber.html#getPixels()"><b>getPixels</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Get the pixel buffer.
  <dt> 	<a href="java.awt.image.ColorModel.html#getPixelSize()"><b>getPixelSize</b></a>().
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  Returns the number of bits per pixel described by this ColorModel.
  <dt> 	<a href="java.awt.event.MouseEvent.html#getPoint()"><b>getPoint</b></a>().
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Returns the x,y position of the event relative to the source component.
  <dt> 	<a href="java.net.DatagramPacket.html#getPort()"><b>getPort</b></a>().
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  Returns the port number on the remote host to which this datagram is
 being sent or from which the datagram was received.
  <dt> 	<a href="java.net.Socket.html#getPort()"><b>getPort</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns the remote port to which this socket is connected.
  <dt> 	<a href="java.net.SocketImpl.html#getPort()"><b>getPort</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns the value of this socket's <code>port</code> field.
  <dt> 	<a href="java.net.URL.html#getPort()"><b>getPort</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Returns the port number of this <code>URL</code>.
  <dt> 	<a href="java.text.DecimalFormat.html#getPositivePrefix()"><b>getPositivePrefix</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Get the positive prefix.
  <dt> 	<a href="java.text.DecimalFormat.html#getPositiveSuffix()"><b>getPositiveSuffix</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Get the positive suffix.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getPrecision(int)"><b>getPrecision</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's number of decimal digits?

 
  <dt> 	<a href="java.awt.Cursor.html#getPredefinedCursor(int)"><b>getPredefinedCursor</b></a>(int).
Static method in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  Returns a cursor object with the specified predefined type.
  <dt> 	<a href="java.awt.Component.html#getPreferredSize()"><b>getPreferredSize</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Gets the preferred size of this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getPreferredSize()"><b>getPreferredSize</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#getPreferredSize()"><b>getPreferredSize</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Returns the preferred size of this container.
  <dt> 	<a href="java.awt.List.html#getPreferredSize()"><b>getPreferredSize</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the preferred size of this scrolling list.
  <dt> 	<a href="java.awt.TextArea.html#getPreferredSize()"><b>getPreferredSize</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Determines the preferred size of this text area.
  <dt> 	<a href="java.awt.TextField.html#getPreferredSize()"><b>getPreferredSize</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Gets the preferred size of this text field.
  <dt> 	<a href="java.awt.List.html#getPreferredSize(int)"><b>getPreferredSize</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the preferred dimensions for a list with the specified
 number of rows.
  <dt> 	<a href="java.awt.peer.ListPeer.html#getPreferredSize(int)"><b>getPreferredSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextField.html#getPreferredSize(int)"><b>getPreferredSize</b></a>(int).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Gets the preferred size of this text field
 with the specified number of columns.
  <dt> 	<a href="java.awt.peer.TextFieldPeer.html#getPreferredSize(int)"><b>getPreferredSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextArea.html#getPreferredSize(int, int)"><b>getPreferredSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Determines the preferred size of a text area with the specified
 number of rows and columns.
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#getPreferredSize(int, int)"><b>getPreferredSize</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd> 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getPrimaryKeys(java.lang.String, java.lang.String, java.lang.String)"><b>getPrimaryKeys</b></a>(String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of a table's primary key columns.
  <dt> 	<a href="java.security.acl.AclEntry.html#getPrincipal()"><b>getPrincipal</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Returns the principal for which permissions are granted or denied by 
 this ACL entry.
  <dt> 	<a href="java.security.Certificate.html#getPrincipal()"><b>getPrincipal</b></a>().
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd>  Returns the principal of the principal-key pair being guaranteed by
 the guarantor.
  <dt> 	<a href="java.awt.PrintGraphics.html#getPrintJob()"><b>getPrintJob</b></a>().
Method in interface java.awt.<a href="java.awt.PrintGraphics.html#_top_">PrintGraphics</a>
  <dd>  Returns the PrintJob object from which this PrintGraphics 
 object originated.
  <dt> 	<a href="java.awt.Toolkit.html#getPrintJob(java.awt.Frame, java.lang.String, java.util.Properties)"><b>getPrintJob</b></a>(Frame, String, Properties).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Gets a <code>PrintJob</code> object which is the result
 of initiating a print operation on the toolkit's platform.
  <dt> 	<a href="java.lang.Thread.html#getPriority()"><b>getPriority</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Returns this thread's priority.
  <dt> 	<a href="java.security.KeyPair.html#getPrivate()"><b>getPrivate</b></a>().
Method in class java.security.<a href="java.security.KeyPair.html#_top_">KeyPair</a>
  <dd>  Returns the private key from this key pair.
  <dt> 	<a href="java.security.Signer.html#getPrivateKey()"><b>getPrivateKey</b></a>().
Method in class java.security.<a href="java.security.Signer.html#_top_">Signer</a>
  <dd>  Returns this signer's private key.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getProcedureColumns(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><b>getProcedureColumns</b></a>(String, String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of a catalog's stored procedure parameters
 and result columns.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getProcedures(java.lang.String, java.lang.String, java.lang.String)"><b>getProcedures</b></a>(String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of stored procedures available in a
 catalog.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getProcedureTerm()"><b>getProcedureTerm</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the database vendor's preferred term for "procedure"?

 
  <dt> 	<a href="java.beans.PropertyChangeEvent.html#getPropagationId()"><b>getPropagationId</b></a>().
Method in class java.beans.<a href="java.beans.PropertyChangeEvent.html#_top_">PropertyChangeEvent</a>
  <dd>  The "propagationId" field is reserved for future use.
  <dt> 	<a href="java.lang.System.html#getProperties()"><b>getProperties</b></a>().
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Determines the current system properties.
  <dt> 	<a href="java.util.Properties.html#getProperty(java.lang.String)"><b>getProperty</b></a>(String).
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Searches for the property with the specified key in this property list.
  <dt> 	<a href="java.security.Security.html#getProperty(java.lang.String)"><b>getProperty</b></a>(String).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Gets a security property.
  <dt> 	<a href="java.lang.System.html#getProperty(java.lang.String)"><b>getProperty</b></a>(String).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Gets the system property indicated by the specified key.
  <dt> 	<a href="java.awt.Image.html#getProperty(java.lang.String, java.awt.image.ImageObserver)"><b>getProperty</b></a>(String, ImageObserver).
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Gets a property of this image by name.
  <dt> 	<a href="java.util.Properties.html#getProperty(java.lang.String, java.lang.String)"><b>getProperty</b></a>(String, String).
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Searches for the property with the specified key in this property list.
  <dt> 	<a href="java.lang.System.html#getProperty(java.lang.String, java.lang.String)"><b>getProperty</b></a>(String, String).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Gets the system property indicated by the specified key.
  <dt> 	<a href="java.awt.Toolkit.html#getProperty(java.lang.String, java.lang.String)"><b>getProperty</b></a>(String, String).
Static method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Gets a property with the specified key and default.
  <dt> 	<a href="java.beans.PropertyVetoException.html#getPropertyChangeEvent()"><b>getPropertyChangeEvent</b></a>().
Method in class java.beans.<a href="java.beans.PropertyVetoException.html#_top_">PropertyVetoException</a>
  <dd> 
  <dt> 	<a href="java.beans.BeanInfo.html#getPropertyDescriptors()"><b>getPropertyDescriptors</b></a>().
Method in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#getPropertyDescriptors()"><b>getPropertyDescriptors</b></a>().
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  Deny knowledge of properties.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#getPropertyEditorClass()"><b>getPropertyEditorClass</b></a>().
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.sql.Driver.html#getPropertyInfo(java.lang.String, java.util.Properties)"><b>getPropertyInfo</b></a>(String, Properties).
Method in interface java.sql.<a href="java.sql.Driver.html#_top_">Driver</a>
  <dd>  <p>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.
  <dt> 	<a href="java.beans.PropertyChangeEvent.html#getPropertyName()"><b>getPropertyName</b></a>().
Method in class java.beans.<a href="java.beans.PropertyChangeEvent.html#_top_">PropertyChangeEvent</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyDescriptor.html#getPropertyType()"><b>getPropertyType</b></a>().
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.net.URL.html#getProtocol()"><b>getProtocol</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Returns the protocol name this <code>URL</code>.
  <dt> 	<a href="java.security.Security.html#getProvider(java.lang.String)"><b>getProvider</b></a>(String).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Returns the provider installed with the specified name, if
 any.
  <dt> 	<a href="java.security.Security.html#getProviders()"><b>getProviders</b></a>().
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Returns all providers currently installed.
  <dt> 	<a href="java.security.KeyPair.html#getPublic()"><b>getPublic</b></a>().
Method in class java.security.<a href="java.security.KeyPair.html#_top_">KeyPair</a>
  <dd>  Returns the public key from this key pair.
  <dt> 	<a href="java.security.Certificate.html#getPublicKey()"><b>getPublicKey</b></a>().
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd>  Returns the key of the principal-key pair being guaranteed by
 the guarantor.
  <dt> 	<a href="java.security.Identity.html#getPublicKey()"><b>getPublicKey</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns this identity's public key.
  <dt> 	<a href="java.security.interfaces.DSAParams.html#getQ()"><b>getQ</b></a>().
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAParams.html#_top_">DSAParams</a>
  <dd>  Returns the subprime, <code>q</code>.
  <dt> 	<a href="java.sql.Statement.html#getQueryTimeout()"><b>getQueryTimeout</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  The queryTimeout limit is the number of seconds the driver will
 wait for a Statement to execute.
  <dt> 	<a href="java.util.SimpleTimeZone.html#getRawOffset()"><b>getRawOffset</b></a>().
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Overrides TimeZone
 Gets the GMT offset for this time zone.
  <dt> 	<a href="java.util.TimeZone.html#getRawOffset()"><b>getRawOffset</b></a>().
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets unmodified offset, NOT modified in case of daylight savings.
  <dt> 	<a href="java.sql.DataTruncation.html#getRead()"><b>getRead</b></a>().
Method in class java.sql.<a href="java.sql.DataTruncation.html#_top_">DataTruncation</a>
  <dd>  Was this a read truncation?

 
  <dt> 	<a href="java.beans.PropertyDescriptor.html#getReadMethod()"><b>getReadMethod</b></a>().
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.awt.Color.html#getRed()"><b>getRed</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Gets the red component of this color.
  <dt> 	<a href="java.awt.image.ColorModel.html#getRed(int)"><b>getRed</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  The subclass must provide a function which provides the red
 color compoment for the specified pixel.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getRed(int)"><b>getRed</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the red color compoment for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getRed(int)"><b>getRed</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the red color compoment for the specified pixel in the
 range 0-255.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getRedMask()"><b>getRedMask</b></a>().
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the mask indicating which bits in a pixel contain the red
 color component.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getReds(byte[])"><b>getReds</b></a>(byte[]).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Copies the array of red color components into the given array.
  <dt> 	<a href="java.net.URL.html#getRef()"><b>getRef</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Returns the anchor (also known as the "reference") of this
 <code>URL</code>.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#getRefClass(java.io.ObjectOutput)"><b>getRefClass</b></a>(ObjectOutput).
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Returns the class name of the ref type to be serialized onto
 the stream 'out'.
  <dt> 	<a href="java.rmi.registry.LocateRegistry.html#getRegistry()"><b>getRegistry</b></a>().
Static method in class java.rmi.registry.<a href="java.rmi.registry.LocateRegistry.html#_top_">LocateRegistry</a>
  <dd>  Returns the remote object Registry for the local host.
  <dt> 	<a href="java.rmi.registry.LocateRegistry.html#getRegistry(int)"><b>getRegistry</b></a>(int).
Static method in class java.rmi.registry.<a href="java.rmi.registry.LocateRegistry.html#_top_">LocateRegistry</a>
  <dd>  Returns the remote object Registry on the current host at the
 specified port.
  <dt> 	<a href="java.rmi.registry.LocateRegistry.html#getRegistry(java.lang.String)"><b>getRegistry</b></a>(String).
Static method in class java.rmi.registry.<a href="java.rmi.registry.LocateRegistry.html#_top_">LocateRegistry</a>
  <dd>  Returns the remote object Registry on the specified host at a
 default (i.e., well-known) port number.
  <dt> 	<a href="java.rmi.registry.LocateRegistry.html#getRegistry(java.lang.String, int)"><b>getRegistry</b></a>(String, int).
Static method in class java.rmi.registry.<a href="java.rmi.registry.LocateRegistry.html#_top_">LocateRegistry</a>
  <dd>  Returns the remote object Registry on the specified host at the
 specified port.
  <dt> 	<a href="java.util.zip.Inflater.html#getRemaining()"><b>getRemaining</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Returns the total number of bytes remaining in the input buffer.
  <dt> 	<a href="sun.tools.debug.RemoteStackFrame.html#getRemoteClass()"><b>getRemoteClass</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackFrame.html#_top_">RemoteStackFrame</a>
  <dd> Get the class this stackframe references.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#getRemoveListenerMethod()"><b>getRemoveListenerMethod</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd> 
 
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#getRepresentationClass()"><b>getRepresentationClass</b></a>().
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>   Returns the Class which objects supporting this DataFlavor
  will return when this DataFlavor is requested.
  <dt> 	<a href="java.net.HttpURLConnection.html#getRequestMethod()"><b>getRequestMethod</b></a>().
Method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Get the request method.
  <dt> 	<a href="java.net.URLConnection.html#getRequestProperty(java.lang.String)"><b>getRequestProperty</b></a>(String).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of the named general request property for this
 connection.
  <dt> 	<a href="java.lang.Class.html#getResource(java.lang.String)"><b>getResource</b></a>(String).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Finds a resource with the specified name.
  <dt> 	<a href="java.lang.ClassLoader.html#getResource(java.lang.String)"><b>getResource</b></a>(String).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Find a resource with a given name.
  <dt> 	<a href="java.lang.Class.html#getResourceAsStream(java.lang.String)"><b>getResourceAsStream</b></a>(String).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Finds a resource with a given name.
  <dt> 	<a href="java.lang.ClassLoader.html#getResourceAsStream(java.lang.String)"><b>getResourceAsStream</b></a>(String).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Get an InputStream on a given resource.
  <dt> 	<a href="java.net.HttpURLConnection.html#getResponseCode()"><b>getResponseCode</b></a>().
Method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Gets HTTP response status.
  <dt> 	<a href="java.net.HttpURLConnection.html#getResponseMessage()"><b>getResponseMessage</b></a>().
Method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Gets the HTTP response message, if any, returned along with the
 response code from a server.
  <dt> 	<a href="java.sql.Statement.html#getResultSet()"><b>getResultSet</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>   getResultSet returns the current result as a ResultSet.
  <dt> 	<a href="java.rmi.server.RemoteCall.html#getResultStream(boolean)"><b>getResultStream</b></a>(boolean).
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Returns an output stream (may put out header information
 relating to the success of the call).
  <dt> 	<a href="java.lang.reflect.Method.html#getReturnType()"><b>getReturnType</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns a Class object that represents the formal return type
 of the method represented by this Method object.
  <dt> 	<a href="java.awt.Color.html#getRGB()"><b>getRGB</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Gets the RGB value representing the color in the default RGB ColorModel.
  <dt> 	<a href="java.awt.SystemColor.html#getRGB()"><b>getRGB</b></a>().
Method in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  Gets the "current" RGB value representing the symbolic color.
  <dt> 	<a href="java.awt.image.ColorModel.html#getRGB(int)"><b>getRGB</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  Returns the color of the pixel in the default RGB color model.
  <dt> 	<a href="java.awt.image.DirectColorModel.html#getRGB(int)"><b>getRGB</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.DirectColorModel.html#_top_">DirectColorModel</a>
  <dd>  Returns the color of the pixel in the default RGB color model.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getRGB(int)"><b>getRGB</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the color of the pixel in the default RGB color model.
  <dt> 	<a href="java.awt.image.ColorModel.html#getRGBdefault()"><b>getRGBdefault</b></a>().
Static method in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd>  Return a ColorModel which describes the default format for
 integer RGB values used throughout the AWT image interfaces.
  <dt> 	<a href="java.awt.GridLayout.html#getRows()"><b>getRows</b></a>().
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Gets the number of rows in this layout.
  <dt> 	<a href="java.awt.List.html#getRows()"><b>getRows</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Get the number of visible lines in this list.
  <dt> 	<a href="java.awt.TextArea.html#getRows()"><b>getRows</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Gets the number of rows in the text area.
  <dt> 	<a href="java.text.RuleBasedCollator.html#getRules()"><b>getRules</b></a>().
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Gets the table-based rules for the collation object.
  <dt> 	<a href="java.lang.Runtime.html#getRuntime()"><b>getRuntime</b></a>().
Static method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Returns the runtime object associated with the current Java application.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getScale(int)"><b>getScale</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's number of digits to right of the decimal point?

 
  <dt> 	<a href="java.awt.Image.html#getScaledInstance(int, int, int)"><b>getScaledInstance</b></a>(int, int, int).
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Creates a scaled version of this image.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getSchemaName(int)"><b>getSchemaName</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's table's schema?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getSchemas()"><b>getSchemas</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get the schema names available in this database.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getSchemaTerm()"><b>getSchemaTerm</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the database vendor's preferred term for "schema"?

 
  <dt> 	<a href="java.security.Identity.html#getScope()"><b>getScope</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns this identity's scope.
  <dt> 	<a href="java.awt.Toolkit.html#getScreenResolution()"><b>getScreenResolution</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Returns the screen resolution in dots-per-inch.
  <dt> 	<a href="java.awt.Toolkit.html#getScreenSize()"><b>getScreenSize</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Gets the size of the screen.
  <dt> 	<a href="java.awt.ScrollPane.html#getScrollbarDisplayPolicy()"><b>getScrollbarDisplayPolicy</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Returns the display policy for the scrollbars.
  <dt> 	<a href="java.awt.TextArea.html#getScrollbarVisibility()"><b>getScrollbarVisibility</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Gets an enumerated value that indicates which scroll bars
 the text area uses.
  <dt> 	<a href="java.awt.ScrollPane.html#getScrollPosition()"><b>getScrollPosition</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Returns the current x,y position within the child which is displayed 
 at the 0,0 location of the scrolled panel's view port.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getSearchStringEscape()"><b>getSearchStringEscape</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  This is the string that can be used to escape '_' or '%' in
 the string pattern style catalog search parameters.
  <dt> 	<a href="java.sql.Date.html#getSeconds()"><b>getSeconds</b></a>().
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Returns the number of seconds past the minute represented by this date.
  <dt> 	<a href="java.util.Date.html#getSeconds()"><b>getSeconds</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the number of seconds past the minute represented by this date.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#getSecurityContext()"><b>getSecurityContext</b></a>().
Method in class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Returns the security context (e.g., a URL).
  <dt> 	<a href="java.lang.SecurityManager.html#getSecurityContext()"><b>getSecurityContext</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Creates an object that encapsulates the current execution
 environment.
  <dt> 	<a href="java.rmi.server.LoaderHandler.html#getSecurityContext(java.lang.ClassLoader)"><b>getSecurityContext</b></a>(ClassLoader).
Method in interface java.rmi.server.<a href="java.rmi.server.LoaderHandler.html#_top_">LoaderHandler</a>
  <dd>  Returns the security context of the given class loader
 (e.g., a URL)

  <dt> 	<a href="java.rmi.server.RMIClassLoader.html#getSecurityContext(java.lang.ClassLoader)"><b>getSecurityContext</b></a>(ClassLoader).
Static method in class java.rmi.server.<a href="java.rmi.server.RMIClassLoader.html#_top_">RMIClassLoader</a>
  <dd>  Returns the security context of the given class loader
 
  <dt> 	<a href="java.lang.System.html#getSecurityManager()"><b>getSecurityManager</b></a>().
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Gets the system security interface.
  <dt> 	<a href="java.security.SecureRandom.html#getSeed(int)"><b>getSeed</b></a>(int).
Static method in class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  Returns the given number of seed bytes, computed using the seed
 generation algorithm that this class uses to seed itself.
  <dt> 	<a href="java.awt.CheckboxGroup.html#getSelectedCheckbox()"><b>getSelectedCheckbox</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxGroup.html#_top_">CheckboxGroup</a>
  <dd>  Gets the current choice from this check box group.
  <dt> 	<a href="java.awt.Choice.html#getSelectedIndex()"><b>getSelectedIndex</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Returns the index of the currently selected item.
  <dt> 	<a href="java.awt.List.html#getSelectedIndex()"><b>getSelectedIndex</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the index of the selected item on the list, 
 
  <dt> 	<a href="java.awt.List.html#getSelectedIndexes()"><b>getSelectedIndexes</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the selected indexes on the list.
  <dt> 	<a href="java.awt.peer.ListPeer.html#getSelectedIndexes()"><b>getSelectedIndexes</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Choice.html#getSelectedItem()"><b>getSelectedItem</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Gets a representation of the current choice as a string.
  <dt> 	<a href="java.awt.List.html#getSelectedItem()"><b>getSelectedItem</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Get the selected item on this scrolling list.
  <dt> 	<a href="java.awt.List.html#getSelectedItems()"><b>getSelectedItems</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Get the selected items on this scrolling list.
  <dt> 	<a href="java.awt.Checkbox.html#getSelectedObjects()"><b>getSelectedObjects</b></a>().
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Returns the an array (length 1) containing the checkbox
 label or null if the checkbox is not selected.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#getSelectedObjects()"><b>getSelectedObjects</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Returns the an array (length 1) containing the checkbox menu item
 label or null if the checkbox is not selected.
  <dt> 	<a href="java.awt.Choice.html#getSelectedObjects()"><b>getSelectedObjects</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Returns an array (length 1) containing the currently selected
 item.
  <dt> 	<a href="java.awt.ItemSelectable.html#getSelectedObjects()"><b>getSelectedObjects</b></a>().
Method in interface java.awt.<a href="java.awt.ItemSelectable.html#_top_">ItemSelectable</a>
  <dd>  Returns the selected items or null if no items are selected.
  <dt> 	<a href="java.awt.List.html#getSelectedObjects()"><b>getSelectedObjects</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Returns the selected items on the list in an array of Objects.
  <dt> 	<a href="java.awt.TextComponent.html#getSelectedText()"><b>getSelectedText</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Gets the selected text from the text that is
 presented by this text component.
  <dt> 	<a href="java.awt.TextComponent.html#getSelectionEnd()"><b>getSelectionEnd</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Gets the end position of the selected text in 
 this text component.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#getSelectionEnd()"><b>getSelectionEnd</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextComponent.html#getSelectionStart()"><b>getSelectionStart</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Gets the start position of the selected text in 
 this text component.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#getSelectionStart()"><b>getSelectionStart</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.text.BreakIterator.html#getSentenceInstance()"><b>getSentenceInstance</b></a>().
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for sentence-breaks using default locale
 Returns an instance of a BreakIterator implementing sentence breaks.
  <dt> 	<a href="java.text.BreakIterator.html#getSentenceInstance(java.util.Locale)"><b>getSentenceInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for sentence-breaks using specified locale
 Returns an instance of a BreakIterator implementing sentence breaks.
  <dt> 	<a href="java.io.ObjectStreamClass.html#getSerialVersionUID()"><b>getSerialVersionUID</b></a>().
Method in class java.io.<a href="java.io.ObjectStreamClass.html#_top_">ObjectStreamClass</a>
  <dd>  Return the serialVersionUID for this class.
  <dt> 	<a href="java.sql.CallableStatement.html#getShort(int)"><b>getShort</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a SMALLINT parameter as a Java short.
  <dt> 	<a href="java.sql.ResultSet.html#getShort(int)"><b>getShort</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java short.
  <dt> 	<a href="java.lang.reflect.Field.html#getShort(java.lang.Object)"><b>getShort</b></a>(Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Get the value of a field as a short on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#getShort(java.lang.Object, int)"><b>getShort</b></a>(Object, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Returns the value of the indexed component in the specified
 array object, as a short.
  <dt> 	<a href="java.sql.ResultSet.html#getShort(java.lang.String)"><b>getShort</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java short.
  <dt> 	<a href="java.awt.MenuItem.html#getShortcut()"><b>getShortcut</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Get the <code>MenuShortcut</code> object associated with this
 menu item,
 
  <dt> 	<a href="java.awt.MenuBar.html#getShortcutMenuItem(java.awt.MenuShortcut)"><b>getShortcutMenuItem</b></a>(MenuShortcut).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Gets the instance of <code>MenuItem</code> associated
 with the specified <code>MenuShortcut</code> object,
 or <code>null</code> if none has been specified.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#getShortDescription()"><b>getShortDescription</b></a>().
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  
  <dt> 	<a href="java.text.DateFormatSymbols.html#getShortMonths()"><b>getShortMonths</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets short month strings.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getShortWeekdays()"><b>getShortWeekdays</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets short weekday strings.
  <dt> 	<a href="java.lang.Class.html#getSigners()"><b>getSigners</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Get the signers of this class.
  <dt> 	<a href="java.awt.Component.html#getSize()"><b>getSize</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Returns the size of this component in the form of a 
 <code>Dimension</code> object.
  <dt> 	<a href="java.awt.Dimension.html#getSize()"><b>getSize</b></a>().
Method in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  Gets the size of this <code>Dimension</code> object.
  <dt> 	<a href="java.awt.Font.html#getSize()"><b>getSize</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the point size of the font.
  <dt> 	<a href="java.awt.Rectangle.html#getSize()"><b>getSize</b></a>().
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Gets the size (width and height) of this rectangle.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#getSize()"><b>getSize</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd> Return the number of elements in the array.
  <dt> 	<a href="java.util.zip.ZipEntry.html#getSize()"><b>getSize</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the uncompressed size of the entry data, or -1 if not known.
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#getSocketFactory()"><b>getSocketFactory</b></a>().
Static method in class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd>  Returns the socket factory used by RMI.
  <dt> 	<a href="java.net.Socket.html#getSoLinger()"><b>getSoLinger</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns setting for SO_LINGER.
  <dt> 	<a href="java.net.DatagramSocket.html#getSoTimeout()"><b>getSoTimeout</b></a>().
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Retrive setting for SO_TIMEOUT.
  <dt> 	<a href="java.net.ServerSocket.html#getSoTimeout()"><b>getSoTimeout</b></a>().
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd> Retrive setting for SO_TIMEOUT.
  <dt> 	<a href="java.net.Socket.html#getSoTimeout()"><b>getSoTimeout</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Returns setting for SO_TIMEOUT.
  <dt> 	<a href="java.util.EventObject.html#getSource()"><b>getSource</b></a>().
Method in class java.util.<a href="java.util.EventObject.html#_top_">EventObject</a>
  <dd> 
  <dt> 	<a href="java.awt.Image.html#getSource()"><b>getSource</b></a>().
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Gets the object that produces the pixels for the image.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getSourceFile()"><b>getSourceFile</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Get the source file referenced by this stackframe.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getSourceFileName()"><b>getSourceFileName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Get the name of the source file referenced by this stackframe.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#getSourcePath()"><b>getSourcePath</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Return the source file path the Agent is currently using.
  <dt> 	<a href="java.text.CollationKey.html#getSourceString()"><b>getSourceString</b></a>().
Method in class java.text.<a href="java.text.CollationKey.html#_top_">CollationKey</a>
  <dd>  Returns the String that this CollationKey represents.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getSQLKeywords()"><b>getSQLKeywords</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a comma separated list of all a database's SQL keywords
 that are NOT also SQL92 keywords.
  <dt> 	<a href="java.sql.SQLException.html#getSQLState()"><b>getSQLState</b></a>().
Method in class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Get the SQLState

 
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#getStackVariable(java.lang.String)"><b>getStackVariable</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Return a stack variable from the current stackframe.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#getStackVariables()"><b>getStackVariables</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Return the arguments and local variable from the current stackframe.
  <dt> 	<a href="java.awt.Checkbox.html#getState()"><b>getState</b></a>().
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd> 
 Determines whether this check box is in the "on" or "off" state.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#getState()"><b>getState</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Determines whether the state of this check box menu item
 is "on" or "off."
 
  <dt> 	<a href="java.awt.event.ItemEvent.html#getStateChange()"><b>getStateChange</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  Returns the state change type which generated the event.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getStaticFields()"><b>getStaticFields</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return all the static fields for this class.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#getStatus()"><b>getStatus</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Return the status of the pixels.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#getStatus()"><b>getStatus</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Return the thread status description.
  <dt> 	<a href="java.text.Collator.html#getStrength()"><b>getStrength</b></a>().
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Returns this Collator's strength property.
  <dt> 	<a href="java.sql.CallableStatement.html#getString(int)"><b>getString</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a CHAR, VARCHAR, or LONGVARCHAR parameter as a Java String.
  <dt> 	<a href="java.sql.ResultSet.html#getString(int)"><b>getString</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java String.
  <dt> 	<a href="java.util.ResourceBundle.html#getString(java.lang.String)"><b>getString</b></a>(String).
Method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Get an object from a ResourceBundle.
  <dt> 	<a href="java.sql.ResultSet.html#getString(java.lang.String)"><b>getString</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a Java String.
  <dt> 	<a href="java.util.ResourceBundle.html#getStringArray(java.lang.String)"><b>getStringArray</b></a>(String).
Method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Get an object from a ResourceBundle.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getStringFunctions()"><b>getStringFunctions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a comma separated list of string functions.
  <dt> 	<a href="java.awt.Font.html#getStyle()"><b>getStyle</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Gets the style of the font.
  <dt> 	<a href="java.lang.Class.html#getSuperclass()"><b>getSuperclass</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  If this object represents any class other than the class 
 </code>Object</code>, then the object that represents the superclass 
 of that class is returned.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#getSuperclass()"><b>getSuperclass</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Return the superclass for this class.
  <dt> 	<a href="java.awt.Toolkit.html#getSystemClipboard()"><b>getSystemClipboard</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Gets an instance of the system clipboard which interfaces
 with clipboard facilities provided by the native platform.
  <dt> 	<a href="java.awt.Toolkit.html#getSystemEventQueue()"><b>getSystemEventQueue</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Get the application's or applet's EventQueue instance.
  <dt> 	<a href="java.awt.Toolkit.html#getSystemEventQueueImpl()"><b>getSystemEventQueueImpl</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd> 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getSystemFunctions()"><b>getSystemFunctions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a comma separated list of system functions.
  <dt> 	<a href="java.lang.ClassLoader.html#getSystemResource(java.lang.String)"><b>getSystemResource</b></a>(String).
Static method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Find a resource with a given name.
  <dt> 	<a href="java.lang.ClassLoader.html#getSystemResourceAsStream(java.lang.String)"><b>getSystemResourceAsStream</b></a>(String).
Static method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Get an InputStream on a given resource..
  <dt> 	<a href="java.security.IdentityScope.html#getSystemScope()"><b>getSystemScope</b></a>().
Static method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Returns the system's identity scope.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#getTableName(int)"><b>getTableName</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  What's a column's table name? 

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getTablePrivileges(java.lang.String, java.lang.String, java.lang.String)"><b>getTablePrivileges</b></a>(String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of the access rights for each table available
 in a catalog.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])"><b>getTables</b></a>(String, String, String, String[]).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of tables available in a catalog.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getTableTypes()"><b>getTableTypes</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get the table types available in this database.
  <dt> 	<a href="java.beans.PropertyEditor.html#getTags()"><b>getTags</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  If the property value must be one of a set of known tagged values, 
 then this method should return an array of the tags.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#getTags()"><b>getTags</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  If the property value must be one of a set of known tagged values, 
 then this method should return an array of the tag values.
  <dt> 	<a href="java.lang.reflect.InvocationTargetException.html#getTargetException()"><b>getTargetException</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.InvocationTargetException.html#_top_">InvocationTargetException</a>
  <dd>  Get the thrown target exception.
  <dt> 	<a href="java.net.Socket.html#getTcpNoDelay()"><b>getTcpNoDelay</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Tests if TCP_NODELAY is enabled.
  <dt> 	<a href="java.text.BreakIterator.html#getText()"><b>getText</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Get the text being scanned
 
  <dt> 	<a href="java.awt.Label.html#getText()"><b>getText</b></a>().
Method in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd> 
 Gets the text of this label.
  <dt> 	<a href="java.awt.TextComponent.html#getText()"><b>getText</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Gets the text that is presented by this text component.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#getText()"><b>getText</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.lang.SecurityManager.html#getThreadGroup()"><b>getThreadGroup</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Returns the thread group into which to instantiate any new
 thread being created at the time this is being called.
  <dt> 	<a href="java.lang.Thread.html#getThreadGroup()"><b>getThreadGroup</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Returns this thread's thread group.
  <dt> 	<a href="java.util.Calendar.html#getTime()"><b>getTime</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets this Calendar's current time.
  <dt> 	<a href="java.util.Date.html#getTime()"><b>getTime</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT
 represented by this date.
  <dt> 	<a href="java.util.zip.ZipEntry.html#getTime()"><b>getTime</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns the modification time of the entry, or -1 if not specified.
  <dt> 	<a href="java.sql.CallableStatement.html#getTime(int)"><b>getTime</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a SQL TIME parameter as a java.sql.Time object.
  <dt> 	<a href="java.sql.ResultSet.html#getTime(int)"><b>getTime</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.sql.Time object.
  <dt> 	<a href="java.sql.ResultSet.html#getTime(java.lang.String)"><b>getTime</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.sql.Time object.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getTimeDateFunctions()"><b>getTimeDateFunctions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a comma separated list of time and date functions.
  <dt> 	<a href="java.util.Calendar.html#getTimeInMillis()"><b>getTimeInMillis</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets this Calendar's current time as a long.
  <dt> 	<a href="java.text.DateFormat.html#getTimeInstance()"><b>getTimeInstance</b></a>().
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the time formatter with the default formatting style
 for the default locale.
  <dt> 	<a href="java.text.DateFormat.html#getTimeInstance(int)"><b>getTimeInstance</b></a>(int).
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the time formatter with the given formatting style
 for the default locale.
  <dt> 	<a href="java.text.DateFormat.html#getTimeInstance(int, java.util.Locale)"><b>getTimeInstance</b></a>(int, Locale).
Static method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the time formatter with the given formatting style
 for the given locale.
  <dt> 	<a href="java.sql.CallableStatement.html#getTimestamp(int)"><b>getTimestamp</b></a>(int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Get the value of a SQL TIMESTAMP parameter as a java.sql.Timestamp object.
  <dt> 	<a href="java.sql.ResultSet.html#getTimestamp(int)"><b>getTimestamp</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.sql.Timestamp object.
  <dt> 	<a href="java.sql.ResultSet.html#getTimestamp(java.lang.String)"><b>getTimestamp</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  Get the value of a column in the current row as a java.sql.Timestamp object.
  <dt> 	<a href="java.util.Calendar.html#getTimeZone()"><b>getTimeZone</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the time zone.
  <dt> 	<a href="java.text.DateFormat.html#getTimeZone()"><b>getTimeZone</b></a>().
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Gets the time zone.
  <dt> 	<a href="java.util.TimeZone.html#getTimeZone(java.lang.String)"><b>getTimeZone</b></a>(String).
Static method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Gets the TimeZone for the given ID.
  <dt> 	<a href="java.util.Date.html#getTimezoneOffset()"><b>getTimezoneOffset</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the local time-zone offset.
  <dt> 	<a href="java.awt.Dialog.html#getTitle()"><b>getTitle</b></a>().
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Gets the title of the dialog.
  <dt> 	<a href="java.awt.Frame.html#getTitle()"><b>getTitle</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Gets the title of the frame.
  <dt> 	<a href="java.awt.Component.html#getToolkit()"><b>getToolkit</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets the toolkit of this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#getToolkit()"><b>getToolkit</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Window.html#getToolkit()"><b>getToolkit</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Returns the toolkit of this frame.
  <dt> 	<a href="java.util.zip.Deflater.html#getTotalIn()"><b>getTotalIn</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Returns the total number of bytes input so far.
  <dt> 	<a href="java.util.zip.Inflater.html#getTotalIn()"><b>getTotalIn</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Returns the total number of bytes input so far.
  <dt> 	<a href="java.util.zip.Deflater.html#getTotalOut()"><b>getTotalOut</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Returns the total number of bytes output so far.
  <dt> 	<a href="java.util.zip.Inflater.html#getTotalOut()"><b>getTotalOut</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Returns the total number of bytes output so far.
  <dt> 	<a href="java.sql.Connection.html#getTransactionIsolation()"><b>getTransactionIsolation</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Get this Connection's current transaction isolation mode.
  <dt> 	<a href="java.awt.datatransfer.StringSelection.html#getTransferData(java.awt.datatransfer.DataFlavor)"><b>getTransferData</b></a>(DataFlavor).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.StringSelection.html#_top_">StringSelection</a>
  <dd>  If the data was requested in the "java.lang.String" flavor, return the
 String representing the selection.
  <dt> 	<a href="java.awt.datatransfer.Transferable.html#getTransferData(java.awt.datatransfer.DataFlavor)"><b>getTransferData</b></a>(DataFlavor).
Method in interface java.awt.datatransfer.<a href="java.awt.datatransfer.Transferable.html#_top_">Transferable</a>
  <dd>  Returns an object which represents the data to be transferred.
  <dt> 	<a href="java.awt.datatransfer.StringSelection.html#getTransferDataFlavors()"><b>getTransferDataFlavors</b></a>().
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.StringSelection.html#_top_">StringSelection</a>
  <dd>  Returns the array of flavors in which it can provide the data.
  <dt> 	<a href="java.awt.datatransfer.Transferable.html#getTransferDataFlavors()"><b>getTransferDataFlavors</b></a>().
Method in interface java.awt.datatransfer.<a href="java.awt.datatransfer.Transferable.html#_top_">Transferable</a>
  <dd>  Returns an array of DataFlavor objects indicating the flavors the data 
 can be provided in.
  <dt> 	<a href="java.sql.DataTruncation.html#getTransferSize()"><b>getTransferSize</b></a>().
Method in class java.sql.<a href="java.sql.DataTruncation.html#_top_">DataTruncation</a>
  <dd>  Get the number of bytes of data actually transferred.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#getTransparentPixel()"><b>getTransparentPixel</b></a>().
Method in class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Returns the index of the transparent pixel in this IndexColorModel
 or -1 if there is no transparent pixel.
  <dt> 	<a href="java.awt.Component.html#getTreeLock()"><b>getTreeLock</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Gets this component's locking object (the object that owns the thread 
 sychronization monitor) for AWT component-tree and layout
 operations.
  <dt> 	<a href="java.awt.MenuComponent.html#getTreeLock()"><b>getTreeLock</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Gets this component's locking object (the object that owns the thread
 sychronization monitor) for AWT component-tree and layout
 operations.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#getTTL()"><b>getTTL</b></a>().
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Retrieve the TTL (time-to-live) option.
  <dt> 	<a href="java.net.MulticastSocket.html#getTTL()"><b>getTTL</b></a>().
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Get the default time-to-live for multicast packets sent out
 on the socket.
  <dt> 	<a href="java.awt.Cursor.html#getType()"><b>getType</b></a>().
Method in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  Returns the type for this cursor.
  <dt> 	<a href="java.lang.reflect.Field.html#getType()"><b>getType</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Returns a Class object that identifies the declared type for
 the field represented by this Field object.
  <dt> 	<a href="sun.tools.debug.RemoteField.html#getType()"><b>getType</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
  <dd>  Returns a Type object for the field.
  <dt> 	<a href="sun.tools.debug.RemoteStackVariable.html#getType()"><b>getType</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackVariable.html#_top_">RemoteStackVariable</a>
  <dd>  Returns a Type object for the field.
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#getType()"><b>getType</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd> Returns the RemoteValue's type.
  <dt> 	<a href="java.lang.Character.html#getType(char)"><b>getType</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Returns a value indicating a character category.
  <dt> 	<a href="sun.tools.debug.RemoteField.html#getTypedName()"><b>getTypedName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
  <dd>  Returns a string describing the field with its full type.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getTypeInfo()"><b>getTypeInfo</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of all the standard SQL types supported by
 this database.
  <dt> 	<a href="java.sql.ResultSet.html#getUnicodeStream(int)"><b>getUnicodeStream</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column value can be retrieved as a stream of Unicode characters 
 and then read in chunks from the stream.
  <dt> 	<a href="java.sql.ResultSet.html#getUnicodeStream(java.lang.String)"><b>getUnicodeStream</b></a>(String).
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column value can be retrieved as a stream of Unicode characters 
 and then read in chunks from the stream.
  <dt> 	<a href="java.awt.Adjustable.html#getUnitIncrement()"><b>getUnitIncrement</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the unit value increment for the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#getUnitIncrement()"><b>getUnitIncrement</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Gets the unit increment for this scrollbar.
  <dt> 	<a href="java.sql.Statement.html#getUpdateCount()"><b>getUpdateCount</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>   getUpdateCount returns the current result as an update count;
  if the result is a ResultSet or there are no more results, -1
  is returned.
  <dt> 	<a href="java.awt.event.PaintEvent.html#getUpdateRect()"><b>getUpdateRect</b></a>().
Method in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  Returns the rectangle representing the area which needs to be
 repainted in response to this event.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getURL()"><b>getURL</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's the url for this database?

 
  <dt> 	<a href="java.net.URLConnection.html#getURL()"><b>getURL</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of this <code>URLConnection</code>'s <code>URL</code>
 field.
  <dt> 	<a href="java.net.URLConnection.html#getUseCaches()"><b>getUseCaches</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns the value of this <code>URLConnection</code>'s
 <code>useCaches</code> field.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getUserName()"><b>getUserName</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  What's our user name as known to the database?

 
  <dt> 	<a href="java.awt.ScrollPane.html#getVAdjustable()"><b>getVAdjustable</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Returns the Adjustable object which represents the state of
 the vertical scrollbar.
  <dt> 	<a href="java.awt.Adjustable.html#getValue()"><b>getValue</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the current value of the adjustable object.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#getValue()"><b>getValue</b></a>().
Method in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  Returns the current value in the adjustment event.
  <dt> 	<a href="java.util.zip.Adler32.html#getValue()"><b>getValue</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Adler32.html#_top_">Adler32</a>
  <dd>  Returns checksum value.
  <dt> 	<a href="java.util.zip.Checksum.html#getValue()"><b>getValue</b></a>().
Method in interface java.util.zip.<a href="java.util.zip.Checksum.html#_top_">Checksum</a>
  <dd>  Returns the current checksum value.
  <dt> 	<a href="java.util.zip.CRC32.html#getValue()"><b>getValue</b></a>().
Method in class java.util.zip.<a href="java.util.zip.CRC32.html#_top_">CRC32</a>
  <dd>  Returns CRC-32 value.
  <dt> 	<a href="java.rmi.dgc.Lease.html#getValue()"><b>getValue</b></a>().
Method in class java.rmi.dgc.<a href="java.rmi.dgc.Lease.html#_top_">Lease</a>
  <dd>  Returns the lease duration.
  <dt> 	<a href="java.beans.PropertyEditor.html#getValue()"><b>getValue</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#getValue()"><b>getValue</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  
  <dt> 	<a href="sun.tools.debug.RemoteStackVariable.html#getValue()"><b>getValue</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackVariable.html#_top_">RemoteStackVariable</a>
  <dd> Return the value of a stack variable or argument.
  <dt> 	<a href="java.awt.Scrollbar.html#getValue()"><b>getValue</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Gets the current value of this scroll bar.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#getValue(java.lang.String)"><b>getValue</b></a>(String).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  Retrieve a named attribute with this feature.
  <dt> 	<a href="java.util.Locale.html#getVariant()"><b>getVariant</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Getter for programmatic name of field.
  <dt> 	<a href="java.security.Provider.html#getVersion()"><b>getVersion</b></a>().
Method in class java.security.<a href="java.security.Provider.html#_top_">Provider</a>
  <dd>  Returns the version number for this provider.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#getVersionColumns(java.lang.String, java.lang.String, java.lang.String)"><b>getVersionColumns</b></a>(String, String, String).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Get a description of a table's columns that are automatically
 updated when any value in a row is updated.
  <dt> 	<a href="java.awt.BorderLayout.html#getVgap()"><b>getVgap</b></a>().
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Returns the vertical gap between components.
  <dt> 	<a href="java.awt.CardLayout.html#getVgap()"><b>getVgap</b></a>().
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Gets the vertical gap between components.
  <dt> 	<a href="java.awt.FlowLayout.html#getVgap()"><b>getVgap</b></a>().
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Gets the vertical gap between components.
  <dt> 	<a href="java.awt.GridLayout.html#getVgap()"><b>getVgap</b></a>().
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Gets the vertical gap between components.
  <dt> 	<a href="java.awt.ScrollPane.html#getViewportSize()"><b>getViewportSize</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Returns the current size of the scroll pane's view port.
  <dt> 	<a href="java.awt.Scrollbar.html#getVisible()"><b>getVisible</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  
  <dt> 	<a href="java.awt.Adjustable.html#getVisibleAmount()"><b>getVisibleAmount</b></a>().
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Gets the length of the propertional indicator.
  <dt> 	<a href="java.awt.Scrollbar.html#getVisibleAmount()"><b>getVisibleAmount</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Gets the visible amount of this scroll bar.
  <dt> 	<a href="java.awt.List.html#getVisibleIndex()"><b>getVisibleIndex</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Gets the index of the item that was last made visible by 
 the method <code>makeVisible</code>.
  <dt> 	<a href="java.rmi.dgc.Lease.html#getVMID()"><b>getVMID</b></a>().
Method in class java.rmi.dgc.<a href="java.rmi.dgc.Lease.html#_top_">Lease</a>
  <dd>  Returns the client VMID associated with the lease.
  <dt> 	<a href="java.awt.ScrollPane.html#getVScrollbarWidth()"><b>getVScrollbarWidth</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  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.
  <dt> 	<a href="java.awt.peer.ScrollPanePeer.html#getVScrollbarWidth()"><b>getVScrollbarWidth</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  <dd> 
  <dt> 	<a href="java.sql.Connection.html#getWarnings()"><b>getWarnings</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  The first warning reported by calls on this Connection is
 returned.
  <dt> 	<a href="java.sql.ResultSet.html#getWarnings()"><b>getWarnings</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  <p>The first warning reported by calls on this ResultSet is
 returned.
  <dt> 	<a href="java.sql.Statement.html#getWarnings()"><b>getWarnings</b></a>().
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  The first warning reported by calls on this Statement is
 returned.
  <dt> 	<a href="java.awt.Window.html#getWarningString()"><b>getWarningString</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Gets the warning string that is displayed with this window.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getWeekdays()"><b>getWeekdays</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets weekday strings.
  <dt> 	<a href="java.awt.event.InputEvent.html#getWhen()"><b>getWhen</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns the timestamp of when this event occurred.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#getWidth()"><b>getWidth</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Get the width of the pixel buffer (after adjusting for image width).
  <dt> 	<a href="java.awt.Image.html#getWidth(java.awt.image.ImageObserver)"><b>getWidth</b></a>(ImageObserver).
Method in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Determines the width of the image.
  <dt> 	<a href="java.awt.FontMetrics.html#getWidths()"><b>getWidths</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd>  Gets the advance widths of the first 256 characters in the Font.
  <dt> 	<a href="java.awt.event.WindowEvent.html#getWindow()"><b>getWindow</b></a>().
Method in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  Returns the window where this event originated.
  <dt> 	<a href="java.text.BreakIterator.html#getWordInstance()"><b>getWordInstance</b></a>().
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for word-breaks using default locale.
  <dt> 	<a href="java.text.BreakIterator.html#getWordInstance(java.util.Locale)"><b>getWordInstance</b></a>(Locale).
Static method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Create BreakIterator for word-breaks using specified locale.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#getWriteMethod()"><b>getWriteMethod</b></a>().
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  
  <dt> 	<a href="java.security.interfaces.DSAPrivateKey.html#getX()"><b>getX</b></a>().
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAPrivateKey.html#_top_">DSAPrivateKey</a>
  <dd>  Returns the value of the private key, <code>x</code>.
  <dt> 	<a href="java.awt.event.MouseEvent.html#getX()"><b>getX</b></a>().
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Returns the x position of the event relative to the source component.
  <dt> 	<a href="java.security.interfaces.DSAPublicKey.html#getY()"><b>getY</b></a>().
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAPublicKey.html#_top_">DSAPublicKey</a>
  <dd>  Returns the value of the public key, <code>y</code>.
  <dt> 	<a href="java.awt.event.MouseEvent.html#getY()"><b>getY</b></a>().
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Returns the y position of the event relative to the source component.
  <dt> 	<a href="java.util.Date.html#getYear()"><b>getYear</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns the year represented by this date, minus 1900.
  <dt> 	<a href="java.sql.Time.html#getYear()"><b>getYear</b></a>().
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Returns the year represented by this date, minus 1900.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#getZeroDigit()"><b>getZeroDigit</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  character used for zero.
  <dt> 	<a href="java.text.DateFormatSymbols.html#getZoneStrings()"><b>getZoneStrings</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Gets timezone strings.
  <dt> 	<a href="java.awt.Event.html#GOT_FOCUS"><b>GOT_FOCUS</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  A component gained the focus.
  <dt> 	<a href="java.awt.Component.html#gotFocus(java.awt.Event, java.lang.Object)"><b>gotFocus</b></a>(Event, Object).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.awt.image.PixelGrabber.html#grabPixels()"><b>grabPixels</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Request the Image or ImageProducer to start delivering pixels and
 wait for all of the pixels in the rectangle of interest to be
 delivered.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#grabPixels(long)"><b>grabPixels</b></a>(long).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Graphics.html#Graphics()"><b>Graphics</b></a>().
Constructor for class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Constructs a new <code>Graphics</code> object.
  <dt> 	<a href="java.awt.Color.html#gray"><b>gray</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color gray.
  <dt> 	<a href="java.awt.Color.html#green"><b>green</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color green.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar()"><b>GregorianCalendar</b></a>().
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a default GregorianCalendar using the current time
 in the default time zone with the default locale.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar(int, int, int)"><b>GregorianCalendar</b></a>(int, int, int).
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a GregorianCalendar with the given date set
 in the default time zone with the default locale.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar(int, int, int, int, int)"><b>GregorianCalendar</b></a>(int, int, int, int, int).
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a GregorianCalendar with the given date
 and time set for the default time zone with the default locale.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar(int, int, int, int, int, int)"><b>GregorianCalendar</b></a>(int, int, int, int, int, int).
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a GregorianCalendar with the given date
 and time set for the default time zone with the default locale.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar(java.util.Locale)"><b>GregorianCalendar</b></a>(Locale).
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a GregorianCalendar based on the current time
 in the default time zone with the given locale.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar(java.util.TimeZone)"><b>GregorianCalendar</b></a>(TimeZone).
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a GregorianCalendar based on the current time
 in the given time zone with the default locale.
  <dt> 	<a href="java.util.GregorianCalendar.html#GregorianCalendar(java.util.TimeZone, java.util.Locale)"><b>GregorianCalendar</b></a>(TimeZone, Locale).
Constructor for class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Constructs a GregorianCalendar based on the current time
 in the given time zone with the given locale.
  <dt> 	<a href="java.awt.GridBagConstraints.html#GridBagConstraints()"><b>GridBagConstraints</b></a>().
Constructor for class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Creates a <code>GridBagConstraint</code> object with
 all of its fields set to their default value.
  <dt> 	<a href="java.awt.GridBagLayout.html#GridBagLayout()"><b>GridBagLayout</b></a>().
Constructor for class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Creates a grid bag layout manager.
  <dt> 	<a href="java.awt.GridBagConstraints.html#gridheight"><b>gridheight</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specifies the number of cells in a column for the component's
 display area.
  <dt> 	<a href="java.awt.GridLayout.html#GridLayout()"><b>GridLayout</b></a>().
Constructor for class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Creates a grid layout with a default of one column per component,
 in a single row.
  <dt> 	<a href="java.awt.GridLayout.html#GridLayout(int, int)"><b>GridLayout</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Creates a grid layout with the specified number of rows and 
 columns.
  <dt> 	<a href="java.awt.GridLayout.html#GridLayout(int, int, int, int)"><b>GridLayout</b></a>(int, int, int, int).
Constructor for class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Creates a grid layout with the specified number of rows and 
 columns.
  <dt> 	<a href="java.awt.GridBagConstraints.html#gridwidth"><b>gridwidth</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specifies the number of cells in a row for the component's
 display area.
  <dt> 	<a href="java.awt.GridBagConstraints.html#gridx"><b>gridx</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specifies the cell at the left of the component's display area,
 where the leftmost cell has <code>gridx&nbsp;=&nbsp;0</code>.
  <dt> 	<a href="java.awt.GridBagConstraints.html#gridy"><b>gridy</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specifies the cell at the top of the component's display area,
 where the topmost cell has <code>gridy&nbsp;=&nbsp;0</code>.
  <dt> 	<a href="java.awt.Rectangle.html#grow(int, int)"><b>grow</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Grows the rectangle both horizontally and vertically.
  <dt> 	<a href="java.net.URLConnection.html#guessContentTypeFromName(java.lang.String)"><b>guessContentTypeFromName</b></a>(String).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Tries to determine the content type of an object, based
 on the specified "file" component of a URL.
  <dt> 	<a href="java.net.URLConnection.html#guessContentTypeFromStream(java.io.InputStream)"><b>guessContentTypeFromStream</b></a>(InputStream).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Tries to determine the type of an input stream based on the
 characters at the beginning of the input stream.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#GZIP_MAGIC"><b>GZIP_MAGIC</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  GZIP header magic number.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#GZIPInputStream(java.io.InputStream)"><b>GZIPInputStream</b></a>(InputStream).
Constructor for class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  Creates a new input stream with a default buffer size.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#GZIPInputStream(java.io.InputStream, int)"><b>GZIPInputStream</b></a>(InputStream, int).
Constructor for class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  Creates a new input stream with the specified buffer size.
  <dt> 	<a href="java.util.zip.GZIPOutputStream.html#GZIPOutputStream(java.io.OutputStream)"><b>GZIPOutputStream</b></a>(OutputStream).
Constructor for class java.util.zip.<a href="java.util.zip.GZIPOutputStream.html#_top_">GZIPOutputStream</a>
  <dd>  Creates a new output stream with a default buffer size.
  <dt> 	<a href="java.util.zip.GZIPOutputStream.html#GZIPOutputStream(java.io.OutputStream, int)"><b>GZIPOutputStream</b></a>(OutputStream, int).
Constructor for class java.util.zip.<a href="java.util.zip.GZIPOutputStream.html#_top_">GZIPOutputStream</a>
  <dd>  Creates a new output stream with the specified buffer size.
</dl>
<a name="Thumb-H"></a>
<hr>
<h2>
<a name="Thumb-H"><b> H </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Cursor.html#HAND_CURSOR"><b>HAND_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The hand cursor type.
  <dt> 	<a href="java.awt.Frame.html#HAND_CURSOR"><b>HAND_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.awt.peer.ComponentPeer.html#handleEvent(java.awt.AWTEvent)"><b>handleEvent</b></a>(AWTEvent).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#handleEvent(java.awt.Event)"><b>handleEvent</b></a>(Event).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.util.ListResourceBundle.html#handleGetObject(java.lang.String)"><b>handleGetObject</b></a>(String).
Method in class java.util.<a href="java.util.ListResourceBundle.html#_top_">ListResourceBundle</a>
  <dd>  Override of ResourceBundle, same semantics

  <dt> 	<a href="java.util.PropertyResourceBundle.html#handleGetObject(java.lang.String)"><b>handleGetObject</b></a>(String).
Method in class java.util.<a href="java.util.PropertyResourceBundle.html#_top_">PropertyResourceBundle</a>
  <dd>  Override of ResourceBundle, same semantics

  <dt> 	<a href="java.util.ResourceBundle.html#handleGetObject(java.lang.String)"><b>handleGetObject</b></a>(String).
Method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd> Get an object from a ResourceBundle.
  <dt> 	<a href="java.util.Observable.html#hasChanged()"><b>hasChanged</b></a>().
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Tests if this object has changed.
  <dt> 	<a href="java.math.BigDecimal.html#hashCode()"><b>hashCode</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Computes a hash code for this object.
  <dt> 	<a href="java.math.BigInteger.html#hashCode()"><b>hashCode</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Computes a hash code for this object.
  <dt> 	<a href="java.util.BitSet.html#hashCode()"><b>hashCode</b></a>().
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Gets the hashcode.
  <dt> 	<a href="java.lang.Boolean.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Returns a hash code for this Boolean.
  <dt> 	<a href="java.lang.Byte.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns a hashcode for this Byte.
  <dt> 	<a href="java.lang.Character.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Returns a hash code for this Character.
  <dt> 	<a href="java.text.ChoiceFormat.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Generates a hash code for the message format object.
  <dt> 	<a href="java.text.CollationKey.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.CollationKey.html#_top_">CollationKey</a>
  <dd>  Creates a hash code for this CollationKey.
  <dt> 	<a href="java.text.Collator.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Generates the hash code for this Collator.
  <dt> 	<a href="java.awt.Color.html#hashCode()"><b>hashCode</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Computes the hash code for this color.
  <dt> 	<a href="java.lang.reflect.Constructor.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Returns a hashcode for this Constructor.
  <dt> 	<a href="java.util.Date.html#hashCode()"><b>hashCode</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Returns a hash code value for this object.
  <dt> 	<a href="java.text.DateFormat.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Overrides hashCode

  <dt> 	<a href="java.text.DateFormatSymbols.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Override hashCode.
  <dt> 	<a href="java.text.DecimalFormat.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Overrides hashCode

  <dt> 	<a href="java.text.DecimalFormatSymbols.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd>  Override hashCode

  <dt> 	<a href="java.lang.Double.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns a hashcode for this Double.
  <dt> 	<a href="java.lang.reflect.Field.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Returns a hashcode for this Field.
  <dt> 	<a href="java.io.File.html#hashCode()"><b>hashCode</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Computes a hashcode for the file.
  <dt> 	<a href="java.lang.Float.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns a hashcode for this Float.
  <dt> 	<a href="java.awt.Font.html#hashCode()"><b>hashCode</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Returns a hashcode for this font.
  <dt> 	<a href="java.util.GregorianCalendar.html#hashCode()"><b>hashCode</b></a>().
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Override hashCode.
  <dt> 	<a href="java.security.Identity.html#hashCode()"><b>hashCode</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns a hashcode for this identity.
  <dt> 	<a href="java.net.InetAddress.html#hashCode()"><b>hashCode</b></a>().
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Returns a hashcode for this IP address.
  <dt> 	<a href="java.lang.Integer.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns a hashcode for this Integer.
  <dt> 	<a href="java.util.Locale.html#hashCode()"><b>hashCode</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Override hashCode.
  <dt> 	<a href="java.lang.Long.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Computes a hashcode for this Long.
  <dt> 	<a href="java.text.MessageFormat.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Generates a hash code for the message format object.
  <dt> 	<a href="java.lang.reflect.Method.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns a hashcode for this Method.
  <dt> 	<a href="java.text.NumberFormat.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Overrides hashCode

  <dt> 	<a href="java.lang.Object.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Returns a hash code value for the object.
  <dt> 	<a href="java.rmi.server.ObjID.html#hashCode()"><b>hashCode</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  The hashcode is the object number.
  <dt> 	<a href="java.awt.Point.html#hashCode()"><b>hashCode</b></a>().
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Returns the hashcode for this point.
  <dt> 	<a href="java.security.Principal.html#hashCode()"><b>hashCode</b></a>().
Method in interface java.security.<a href="java.security.Principal.html#_top_">Principal</a>
  <dd>  Returns a hashcode for this principal.
  <dt> 	<a href="java.awt.Rectangle.html#hashCode()"><b>hashCode</b></a>().
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Returns the hashcode for this rectangle.
  <dt> 	<a href="java.rmi.server.RemoteObject.html#hashCode()"><b>hashCode</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Returns a hashcode for a remote object.
  <dt> 	<a href="java.text.RuleBasedCollator.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  Generates the hash code for the table-based collation object

  <dt> 	<a href="java.lang.Short.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns a hashcode for this Short.
  <dt> 	<a href="java.text.SimpleDateFormat.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Override hashCode.
  <dt> 	<a href="java.util.SimpleTimeZone.html#hashCode()"><b>hashCode</b></a>().
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Override hashCode.
  <dt> 	<a href="java.lang.String.html#hashCode()"><b>hashCode</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a hashcode for this string.
  <dt> 	<a href="java.text.StringCharacterIterator.html#hashCode()"><b>hashCode</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Compute a hashcode for this enumeration
 
  <dt> 	<a href="java.rmi.server.UID.html#hashCode()"><b>hashCode</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Returns a hash code value for the object.
  <dt> 	<a href="java.net.URL.html#hashCode()"><b>hashCode</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd> 
 Creates an integer suitable for hash table indexing.
  <dt> 	<a href="java.rmi.dgc.VMID.html#hashCode()"><b>hashCode</b></a>().
Method in class java.rmi.dgc.<a href="java.rmi.dgc.VMID.html#_top_">VMID</a>
  <dd>  Compute hash code for this VMID.
  <dt> 	<a href="java.util.Hashtable.html#Hashtable()"><b>Hashtable</b></a>().
Constructor for class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Constructs a new, empty hashtable with a default capacity and load
 factor.
  <dt> 	<a href="java.util.Hashtable.html#Hashtable(int)"><b>Hashtable</b></a>(int).
Constructor for class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Constructs a new, empty hashtable with the specified initial capacity
 and default load factor.
  <dt> 	<a href="java.util.Hashtable.html#Hashtable(int, float)"><b>Hashtable</b></a>(int, float).
Constructor for class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Constructs a new, empty hashtable with the specified initial 
 capacity and the specified load factor.
  <dt> 	<a href="java.util.Enumeration.html#hasMoreElements()"><b>hasMoreElements</b></a>().
Method in interface java.util.<a href="java.util.Enumeration.html#_top_">Enumeration</a>
  <dd>  Tests if this enumeration contains more elements.
  <dt> 	<a href="java.util.StringTokenizer.html#hasMoreElements()"><b>hasMoreElements</b></a>().
Method in class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Returns the same value as the <code>hasMoreTokens</code>
 method.
  <dt> 	<a href="java.util.StringTokenizer.html#hasMoreTokens()"><b>hasMoreTokens</b></a>().
Method in class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Tests if there are more tokens available from this tokenizer's string.
  <dt> 	<a href="java.awt.Dimension.html#height"><b>height</b></a>.
Variable in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  The height dimension.
  <dt> 	<a href="java.awt.image.ImageObserver.html#HEIGHT"><b>HEIGHT</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  The height of the base image is now available and can be taken
 from the height argument to the imageUpdate callback method.
  <dt> 	<a href="java.awt.Rectangle.html#height"><b>height</b></a>.
Variable in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  The height of the rectangle.
  <dt> 	<a href="java.awt.Component.html#hide()"><b>hide</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#hide()"><b>hide</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by setVisible(boolean).
  <dt> 	<a href="java.awt.Event.html#HOME"><b>HOME</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The Home key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Adjustable.html#HORIZONTAL"><b>HORIZONTAL</b></a>.
Static variable in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  The horizontal orientation.
  <dt> 	<a href="java.awt.GridBagConstraints.html#HORIZONTAL"><b>HORIZONTAL</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Resize the component horizontally but not vertically.
  <dt> 	<a href="java.awt.Scrollbar.html#HORIZONTAL"><b>HORIZONTAL</b></a>.
Static variable in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  A constant that indicates a horizontal scroll bar.
  <dt> 	<a href="java.util.Calendar.html#HOUR"><b>HOUR</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#HOUR0_FIELD"><b>HOUR0_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for zero-based HOUR field alignment.
  <dt> 	<a href="java.text.DateFormat.html#HOUR1_FIELD"><b>HOUR1_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for one-based HOUR field alignment.
  <dt> 	<a href="java.util.Calendar.html#HOUR_OF_DAY"><b>HOUR_OF_DAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#HOUR_OF_DAY0_FIELD"><b>HOUR_OF_DAY0_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for zero-based HOUR_OF_DAY field alignment.
  <dt> 	<a href="java.text.DateFormat.html#HOUR_OF_DAY1_FIELD"><b>HOUR_OF_DAY1_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for one-based HOUR_OF_DAY field alignment.
  <dt> 	<a href="java.awt.Color.html#HSBtoRGB(float, float, float)"><b>HSBtoRGB</b></a>(float, float, float).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Converts the components of a color, as specified by the HSB 
 model, to an equivalent set of values for the RGB model.
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_ACCEPTED"><b>HTTP_ACCEPTED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_BAD_GATEWAY"><b>HTTP_BAD_GATEWAY</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_BAD_METHOD"><b>HTTP_BAD_METHOD</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_BAD_REQUEST"><b>HTTP_BAD_REQUEST</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 4XX: client error
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_CLIENT_TIMEOUT"><b>HTTP_CLIENT_TIMEOUT</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_CONFLICT"><b>HTTP_CONFLICT</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_CREATED"><b>HTTP_CREATED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_ENTITY_TOO_LARGE"><b>HTTP_ENTITY_TOO_LARGE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_FORBIDDEN"><b>HTTP_FORBIDDEN</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_GATEWAY_TIMEOUT"><b>HTTP_GATEWAY_TIMEOUT</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_GONE"><b>HTTP_GONE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_INTERNAL_ERROR"><b>HTTP_INTERNAL_ERROR</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_LENGTH_REQUIRED"><b>HTTP_LENGTH_REQUIRED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_MOVED_PERM"><b>HTTP_MOVED_PERM</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_MOVED_TEMP"><b>HTTP_MOVED_TEMP</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_MULT_CHOICE"><b>HTTP_MULT_CHOICE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 3XX: relocation/redirect
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_NO_CONTENT"><b>HTTP_NO_CONTENT</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_NOT_ACCEPTABLE"><b>HTTP_NOT_ACCEPTABLE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_NOT_AUTHORITATIVE"><b>HTTP_NOT_AUTHORITATIVE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_NOT_FOUND"><b>HTTP_NOT_FOUND</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_NOT_MODIFIED"><b>HTTP_NOT_MODIFIED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_OK"><b>HTTP_OK</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 2XX: generally "OK"
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_PARTIAL"><b>HTTP_PARTIAL</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_PAYMENT_REQUIRED"><b>HTTP_PAYMENT_REQUIRED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_PRECON_FAILED"><b>HTTP_PRECON_FAILED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_PROXY_AUTH"><b>HTTP_PROXY_AUTH</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_REQ_TOO_LONG"><b>HTTP_REQ_TOO_LONG</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_RESET"><b>HTTP_RESET</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_SEE_OTHER"><b>HTTP_SEE_OTHER</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_SERVER_ERROR"><b>HTTP_SERVER_ERROR</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 5XX: server error
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_UNAUTHORIZED"><b>HTTP_UNAUTHORIZED</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_UNAVAILABLE"><b>HTTP_UNAVAILABLE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_UNSUPPORTED_TYPE"><b>HTTP_UNSUPPORTED_TYPE</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_USE_PROXY"><b>HTTP_USE_PROXY</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HTTP_VERSION"><b>HTTP_VERSION</b></a>.
Static variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#HttpURLConnection(java.net.URL)"><b>HttpURLConnection</b></a>(URL).
Constructor for class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Constructor for the URLStreamHandler.
  <dt> 	<a href="java.util.zip.Deflater.html#HUFFMAN_ONLY"><b>HUFFMAN_ONLY</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Compression strategy for Huffman coding only.
</dl>
<a name="Thumb-I"></a>
<hr>
<h2>
<a name="Thumb-I"><b> I </b></a>
</h2>
<dl>
  <dt> 	<a href="java.beans.BeanInfo.html#ICON_COLOR_16x16"><b>ICON_COLOR_16x16</b></a>.
Static variable in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  Constant to indicate a 16 x 16 color icon.
  <dt> 	<a href="java.beans.BeanInfo.html#ICON_COLOR_32x32"><b>ICON_COLOR_32x32</b></a>.
Static variable in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  Constant to indicate a 32 x 32 color icon.
  <dt> 	<a href="java.beans.BeanInfo.html#ICON_MONO_16x16"><b>ICON_MONO_16x16</b></a>.
Static variable in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  Constant to indicate a 16 x 16 monochrome icon.
  <dt> 	<a href="java.beans.BeanInfo.html#ICON_MONO_32x32"><b>ICON_MONO_32x32</b></a>.
Static variable in interface java.beans.<a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
  <dd>  Constant to indicate a 32 x 32 monochrome icon.
  <dt> 	<a href="java.awt.AWTEvent.html#id"><b>id</b></a>.
Variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Event.html#id"><b>id</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Indicates which type of event the event is, and which 
 other <code>Event</code> variables are relevant for the event.
  <dt> 	<a href="java.text.Collator.html#IDENTICAL"><b>IDENTICAL</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Collator strength value.
  <dt> 	<a href="java.security.IdentityScope.html#identities()"><b>identities</b></a>().
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Returns an enumeration of all identities in this identity scope.
  <dt> 	<a href="java.security.Identity.html#Identity()"><b>Identity</b></a>().
Constructor for class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Constructor for serialization only.
  <dt> 	<a href="java.security.Identity.html#Identity(java.lang.String)"><b>Identity</b></a>(String).
Constructor for class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Constructs an identity with the specified name and no scope.
  <dt> 	<a href="java.security.Identity.html#Identity(java.lang.String, java.security.IdentityScope)"><b>Identity</b></a>(String, IdentityScope).
Constructor for class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Constructs an identity with the specified name and scope.
  <dt> 	<a href="java.security.Identity.html#identityEquals(java.security.Identity)"><b>identityEquals</b></a>(Identity).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Tests for equality between the specified identity and this identity.
  <dt> 	<a href="java.lang.System.html#identityHashCode(java.lang.Object)"><b>identityHashCode</b></a>(Object).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Returns the same hashcode for the given object as
 would be returned by the default method hashCode(),
 whether or not the given object's class overrides
 hashCode().
  <dt> 	<a href="java.security.IdentityScope.html#IdentityScope()"><b>IdentityScope</b></a>().
Constructor for class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  This constructor is used for serialization only and should not
 be used by subclasses.
  <dt> 	<a href="java.security.IdentityScope.html#IdentityScope(java.lang.String)"><b>IdentityScope</b></a>(String).
Constructor for class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Constructs a new identity scope with the specified name.
  <dt> 	<a href="java.security.IdentityScope.html#IdentityScope(java.lang.String, java.security.IdentityScope)"><b>IdentityScope</b></a>(String, IdentityScope).
Constructor for class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Constructs a new identity scope with the specified name and scope.
  <dt> 	<a href="java.lang.Math.html#IEEEremainder(double, double)"><b>IEEEremainder</b></a>(double, double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Computes the remainder operation on two arguments as prescribed 
 by the IEEE 754 standard.
  <dt> 	<a href="java.net.URLConnection.html#ifModifiedSince"><b>ifModifiedSince</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Some protocols support skipping the fetching of the object unless
 the object has been modified more recently than a certain time.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#ignoreExceptions()"><b>ignoreExceptions</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Don't enter the debugger when an instance of this class is thrown.
  <dt> 	<a href="java.lang.IllegalAccessError.html#IllegalAccessError()"><b>IllegalAccessError</b></a>().
Constructor for class java.lang.<a href="java.lang.IllegalAccessError.html#_top_">IllegalAccessError</a>
  <dd>  Constructs an <code>IllegalAccessError</code> with no detail message.
  <dt> 	<a href="java.lang.IllegalAccessError.html#IllegalAccessError(java.lang.String)"><b>IllegalAccessError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IllegalAccessError.html#_top_">IllegalAccessError</a>
  <dd>  Constructs an <code>IllegalAccessError</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.IllegalAccessException.html#IllegalAccessException()"><b>IllegalAccessException</b></a>().
Constructor for class java.lang.<a href="java.lang.IllegalAccessException.html#_top_">IllegalAccessException</a>
  <dd>  Constructs an <code>IllegalAccessException</code> without a 
 detail message.
  <dt> 	<a href="java.lang.IllegalAccessException.html#IllegalAccessException(java.lang.String)"><b>IllegalAccessException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IllegalAccessException.html#_top_">IllegalAccessException</a>
  <dd>  Constructs an <code>IllegalAccessException</code> with a detail message.
  <dt> 	<a href="java.lang.IllegalArgumentException.html#IllegalArgumentException()"><b>IllegalArgumentException</b></a>().
Constructor for class java.lang.<a href="java.lang.IllegalArgumentException.html#_top_">IllegalArgumentException</a>
  <dd>  Constructs an <code>IllegalArgumentException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.IllegalArgumentException.html#IllegalArgumentException(java.lang.String)"><b>IllegalArgumentException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IllegalArgumentException.html#_top_">IllegalArgumentException</a>
  <dd>  Constructs an <code>IllegalArgumentException</code> with the 
 specified detail message.
  <dt> 	<a href="java.awt.IllegalComponentStateException.html#IllegalComponentStateException()"><b>IllegalComponentStateException</b></a>().
Constructor for class java.awt.<a href="java.awt.IllegalComponentStateException.html#_top_">IllegalComponentStateException</a>
  <dd>  Constructs an IllegalComponentStateException with no detail message.
  <dt> 	<a href="java.awt.IllegalComponentStateException.html#IllegalComponentStateException(java.lang.String)"><b>IllegalComponentStateException</b></a>(String).
Constructor for class java.awt.<a href="java.awt.IllegalComponentStateException.html#_top_">IllegalComponentStateException</a>
  <dd>  Constructs an IllegalComponentStateException with the specified detail
 message.
  <dt> 	<a href="java.lang.IllegalMonitorStateException.html#IllegalMonitorStateException()"><b>IllegalMonitorStateException</b></a>().
Constructor for class java.lang.<a href="java.lang.IllegalMonitorStateException.html#_top_">IllegalMonitorStateException</a>
  <dd>  Constructs an <code>IllegalMonitorStateException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.IllegalMonitorStateException.html#IllegalMonitorStateException(java.lang.String)"><b>IllegalMonitorStateException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IllegalMonitorStateException.html#_top_">IllegalMonitorStateException</a>
  <dd>  Constructs an <code>IllegalMonitorStateException</code> with the 
 specified detail message.
  <dt> 	<a href="java.lang.IllegalStateException.html#IllegalStateException()"><b>IllegalStateException</b></a>().
Constructor for class java.lang.<a href="java.lang.IllegalStateException.html#_top_">IllegalStateException</a>
  <dd>  Constructs an IllegalStateException with no detail message.
  <dt> 	<a href="java.lang.IllegalStateException.html#IllegalStateException(java.lang.String)"><b>IllegalStateException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IllegalStateException.html#_top_">IllegalStateException</a>
  <dd>  Constructs an IllegalStateException with the specified detail
 message.
  <dt> 	<a href="java.lang.IllegalThreadStateException.html#IllegalThreadStateException()"><b>IllegalThreadStateException</b></a>().
Constructor for class java.lang.<a href="java.lang.IllegalThreadStateException.html#_top_">IllegalThreadStateException</a>
  <dd>  Constructs an <code>IllegalThreadStateException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.IllegalThreadStateException.html#IllegalThreadStateException(java.lang.String)"><b>IllegalThreadStateException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IllegalThreadStateException.html#_top_">IllegalThreadStateException</a>
  <dd>  Constructs an <code>IllegalThreadStateException</code> with the 
 specified detail message.
  <dt> 	<a href="java.awt.Image.html#Image()"><b>Image</b></a>().
Constructor for class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ImageConsumer.html#IMAGEABORTED"><b>IMAGEABORTED</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The image creation process was deliberately aborted.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#imageComplete(int)"><b>imageComplete</b></a>(int).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  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.
  <dt> 	<a href="java.awt.image.ImageFilter.html#imageComplete(int)"><b>imageComplete</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Filters the information provided in the imageComplete method of
 the ImageConsumer interface.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#imageComplete(int)"><b>imageComplete</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The imageComplete method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#IMAGEERROR"><b>IMAGEERROR</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  An error was encountered while producing the image.
  <dt> 	<a href="java.awt.image.ImageFilter.html#ImageFilter()"><b>ImageFilter</b></a>().
Constructor for class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#imageUpdate(java.awt.Image, int, int, int, int, int)"><b>imageUpdate</b></a>(Image, int, int, int, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Repaints the component when the image has changed.
  <dt> 	<a href="java.awt.image.ImageObserver.html#imageUpdate(java.awt.Image, int, int, int, int, int)"><b>imageUpdate</b></a>(Image, int, int, int, int, int).
Method in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  This method is called when information about an image which was
 previously requested using an asynchronous interface becomes
 available.
  <dt> 	<a href="java.net.ServerSocket.html#implAccept(java.net.Socket)"><b>implAccept</b></a>(Socket).
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Subclasses of ServerSocket use this method to override accept()
 to return their own subclass of socket.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeyCascade"><b>importedKeyCascade</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  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.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeyInitiallyDeferred"><b>importedKeyInitiallyDeferred</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY DEFERRABILITY - see SQL92 for definition

  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeyInitiallyImmediate"><b>importedKeyInitiallyImmediate</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY DEFERRABILITY - see SQL92 for definition

  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeyNoAction"><b>importedKeyNoAction</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY UPDATE_RULE and DELETE_RULE - do not allow update or
 delete of primary key if it has been imported.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeyNotDeferrable"><b>importedKeyNotDeferrable</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY DEFERRABILITY - see SQL92 for definition

  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeyRestrict"><b>importedKeyRestrict</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY UPDATE_RULE and DELETE_RULE - do not allow update or
 delete of primary key if it has been imported.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeySetDefault"><b>importedKeySetDefault</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY UPDATE_RULE and DELETE_RULE - change imported key to
 default values if its primary key has been updated or deleted.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#importedKeySetNull"><b>importedKeySetNull</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  IMPORT KEY UPDATE_RULE and DELETE_RULE - change imported key to
 NULL if its primary key has been updated or deleted.
  <dt> 	<a href="java.io.FileDescriptor.html#in"><b>in</b></a>.
Static variable in class java.io.<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a>
  <dd>  A handle to the standard input stream.
  <dt> 	<a href="java.io.FilterInputStream.html#in"><b>in</b></a>.
Variable in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  The underlying input stream.
  <dt> 	<a href="java.io.FilterReader.html#in"><b>in</b></a>.
Variable in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  The underlying character-input stream, or null if the stream has been
 closed

  <dt> 	<a href="java.io.PipedInputStream.html#in"><b>in</b></a>.
Variable in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  
  <dt> 	<a href="java.lang.System.html#in"><b>in</b></a>.
Static variable in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  The "standard" input stream.
  <dt> 	<a href="java.awt.SystemColor.html#INACTIVE_CAPTION"><b>INACTIVE_CAPTION</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the inactive caption background color.
  <dt> 	<a href="java.awt.SystemColor.html#INACTIVE_CAPTION_BORDER"><b>INACTIVE_CAPTION_BORDER</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the inactive caption border color.
  <dt> 	<a href="java.awt.SystemColor.html#INACTIVE_CAPTION_TEXT"><b>INACTIVE_CAPTION_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the inactive caption text color.
  <dt> 	<a href="java.awt.SystemColor.html#inactiveCaption"><b>inactiveCaption</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for inactive captions in window borders.
  <dt> 	<a href="java.awt.SystemColor.html#inactiveCaptionBorder"><b>inactiveCaptionBorder</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The border color for inactive captios in window borders.
  <dt> 	<a href="java.awt.SystemColor.html#inactiveCaptionText"><b>inactiveCaptionText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for inactive captions in window borders.
  <dt> 	<a href="java.lang.SecurityManager.html#inCheck"><b>inCheck</b></a>.
Variable in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  This field is <code>true</code> if there is a security check in
 progress; <code>false</code> otherwise.
  <dt> 	<a href="java.lang.SecurityManager.html#inClass(java.lang.String)"><b>inClass</b></a>(String).
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if the specified String is in this Class.
  <dt> 	<a href="java.lang.SecurityManager.html#inClassLoader()"><b>inClassLoader</b></a>().
Method in class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Tests if the current ClassLoader is equal to
 <code>null</code>.
  <dt> 	<a href="java.lang.IncompatibleClassChangeError.html#IncompatibleClassChangeError()"><b>IncompatibleClassChangeError</b></a>().
Constructor for class java.lang.<a href="java.lang.IncompatibleClassChangeError.html#_top_">IncompatibleClassChangeError</a>
  <dd>  Constructs an <code>IncompatibleClassChangeError</code> with no 
 detail message.
  <dt> 	<a href="java.lang.IncompatibleClassChangeError.html#IncompatibleClassChangeError(java.lang.String)"><b>IncompatibleClassChangeError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IncompatibleClassChangeError.html#_top_">IncompatibleClassChangeError</a>
  <dd>  Constructs an <code>IncompatibleClassChangeError</code> with the 
 specified detail message.
  <dt> 	<a href="java.util.SimpleTimeZone.html#inDaylightTime(java.util.Date)"><b>inDaylightTime</b></a>(Date).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Overrides TimeZone
 Queries if the given date is in Daylight Savings Time.
  <dt> 	<a href="java.util.TimeZone.html#inDaylightTime(java.util.Date)"><b>inDaylightTime</b></a>(Date).
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Queries if the given date is in Daylight Savings Time in
 this time zone.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#IndexColorModel(int, int, byte[], byte[], byte[])"><b>IndexColorModel</b></a>(int, int, byte[], byte[], byte[]).
Constructor for class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Constructs an IndexColorModel from the given arrays of red,
 green, and blue components.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#IndexColorModel(int, int, byte[], byte[], byte[], byte[])"><b>IndexColorModel</b></a>(int, int, byte[], byte[], byte[], byte[]).
Constructor for class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Constructs an IndexColorModel from the given arrays of red,
 green, blue and alpha components.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#IndexColorModel(int, int, byte[], byte[], byte[], int)"><b>IndexColorModel</b></a>(int, int, byte[], byte[], byte[], int).
Constructor for class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Constructs an IndexColorModel from the given arrays of red,
 green, and blue components.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#IndexColorModel(int, int, byte[], int, boolean)"><b>IndexColorModel</b></a>(int, int, byte[], int, boolean).
Constructor for class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Constructs an IndexColorModel from a single arrays of packed
 red, green, blue and optional alpha components.
  <dt> 	<a href="java.awt.image.IndexColorModel.html#IndexColorModel(int, int, byte[], int, boolean, int)"><b>IndexColorModel</b></a>(int, int, byte[], int, boolean, int).
Constructor for class java.awt.image.<a href="java.awt.image.IndexColorModel.html#_top_">IndexColorModel</a>
  <dd>  Constructs an IndexColorModel from a single arrays of packed
 red, green, blue and optional alpha components.
  <dt> 	<a href="java.beans.IndexedPropertyDescriptor.html#IndexedPropertyDescriptor(java.lang.String, java.lang.Class)"><b>IndexedPropertyDescriptor</b></a>(String, Class).
Constructor for class java.beans.<a href="java.beans.IndexedPropertyDescriptor.html#_top_">IndexedPropertyDescriptor</a>
  <dd>  This constructor constructs an IndexedPropertyDescriptor for a property
 that follows the standard Java conventions by having getFoo and setFoo 
 accessor methods, for both indexed access and array access.
  <dt> 	<a href="java.beans.IndexedPropertyDescriptor.html#IndexedPropertyDescriptor(java.lang.String, java.lang.Class, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><b>IndexedPropertyDescriptor</b></a>(String, Class, String, String, String, String).
Constructor for class java.beans.<a href="java.beans.IndexedPropertyDescriptor.html#_top_">IndexedPropertyDescriptor</a>
  <dd>  This constructor takes the name of a simple property, and method
 names for reading and writing the property, both indexed
 and non-indexed.
  <dt> 	<a href="java.beans.IndexedPropertyDescriptor.html#IndexedPropertyDescriptor(java.lang.String, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method, java.lang.reflect.Method)"><b>IndexedPropertyDescriptor</b></a>(String, Method, Method, Method, Method).
Constructor for class java.beans.<a href="java.beans.IndexedPropertyDescriptor.html#_top_">IndexedPropertyDescriptor</a>
  <dd>  This constructor takes the name of a simple property, and Method
 objects for reading and writing the property.
  <dt> 	<a href="java.lang.String.html#indexOf(int)"><b>indexOf</b></a>(int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the first occurrence of the
 specified character.
  <dt> 	<a href="java.lang.String.html#indexOf(int, int)"><b>indexOf</b></a>(int, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the first occurrence of the
 specified character, starting the search at the specified index.
  <dt> 	<a href="java.util.Vector.html#indexOf(java.lang.Object)"><b>indexOf</b></a>(Object).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Searches for the first occurence of the given argument, testing 
 for equality using the <code>equals</code> method.
  <dt> 	<a href="java.util.Vector.html#indexOf(java.lang.Object, int)"><b>indexOf</b></a>(Object, int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Searches for the first occurence of the given argument, beginning 
 the search at <code>index</code>, and testing for equality using 
 the <code>equals</code> method.
  <dt> 	<a href="java.lang.String.html#indexOf(java.lang.String)"><b>indexOf</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the first occurrence of the
 specified substring.
  <dt> 	<a href="java.lang.String.html#indexOf(java.lang.String, int)"><b>indexOf</b></a>(String, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the first occurrence of the
 specified substring, starting at the specified index.
  <dt> 	<a href="java.lang.IndexOutOfBoundsException.html#IndexOutOfBoundsException()"><b>IndexOutOfBoundsException</b></a>().
Constructor for class java.lang.<a href="java.lang.IndexOutOfBoundsException.html#_top_">IndexOutOfBoundsException</a>
  <dd>  Constructs an <code>IndexOutOfBoundsException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.IndexOutOfBoundsException.html#IndexOutOfBoundsException(java.lang.String)"><b>IndexOutOfBoundsException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.IndexOutOfBoundsException.html#_top_">IndexOutOfBoundsException</a>
  <dd>  Constructs an <code>IndexOutOfBoundsException</code> with the 
 specified detail message.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#inf"><b>inf</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Decompressor for this stream.
  <dt> 	<a href="java.util.zip.Inflater.html#inflate(byte[])"><b>inflate</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Uncompresses bytes into specified buffer.
  <dt> 	<a href="java.util.zip.Inflater.html#inflate(byte[], int, int)"><b>inflate</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Uncompresses bytes into specified buffer.
  <dt> 	<a href="java.util.zip.Inflater.html#Inflater()"><b>Inflater</b></a>().
Constructor for class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Creates a new decompressor.
  <dt> 	<a href="java.util.zip.Inflater.html#Inflater(boolean)"><b>Inflater</b></a>(boolean).
Constructor for class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Creates a new decompressor.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#InflaterInputStream(java.io.InputStream)"><b>InflaterInputStream</b></a>(InputStream).
Constructor for class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Creates a new input stream with a default decompressor and buffer size.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#InflaterInputStream(java.io.InputStream, java.util.zip.Inflater)"><b>InflaterInputStream</b></a>(InputStream, Inflater).
Constructor for class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Creates a new input stream with the specified decompressor and a
 default buffer size.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#InflaterInputStream(java.io.InputStream, java.util.zip.Inflater, int)"><b>InflaterInputStream</b></a>(InputStream, Inflater, int).
Constructor for class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Creates a new input stream with the specified decompressor and
 buffer size.
  <dt> 	<a href="java.awt.SystemColor.html#INFO"><b>INFO</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the info background color.
  <dt> 	<a href="java.awt.SystemColor.html#info"><b>info</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for info(help) text.
  <dt> 	<a href="java.awt.SystemColor.html#INFO_TEXT"><b>INFO_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the info text color.
  <dt> 	<a href="java.awt.SystemColor.html#infoText"><b>infoText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for info(help) text.
  <dt> 	<a href="java.applet.Applet.html#init()"><b>init</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Called by the browser or applet viewer to inform 
 this applet that it has been loaded into the system.
  <dt> 	<a href="java.security.interfaces.DSAKeyPairGenerator.html#initialize(java.security.interfaces.DSAParams, java.security.SecureRandom)"><b>initialize</b></a>(DSAParams, SecureRandom).
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAKeyPairGenerator.html#_top_">DSAKeyPairGenerator</a>
  <dd>  Initializes the key pair generator using p, q and g, the DSA
 family parameters.
  <dt> 	<a href="java.security.KeyPairGenerator.html#initialize(int)"><b>initialize</b></a>(int).
Method in class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd>  Initializes the key pair generator for a certain strength using
 a system-provided source of randomness.
  <dt> 	<a href="java.security.interfaces.DSAKeyPairGenerator.html#initialize(int, boolean, java.security.SecureRandom)"><b>initialize</b></a>(int, boolean, SecureRandom).
Method in interface java.security.interfaces.<a href="java.security.interfaces.DSAKeyPairGenerator.html#_top_">DSAKeyPairGenerator</a>
  <dd>  Initializes the key pair generator for a given modulus length,
 without parameters.
  <dt> 	<a href="java.security.KeyPairGenerator.html#initialize(int, java.security.SecureRandom)"><b>initialize</b></a>(int, SecureRandom).
Method in class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd>  Initializes the key pair generator for a certain strength.
  <dt> 	<a href="java.security.Signature.html#initSign(java.security.PrivateKey)"><b>initSign</b></a>(PrivateKey).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Initialize this object for signing.
  <dt> 	<a href="java.security.Signature.html#initVerify(java.security.PublicKey)"><b>initVerify</b></a>(PublicKey).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Initializes this object for verification.
  <dt> 	<a href="java.io.InputStream.html#InputStream()"><b>InputStream</b></a>().
Constructor for class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd> 
  <dt> 	<a href="java.io.InputStreamReader.html#InputStreamReader(java.io.InputStream)"><b>InputStreamReader</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Create an InputStreamReader that uses the default character encoding.
  <dt> 	<a href="java.io.InputStreamReader.html#InputStreamReader(java.io.InputStream, java.lang.String)"><b>InputStreamReader</b></a>(InputStream, String).
Constructor for class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Create an InputStreamReader that uses the named character encoding.
  <dt> 	<a href="sun.tools.debug.RemoteStackVariable.html#inScope()"><b>inScope</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackVariable.html#_top_">RemoteStackVariable</a>
  <dd> Return whether variable is in scope.
  <dt> 	<a href="java.awt.Event.html#INSERT"><b>INSERT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Insert key, a non-ASCII action key.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, boolean)"><b>insert</b></a>(int, boolean).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>boolean</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, char)"><b>insert</b></a>(int, char).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>char</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, char[])"><b>insert</b></a>(int, char[]).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>char</code> array
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, double)"><b>insert</b></a>(int, double).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>double</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, float)"><b>insert</b></a>(int, float).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>float</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, int)"><b>insert</b></a>(int, int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the second <code>int</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, long)"><b>insert</b></a>(int, long).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>long</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, java.lang.Object)"><b>insert</b></a>(int, Object).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string representation of the <code>Object</code>
 argument into this string buffer.
  <dt> 	<a href="java.lang.StringBuffer.html#insert(int, java.lang.String)"><b>insert</b></a>(int, String).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Inserts the string into this string buffer.
  <dt> 	<a href="java.awt.Menu.html#insert(java.awt.MenuItem, int)"><b>insert</b></a>(MenuItem, int).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Inserts a menu item into this menu
 at the specified position.
  <dt> 	<a href="java.awt.Choice.html#insert(java.lang.String, int)"><b>insert</b></a>(String, int).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Inserts the item into this choice at the specified position.
  <dt> 	<a href="java.awt.Menu.html#insert(java.lang.String, int)"><b>insert</b></a>(String, int).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Inserts a menu item with the specified label into this menu
 at the specified position.
  <dt> 	<a href="java.awt.TextArea.html#insert(java.lang.String, int)"><b>insert</b></a>(String, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Inserts the specified text at the specified position
 in this text area.
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#insert(java.lang.String, int)"><b>insert</b></a>(String, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd> 
  <dt> 	<a href="java.util.Vector.html#insertElementAt(java.lang.Object, int)"><b>insertElementAt</b></a>(Object, int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Inserts the specified object as a component in this vector at the 
 specified <code>index</code>.
  <dt> 	<a href="java.security.Security.html#insertProviderAt(java.security.Provider, int)"><b>insertProviderAt</b></a>(Provider, int).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Adds a new provider, at a specified position.
  <dt> 	<a href="java.awt.Menu.html#insertSeparator(int)"><b>insertSeparator</b></a>(int).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Inserts a separator at the specified position.
  <dt> 	<a href="java.awt.TextArea.html#insertText(java.lang.String, int)"><b>insertText</b></a>(String, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#insertText(java.lang.String, int)"><b>insertText</b></a>(String, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd>  DEPRECATED:  Replaced by insert(String, int).
  <dt> 	<a href="java.awt.GridBagConstraints.html#insets"><b>insets</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  This field specifies the external padding of the component, the
 minimum amount of space between the component and the edges of its
 display area.
  <dt> 	<a href="java.awt.Container.html#insets()"><b>insets</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ContainerPeer.html#insets()"><b>insets</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ContainerPeer.html#_top_">ContainerPeer</a>
  <dd>  DEPRECATED:  Replaced by getInsets().
  <dt> 	<a href="java.awt.Insets.html#Insets(int, int, int, int)"><b>Insets</b></a>(int, int, int, int).
Constructor for class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  Creates and initializes a new <code>Insets</code> object with the 
 specified top, left, bottom, and right insets.
  <dt> 	<a href="java.awt.Component.html#inside(int, int)"><b>inside</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.awt.Polygon.html#inside(int, int)"><b>inside</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  
  <dt> 	<a href="java.awt.Rectangle.html#inside(int, int)"><b>inside</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  
  <dt> 	<a href="java.beans.Beans.html#instantiate(java.lang.ClassLoader, java.lang.String)"><b>instantiate</b></a>(ClassLoader, String).
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  Instantiate a bean.
  <dt> 	<a href="java.lang.InstantiationError.html#InstantiationError()"><b>InstantiationError</b></a>().
Constructor for class java.lang.<a href="java.lang.InstantiationError.html#_top_">InstantiationError</a>
  <dd>  Constructs an <code>InstantiationError</code> with no detail  message.
  <dt> 	<a href="java.lang.InstantiationError.html#InstantiationError(java.lang.String)"><b>InstantiationError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.InstantiationError.html#_top_">InstantiationError</a>
  <dd>  Constructs an <code>InstantiationError</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.InstantiationException.html#InstantiationException()"><b>InstantiationException</b></a>().
Constructor for class java.lang.<a href="java.lang.InstantiationException.html#_top_">InstantiationException</a>
  <dd>  Constructs an <code>InstantiationException</code> with no detail message.
  <dt> 	<a href="java.lang.InstantiationException.html#InstantiationException(java.lang.String)"><b>InstantiationException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.InstantiationException.html#_top_">InstantiationException</a>
  <dd>  Constructs an <code>InstantiationException</code> with the 
 specified detail message.
  <dt> 	<a href="java.lang.Float.html#intBitsToFloat(int)"><b>intBitsToFloat</b></a>(int).
Static method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the single-float corresponding to a given bit represention.
  <dt> 	<a href="java.sql.Types.html#INTEGER"><b>INTEGER</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.lang.Integer.html#Integer(int)"><b>Integer</b></a>(int).
Constructor for class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Constructs a newly allocated <code>Integer</code> object that 
 represents the primitive <code>int</code> argument.
  <dt> 	<a href="java.lang.Integer.html#Integer(java.lang.String)"><b>Integer</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Constructs a newly allocated <code>Integer</code> object that 
 represents the value represented by the string.
  <dt> 	<a href="java.text.NumberFormat.html#INTEGER_FIELD"><b>INTEGER_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Field constant used to construct a FieldPosition object.
  <dt> 	<a href="java.lang.reflect.Modifier.html#INTERFACE"><b>INTERFACE</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.lang.String.html#intern()"><b>intern</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a canonical representation for the string object.
  <dt> 	<a href="java.lang.InternalError.html#InternalError()"><b>InternalError</b></a>().
Constructor for class java.lang.<a href="java.lang.InternalError.html#_top_">InternalError</a>
  <dd>  Constructs an <code>InternalError</code> with no detail message.
  <dt> 	<a href="java.lang.InternalError.html#InternalError(java.lang.String)"><b>InternalError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.InternalError.html#_top_">InternalError</a>
  <dd>  Constructs an <code>InternalError</code> with the specified 
 detail message.
  <dt> 	<a href="java.util.Calendar.html#internalGet(int)"><b>internalGet</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Gets the value for a given time field.
  <dt> 	<a href="java.lang.Thread.html#interrupt()"><b>interrupt</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Interrupts this thread.
  <dt> 	<a href="java.lang.Thread.html#interrupted()"><b>interrupted</b></a>().
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Tests if the current thread has been interrupted.
  <dt> 	<a href="java.lang.InterruptedException.html#InterruptedException()"><b>InterruptedException</b></a>().
Constructor for class java.lang.<a href="java.lang.InterruptedException.html#_top_">InterruptedException</a>
  <dd>  Constructs an <code>InterruptedException</code> with no detail  message.
  <dt> 	<a href="java.lang.InterruptedException.html#InterruptedException(java.lang.String)"><b>InterruptedException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.InterruptedException.html#_top_">InterruptedException</a>
  <dd>  Constructs an <code>InterruptedException</code> with the 
 specified detail message.
  <dt> 	<a href="java.io.InterruptedIOException.html#InterruptedIOException()"><b>InterruptedIOException</b></a>().
Constructor for class java.io.<a href="java.io.InterruptedIOException.html#_top_">InterruptedIOException</a>
  <dd>  Constructs an <code>InterruptedIOException</code> with no detail 
 message.
  <dt> 	<a href="java.io.InterruptedIOException.html#InterruptedIOException(java.lang.String)"><b>InterruptedIOException</b></a>(String).
Constructor for class java.io.<a href="java.io.InterruptedIOException.html#_top_">InterruptedIOException</a>
  <dd>  Constructs an <code>InterruptedIOException</code> with the 
 specified detail message.
  <dt> 	<a href="java.awt.Rectangle.html#intersection(java.awt.Rectangle)"><b>intersection</b></a>(Rectangle).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Computes the intersection of this rectangle with the 
 specified rectangle.
  <dt> 	<a href="java.awt.Rectangle.html#intersects(java.awt.Rectangle)"><b>intersects</b></a>(Rectangle).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Determines whether this rectangle and the specified rectangle  
 intersect.
  <dt> 	<a href="java.beans.IntrospectionException.html#IntrospectionException(java.lang.String)"><b>IntrospectionException</b></a>(String).
Constructor for class java.beans.<a href="java.beans.IntrospectionException.html#_top_">IntrospectionException</a>
  <dd>  
  <dt> 	<a href="java.math.BigDecimal.html#intValue()"><b>intValue</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Converts this number to an int.
  <dt> 	<a href="java.math.BigInteger.html#intValue()"><b>intValue</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Converts this number to an int.
  <dt> 	<a href="java.lang.Byte.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns the value of this Byte as an int.
  <dt> 	<a href="java.lang.Double.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the integer value of this Double (by casting to an int).
  <dt> 	<a href="java.lang.Float.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the integer value of this Float (by casting to an int).
  <dt> 	<a href="java.lang.Integer.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns the value of this Integer as an int.
  <dt> 	<a href="java.lang.Long.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns the value of this Long as an int.
  <dt> 	<a href="java.lang.Number.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd>  Returns the value of the specified number as an <code>int</code>.
  <dt> 	<a href="java.lang.Short.html#intValue()"><b>intValue</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns the value of this Short as an int.
  <dt> 	<a href="java.awt.Component.html#invalidate()"><b>invalidate</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Invalidates this component.
  <dt> 	<a href="java.awt.Container.html#invalidate()"><b>invalidate</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Invalidates the container.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#invalidate()"><b>invalidate</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Prevents this object from being used after being garbage-collected.
  <dt> 	<a href="java.awt.BorderLayout.html#invalidateLayout(java.awt.Container)"><b>invalidateLayout</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Invalidates the layout, indicating that if the layout manager
 has cached information it should be discarded.
  <dt> 	<a href="java.awt.CardLayout.html#invalidateLayout(java.awt.Container)"><b>invalidateLayout</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Invalidates the layout, indicating that if the layout manager
 has cached information it should be discarded.
  <dt> 	<a href="java.awt.GridBagLayout.html#invalidateLayout(java.awt.Container)"><b>invalidateLayout</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Invalidates the layout, indicating that if the layout manager
 has cached information it should be discarded.
  <dt> 	<a href="java.awt.LayoutManager2.html#invalidateLayout(java.awt.Container)"><b>invalidateLayout</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager2.html#_top_">LayoutManager2</a>
  <dd>  Invalidates the layout, indicating that if the layout manager
 has cached information it should be discarded.
  <dt> 	<a href="java.io.InvalidClassException.html#InvalidClassException(java.lang.String)"><b>InvalidClassException</b></a>(String).
Constructor for class java.io.<a href="java.io.InvalidClassException.html#_top_">InvalidClassException</a>
  <dd>  Report a InvalidClassException for the specified reason.
  <dt> 	<a href="java.io.InvalidClassException.html#InvalidClassException(java.lang.String, java.lang.String)"><b>InvalidClassException</b></a>(String, String).
Constructor for class java.io.<a href="java.io.InvalidClassException.html#_top_">InvalidClassException</a>
  <dd>  
  <dt> 	<a href="java.security.InvalidKeyException.html#InvalidKeyException()"><b>InvalidKeyException</b></a>().
Constructor for class java.security.<a href="java.security.InvalidKeyException.html#_top_">InvalidKeyException</a>
  <dd>  Constructs an InvalidKeyException with no detail message.
  <dt> 	<a href="java.security.InvalidKeyException.html#InvalidKeyException(java.lang.String)"><b>InvalidKeyException</b></a>(String).
Constructor for class java.security.<a href="java.security.InvalidKeyException.html#_top_">InvalidKeyException</a>
  <dd>  Constructs an InvalidKeyException with the specified detail
 message.
  <dt> 	<a href="java.io.InvalidObjectException.html#InvalidObjectException(java.lang.String)"><b>InvalidObjectException</b></a>(String).
Constructor for class java.io.<a href="java.io.InvalidObjectException.html#_top_">InvalidObjectException</a>
  <dd>  Constructs an <code>InvalidObjectException</code> with a
 detail message.
  <dt> 	<a href="java.security.InvalidParameterException.html#InvalidParameterException()"><b>InvalidParameterException</b></a>().
Constructor for class java.security.<a href="java.security.InvalidParameterException.html#_top_">InvalidParameterException</a>
  <dd>  Constructs an InvalidParameterException with no detail message.
  <dt> 	<a href="java.security.InvalidParameterException.html#InvalidParameterException(java.lang.String)"><b>InvalidParameterException</b></a>(String).
Constructor for class java.security.<a href="java.security.InvalidParameterException.html#_top_">InvalidParameterException</a>
  <dd>  Constructs an InvalidParameterException with the specified
 detail message.
  <dt> 	<a href="java.lang.reflect.InvocationTargetException.html#InvocationTargetException()"><b>InvocationTargetException</b></a>().
Constructor for class java.lang.reflect.<a href="java.lang.reflect.InvocationTargetException.html#_top_">InvocationTargetException</a>
  <dd> 
  <dt> 	<a href="java.lang.reflect.InvocationTargetException.html#InvocationTargetException(java.lang.Throwable)"><b>InvocationTargetException</b></a>(Throwable).
Constructor for class java.lang.reflect.<a href="java.lang.reflect.InvocationTargetException.html#_top_">InvocationTargetException</a>
  <dd>  Constructs a InvocationTargetException with a target exception.
  <dt> 	<a href="java.lang.reflect.InvocationTargetException.html#InvocationTargetException(java.lang.Throwable, java.lang.String)"><b>InvocationTargetException</b></a>(Throwable, String).
Constructor for class java.lang.reflect.<a href="java.lang.reflect.InvocationTargetException.html#_top_">InvocationTargetException</a>
  <dd>  Constructs a InvocationTargetException with a target exception
 and a detail message.
  <dt> 	<a href="java.lang.reflect.Method.html#invoke(java.lang.Object, java.lang.Object[])"><b>invoke</b></a>(Object, Object[]).
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Invokes the underlying method represented by this Method
 object, on the specified object with the specified parameters.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#invoke(java.rmi.server.RemoteCall)"><b>invoke</b></a>(RemoteCall).
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Executes the remote call.
  <dt> 	<a href="java.io.IOException.html#IOException()"><b>IOException</b></a>().
Constructor for class java.io.<a href="java.io.IOException.html#_top_">IOException</a>
  <dd>  Constructs an <code>IOException</code> with no detail message.
  <dt> 	<a href="java.io.IOException.html#IOException(java.lang.String)"><b>IOException</b></a>(String).
Constructor for class java.io.<a href="java.io.IOException.html#_top_">IOException</a>
  <dd>  Constructs an <code>IOException</code> with the specified detail 
 message.
  <dt> 	<a href="java.awt.GridBagConstraints.html#ipadx"><b>ipadx</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  This field specifies the internal padding of the component, how much
 space to add to the minimum width of the component.
  <dt> 	<a href="java.awt.GridBagConstraints.html#ipady"><b>ipady</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  This field specifies the internal padding, that is, how much
 space to add to the minimum height of the component.
  <dt> 	<a href="java.io.File.html#isAbsolute()"><b>isAbsolute</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Tests if the file represented by this <code>File</code> object is an
 absolute pathname.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isAbstract(int)"><b>isAbstract</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>abstract</tt>
 modifier.
  <dt> 	<a href="java.awt.event.KeyEvent.html#isActionKey()"><b>isActionKey</b></a>().
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> Returns whether or not the key in this event is an "action" key,
  as defined in Event.java.
  <dt> 	<a href="java.applet.Applet.html#isActive()"><b>isActive</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Determines if this applet is active.
  <dt> 	<a href="java.applet.AppletStub.html#isActive()"><b>isActive</b></a>().
Method in interface java.applet.<a href="java.applet.AppletStub.html#_top_">AppletStub</a>
  <dd>  Determines if the applet is active.
  <dt> 	<a href="java.lang.Thread.html#isAlive()"><b>isAlive</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Tests if this thread is alive.
  <dt> 	<a href="java.awt.event.InputEvent.html#isAltDown()"><b>isAltDown</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns whether or not the Alt modifier is down on this event.
  <dt> 	<a href="java.awt.Container.html#isAncestorOf(java.awt.Component)"><b>isAncestorOf</b></a>(Component).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Checks if the component is contained in the component hierarchy of
 this container.
  <dt> 	<a href="java.lang.Class.html#isArray()"><b>isArray</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  If this Class object represents an array type, returns true,
 otherwise returns false.
  <dt> 	<a href="java.lang.Class.html#isAssignableFrom(java.lang.Class)"><b>isAssignableFrom</b></a>(Class).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Determines if the class or interface
 represented by this Class object is either the same as, or is a
 superclass or superinterface of, the class or interface
 represented by the specified Class parameter.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isAutoIncrement(int)"><b>isAutoIncrement</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Is the column automatically numbered, thus read-only?

 
  <dt> 	<a href="java.awt.Font.html#isBold()"><b>isBold</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Indicates whether the font's style is bold.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#isBound()"><b>isBound</b></a>().
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  Updates to "bound" properties will cause a "PropertyChange" event to
 get fired when the property is changed.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isCaseSensitive(int)"><b>isCaseSensitive</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Does a column's case matter?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#isCatalogAtStart()"><b>isCatalogAtStart</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does a catalog appear at the start of a qualified table name?
 (Otherwise it appears at the end)

 
  <dt> 	<a href="java.sql.Connection.html#isClosed()"><b>isClosed</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Tests to see if a Connection is closed.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#isConstrained()"><b>isConstrained</b></a>().
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  Attempted updates to "Constrained" properties will cause a "VetoableChange"
 event to get fired when the property is changed.
  <dt> 	<a href="java.awt.AWTEvent.html#isConsumed()"><b>isConsumed</b></a>().
Method in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.InputEvent.html#isConsumed()"><b>isConsumed</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns whether or not this event has been consumed.
  <dt> 	<a href="java.awt.image.FilteredImageSource.html#isConsumer(java.awt.image.ImageConsumer)"><b>isConsumer</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.FilteredImageSource.html#_top_">FilteredImageSource</a>
  <dd>  Determines whether an ImageConsumer is on the list of consumers 
 currently interested in data for this image.
  <dt> 	<a href="java.awt.image.ImageProducer.html#isConsumer(java.awt.image.ImageConsumer)"><b>isConsumer</b></a>(ImageConsumer).
Method in interface java.awt.image.<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a>
  <dd>  This method determines if a given ImageConsumer object
 is currently registered with this ImageProducer as one
 of its consumers.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#isConsumer(java.awt.image.ImageConsumer)"><b>isConsumer</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Determine if an ImageConsumer is on the list of consumers currently
 interested in data for this image.
  <dt> 	<a href="java.awt.event.InputEvent.html#isControlDown()"><b>isControlDown</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns whether or not the Control modifier is down on this event.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isCurrency(int)"><b>isCurrency</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Is the column a cash value?

 
  <dt> 	<a href="java.lang.Thread.html#isDaemon()"><b>isDaemon</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Tests if this thread is a daemon thread.
  <dt> 	<a href="java.lang.ThreadGroup.html#isDaemon()"><b>isDaemon</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Tests if this thread group is a daemon thread group.
  <dt> 	<a href="java.awt.datatransfer.StringSelection.html#isDataFlavorSupported(java.awt.datatransfer.DataFlavor)"><b>isDataFlavorSupported</b></a>(DataFlavor).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.StringSelection.html#_top_">StringSelection</a>
  <dd>  Returns whether the requested flavor is supported by this object.
  <dt> 	<a href="java.awt.datatransfer.Transferable.html#isDataFlavorSupported(java.awt.datatransfer.DataFlavor)"><b>isDataFlavorSupported</b></a>(DataFlavor).
Method in interface java.awt.datatransfer.<a href="java.awt.datatransfer.Transferable.html#_top_">Transferable</a>
  <dd>  Returns whether or not the specified data flavor is supported for
 this object.
  <dt> 	<a href="java.text.DecimalFormat.html#isDecimalSeparatorAlwaysShown()"><b>isDecimalSeparatorAlwaysShown</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Allows you to get the behavior of the decimal separator with integers.
  <dt> 	<a href="java.lang.Character.html#isDefined(char)"><b>isDefined</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if a character has a defined meaning in Unicode.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isDefinitelyWritable(int)"><b>isDefinitelyWritable</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Will a write on the column definitely succeed?	

 
  <dt> 	<a href="java.beans.Beans.html#isDesignTime()"><b>isDesignTime</b></a>().
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  Test if we are in design-mode.
  <dt> 	<a href="java.lang.ThreadGroup.html#isDestroyed()"><b>isDestroyed</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Tests if this thread group has been destroyed.
  <dt> 	<a href="java.lang.Character.html#isDigit(char)"><b>isDigit</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a digit.
  <dt> 	<a href="java.io.File.html#isDirectory()"><b>isDirectory</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Tests if the file represented by this <code>File</code> 
 object is a directory.
  <dt> 	<a href="java.util.zip.ZipEntry.html#isDirectory()"><b>isDirectory</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns true if this is a directory entry.
  <dt> 	<a href="java.awt.TextComponent.html#isEditable()"><b>isEditable</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Indicates whether or not this text component is editable.
  <dt> 	<a href="java.util.Dictionary.html#isEmpty()"><b>isEmpty</b></a>().
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Tests if this dictionary maps no keys to value.
  <dt> 	<a href="java.util.Hashtable.html#isEmpty()"><b>isEmpty</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Tests if this hashtable maps no keys to values.
  <dt> 	<a href="java.awt.Rectangle.html#isEmpty()"><b>isEmpty</b></a>().
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Determines whether this rectangle is empty.
  <dt> 	<a href="java.util.Vector.html#isEmpty()"><b>isEmpty</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Tests if this vector has no components.
  <dt> 	<a href="java.awt.Component.html#isEnabled()"><b>isEnabled</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Determines whether this component is enabled.
  <dt> 	<a href="java.awt.MenuItem.html#isEnabled()"><b>isEnabled</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Checks whether this menu item is enabled.
  <dt> 	<a href="java.security.MessageDigest.html#isEqual(byte[], byte[])"><b>isEqual</b></a>(byte[], byte[]).
Static method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Compares two digests for equality.
  <dt> 	<a href="java.awt.MediaTracker.html#isErrorAny()"><b>isErrorAny</b></a>().
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Checks the error status of all of the images.
  <dt> 	<a href="java.awt.MediaTracker.html#isErrorID(int)"><b>isErrorID</b></a>(int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Checks the error status of all of the images tracked by this 
 media tracker with the specified identifier.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#isExpert()"><b>isExpert</b></a>().
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  The "expert" flag is used to distinguish between those features that are
 intended for expert users from those that are intended for normal users.
  <dt> 	<a href="java.io.File.html#isFile()"><b>isFile</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Tests if the file represented by this <code>File</code> 
 object is a "normal" file.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isFinal(int)"><b>isFinal</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>final</tt>
 modifier.
  <dt> 	<a href="java.awt.Component.html#isFocusTraversable()"><b>isFocusTraversable</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns the value of a flag that indicates whether 
 this component can be traversed using
 Tab or Shift-Tab keyboard focus traversal.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#isFocusTraversable()"><b>isFocusTraversable</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.text.NumberFormat.html#isGroupingUsed()"><b>isGroupingUsed</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns true if grouping is used in this format.
  <dt> 	<a href="java.beans.Beans.html#isGuiAvailable()"><b>isGuiAvailable</b></a>().
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  
  <dt> 	<a href="java.beans.FeatureDescriptor.html#isHidden()"><b>isHidden</b></a>().
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  The "hidden" flag is used to identify features that are intended only
 for tool use, and which should not be exposed to humans.
  <dt> 	<a href="java.lang.Character.html#isIdentifierIgnorable(char)"><b>isIdentifierIgnorable</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character should be regarded as
 an ignorable character in a Java identifier or a Unicode identifier.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#isInDefaultEventSet()"><b>isInDefaultEventSet</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  Report if an event set is in the "default set".
  <dt> 	<a href="java.awt.List.html#isIndexSelected(int)"><b>isIndexSelected</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Determines if the specified item in this scrolling list is 
 selected.
  <dt> 	<a href="java.lang.Double.html#isInfinite()"><b>isInfinite</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns true if this Double value is infinitely large in magnitude.
  <dt> 	<a href="java.lang.Float.html#isInfinite()"><b>isInfinite</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns true if this Float value is infinitely large in magnitude.
  <dt> 	<a href="java.lang.Double.html#isInfinite(double)"><b>isInfinite</b></a>(double).
Static method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns true if the specified number is infinitely large in magnitude.
  <dt> 	<a href="java.lang.Float.html#isInfinite(float)"><b>isInfinite</b></a>(float).
Static method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns true if the specified number is infinitely large in magnitude.
  <dt> 	<a href="java.lang.Class.html#isInstance(java.lang.Object)"><b>isInstance</b></a>(Object).
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  This method is the dynamic equivalent of the Java language
 <code>instanceof</code> operator.
  <dt> 	<a href="java.beans.Beans.html#isInstanceOf(java.lang.Object, java.lang.Class)"><b>isInstanceOf</b></a>(Object, Class).
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  Check if a bean can be viewed as a given target type.
  <dt> 	<a href="java.lang.Class.html#isInterface()"><b>isInterface</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Determines if the specified Class object represents an interface type.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#isInterface()"><b>isInterface</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Is this RemoteClass an interface?

 
  <dt> 	<a href="java.lang.reflect.Modifier.html#isInterface(int)"><b>isInterface</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>interface</tt>
 modifier.
  <dt> 	<a href="java.lang.Thread.html#isInterrupted()"><b>isInterrupted</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Tests if the current thread has been interrupted.
  <dt> 	<a href="java.lang.Character.html#isISOControl(char)"><b>isISOControl</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is an ISO control character.
  <dt> 	<a href="java.awt.Font.html#isItalic()"><b>isItalic</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Indicates whether the font's style is italic.
  <dt> 	<a href="java.lang.Character.html#isJavaIdentifierPart(char)"><b>isJavaIdentifierPart</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character may be part of a Java
 identifier as other than the first character.
  <dt> 	<a href="java.lang.Character.html#isJavaIdentifierStart(char)"><b>isJavaIdentifierStart</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is
 permissible as the first character in a Java identifier.
  <dt> 	<a href="java.lang.Character.html#isJavaLetter(char)"><b>isJavaLetter</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a 
 "Java" letter, that is, the character is permissible 
 as the first character in an identifier in the Java language.
  <dt> 	<a href="java.lang.Character.html#isJavaLetterOrDigit(char)"><b>isJavaLetterOrDigit</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a 
 "Java" letter or digit, that is, the character is 
 permissible as a non-initial character in an identifier in the 
 Java language.
  <dt> 	<a href="java.util.GregorianCalendar.html#isLeapYear(int)"><b>isLeapYear</b></a>(int).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Determines if the given year is a leap year.
  <dt> 	<a href="java.util.Calendar.html#isLenient()"><b>isLenient</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Tell whether date/time interpretation is to be lenient.
  <dt> 	<a href="java.text.DateFormat.html#isLenient()"><b>isLenient</b></a>().
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Tell whether date/time parsing is to be lenient.
  <dt> 	<a href="java.lang.Character.html#isLetter(char)"><b>isLetter</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a letter.
  <dt> 	<a href="java.lang.Character.html#isLetterOrDigit(char)"><b>isLetterOrDigit</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a letter or digit.
  <dt> 	<a href="java.lang.Character.html#isLowerCase(char)"><b>isLowerCase</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a lowercase character.
  <dt> 	<a href="java.security.acl.Group.html#isMember(java.security.Principal)"><b>isMember</b></a>(Principal).
Method in interface java.security.acl.<a href="java.security.acl.Group.html#_top_">Group</a>
  <dd>  Returns true if the passed principal is a member of the group.
  <dt> 	<a href="java.awt.event.InputEvent.html#isMetaDown()"><b>isMetaDown</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns whether or not the Meta modifier is down on this event.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#isMimeTypeEqual(java.awt.datatransfer.DataFlavor)"><b>isMimeTypeEqual</b></a>(DataFlavor).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Convenience function equivalent to calling:
 isMimeTypeEqual(dataFlavor.getMimeType());

  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#isMimeTypeEqual(java.lang.String)"><b>isMimeTypeEqual</b></a>(String).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Is the string representation of the MIME type passed in equivalent
 to the MIME type of this DataFlavor.
  <dt> 	<a href="java.awt.Dialog.html#isModal()"><b>isModal</b></a>().
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Indicates whether the dialog is modal.
  <dt> 	<a href="java.net.InetAddress.html#isMulticastAddress()"><b>isMulticastAddress</b></a>().
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Utility routine to check if the InetAddress is a
 IP multicast address.
  <dt> 	<a href="java.awt.List.html#isMultipleMode()"><b>isMultipleMode</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Determines whether this list allows multiple selections.
  <dt> 	<a href="java.lang.Double.html#isNaN()"><b>isNaN</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns true if this Double value is the special Not-a-Number (NaN)
 value.
  <dt> 	<a href="java.lang.Float.html#isNaN()"><b>isNaN</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns true if this Float value is Not-a-Number (NaN).
  <dt> 	<a href="java.lang.Double.html#isNaN(double)"><b>isNaN</b></a>(double).
Static method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns true if the specified number is the special Not-a-Number (NaN)
 value.
  <dt> 	<a href="java.lang.Float.html#isNaN(float)"><b>isNaN</b></a>(float).
Static method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns true if the specified number is the special Not-a-Number (NaN)
 value.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isNative(int)"><b>isNative</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>native</tt>
 modifier.
  <dt> 	<a href="java.security.acl.AclEntry.html#isNegative()"><b>isNegative</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Returns true if this is a negative ACL entry (one denying the 
 associated principal the set of permissions in the entry), false 
 otherwise.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isNullable(int)"><b>isNullable</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Can you put a NULL in this column?		

 
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#isObject()"><b>isObject</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd>  Returns whether the RemoteValue is an Object (as opposed to
 a primitive type, such as int).
  <dt> 	<a href="java.security.acl.Owner.html#isOwner(java.security.Principal)"><b>isOwner</b></a>(Principal).
Method in interface java.security.acl.<a href="java.security.acl.Owner.html#_top_">Owner</a>
  <dd>  Returns true if the given principal is an owner of the ACL.
  <dt> 	<a href="java.beans.PropertyEditor.html#isPaintable()"><b>isPaintable</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#isPaintable()"><b>isPaintable</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  
  <dt> 	<a href="java.text.NumberFormat.html#isParseIntegerOnly()"><b>isParseIntegerOnly</b></a>().
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns true if this format will parse numbers as integers only.
  <dt> 	<a href="java.awt.Font.html#isPlain()"><b>isPlain</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Indicates whether the font's style is plain.
  <dt> 	<a href="java.awt.event.MouseEvent.html#isPopupTrigger()"><b>isPopupTrigger</b></a>().
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Returns whether or not this mouse event is the popup-menu
 trigger event for the platform.
  <dt> 	<a href="java.lang.Class.html#isPrimitive()"><b>isPrimitive</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Determines if the specified Class object represents a primitive Java
 type.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isPrivate(int)"><b>isPrivate</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>private</tt>
 modifier.
  <dt> 	<a href="java.math.BigInteger.html#isProbablePrime(int)"><b>isProbablePrime</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns true if this BigInteger is probably prime, false if it's
 definitely composite.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isProtected(int)"><b>isProtected</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>protected</tt>
 modifier.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isPublic(int)"><b>isPublic</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specified integer includes the <tt>public</tt>
 modifier.
  <dt> 	<a href="java.sql.Connection.html#isReadOnly()"><b>isReadOnly</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Tests to see if the connection is in read-only mode.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#isReadOnly()"><b>isReadOnly</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the database in read-only mode?

 
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isReadOnly(int)"><b>isReadOnly</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Is a column definitely not writable?

 
  <dt> 	<a href="java.awt.Dialog.html#isResizable()"><b>isResizable</b></a>().
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Indicates whether this dialog window is resizable.
  <dt> 	<a href="java.awt.Frame.html#isResizable()"><b>isResizable</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Indicates whether this frame is resizable.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isSearchable(int)"><b>isSearchable</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Can the column be used in a where clause?

 
  <dt> 	<a href="java.awt.List.html#isSelected(int)"><b>isSelected</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.util.Calendar.html#isSet"><b>isSet</b></a>.
Variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  The flags which tell if a specified time field for the calendar is set.
  <dt> 	<a href="java.util.Calendar.html#isSet(int)"><b>isSet</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Determines if the given time field has a value set.
  <dt> 	<a href="java.awt.event.InputEvent.html#isShiftDown()"><b>isShiftDown</b></a>().
Method in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  Returns whether or not the Shift modifier is down on this event.
  <dt> 	<a href="java.awt.Component.html#isShowing()"><b>isShowing</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Determines whether this component is showing on screen.
  <dt> 	<a href="java.awt.Window.html#isShowing()"><b>isShowing</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Checks if this Window is showing on screen.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isSigned(int)"><b>isSigned</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Is the column a signed number?

 
  <dt> 	<a href="java.lang.Character.html#isSpace(char)"><b>isSpace</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is ISO-LATIN-1 white space.
  <dt> 	<a href="java.lang.Character.html#isSpaceChar(char)"><b>isSpaceChar</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a Unicode space character.
  <dt> 	<a href="sun.tools.debug.RemoteField.html#isStatic()"><b>isStatic</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
  <dd>  Returns whether the field is static (a class variable or method).
  <dt> 	<a href="java.lang.reflect.Modifier.html#isStatic(int)"><b>isStatic</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>static</tt>
 modifier.
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#isString()"><b>isString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd>  Returns whether the RemoteValue is an instance of java.lang.String.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#isSuspended()"><b>isSuspended</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd> 
  <dt> 	<a href="java.lang.reflect.Modifier.html#isSynchronized(int)"><b>isSynchronized</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>synchronized</tt>
 modifier.
  <dt> 	<a href="java.awt.Menu.html#isTearOff()"><b>isTearOff</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Indicates whether this menu is a tear-off menu.
  <dt> 	<a href="java.awt.event.FocusEvent.html#isTemporary()"><b>isTemporary</b></a>().
Method in class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd>  Returns whether or not this focus change event is a temporary
 change.
  <dt> 	<a href="java.util.Calendar.html#isTimeSet"><b>isTimeSet</b></a>.
Variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  The flag which indicates if the current time is set for the calendar.
  <dt> 	<a href="java.lang.Character.html#isTitleCase(char)"><b>isTitleCase</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is a titlecase character.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isTransient(int)"><b>isTransient</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>transient</tt>
 modifier.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#isUnicast()"><b>isUnicast</b></a>().
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  Normally event sources are multicast.
  <dt> 	<a href="java.lang.Character.html#isUnicodeIdentifierPart(char)"><b>isUnicodeIdentifierPart</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character may be part of a Unicode
 identifier as other than the first character.
  <dt> 	<a href="java.lang.Character.html#isUnicodeIdentifierStart(char)"><b>isUnicodeIdentifierStart</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is
 permissible as the first character in a Unicode identifier.
  <dt> 	<a href="java.rmi.dgc.VMID.html#isUnique()"><b>isUnique</b></a>().
Static method in class java.rmi.dgc.<a href="java.rmi.dgc.VMID.html#_top_">VMID</a>
  <dd>  Return true if an accurate address can be determined for this
 host.
  <dt> 	<a href="java.lang.Character.html#isUpperCase(char)"><b>isUpperCase</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is an uppercase character.
  <dt> 	<a href="java.awt.Component.html#isValid()"><b>isValid</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Determines whether this component is valid.
  <dt> 	<a href="java.awt.Component.html#isVisible()"><b>isVisible</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Determines whether this component is visible.
  <dt> 	<a href="java.lang.reflect.Modifier.html#isVolatile(int)"><b>isVolatile</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return true if the specifier integer includes the <tt>volatile</tt>
 modifier.
  <dt> 	<a href="java.lang.Character.html#isWhitespace(char)"><b>isWhitespace</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Determines if the specified character is white space according to Java.
  <dt> 	<a href="java.sql.ResultSetMetaData.html#isWritable(int)"><b>isWritable</b></a>(int).
Method in interface java.sql.<a href="java.sql.ResultSetMetaData.html#_top_">ResultSetMetaData</a>
  <dd>  Is it possible for a write on the column to succeed?

 
  <dt> 	<a href="java.util.Locale.html#ITALIAN"><b>ITALIAN</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.awt.Font.html#ITALIC"><b>ITALIC</b></a>.
Static variable in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  The italicized style constant.
  <dt> 	<a href="java.util.Locale.html#ITALY"><b>ITALY</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.awt.AWTEvent.html#ITEM_EVENT_MASK"><b>ITEM_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting item events.
  <dt> 	<a href="java.awt.event.ItemEvent.html#ITEM_FIRST"><b>ITEM_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  Marks the first integer id for the range of item event ids.
  <dt> 	<a href="java.awt.event.ItemEvent.html#ITEM_LAST"><b>ITEM_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  Marks the last integer id for the range of item event ids.
  <dt> 	<a href="java.awt.event.ItemEvent.html#ITEM_STATE_CHANGED"><b>ITEM_STATE_CHANGED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd> 
 The item state changed event type.
  <dt> 	<a href="java.awt.event.ItemEvent.html#ItemEvent(java.awt.ItemSelectable, int, java.lang.Object, int)"><b>ItemEvent</b></a>(ItemSelectable, int, Object, int).
Constructor for class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  Constructs a ItemSelectEvent object with the specified ItemSelectable source,
 type, item, and item select state.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#itemStateChanged(java.awt.event.ItemEvent)"><b>itemStateChanged</b></a>(ItemEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the itemStateChanged event by invoking the
 itemStateChanged methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.ItemListener.html#itemStateChanged(java.awt.event.ItemEvent)"><b>itemStateChanged</b></a>(ItemEvent).
Method in interface java.awt.event.<a href="java.awt.event.ItemListener.html#_top_">ItemListener</a>
  <dd>  Invoked when an item's state has been changed.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#itrace(boolean)"><b>itrace</b></a>(boolean).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Turn on/off instruction tracing.
</dl>
<a name="Thumb-J"></a>
<hr>
<h2>
<a name="Thumb-J"><b> J </b></a>
</h2>
<dl>
  <dt> 	<a href="java.util.Calendar.html#JANUARY"><b>JANUARY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.util.Locale.html#JAPAN"><b>JAPAN</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.util.Locale.html#JAPANESE"><b>JAPANESE</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.sql.Driver.html#jdbcCompliant()"><b>jdbcCompliant</b></a>().
Method in interface java.sql.<a href="java.sql.Driver.html#_top_">Driver</a>
  <dd>  Report whether the Driver is a genuine JDBC COMPLIANT (tm) driver.
  <dt> 	<a href="java.lang.Thread.html#join()"><b>join</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Waits for this thread to die.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#join(java.net.InetAddress)"><b>join</b></a>(InetAddress).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Join the multicast group.
  <dt> 	<a href="java.lang.Thread.html#join(long)"><b>join</b></a>(long).
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Waits at most <code>millis</code> milliseconds for this thread to
 die.
  <dt> 	<a href="java.lang.Thread.html#join(long, int)"><b>join</b></a>(long, int).
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Waits at most <code>millis</code> milliseconds plus
 <code>nanos</code> nanoseconds for this thread to die.
  <dt> 	<a href="java.net.MulticastSocket.html#joinGroup(java.net.InetAddress)"><b>joinGroup</b></a>(InetAddress).
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Joins a multicast group.
  <dt> 	<a href="java.util.Calendar.html#JULY"><b>JULY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.util.Calendar.html#JUNE"><b>JUNE</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
</dl>
<a name="Thumb-K"></a>
<hr>
<h2>
<a name="Thumb-K"><b> K </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Event.html#key"><b>key</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The key code of the key that was pressed in a keyboard event.
  <dt> 	<a href="java.awt.Event.html#KEY_ACTION"><b>KEY_ACTION</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The user has pressed a non-ASCII <em>action</em> key.
  <dt> 	<a href="java.awt.Event.html#KEY_ACTION_RELEASE"><b>KEY_ACTION_RELEASE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The user has released a non-ASCII <em>action</em> key.
  <dt> 	<a href="java.awt.AWTEvent.html#KEY_EVENT_MASK"><b>KEY_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting key events.
  <dt> 	<a href="java.awt.event.KeyEvent.html#KEY_FIRST"><b>KEY_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Marks the first integer id for the range of key event ids.
  <dt> 	<a href="java.awt.event.KeyEvent.html#KEY_LAST"><b>KEY_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Marks the last integer id for the range of key event ids.
  <dt> 	<a href="java.awt.Event.html#KEY_PRESS"><b>KEY_PRESS</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has pressed a normal key.
  <dt> 	<a href="java.awt.event.KeyEvent.html#KEY_PRESSED"><b>KEY_PRESSED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  The key pressed event type.
  <dt> 	<a href="java.awt.Event.html#KEY_RELEASE"><b>KEY_RELEASE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has released a normal key.
  <dt> 	<a href="java.awt.event.KeyEvent.html#KEY_RELEASED"><b>KEY_RELEASED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  The key released event type.
  <dt> 	<a href="java.awt.event.KeyEvent.html#KEY_TYPED"><b>KEY_TYPED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  The key typed event type.
  <dt> 	<a href="java.awt.event.KeyAdapter.html#KeyAdapter()"><b>KeyAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.KeyAdapter.html#_top_">KeyAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#keyDown(java.awt.Event, int)"><b>keyDown</b></a>(Event, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.event.KeyEvent.html#KeyEvent(java.awt.Component, int, long, int, int)"><b>KeyEvent</b></a>(Component, int, long, int, int).
Constructor for class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#KeyEvent(java.awt.Component, int, long, int, int, char)"><b>KeyEvent</b></a>(Component, int, long, int, int, char).
Constructor for class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Constructs a KeyEvent object with the specified source component,
 type, modifiers, and key.
  <dt> 	<a href="java.security.KeyException.html#KeyException()"><b>KeyException</b></a>().
Constructor for class java.security.<a href="java.security.KeyException.html#_top_">KeyException</a>
  <dd>  Constructs a KeyException with no detail message.
  <dt> 	<a href="java.security.KeyException.html#KeyException(java.lang.String)"><b>KeyException</b></a>(String).
Constructor for class java.security.<a href="java.security.KeyException.html#_top_">KeyException</a>
  <dd>  Constructs a KeyException with the specified detail message.
  <dt> 	<a href="java.security.KeyManagementException.html#KeyManagementException()"><b>KeyManagementException</b></a>().
Constructor for class java.security.<a href="java.security.KeyManagementException.html#_top_">KeyManagementException</a>
  <dd>  Constructs a KeyManagementException with no detail message.
  <dt> 	<a href="java.security.KeyManagementException.html#KeyManagementException(java.lang.String)"><b>KeyManagementException</b></a>(String).
Constructor for class java.security.<a href="java.security.KeyManagementException.html#_top_">KeyManagementException</a>
  <dd>  Constructs a KeyManagementException with the specified detail
 message.
  <dt> 	<a href="java.security.KeyPair.html#KeyPair(java.security.PublicKey, java.security.PrivateKey)"><b>KeyPair</b></a>(PublicKey, PrivateKey).
Constructor for class java.security.<a href="java.security.KeyPair.html#_top_">KeyPair</a>
  <dd>  Constructs a key with the specified public key and private key.
  <dt> 	<a href="java.security.KeyPairGenerator.html#KeyPairGenerator(java.lang.String)"><b>KeyPairGenerator</b></a>(String).
Constructor for class java.security.<a href="java.security.KeyPairGenerator.html#_top_">KeyPairGenerator</a>
  <dd>  Creates a KeyPairGenerator object for the specified algorithm.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#keyPressed(java.awt.event.KeyEvent)"><b>keyPressed</b></a>(KeyEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the keyPressed event by invoking the
 keyPressed methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.KeyAdapter.html#keyPressed(java.awt.event.KeyEvent)"><b>keyPressed</b></a>(KeyEvent).
Method in class java.awt.event.<a href="java.awt.event.KeyAdapter.html#_top_">KeyAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyListener.html#keyPressed(java.awt.event.KeyEvent)"><b>keyPressed</b></a>(KeyEvent).
Method in interface java.awt.event.<a href="java.awt.event.KeyListener.html#_top_">KeyListener</a>
  <dd>  Invoked when a key has been pressed.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#keyReleased(java.awt.event.KeyEvent)"><b>keyReleased</b></a>(KeyEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the keyReleased event by invoking the
 keyReleased methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.KeyAdapter.html#keyReleased(java.awt.event.KeyEvent)"><b>keyReleased</b></a>(KeyEvent).
Method in class java.awt.event.<a href="java.awt.event.KeyAdapter.html#_top_">KeyAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyListener.html#keyReleased(java.awt.event.KeyEvent)"><b>keyReleased</b></a>(KeyEvent).
Method in interface java.awt.event.<a href="java.awt.event.KeyListener.html#_top_">KeyListener</a>
  <dd>  Invoked when a key has been released.
  <dt> 	<a href="java.util.Dictionary.html#keys()"><b>keys</b></a>().
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Returns an enumeration of the keys in this dictionary.
  <dt> 	<a href="java.util.Hashtable.html#keys()"><b>keys</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Returns an enumeration of the keys in this hashtable.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#keyTyped(java.awt.event.KeyEvent)"><b>keyTyped</b></a>(KeyEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the keyTyped event by invoking the
 keyTyped methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.KeyAdapter.html#keyTyped(java.awt.event.KeyEvent)"><b>keyTyped</b></a>(KeyEvent).
Method in class java.awt.event.<a href="java.awt.event.KeyAdapter.html#_top_">KeyAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyListener.html#keyTyped(java.awt.event.KeyEvent)"><b>keyTyped</b></a>(KeyEvent).
Method in interface java.awt.event.<a href="java.awt.event.KeyListener.html#_top_">KeyListener</a>
  <dd>  Invoked when a key has been typed.
  <dt> 	<a href="java.awt.Component.html#keyUp(java.awt.Event, int)"><b>keyUp</b></a>(Event, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.util.Locale.html#KOREA"><b>KOREA</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.util.Locale.html#KOREAN"><b>KOREAN</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
</dl>
<a name="Thumb-L"></a>
<hr>
<h2>
<a name="Thumb-L"><b> L </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Label.html#Label()"><b>Label</b></a>().
Constructor for class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Constructs an empty label.
  <dt> 	<a href="java.awt.Label.html#Label(java.lang.String)"><b>Label</b></a>(String).
Constructor for class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Constructs a new label with the specified string of text, 
 left justified.
  <dt> 	<a href="java.awt.Label.html#Label(java.lang.String, int)"><b>Label</b></a>(String, int).
Constructor for class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Constructs a new label that presents the specified string of 
 text with the specified alignment.
  <dt> 	<a href="java.text.BreakIterator.html#last()"><b>last</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return the last boundary.
  <dt> 	<a href="java.text.CharacterIterator.html#last()"><b>last</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Set the position to getEndIndex()-1, return the character at that position.
  <dt> 	<a href="java.text.StringCharacterIterator.html#last()"><b>last</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Set the position to getEndIndex() and return the
 character at that position.
  <dt> 	<a href="java.awt.CardLayout.html#last(java.awt.Container)"><b>last</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Flips to the last card of the container.
  <dt> 	<a href="java.util.Vector.html#lastElement()"><b>lastElement</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns the last component of the vector.
  <dt> 	<a href="java.lang.String.html#lastIndexOf(int)"><b>lastIndexOf</b></a>(int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the last occurrence of the
 specified character.
  <dt> 	<a href="java.lang.String.html#lastIndexOf(int, int)"><b>lastIndexOf</b></a>(int, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the last occurrence of the
 specified character, searching backward starting at the specified index.
  <dt> 	<a href="java.util.Vector.html#lastIndexOf(java.lang.Object)"><b>lastIndexOf</b></a>(Object).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns the index of the last occurrence of the specified object in
 this vector.
  <dt> 	<a href="java.util.Vector.html#lastIndexOf(java.lang.Object, int)"><b>lastIndexOf</b></a>(Object, int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Searches backwards for the specified object, starting from the 
 specified index, and returns an index to it.
  <dt> 	<a href="java.lang.String.html#lastIndexOf(java.lang.String)"><b>lastIndexOf</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the rightmost occurrence
 of the specified substring.
  <dt> 	<a href="java.lang.String.html#lastIndexOf(java.lang.String, int)"><b>lastIndexOf</b></a>(String, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the index within this string of the last occurrence of
 the specified substring.
  <dt> 	<a href="java.io.File.html#lastModified()"><b>lastModified</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the time that the file represented by this 
 <code>File</code> object was last modified.
  <dt> 	<a href="java.security.acl.LastOwnerException.html#LastOwnerException()"><b>LastOwnerException</b></a>().
Constructor for class java.security.acl.<a href="java.security.acl.LastOwnerException.html#_top_">LastOwnerException</a>
  <dd>  Constructs a LastOwnerException.
  <dt> 	<a href="java.awt.PrintJob.html#lastPageFirst()"><b>lastPageFirst</b></a>().
Method in class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd>  Returns true if the last page will be printed first.
  <dt> 	<a href="java.awt.Component.html#layout()"><b>layout</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Container.html#layout()"><b>layout</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 
  <dt> 	<a href="java.awt.ScrollPane.html#layout()"><b>layout</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd> 
 
  <dt> 	<a href="java.awt.BorderLayout.html#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Lays out the container argument using this border layout.
  <dt> 	<a href="java.awt.CardLayout.html#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd> 
 Lays out the specified container using this card layout.
  <dt> 	<a href="java.awt.FlowLayout.html#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Lays out the container.
  <dt> 	<a href="java.awt.GridBagLayout.html#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
 Lays out the specified container using this grid bag layout.
  <dt> 	<a href="java.awt.GridLayout.html#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd> 
 Lays out the specified container using this layout.
  <dt> 	<a href="java.awt.LayoutManager.html#layoutContainer(java.awt.Container)"><b>layoutContainer</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  <dd> 
 Lays out the container in the specified panel.
  <dt> 	<a href="java.awt.GridBagLayout.html#layoutInfo"><b>layoutInfo</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.rmi.dgc.Lease.html#Lease(java.rmi.dgc.VMID, long)"><b>Lease</b></a>(VMID, long).
Constructor for class java.rmi.dgc.<a href="java.rmi.dgc.Lease.html#_top_">Lease</a>
  <dd>  Constructs a lease with a specific VMID and lease duration.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#leave(java.net.InetAddress)"><b>leave</b></a>(InetAddress).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Leave the multicast group.
  <dt> 	<a href="java.net.MulticastSocket.html#leaveGroup(java.net.InetAddress)"><b>leaveGroup</b></a>(InetAddress).
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Leave a multicast group.
  <dt> 	<a href="java.awt.Event.html#LEFT"><b>LEFT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Left Arrow key, a non-ASCII action key.
  <dt> 	<a href="java.awt.FlowLayout.html#LEFT"><b>LEFT</b></a>.
Static variable in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  This value indicates that each row of components
 should be left-justified.
  <dt> 	<a href="java.awt.Insets.html#left"><b>left</b></a>.
Variable in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  The inset from the left.
  <dt> 	<a href="java.awt.Label.html#LEFT"><b>LEFT</b></a>.
Static variable in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Indicates that the label should be left justified.
  <dt> 	<a href="java.awt.Component.html#LEFT_ALIGNMENT"><b>LEFT_ALIGNMENT</b></a>.
Static variable in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Ease-of-use constant for <code>getAlignmentX</code>.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#len"><b>len</b></a>.
Variable in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Length of input buffer.
  <dt> 	<a href="java.io.OptionalDataException.html#length"><b>length</b></a>.
Variable in class java.io.<a href="java.io.OptionalDataException.html#_top_">OptionalDataException</a>
  <dd>  The number of bytes of primitive data available to be read
 in the current buffer.
  <dt> 	<a href="java.io.File.html#length()"><b>length</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns the length of the file represented by this 
 <code>File</code> object.
  <dt> 	<a href="java.io.RandomAccessFile.html#length()"><b>length</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Returns the length of this file.
  <dt> 	<a href="java.lang.String.html#length()"><b>length</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the length of this string.
  <dt> 	<a href="java.lang.StringBuffer.html#length()"><b>length</b></a>().
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Returns the length (character count) of this string buffer.
  <dt> 	<a href="java.lang.Character.html#LETTER_NUMBER"><b>LETTER_NUMBER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.Color.html#lightGray"><b>lightGray</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color light gray.
  <dt> 	<a href="java.lang.Character.html#LINE_SEPARATOR"><b>LINE_SEPARATOR</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.io.StreamTokenizer.html#lineno()"><b>lineno</b></a>().
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Return the current line number.
  <dt> 	<a href="java.io.LineNumberInputStream.html#LineNumberInputStream(java.io.InputStream)"><b>LineNumberInputStream</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Constructs a newline number input stream that reads its input 
 from the specified input stream.
  <dt> 	<a href="java.io.LineNumberReader.html#LineNumberReader(java.io.Reader)"><b>LineNumberReader</b></a>(Reader).
Constructor for class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Create a new line-numbering reader, using the default input-buffer
 size.
  <dt> 	<a href="java.io.LineNumberReader.html#LineNumberReader(java.io.Reader, int)"><b>LineNumberReader</b></a>(Reader, int).
Constructor for class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Create a new line-numbering reader, reading characters into a buffer of
 the given size.
  <dt> 	<a href="java.lang.LinkageError.html#LinkageError()"><b>LinkageError</b></a>().
Constructor for class java.lang.<a href="java.lang.LinkageError.html#_top_">LinkageError</a>
  <dd>  Constructs a <code>LinkageError</code> with no detail message.
  <dt> 	<a href="java.lang.LinkageError.html#LinkageError(java.lang.String)"><b>LinkageError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.LinkageError.html#_top_">LinkageError</a>
  <dd>  Constructs a <code>LinkageError</code> with the specified detail 
 message.
  <dt> 	<a href="java.awt.Component.html#list()"><b>list</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints a listing of this component to the standard system output 
 stream <code>System.out</code>.
  <dt> 	<a href="java.io.File.html#list()"><b>list</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns a list of the files in the directory specified by this
 <code>File</code> object.
  <dt> 	<a href="java.awt.List.html#List()"><b>List</b></a>().
Constructor for class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Creates a new scrolling list.
  <dt> 	<a href="java.rmi.registry.Registry.html#list()"><b>list</b></a>().
Method in interface java.rmi.registry.<a href="java.rmi.registry.Registry.html#_top_">Registry</a>
  <dd>  Returns an array of the names in the registry.
  <dt> 	<a href="java.lang.ThreadGroup.html#list()"><b>list</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Prints information about this thread group to the standard 
 output.
  <dt> 	<a href="java.io.File.html#list(java.io.FilenameFilter)"><b>list</b></a>(FilenameFilter).
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns a list of the files in the directory specified by this 
 <code>File</code> that satisfy the specified filter.
  <dt> 	<a href="java.awt.List.html#List(int)"><b>List</b></a>(int).
Constructor for class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Creates a new scrolling list initialized with the specified 
 number of visible lines.
  <dt> 	<a href="java.awt.List.html#List(int, boolean)"><b>List</b></a>(int, boolean).
Constructor for class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Creates a new scrolling list initialized to display the specified 
 number of rows.
  <dt> 	<a href="java.awt.Component.html#list(java.io.PrintStream)"><b>list</b></a>(PrintStream).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints a listing of this component to the specified output 
 stream.
  <dt> 	<a href="java.util.Properties.html#list(java.io.PrintStream)"><b>list</b></a>(PrintStream).
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Prints this property list out to the specified output stream.
  <dt> 	<a href="java.awt.Component.html#list(java.io.PrintStream, int)"><b>list</b></a>(PrintStream, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints out a list, starting at the specified indention, to the 
 specified print stream.
  <dt> 	<a href="java.awt.Container.html#list(java.io.PrintStream, int)"><b>list</b></a>(PrintStream, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Prints a listing of this container to the specified output 
 stream.
  <dt> 	<a href="java.awt.Component.html#list(java.io.PrintWriter)"><b>list</b></a>(PrintWriter).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints a listing to the specified print writer.
  <dt> 	<a href="java.util.Properties.html#list(java.io.PrintWriter)"><b>list</b></a>(PrintWriter).
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Prints this property list out to the specified output stream.
  <dt> 	<a href="java.awt.Component.html#list(java.io.PrintWriter, int)"><b>list</b></a>(PrintWriter, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints out a list, starting at the specified indention, to 
 the specified print writer.
  <dt> 	<a href="java.awt.Container.html#list(java.io.PrintWriter, int)"><b>list</b></a>(PrintWriter, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Prints out a list, starting at the specified indention, to the specified
 print writer.
  <dt> 	<a href="java.rmi.Naming.html#list(java.lang.String)"><b>list</b></a>(String).
Static method in class java.rmi.<a href="java.rmi.Naming.html#_top_">Naming</a>
  <dd>  Returns an array of strings of the URLs in the registry.
  <dt> 	<a href="java.awt.Event.html#LIST_DESELECT"><b>LIST_DESELECT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  An item in a list has been deselected.
  <dt> 	<a href="java.awt.Event.html#LIST_SELECT"><b>LIST_SELECT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  An item in a list has been selected.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#listBreakpoints()"><b>listBreakpoints</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Return a list of the breakpoints which are currently set.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#listClasses()"><b>listClasses</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  List the currently known classes.
  <dt> 	<a href="java.net.SocketImpl.html#listen(int)"><b>listen</b></a>(int).
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Sets the maximum queue length for incoming connection indications 
 (a request to connect) to the <code>count</code> argument.
  <dt> 	<a href="java.util.ListResourceBundle.html#ListResourceBundle()"><b>ListResourceBundle</b></a>().
Constructor for class java.util.<a href="java.util.ListResourceBundle.html#_top_">ListResourceBundle</a>
  <dd> 
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#listThreadGroups(sun.tools.debug.RemoteThreadGroup)"><b>listThreadGroups</b></a>(RemoteThreadGroup).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  List threadgroups

 
  <dt> 	<a href="sun.tools.debug.RemoteThreadGroup.html#listThreads(boolean)"><b>listThreads</b></a>(boolean).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThreadGroup.html#_top_">RemoteThreadGroup</a>
  <dd>  List a threadgroup's threads.
  <dt> 	<a href="java.awt.FileDialog.html#LOAD"><b>LOAD</b></a>.
Static variable in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  This constant value indicates that the purpose of the file  
 dialog window is to locate a file from which to read.
  <dt> 	<a href="java.util.Properties.html#load(java.io.InputStream)"><b>load</b></a>(InputStream).
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Reads a property list from an input stream.
  <dt> 	<a href="java.lang.Runtime.html#load(java.lang.String)"><b>load</b></a>(String).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Loads the specified filename as a dynamic library.
  <dt> 	<a href="java.lang.System.html#load(java.lang.String)"><b>load</b></a>(String).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Loads the specified filename as a dynamic library.
  <dt> 	<a href="java.awt.Event.html#LOAD_FILE"><b>LOAD_FILE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  A file loading event.
  <dt> 	<a href="java.lang.ClassLoader.html#loadClass(java.lang.String)"><b>loadClass</b></a>(String).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Requests the class loader to load and resolve a class with the specified 
 name.
  <dt> 	<a href="java.rmi.server.LoaderHandler.html#loadClass(java.lang.String)"><b>loadClass</b></a>(String).
Method in interface java.rmi.server.<a href="java.rmi.server.LoaderHandler.html#_top_">LoaderHandler</a>
  <dd>  Load class using java.rmi.server.codebase property.
  <dt> 	<a href="java.rmi.server.RMIClassLoader.html#loadClass(java.lang.String)"><b>loadClass</b></a>(String).
Static method in class java.rmi.server.<a href="java.rmi.server.RMIClassLoader.html#_top_">RMIClassLoader</a>
  <dd>  Load a class from the URL specified in the
 <b>java.rmi.server.codebase</b> property.
  <dt> 	<a href="java.lang.ClassLoader.html#loadClass(java.lang.String, boolean)"><b>loadClass</b></a>(String, boolean).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Resolves the specified name to a Class.
  <dt> 	<a href="java.rmi.server.LoaderHandler.html#loadClass(java.net.URL, java.lang.String)"><b>loadClass</b></a>(URL, String).
Method in interface java.rmi.server.<a href="java.rmi.server.LoaderHandler.html#_top_">LoaderHandler</a>
  <dd>  Load class from codebase URL specified.
  <dt> 	<a href="java.rmi.server.RMIClassLoader.html#loadClass(java.net.URL, java.lang.String)"><b>loadClass</b></a>(URL, String).
Static method in class java.rmi.server.<a href="java.rmi.server.RMIClassLoader.html#_top_">RMIClassLoader</a>
  <dd>  Load a class from a URL.
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#loadImage(java.lang.String)"><b>loadImage</b></a>(String).
Method in class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd>  This is a utility method to help in loading icon images.
  <dt> 	<a href="java.awt.MediaTracker.html#LOADING"><b>LOADING</b></a>.
Static variable in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Flag indicating some media is currently being loaded.
  <dt> 	<a href="java.lang.Runtime.html#loadLibrary(java.lang.String)"><b>loadLibrary</b></a>(String).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Loads the dynamic library with the specified library name.
  <dt> 	<a href="java.lang.System.html#loadLibrary(java.lang.String)"><b>loadLibrary</b></a>(String).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Loads the system library specified by the <code>libname</code> 
 argument.
  <dt> 	<a href="java.awt.Toolkit.html#loadSystemColors(int[])"><b>loadSystemColors</b></a>(int[]).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Fills in the integer array that is supplied as an argument
 with the current system color values.
  <dt> 	<a href="java.util.Locale.html#Locale(java.lang.String, java.lang.String)"><b>Locale</b></a>(String, String).
Constructor for class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Construct a locale from language, country.
  <dt> 	<a href="java.util.Locale.html#Locale(java.lang.String, java.lang.String, java.lang.String)"><b>Locale</b></a>(String, String, String).
Constructor for class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Construct a locale from language, country, variant.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#localPort"><b>localPort</b></a>.
Variable in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd> 
  <dt> 	<a href="java.net.SocketImpl.html#localport"><b>localport</b></a>.
Variable in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  The local port number to which this socket is connected.
  <dt> 	<a href="java.awt.Component.html#locate(int, int)"><b>locate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.awt.Container.html#locate(int, int)"><b>locate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  
  <dt> 	<a href="java.awt.Component.html#location()"><b>location</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.awt.GridBagLayout.html#location(int, int)"><b>location</b></a>(int, int).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Determines which cell in the layout grid contains the point
 specified by <code>(x,&nbsp;y)</code>.
  <dt> 	<a href="java.io.Reader.html#lock"><b>lock</b></a>.
Variable in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  The object used to synchronize operations on this stream.
  <dt> 	<a href="java.io.Writer.html#lock"><b>lock</b></a>.
Variable in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  The object used to synchronize operations on this stream.
  <dt> 	<a href="java.lang.Math.html#log(double)"><b>log</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the natural logarithm (base <i>e</i>) of a <code>double</code>
 value.
  <dt> 	<a href="java.rmi.server.LogStream.html#log(java.lang.String)"><b>log</b></a>(String).
Static method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Return the LogStream identified by the given name.
  <dt> 	<a href="java.text.DateFormat.html#LONG"><b>LONG</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Constant for long style pattern.
  <dt> 	<a href="java.lang.Long.html#Long(long)"><b>Long</b></a>(long).
Constructor for class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Constructs a newly allocated <code>Long</code> object that 
 represents the primitive <code>long</code> argument.
  <dt> 	<a href="java.lang.Long.html#Long(java.lang.String)"><b>Long</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Constructs a newly allocated <code>Long</code> object that 
 represents the value represented by the string.
  <dt> 	<a href="java.lang.Double.html#longBitsToDouble(long)"><b>longBitsToDouble</b></a>(long).
Static method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the double-float corresponding to a given bit represention.
  <dt> 	<a href="java.math.BigDecimal.html#longValue()"><b>longValue</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Converts this number to a long.
  <dt> 	<a href="java.math.BigInteger.html#longValue()"><b>longValue</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Converts this number to a long.
  <dt> 	<a href="java.lang.Byte.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns the value of this Byte as a long.
  <dt> 	<a href="java.lang.Double.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the long value of this Double (by casting to a long).
  <dt> 	<a href="java.lang.Float.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the long value of this Float (by casting to a long).
  <dt> 	<a href="java.lang.Integer.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns the value of this Integer as a long.
  <dt> 	<a href="java.lang.Long.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns the value of this Long as a long.
  <dt> 	<a href="java.lang.Number.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd>  Returns the value of the specified number as a <code>long</code>.
  <dt> 	<a href="java.lang.Short.html#longValue()"><b>longValue</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns the value of this Short as a long.
  <dt> 	<a href="java.sql.Types.html#LONGVARBINARY"><b>LONGVARBINARY</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.sql.Types.html#LONGVARCHAR"><b>LONGVARCHAR</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.io.ObjectStreamClass.html#lookup(java.lang.Class)"><b>lookup</b></a>(Class).
Static method in class java.io.<a href="java.io.ObjectStreamClass.html#_top_">ObjectStreamClass</a>
  <dd> Find the descriptor for a class that can be serialized.
  <dt> 	<a href="java.rmi.Naming.html#lookup(java.lang.String)"><b>lookup</b></a>(String).
Static method in class java.rmi.<a href="java.rmi.Naming.html#_top_">Naming</a>
  <dd>  Returns the remote object for the URL.
  <dt> 	<a href="java.rmi.registry.Registry.html#lookup(java.lang.String)"><b>lookup</b></a>(String).
Method in interface java.rmi.registry.<a href="java.rmi.registry.Registry.html#_top_">Registry</a>
  <dd>  Returns the remote object associated with the specified name in the 
 registry.
  <dt> 	<a href="java.awt.GridBagLayout.html#lookupConstraints(java.awt.Component)"><b>lookupConstraints</b></a>(Component).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Retrieves the constraints for the specified component.
  <dt> 	<a href="java.applet.AudioClip.html#loop()"><b>loop</b></a>().
Method in interface java.applet.<a href="java.applet.AudioClip.html#_top_">AudioClip</a>
  <dd>  Starts playing this audio clip in a loop.
  <dt> 	<a href="java.awt.Event.html#LOST_FOCUS"><b>LOST_FOCUS</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  A component lost the focus.
  <dt> 	<a href="java.awt.Component.html#lostFocus(java.awt.Event, java.lang.Object)"><b>lostFocus</b></a>(Event, Object).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.awt.datatransfer.ClipboardOwner.html#lostOwnership(java.awt.datatransfer.Clipboard, java.awt.datatransfer.Transferable)"><b>lostOwnership</b></a>(Clipboard, Transferable).
Method in interface java.awt.datatransfer.<a href="java.awt.datatransfer.ClipboardOwner.html#_top_">ClipboardOwner</a>
  <dd>  Notifies this object that it is no longer the owner of
 the contents of the clipboard.
  <dt> 	<a href="java.awt.datatransfer.StringSelection.html#lostOwnership(java.awt.datatransfer.Clipboard, java.awt.datatransfer.Transferable)"><b>lostOwnership</b></a>(Clipboard, Transferable).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.StringSelection.html#_top_">StringSelection</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#LOWERCASE_LETTER"><b>LOWERCASE_LETTER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.io.StreamTokenizer.html#lowerCaseMode(boolean)"><b>lowerCaseMode</b></a>(boolean).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Determines whether or not word token are automatically lowercased.
</dl>
<a name="Thumb-M"></a>
<hr>
<h2>
<a name="Thumb-M"><b> M </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Color.html#magenta"><b>magenta</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color magenta.
  <dt> 	<a href="java.awt.List.html#makeVisible(int)"><b>makeVisible</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Makes the item at the specified index visible.
  <dt> 	<a href="java.awt.peer.ListPeer.html#makeVisible(int)"><b>makeVisible</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.net.MalformedURLException.html#MalformedURLException()"><b>MalformedURLException</b></a>().
Constructor for class java.net.<a href="java.net.MalformedURLException.html#_top_">MalformedURLException</a>
  <dd>  Constructs a <code>MalformedURLException</code> with no detail message.
  <dt> 	<a href="java.net.MalformedURLException.html#MalformedURLException(java.lang.String)"><b>MalformedURLException</b></a>(String).
Constructor for class java.net.<a href="java.net.MalformedURLException.html#_top_">MalformedURLException</a>
  <dd>  Constructs a <code>MalformedURLException</code> with the 
 specified detail message.
  <dt> 	<a href="java.util.Calendar.html#MARCH"><b>MARCH</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#mark"><b>mark</b></a>.
Variable in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  The currently marked position in the stream.
  <dt> 	<a href="java.io.BufferedInputStream.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Marks the current position in this input stream.
  <dt> 	<a href="java.io.BufferedReader.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Mark the present position in the stream.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Set the current marked position in the stream.
  <dt> 	<a href="java.io.CharArrayReader.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Mark the present position in the stream.
  <dt> 	<a href="java.io.FilterInputStream.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Marks the current position in this input stream.
  <dt> 	<a href="java.io.FilterReader.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Mark the present position in the stream.
  <dt> 	<a href="java.io.InputStream.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Marks the current position in this input stream.
  <dt> 	<a href="java.io.LineNumberInputStream.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Marks the current position in this input stream.
  <dt> 	<a href="java.io.LineNumberReader.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Mark the present position in the stream.
  <dt> 	<a href="java.io.Reader.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Mark the present position in the stream.
  <dt> 	<a href="java.io.StringReader.html#mark(int)"><b>mark</b></a>(int).
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Mark the present position in the stream.
  <dt> 	<a href="java.io.CharArrayReader.html#markedPos"><b>markedPos</b></a>.
Variable in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd> Position of mark in buffer
  <dt> 	<a href="java.io.BufferedInputStream.html#marklimit"><b>marklimit</b></a>.
Variable in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  The maximum read ahead allowed after a call to the 
 <code>mark</code> method before subsequent calls to the 
 <code>reset</code> method fail.
  <dt> 	<a href="java.io.BufferedInputStream.html#markpos"><b>markpos</b></a>.
Variable in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  The value of the <code>pos</code> field at the time the last 
 <code>mark</code> method was called.
  <dt> 	<a href="java.io.BufferedInputStream.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Tests if this input stream supports the <code>mark</code> 
 and <code>reset</code> methods.
  <dt> 	<a href="java.io.BufferedReader.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Tell whether this stream supports the mark() operation, which it does.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Tests if ByteArrayInputStream supports mark/reset.
  <dt> 	<a href="java.io.CharArrayReader.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Tell whether this stream supports the mark() operation, which it does.
  <dt> 	<a href="java.io.FilterInputStream.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Tests if this input stream supports the <code>mark</code> 
 and <code>reset</code> methods.
  <dt> 	<a href="java.io.FilterReader.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Tell whether this stream supports the mark() operation.
  <dt> 	<a href="java.io.InputStream.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Tests if this input stream supports the <code>mark</code>
 and <code>reset</code> methods.
  <dt> 	<a href="java.io.PushbackInputStream.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Tests if this input stream supports the <code>mark</code> and
 <code>reset</code> methods, which it does not.
  <dt> 	<a href="java.io.PushbackReader.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Tell whether this stream supports the mark() operation, which it does
 not.
  <dt> 	<a href="java.io.Reader.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Tell whether this stream supports the mark() operation.
  <dt> 	<a href="java.io.StringReader.html#markSupported()"><b>markSupported</b></a>().
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Tell whether this stream supports the mark() operation, which it does.
  <dt> 	<a href="java.rmi.MarshalException.html#MarshalException(java.lang.String)"><b>MarshalException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.MarshalException.html#_top_">MarshalException</a>
  <dd>  Create a new marshal exception with a descriptive string.
  <dt> 	<a href="java.rmi.MarshalException.html#MarshalException(java.lang.String, java.lang.Exception)"><b>MarshalException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.MarshalException.html#_top_">MarshalException</a>
  <dd>  Create a new marshal exception with a descriptive string and an
 exception.
  <dt> 	<a href="java.lang.Character.html#MATH_SYMBOL"><b>MATH_SYMBOL</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.math.BigDecimal.html#max(java.math.BigDecimal)"><b>max</b></a>(BigDecimal).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns the BigDecimal whose value is the greater of this and val.
  <dt> 	<a href="java.math.BigInteger.html#max(java.math.BigInteger)"><b>max</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the BigInteger whose value is the greater of this and val.
  <dt> 	<a href="java.lang.Math.html#max(double, double)"><b>max</b></a>(double, double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the greater of two <code>double</code> values.
  <dt> 	<a href="java.lang.Math.html#max(float, float)"><b>max</b></a>(float, float).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the greater of two <code>float</code> values.
  <dt> 	<a href="java.lang.Math.html#max(int, int)"><b>max</b></a>(int, int).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the greater of two <code>int</code> values.
  <dt> 	<a href="java.lang.Math.html#max(long, long)"><b>max</b></a>(long, long).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the greater of two <code>long</code> values.
  <dt> 	<a href="java.lang.Thread.html#MAX_PRIORITY"><b>MAX_PRIORITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  The maximum priority that a thread can have.
  <dt> 	<a href="java.lang.Character.html#MAX_RADIX"><b>MAX_RADIX</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  The maximum radix available for conversion to and from Strings.
  <dt> 	<a href="java.lang.Byte.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  The maximum value a Byte can have.
  <dt> 	<a href="java.lang.Character.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  The constant value of this field is the largest value of type 
 <code>char</code>.
  <dt> 	<a href="java.lang.Double.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  The largest positive value of type <code>double</code>.
  <dt> 	<a href="java.lang.Float.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  The largest positive value of type <code>float</code>.
  <dt> 	<a href="java.lang.Integer.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  The largest value of type <code>int</code>.
  <dt> 	<a href="java.lang.Long.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  The largest value of type <code>long</code>.
  <dt> 	<a href="java.lang.Short.html#MAX_VALUE"><b>MAX_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  The maximum value a Short can have.
  <dt> 	<a href="java.awt.GridBagLayout.html#MAXGRIDSIZE"><b>MAXGRIDSIZE</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  The maximum number of grid positions (both horizontally and 
 vertically) that can be laid out by the grid bag layout.
  <dt> 	<a href="java.awt.BorderLayout.html#maximumLayoutSize(java.awt.Container)"><b>maximumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Returns the maximum dimensions for this layout given the components
 in the specified target container.
  <dt> 	<a href="java.awt.CardLayout.html#maximumLayoutSize(java.awt.Container)"><b>maximumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Returns the maximum dimensions for this layout given the components
 in the specified target container.
  <dt> 	<a href="java.awt.GridBagLayout.html#maximumLayoutSize(java.awt.Container)"><b>maximumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Returns the maximum dimensions for this layout given the components
 in the specified target container.
  <dt> 	<a href="java.awt.LayoutManager2.html#maximumLayoutSize(java.awt.Container)"><b>maximumLayoutSize</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager2.html#_top_">LayoutManager2</a>
  <dd> 
 Returns the maximum size of this component.
  <dt> 	<a href="java.util.Calendar.html#MAY"><b>MAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.awt.MediaTracker.html#MediaTracker(java.awt.Component)"><b>MediaTracker</b></a>(Component).
Constructor for class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Creates a media tracker to track images for a given component.
  <dt> 	<a href="java.text.DateFormat.html#MEDIUM"><b>MEDIUM</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Constant for medium style pattern.
  <dt> 	<a href="java.security.acl.Group.html#members()"><b>members</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.Group.html#_top_">Group</a>
  <dd>  Returns an enumeration of the members in the group.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#MemoryImageSource(int, int, java.awt.image.ColorModel, byte[], int, int)"><b>MemoryImageSource</b></a>(int, int, ColorModel, byte[], int, int).
Constructor for class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Constructs an ImageProducer object which uses an array of bytes
 to produce data for an Image object.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#MemoryImageSource(int, int, java.awt.image.ColorModel, byte[], int, int, java.util.Hashtable)"><b>MemoryImageSource</b></a>(int, int, ColorModel, byte[], int, int, Hashtable).
Constructor for class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Constructs an ImageProducer object which uses an array of bytes
 to produce data for an Image object.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#MemoryImageSource(int, int, java.awt.image.ColorModel, int[], int, int)"><b>MemoryImageSource</b></a>(int, int, ColorModel, int[], int, int).
Constructor for class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Constructs an ImageProducer object which uses an array of integers
 to produce data for an Image object.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#MemoryImageSource(int, int, java.awt.image.ColorModel, int[], int, int, java.util.Hashtable)"><b>MemoryImageSource</b></a>(int, int, ColorModel, int[], int, int, Hashtable).
Constructor for class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Constructs an ImageProducer object which uses an array of integers
 to produce data for an Image object.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#MemoryImageSource(int, int, int[], int, int)"><b>MemoryImageSource</b></a>(int, int, int[], int, int).
Constructor for class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Constructs an ImageProducer object which uses an array of integers
 in the default RGB ColorModel to produce data for an Image object.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#MemoryImageSource(int, int, int[], int, int, java.util.Hashtable)"><b>MemoryImageSource</b></a>(int, int, int[], int, int, Hashtable).
Constructor for class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Constructs an ImageProducer object which uses an array of integers
 in the default RGB ColorModel to produce data for an Image object.
  <dt> 	<a href="java.awt.SystemColor.html#MENU"><b>MENU</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the menu background color.
  <dt> 	<a href="java.awt.SystemColor.html#menu"><b>menu</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for menus.
  <dt> 	<a href="java.awt.Menu.html#Menu()"><b>Menu</b></a>().
Constructor for class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Constructs a new menu with an empty label.
  <dt> 	<a href="java.awt.Menu.html#Menu(java.lang.String)"><b>Menu</b></a>(String).
Constructor for class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Constructs a new menu with the specified label.
  <dt> 	<a href="java.awt.Menu.html#Menu(java.lang.String, boolean)"><b>Menu</b></a>(String, boolean).
Constructor for class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Constructs a new menu with the specified label.
  <dt> 	<a href="java.awt.SystemColor.html#MENU_TEXT"><b>MENU_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the menu text color.
  <dt> 	<a href="java.awt.MenuBar.html#MenuBar()"><b>MenuBar</b></a>().
Constructor for class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Creates a new menu bar.
  <dt> 	<a href="java.awt.MenuComponent.html#MenuComponent()"><b>MenuComponent</b></a>().
Constructor for class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd> 
  <dt> 	<a href="java.awt.MenuItem.html#MenuItem()"><b>MenuItem</b></a>().
Constructor for class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Constructs a new MenuItem with an empty label and no keyboard
 shortcut.
  <dt> 	<a href="java.awt.MenuItem.html#MenuItem(java.lang.String)"><b>MenuItem</b></a>(String).
Constructor for class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Constructs a new MenuItem with the specified label
 and no keyboard shortcut.
  <dt> 	<a href="java.awt.MenuItem.html#MenuItem(java.lang.String, java.awt.MenuShortcut)"><b>MenuItem</b></a>(String, MenuShortcut).
Constructor for class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Create a menu item with an associated keyboard shortcut.
  <dt> 	<a href="java.awt.MenuShortcut.html#MenuShortcut(int)"><b>MenuShortcut</b></a>(int).
Constructor for class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd>  Constructs a new MenuShortcut for the specified key.
  <dt> 	<a href="java.awt.MenuShortcut.html#MenuShortcut(int, boolean)"><b>MenuShortcut</b></a>(int, boolean).
Constructor for class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd>  Constructs a new MenuShortcut for the specified key.
  <dt> 	<a href="java.awt.SystemColor.html#menuText"><b>menuText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for menus.
  <dt> 	<a href="java.security.MessageDigest.html#MessageDigest(java.lang.String)"><b>MessageDigest</b></a>(String).
Constructor for class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Creates a message digest with the specified algorithm name.
  <dt> 	<a href="java.text.MessageFormat.html#MessageFormat(java.lang.String)"><b>MessageFormat</b></a>(String).
Constructor for class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Constructs with the specified pattern.
  <dt> 	<a href="java.awt.event.ActionEvent.html#META_MASK"><b>META_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd> 
 The meta modifier constant.
  <dt> 	<a href="java.awt.Event.html#META_MASK"><b>META_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 This flag indicates that the Meta key was down when the event 
 occurred.
  <dt> 	<a href="java.awt.event.InputEvent.html#META_MASK"><b>META_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd> 
 The meta key modifier constant.
  <dt> 	<a href="java.awt.Event.html#metaDown()"><b>metaDown</b></a>().
Method in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Checks if the Meta key is down.
  <dt> 	<a href="java.net.HttpURLConnection.html#method"><b>method</b></a>.
Variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  
  <dt> 	<a href="sun.tools.debug.RemoteStackVariable.html#methodArgument()"><b>methodArgument</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteStackVariable.html#_top_">RemoteStackVariable</a>
  <dd> Return whether variable is a method argument.
  <dt> 	<a href="java.beans.MethodDescriptor.html#MethodDescriptor(java.lang.reflect.Method)"><b>MethodDescriptor</b></a>(Method).
Constructor for class java.beans.<a href="java.beans.MethodDescriptor.html#_top_">MethodDescriptor</a>
  <dd>  
  <dt> 	<a href="java.beans.MethodDescriptor.html#MethodDescriptor(java.lang.reflect.Method, java.beans.ParameterDescriptor[])"><b>MethodDescriptor</b></a>(Method, ParameterDescriptor[]).
Constructor for class java.beans.<a href="java.beans.MethodDescriptor.html#_top_">MethodDescriptor</a>
  <dd>  
  <dt> 	<a href="java.util.Calendar.html#MILLISECOND"><b>MILLISECOND</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#MILLISECOND_FIELD"><b>MILLISECOND_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for MILLISECOND field alignment.
  <dt> 	<a href="java.math.BigDecimal.html#min(java.math.BigDecimal)"><b>min</b></a>(BigDecimal).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns the BigDecimal whose value is the lesser of this and val.
  <dt> 	<a href="java.math.BigInteger.html#min(java.math.BigInteger)"><b>min</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the BigInteger whose value is the lesser of this and val.
  <dt> 	<a href="java.lang.Math.html#min(double, double)"><b>min</b></a>(double, double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the smaller of two <code>double</code> values.
  <dt> 	<a href="java.lang.Math.html#min(float, float)"><b>min</b></a>(float, float).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the smaller of two <code>float</code> values.
  <dt> 	<a href="java.lang.Math.html#min(int, int)"><b>min</b></a>(int, int).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the smaller of two <code>int</code> values.
  <dt> 	<a href="java.lang.Math.html#min(long, long)"><b>min</b></a>(long, long).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the smaller of two <code>long</code> values.
  <dt> 	<a href="java.lang.Thread.html#MIN_PRIORITY"><b>MIN_PRIORITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  The minimum priority that a thread can have.
  <dt> 	<a href="java.lang.Character.html#MIN_RADIX"><b>MIN_RADIX</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  The minimum radix available for conversion to and from Strings.
  <dt> 	<a href="java.lang.Byte.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  The minimum value a Byte can have.
  <dt> 	<a href="java.lang.Character.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  The constant value of this field is the smallest value of type 
 <code>char</code>.
  <dt> 	<a href="java.lang.Double.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  The smallest positive value of type <code>double</code>.
  <dt> 	<a href="java.lang.Float.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  The smallest positive value of type <code>float</code>.
  <dt> 	<a href="java.lang.Integer.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  The smallest value of type <code>int</code>.
  <dt> 	<a href="java.lang.Long.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  The smallest value of type <code>long</code>.
  <dt> 	<a href="java.lang.Short.html#MIN_VALUE"><b>MIN_VALUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  The minimum value a Short can have.
  <dt> 	<a href="java.awt.BorderLayout.html#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Determines the minimum size of the <code>target</code> container 
 using this layout manager.
  <dt> 	<a href="java.awt.CardLayout.html#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd> 
 Calculates the minimum size for the specified panel.
  <dt> 	<a href="java.awt.FlowLayout.html#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Returns the minimum dimensions needed to layout the components
 contained in the specified target container.
  <dt> 	<a href="java.awt.GridBagLayout.html#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Determines the minimum size of the <code>target</code> container 
 using this grid bag layout.
  <dt> 	<a href="java.awt.GridLayout.html#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Determines the minimum size of the container argument using this 
 grid layout.
  <dt> 	<a href="java.awt.LayoutManager.html#minimumLayoutSize(java.awt.Container)"><b>minimumLayoutSize</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  <dd> 
 Calculates the minimum size dimensions for the specified 
 panel given the components in the specified parent container.
  <dt> 	<a href="java.awt.Component.html#minimumSize()"><b>minimumSize</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#minimumSize()"><b>minimumSize</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by getMinimumSize().
  <dt> 	<a href="java.awt.Container.html#minimumSize()"><b>minimumSize</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 
  <dt> 	<a href="java.awt.List.html#minimumSize()"><b>minimumSize</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.TextArea.html#minimumSize()"><b>minimumSize</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.awt.TextField.html#minimumSize()"><b>minimumSize</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  
  <dt> 	<a href="java.awt.List.html#minimumSize(int)"><b>minimumSize</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ListPeer.html#minimumSize(int)"><b>minimumSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd>  DEPRECATED:  Replaced by getMinimumSize(int).
  <dt> 	<a href="java.awt.TextField.html#minimumSize(int)"><b>minimumSize</b></a>(int).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextFieldPeer.html#minimumSize(int)"><b>minimumSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  <dd>  DEPRECATED:  Replaced by getMinimumSize(int).
  <dt> 	<a href="java.awt.TextArea.html#minimumSize(int, int)"><b>minimumSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#minimumSize(int, int)"><b>minimumSize</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd>  DEPRECATED:  Replaced by getMinimumSize(int, int).
  <dt> 	<a href="java.awt.GridBagLayout.html#MINSIZE"><b>MINSIZE</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  The smallest grid that can be laid out by the grid bag layout.
  <dt> 	<a href="java.util.Calendar.html#MINUTE"><b>MINUTE</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#MINUTE_FIELD"><b>MINUTE_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for MINUTE field alignment.
  <dt> 	<a href="java.util.MissingResourceException.html#MissingResourceException(java.lang.String, java.lang.String, java.lang.String)"><b>MissingResourceException</b></a>(String, String, String).
Constructor for class java.util.<a href="java.util.MissingResourceException.html#_top_">MissingResourceException</a>
  <dd>  Constructs a MissingResourceException with the specified information.
  <dt> 	<a href="java.io.File.html#mkdir()"><b>mkdir</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Creates a directory whose pathname is specified by this 
 <code>File</code> object.
  <dt> 	<a href="java.io.File.html#mkdirs()"><b>mkdirs</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Creates a directory whose pathname is specified by this 
 <code>File</code> object, including any necessary parent directories.
  <dt> 	<a href="java.math.BigInteger.html#mod(java.math.BigInteger)"><b>mod</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is this mod m.
  <dt> 	<a href="java.lang.reflect.Modifier.html#Modifier()"><b>Modifier</b></a>().
Constructor for class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#MODIFIER_LETTER"><b>MODIFIER_LETTER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#MODIFIER_SYMBOL"><b>MODIFIER_SYMBOL</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.Event.html#modifiers"><b>modifiers</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The state of the modifier keys.
  <dt> 	<a href="java.math.BigInteger.html#modInverse(java.math.BigInteger)"><b>modInverse</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns modular multiplicative inverse of this, mod m.
  <dt> 	<a href="java.math.BigInteger.html#modPow(java.math.BigInteger, java.math.BigInteger)"><b>modPow</b></a>(BigInteger, BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this ** exponent) mod m.
  <dt> 	<a href="java.util.Calendar.html#MONDAY"><b>MONDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="java.util.Calendar.html#MONTH"><b>MONTH</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#MONTH_FIELD"><b>MONTH_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for MONTH field alignment.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_CLICKED"><b>MOUSE_CLICKED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse clicked event type.
  <dt> 	<a href="java.awt.Event.html#MOUSE_DOWN"><b>MOUSE_DOWN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has pressed the mouse button.
  <dt> 	<a href="java.awt.Event.html#MOUSE_DRAG"><b>MOUSE_DRAG</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The user has moved the mouse with a button pressed.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_DRAGGED"><b>MOUSE_DRAGGED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse dragged event type.
  <dt> 	<a href="java.awt.Event.html#MOUSE_ENTER"><b>MOUSE_ENTER</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The mouse has entered a component.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_ENTERED"><b>MOUSE_ENTERED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse entered event type.
  <dt> 	<a href="java.awt.AWTEvent.html#MOUSE_EVENT_MASK"><b>MOUSE_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting mouse events.
  <dt> 	<a href="java.awt.Event.html#MOUSE_EXIT"><b>MOUSE_EXIT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The mouse has exited a component.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_EXITED"><b>MOUSE_EXITED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse exited event type.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_FIRST"><b>MOUSE_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Marks the first integer id for the range of mouse event ids.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_LAST"><b>MOUSE_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Marks the last integer id for the range of mouse event ids.
  <dt> 	<a href="java.awt.AWTEvent.html#MOUSE_MOTION_EVENT_MASK"><b>MOUSE_MOTION_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting mouse motion events.
  <dt> 	<a href="java.awt.Event.html#MOUSE_MOVE"><b>MOUSE_MOVE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The mouse has moved with no button pressed.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_MOVED"><b>MOUSE_MOVED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse moved event type.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_PRESSED"><b>MOUSE_PRESSED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse pressed event type.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MOUSE_RELEASED"><b>MOUSE_RELEASED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  The mouse released event type.
  <dt> 	<a href="java.awt.Event.html#MOUSE_UP"><b>MOUSE_UP</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has released the mouse button.
  <dt> 	<a href="java.awt.event.MouseAdapter.html#MouseAdapter()"><b>MouseAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.MouseAdapter.html#_top_">MouseAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mouseClicked(java.awt.event.MouseEvent)"><b>mouseClicked</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mouseClicked event by invoking the
 mouseClicked methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseAdapter.html#mouseClicked(java.awt.event.MouseEvent)"><b>mouseClicked</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseAdapter.html#_top_">MouseAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseListener.html#mouseClicked(java.awt.event.MouseEvent)"><b>mouseClicked</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseListener.html#_top_">MouseListener</a>
  <dd>  Invoked when the mouse has been clicked on a component.
  <dt> 	<a href="java.awt.Component.html#mouseDown(java.awt.Event, int, int)"><b>mouseDown</b></a>(Event, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Component.html#mouseDrag(java.awt.Event, int, int)"><b>mouseDrag</b></a>(Event, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mouseDragged(java.awt.event.MouseEvent)"><b>mouseDragged</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mouseDragged event by invoking the
 mouseDragged methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseMotionAdapter.html#mouseDragged(java.awt.event.MouseEvent)"><b>mouseDragged</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseMotionAdapter.html#_top_">MouseMotionAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseMotionListener.html#mouseDragged(java.awt.event.MouseEvent)"><b>mouseDragged</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseMotionListener.html#_top_">MouseMotionListener</a>
  <dd>  Invoked when a mouse button is pressed on a component and then 
 dragged.
  <dt> 	<a href="java.awt.Component.html#mouseEnter(java.awt.Event, int, int)"><b>mouseEnter</b></a>(Event, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mouseEntered(java.awt.event.MouseEvent)"><b>mouseEntered</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mouseEntered event by invoking the
 mouseEntered methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseAdapter.html#mouseEntered(java.awt.event.MouseEvent)"><b>mouseEntered</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseAdapter.html#_top_">MouseAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseListener.html#mouseEntered(java.awt.event.MouseEvent)"><b>mouseEntered</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseListener.html#_top_">MouseListener</a>
  <dd>  Invoked when the mouse enters a component.
  <dt> 	<a href="java.awt.event.MouseEvent.html#MouseEvent(java.awt.Component, int, long, int, int, int, int, boolean)"><b>MouseEvent</b></a>(Component, int, long, int, int, int, int, boolean).
Constructor for class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Constructs a MouseEvent object with the specified source component,
 type, modifiers, coordinates, and click count.
  <dt> 	<a href="java.awt.Component.html#mouseExit(java.awt.Event, int, int)"><b>mouseExit</b></a>(Event, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mouseExited(java.awt.event.MouseEvent)"><b>mouseExited</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mouseExited event by invoking the
 mouseExited methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseAdapter.html#mouseExited(java.awt.event.MouseEvent)"><b>mouseExited</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseAdapter.html#_top_">MouseAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseListener.html#mouseExited(java.awt.event.MouseEvent)"><b>mouseExited</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseListener.html#_top_">MouseListener</a>
  <dd>  Invoked when the mouse exits a component.
  <dt> 	<a href="java.awt.event.MouseMotionAdapter.html#MouseMotionAdapter()"><b>MouseMotionAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.MouseMotionAdapter.html#_top_">MouseMotionAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#mouseMove(java.awt.Event, int, int)"><b>mouseMove</b></a>(Event, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mouseMoved(java.awt.event.MouseEvent)"><b>mouseMoved</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mouseMoved event by invoking the
 mouseMoved methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseMotionAdapter.html#mouseMoved(java.awt.event.MouseEvent)"><b>mouseMoved</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseMotionAdapter.html#_top_">MouseMotionAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseMotionListener.html#mouseMoved(java.awt.event.MouseEvent)"><b>mouseMoved</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseMotionListener.html#_top_">MouseMotionListener</a>
  <dd>  Invoked when the mouse button has been moved on a component
 (with no buttons no down).
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mousePressed(java.awt.event.MouseEvent)"><b>mousePressed</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mousePressed event by invoking the
 mousePressed methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseAdapter.html#mousePressed(java.awt.event.MouseEvent)"><b>mousePressed</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseAdapter.html#_top_">MouseAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseListener.html#mousePressed(java.awt.event.MouseEvent)"><b>mousePressed</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseListener.html#_top_">MouseListener</a>
  <dd>  Invoked when a mouse button has been pressed on a component.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#mouseReleased(java.awt.event.MouseEvent)"><b>mouseReleased</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the mouseReleased event by invoking the
 mouseReleased methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.MouseAdapter.html#mouseReleased(java.awt.event.MouseEvent)"><b>mouseReleased</b></a>(MouseEvent).
Method in class java.awt.event.<a href="java.awt.event.MouseAdapter.html#_top_">MouseAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseListener.html#mouseReleased(java.awt.event.MouseEvent)"><b>mouseReleased</b></a>(MouseEvent).
Method in interface java.awt.event.<a href="java.awt.event.MouseListener.html#_top_">MouseListener</a>
  <dd>  Invoked when a mouse button has been released on a component.
  <dt> 	<a href="java.awt.Component.html#mouseUp(java.awt.Event, int, int)"><b>mouseUp</b></a>(Event, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Component.html#move(int, int)"><b>move</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Point.html#move(int, int)"><b>move</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Moves this point to the specificed location in the 
 (<i>x</i>,&nbsp;<i>y</i>) coordinate plane.
  <dt> 	<a href="java.awt.Rectangle.html#move(int, int)"><b>move</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  
  <dt> 	<a href="java.awt.Cursor.html#MOVE_CURSOR"><b>MOVE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The move cursor type.
  <dt> 	<a href="java.awt.Frame.html#MOVE_CURSOR"><b>MOVE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.math.BigDecimal.html#movePointLeft(int)"><b>movePointLeft</b></a>(int).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal which is equivalent to this one with the decimal
 point moved n places to the left.
  <dt> 	<a href="java.math.BigDecimal.html#movePointRight(int)"><b>movePointRight</b></a>(int).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Moves the decimal point the specified number of places to the right.
  <dt> 	<a href="java.net.MulticastSocket.html#MulticastSocket()"><b>MulticastSocket</b></a>().
Constructor for class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Create a multicast socket.
  <dt> 	<a href="java.net.MulticastSocket.html#MulticastSocket(int)"><b>MulticastSocket</b></a>(int).
Constructor for class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Create a multicast socket and bind it to a specific port.
  <dt> 	<a href="java.math.BigDecimal.html#multiply(java.math.BigDecimal)"><b>multiply</b></a>(BigDecimal).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is (this * val), and whose scale is
 this.scale() + val.scale.
  <dt> 	<a href="java.math.BigInteger.html#multiply(java.math.BigInteger)"><b>multiply</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this * val).
</dl>
<a name="Thumb-N"></a>
<hr>
<h2>
<a name="Thumb-N"><b> N </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Cursor.html#N_RESIZE_CURSOR"><b>N_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The north-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#N_RESIZE_CURSOR"><b>N_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.sql.DriverPropertyInfo.html#name"><b>name</b></a>.
Variable in class java.sql.<a href="java.sql.DriverPropertyInfo.html#_top_">DriverPropertyInfo</a>
  <dd>  The name of the property.
  <dt> 	<a href="java.awt.Font.html#name"><b>name</b></a>.
Variable in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  The logical name of this font.
  <dt> 	<a href="java.lang.Double.html#NaN"><b>NaN</b></a>.
Static variable in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd> 
 A NaN value of type <code>double</code>.
  <dt> 	<a href="java.lang.Float.html#NaN"><b>NaN</b></a>.
Static variable in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd> 
 The NaN value of type <code>float</code>.
  <dt> 	<a href="java.lang.reflect.Modifier.html#NATIVE"><b>NATIVE</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.sql.Connection.html#nativeSQL(java.lang.String)"><b>nativeSQL</b></a>(String).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Cursor.html#NE_RESIZE_CURSOR"><b>NE_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The north-east-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#NE_RESIZE_CURSOR"><b>NE_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.util.zip.Inflater.html#needsDictionary()"><b>needsDictionary</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Returns true if a preset dictionary is needed for decompression.
  <dt> 	<a href="java.beans.Visibility.html#needsGui()"><b>needsGui</b></a>().
Method in interface java.beans.<a href="java.beans.Visibility.html#_top_">Visibility</a>
  <dd>  
  <dt> 	<a href="java.util.zip.Deflater.html#needsInput()"><b>needsInput</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Returns true if the input data buffer is empty and setInput()
 should be called in order to provide more input.
  <dt> 	<a href="java.util.zip.Inflater.html#needsInput()"><b>needsInput</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Returns true if no data remains in the input buffer.
  <dt> 	<a href="java.math.BigDecimal.html#negate()"><b>negate</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is -1 * this, and whose scale is
 this.scale().
  <dt> 	<a href="java.math.BigInteger.html#negate()"><b>negate</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (-1 * this).
  <dt> 	<a href="java.lang.Double.html#NEGATIVE_INFINITY"><b>NEGATIVE_INFINITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  The negative infinity of type <code>double</code>.
  <dt> 	<a href="java.lang.Float.html#NEGATIVE_INFINITY"><b>NEGATIVE_INFINITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  The negative infinity of type <code>float</code>.
  <dt> 	<a href="java.lang.NegativeArraySizeException.html#NegativeArraySizeException()"><b>NegativeArraySizeException</b></a>().
Constructor for class java.lang.<a href="java.lang.NegativeArraySizeException.html#_top_">NegativeArraySizeException</a>
  <dd>  Constructs a <code>NegativeArraySizeException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.NegativeArraySizeException.html#NegativeArraySizeException(java.lang.String)"><b>NegativeArraySizeException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NegativeArraySizeException.html#_top_">NegativeArraySizeException</a>
  <dd>  Constructs a <code>NegativeArraySizeException</code> with the 
 specified detail message.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#newCall(java.rmi.server.RemoteObject, java.rmi.server.Operation[], int, long)"><b>newCall</b></a>(RemoteObject, Operation[], int, long).
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Creates an appropriate call object for a new remote method
 invocation on this object.
  <dt> 	<a href="java.lang.Class.html#newInstance()"><b>newInstance</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Creates a new instance of a class.
  <dt> 	<a href="java.lang.reflect.Array.html#newInstance(java.lang.Class, int)"><b>newInstance</b></a>(Class, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Creates a new array with the specified component type and
 length.
  <dt> 	<a href="java.lang.reflect.Array.html#newInstance(java.lang.Class, int[])"><b>newInstance</b></a>(Class, int[]).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Creates a new array with the specified component type and
 dimensions.
  <dt> 	<a href="java.lang.reflect.Constructor.html#newInstance(java.lang.Object[])"><b>newInstance</b></a>(Object[]).
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  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.
  <dt> 	<a href="java.io.BufferedWriter.html#newLine()"><b>newLine</b></a>().
Method in class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Write a line separator.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#newmodel"><b>newmodel</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd> 
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#newPixels()"><b>newPixels</b></a>().
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  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.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#newPixels(byte[], java.awt.image.ColorModel, int, int)"><b>newPixels</b></a>(byte[], ColorModel, int, int).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Change to a new byte array to hold the pixels for this image.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#newPixels(int, int, int, int)"><b>newPixels</b></a>(int, int, int, int).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  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.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#newPixels(int, int, int, int, boolean)"><b>newPixels</b></a>(int, int, int, int, boolean).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Send a rectangular region of the buffer of pixels to any
 ImageConsumers that are currently interested in the data for
 this image.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#newPixels(int[], java.awt.image.ColorModel, int, int)"><b>newPixels</b></a>(int[], ColorModel, int, int).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Change to a new int array to hold the pixels for this image.
  <dt> 	<a href="java.text.BreakIterator.html#next()"><b>next</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return the boundary following the current boundary.
  <dt> 	<a href="java.text.CharacterIterator.html#next()"><b>next</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Increment the iterator's index by one and return the character
 at the new index.
  <dt> 	<a href="java.text.CollationElementIterator.html#next()"><b>next</b></a>().
Method in class java.text.<a href="java.text.CollationElementIterator.html#_top_">CollationElementIterator</a>
  <dd>  Get the ordering priority of the next character in the string.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#next()"><b>next</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Continue execution of this thread to the next line, but don't step
 into a method call.
  <dt> 	<a href="java.sql.ResultSet.html#next()"><b>next</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  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.
  <dt> 	<a href="java.text.StringCharacterIterator.html#next()"><b>next</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Increment the iterator's index by one and return the character
 at the new index.
  <dt> 	<a href="java.awt.CardLayout.html#next(java.awt.Container)"><b>next</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Flips to the next card of the specified container.
  <dt> 	<a href="java.text.BreakIterator.html#next(int)"><b>next</b></a>(int).
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return the nth boundary from the current boundary
 
  <dt> 	<a href="java.util.Random.html#next(int)"><b>next</b></a>(int).
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Generates the next pseudorandom number.
  <dt> 	<a href="java.security.SecureRandom.html#next(int)"><b>next</b></a>(int).
Method in class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  Generates an integer containing the user-specified number of
 pseudo-random bits (right justified, with leading zeros).
  <dt> 	<a href="java.util.Random.html#nextBytes(byte[])"><b>nextBytes</b></a>(byte[]).
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Generates a user specified number of random bytes.
  <dt> 	<a href="java.security.SecureRandom.html#nextBytes(byte[])"><b>nextBytes</b></a>(byte[]).
Method in class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  Generates a user-specified number of random bytes.
  <dt> 	<a href="java.util.Random.html#nextDouble()"><b>nextDouble</b></a>().
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Returns the next pseudorandom, uniformly distributed 
 <code>double</code> value between <code>0.0</code> and
 <code>1.0</code> from this random number generator's sequence.
  <dt> 	<a href="java.text.ChoiceFormat.html#nextDouble(double)"><b>nextDouble</b></a>(double).
Static method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Finds the least double greater than d.
  <dt> 	<a href="java.text.ChoiceFormat.html#nextDouble(double, boolean)"><b>nextDouble</b></a>(double, boolean).
Static method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd> 
  <dt> 	<a href="java.util.Enumeration.html#nextElement()"><b>nextElement</b></a>().
Method in interface java.util.<a href="java.util.Enumeration.html#_top_">Enumeration</a>
  <dd>  Returns the next element of this enumeration.
  <dt> 	<a href="java.util.StringTokenizer.html#nextElement()"><b>nextElement</b></a>().
Method in class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Returns the same value as the <code>nextToken</code> method,
 except that its declared return value is <code>Object</code> rather than
 <code>String</code>.
  <dt> 	<a href="java.util.Random.html#nextFloat()"><b>nextFloat</b></a>().
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Returns the next pseudorandom, uniformly distributed <code>float</code>
 value between <code>0.0</code> and <code>1.0</code> from this random
 number generator's sequence.
  <dt> 	<a href="java.awt.Component.html#nextFocus()"><b>nextFocus</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.util.Random.html#nextGaussian()"><b>nextGaussian</b></a>().
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Returns the next pseudorandom, Gaussian ("normally") distributed
 <code>double</code> value with mean <code>0.0</code> and standard
 deviation <code>1.0</code> from this random number generator's sequence.
  <dt> 	<a href="java.util.Random.html#nextInt()"><b>nextInt</b></a>().
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Returns the next pseudorandom, uniformly distributed <code>int</code>
 value from this random number generator's sequence.
  <dt> 	<a href="java.util.Random.html#nextLong()"><b>nextLong</b></a>().
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Returns the next pseudorandom, uniformly distributed <code>long</code>
 value from this random number generator's sequence.
  <dt> 	<a href="java.io.StreamTokenizer.html#nextToken()"><b>nextToken</b></a>().
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Parses the next token from the input stream of this tokenizer.
  <dt> 	<a href="java.util.StringTokenizer.html#nextToken()"><b>nextToken</b></a>().
Method in class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Returns the next token from this string tokenizer.
  <dt> 	<a href="java.util.StringTokenizer.html#nextToken(java.lang.String)"><b>nextToken</b></a>(String).
Method in class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Returns the next token in this string tokenizer's string.
  <dt> 	<a href="java.util.zip.Deflater.html#NO_COMPRESSION"><b>NO_COMPRESSION</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Compression level for no compression.
  <dt> 	<a href="java.text.Collator.html#NO_DECOMPOSITION"><b>NO_DECOMPOSITION</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Decomposition mode value.
  <dt> 	<a href="java.lang.NoClassDefFoundError.html#NoClassDefFoundError()"><b>NoClassDefFoundError</b></a>().
Constructor for class java.lang.<a href="java.lang.NoClassDefFoundError.html#_top_">NoClassDefFoundError</a>
  <dd>  Constructs a <code>NoClassDefFoundError</code> with no detail message.
  <dt> 	<a href="java.lang.NoClassDefFoundError.html#NoClassDefFoundError(java.lang.String)"><b>NoClassDefFoundError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NoClassDefFoundError.html#_top_">NoClassDefFoundError</a>
  <dd>  Constructs a <code>NoClassDefFoundError</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.Character.html#NON_SPACING_MARK"><b>NON_SPACING_MARK</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.GridBagConstraints.html#NONE"><b>NONE</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Do not resize the component.
  <dt> 	<a href="java.lang.Thread.html#NORM_PRIORITY"><b>NORM_PRIORITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  The default priority that is assigned to a thread.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#normalizeMimeType(java.lang.String)"><b>normalizeMimeType</b></a>(String).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Called for each MIME type string to give DataFlavor subtypes the
 opportunity to change how the normalization of MIME types is accomplished.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#normalizeMimeTypeParameter(java.lang.String, java.lang.String)"><b>normalizeMimeTypeParameter</b></a>(String, String).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  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.
  <dt> 	<a href="java.net.NoRouteToHostException.html#NoRouteToHostException()"><b>NoRouteToHostException</b></a>().
Constructor for class java.net.<a href="java.net.NoRouteToHostException.html#_top_">NoRouteToHostException</a>
  <dd>  Construct a new NoRouteToHostException with no detailed message.
  <dt> 	<a href="java.net.NoRouteToHostException.html#NoRouteToHostException(java.lang.String)"><b>NoRouteToHostException</b></a>(String).
Constructor for class java.net.<a href="java.net.NoRouteToHostException.html#_top_">NoRouteToHostException</a>
  <dd>  Constructs a new NoRouteToHostException with the specified detail 
 message as to why the remote host cannot be reached.
  <dt> 	<a href="java.awt.BorderLayout.html#NORTH"><b>NORTH</b></a>.
Static variable in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  The north layout constraint (top of container).
  <dt> 	<a href="java.awt.GridBagConstraints.html#NORTH"><b>NORTH</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component at the top of its display area,
 centered horizontally.
  <dt> 	<a href="java.awt.GridBagConstraints.html#NORTHEAST"><b>NORTHEAST</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component at the top-right corner of its display area.
  <dt> 	<a href="java.awt.GridBagConstraints.html#NORTHWEST"><b>NORTHWEST</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component at the top-left corner of its display area.
  <dt> 	<a href="sun.tools.debug.NoSessionException.html#NoSessionException()"><b>NoSessionException</b></a>().
Constructor for class sun.tools.debug.<a href="sun.tools.debug.NoSessionException.html#_top_">NoSessionException</a>
  <dd>  Constructor.
  <dt> 	<a href="sun.tools.debug.NoSessionException.html#NoSessionException(java.lang.String)"><b>NoSessionException</b></a>(String).
Constructor for class sun.tools.debug.<a href="sun.tools.debug.NoSessionException.html#_top_">NoSessionException</a>
  <dd>  Constructor with a detail message.
  <dt> 	<a href="java.security.NoSuchAlgorithmException.html#NoSuchAlgorithmException()"><b>NoSuchAlgorithmException</b></a>().
Constructor for class java.security.<a href="java.security.NoSuchAlgorithmException.html#_top_">NoSuchAlgorithmException</a>
  <dd> 
 Constructs a NoSuchAlgorithmException with no detail
 message.
  <dt> 	<a href="java.security.NoSuchAlgorithmException.html#NoSuchAlgorithmException(java.lang.String)"><b>NoSuchAlgorithmException</b></a>(String).
Constructor for class java.security.<a href="java.security.NoSuchAlgorithmException.html#_top_">NoSuchAlgorithmException</a>
  <dd>  Constructs a NoSuchAlgorithmException with the specified
 detail message.
  <dt> 	<a href="java.util.NoSuchElementException.html#NoSuchElementException()"><b>NoSuchElementException</b></a>().
Constructor for class java.util.<a href="java.util.NoSuchElementException.html#_top_">NoSuchElementException</a>
  <dd>  Constructs a <code>NoSuchElementException</code> with no detail message.
  <dt> 	<a href="java.util.NoSuchElementException.html#NoSuchElementException(java.lang.String)"><b>NoSuchElementException</b></a>(String).
Constructor for class java.util.<a href="java.util.NoSuchElementException.html#_top_">NoSuchElementException</a>
  <dd>  Constructs a <code>NoSuchElementException</code> with the 
 specified detail message.
  <dt> 	<a href="java.lang.NoSuchFieldError.html#NoSuchFieldError()"><b>NoSuchFieldError</b></a>().
Constructor for class java.lang.<a href="java.lang.NoSuchFieldError.html#_top_">NoSuchFieldError</a>
  <dd>  Constructs a <code>NoSuchFieldException</code> with no detail  message.
  <dt> 	<a href="java.lang.NoSuchFieldError.html#NoSuchFieldError(java.lang.String)"><b>NoSuchFieldError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NoSuchFieldError.html#_top_">NoSuchFieldError</a>
  <dd>  Constructs a <code>NoSuchFieldException</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.NoSuchFieldException.html#NoSuchFieldException()"><b>NoSuchFieldException</b></a>().
Constructor for class java.lang.<a href="java.lang.NoSuchFieldException.html#_top_">NoSuchFieldException</a>
  <dd>  Constructor.
  <dt> 	<a href="java.lang.NoSuchFieldException.html#NoSuchFieldException(java.lang.String)"><b>NoSuchFieldException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NoSuchFieldException.html#_top_">NoSuchFieldException</a>
  <dd>  Constructor with a detail message.
  <dt> 	<a href="sun.tools.debug.NoSuchLineNumberException.html#NoSuchLineNumberException()"><b>NoSuchLineNumberException</b></a>().
Constructor for class sun.tools.debug.<a href="sun.tools.debug.NoSuchLineNumberException.html#_top_">NoSuchLineNumberException</a>
  <dd>  Constructor.
  <dt> 	<a href="sun.tools.debug.NoSuchLineNumberException.html#NoSuchLineNumberException(java.lang.String)"><b>NoSuchLineNumberException</b></a>(String).
Constructor for class sun.tools.debug.<a href="sun.tools.debug.NoSuchLineNumberException.html#_top_">NoSuchLineNumberException</a>
  <dd>  Constructor with a detail message.
  <dt> 	<a href="java.lang.NoSuchMethodError.html#NoSuchMethodError()"><b>NoSuchMethodError</b></a>().
Constructor for class java.lang.<a href="java.lang.NoSuchMethodError.html#_top_">NoSuchMethodError</a>
  <dd> 
  <dt> 	<a href="java.lang.NoSuchMethodError.html#NoSuchMethodError(java.lang.String)"><b>NoSuchMethodError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NoSuchMethodError.html#_top_">NoSuchMethodError</a>
  <dd>  Constructs a <code>NoSuchMethodException</code> with the 
 specified detail message.
  <dt> 	<a href="java.lang.NoSuchMethodException.html#NoSuchMethodException()"><b>NoSuchMethodException</b></a>().
Constructor for class java.lang.<a href="java.lang.NoSuchMethodException.html#_top_">NoSuchMethodException</a>
  <dd>  Constructs a <code>NoSuchMethodException</code> without a detail message.
  <dt> 	<a href="java.lang.NoSuchMethodException.html#NoSuchMethodException(java.lang.String)"><b>NoSuchMethodException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NoSuchMethodException.html#_top_">NoSuchMethodException</a>
  <dd>  Constructs a <code>NoSuchMethodException</code> with a detail message.
  <dt> 	<a href="java.rmi.NoSuchObjectException.html#NoSuchObjectException(java.lang.String)"><b>NoSuchObjectException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.NoSuchObjectException.html#_top_">NoSuchObjectException</a>
  <dd>  Create a new NoSuchObjectException with a description.
  <dt> 	<a href="java.security.NoSuchProviderException.html#NoSuchProviderException()"><b>NoSuchProviderException</b></a>().
Constructor for class java.security.<a href="java.security.NoSuchProviderException.html#_top_">NoSuchProviderException</a>
  <dd>  Constructs a NoSuchProviderException with no detail message.
  <dt> 	<a href="java.security.NoSuchProviderException.html#NoSuchProviderException(java.lang.String)"><b>NoSuchProviderException</b></a>(String).
Constructor for class java.security.<a href="java.security.NoSuchProviderException.html#_top_">NoSuchProviderException</a>
  <dd>  Constructs a NoSuchProviderException with the specified detail
 message.
  <dt> 	<a href="java.math.BigInteger.html#not()"><b>not</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (~this).
  <dt> 	<a href="java.io.NotActiveException.html#NotActiveException()"><b>NotActiveException</b></a>().
Constructor for class java.io.<a href="java.io.NotActiveException.html#_top_">NotActiveException</a>
  <dd>  Constructor to create a new NotActiveException with no reason.
  <dt> 	<a href="java.io.NotActiveException.html#NotActiveException(java.lang.String)"><b>NotActiveException</b></a>(String).
Constructor for class java.io.<a href="java.io.NotActiveException.html#_top_">NotActiveException</a>
  <dd>  Constructor to create a new NotActiveException with the reason given.
  <dt> 	<a href="java.rmi.NotBoundException.html#NotBoundException()"><b>NotBoundException</b></a>().
Constructor for class java.rmi.<a href="java.rmi.NotBoundException.html#_top_">NotBoundException</a>
  <dd> 
  <dt> 	<a href="java.rmi.NotBoundException.html#NotBoundException(java.lang.String)"><b>NotBoundException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.NotBoundException.html#_top_">NotBoundException</a>
  <dd> 
  <dt> 	<a href="java.lang.Object.html#notify()"><b>notify</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Wakes up a single thread that is waiting on this object's 
 monitor.
  <dt> 	<a href="java.lang.Object.html#notifyAll()"><b>notifyAll</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Wakes up all threads that are waiting on this object's monitor.
  <dt> 	<a href="java.util.Observable.html#notifyObservers()"><b>notifyObservers</b></a>().
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  If this object has changed, as indicated by the
 <code>hasChanged</code> method, then notify all of its observers
 and then call the <code>clearChanged</code> method to
 indicate that this object has no longer changed.
  <dt> 	<a href="java.util.Observable.html#notifyObservers(java.lang.Object)"><b>notifyObservers</b></a>(Object).
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  If this object has changed, as indicated by the
 <code>hasChanged</code> method, then notify all of its observers
 and then call the <code>clearChanged</code> method to indicate
 that this object has no longer changed.
  <dt> 	<a href="java.security.acl.NotOwnerException.html#NotOwnerException()"><b>NotOwnerException</b></a>().
Constructor for class java.security.acl.<a href="java.security.acl.NotOwnerException.html#_top_">NotOwnerException</a>
  <dd>  Constructs a NotOwnerException.
  <dt> 	<a href="java.io.NotSerializableException.html#NotSerializableException()"><b>NotSerializableException</b></a>().
Constructor for class java.io.<a href="java.io.NotSerializableException.html#_top_">NotSerializableException</a>
  <dd>  
  <dt> 	<a href="java.io.NotSerializableException.html#NotSerializableException(java.lang.String)"><b>NotSerializableException</b></a>(String).
Constructor for class java.io.<a href="java.io.NotSerializableException.html#_top_">NotSerializableException</a>
  <dd>  
  <dt> 	<a href="java.util.Calendar.html#NOVEMBER"><b>NOVEMBER</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.awt.Polygon.html#npoints"><b>npoints</b></a>.
Variable in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  The total number of points.
  <dt> 	<a href="java.sql.Types.html#NULL"><b>NULL</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.text.CollationElementIterator.html#NULLORDER"><b>NULLORDER</b></a>.
Static variable in class java.text.<a href="java.text.CollationElementIterator.html#_top_">CollationElementIterator</a>
  <dd>  Null order which indicates the end of string is reached by the
 cursor.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#nullPlusNonNullIsNull()"><b>nullPlusNonNullIsNull</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are concatenations between NULL and non-NULL values NULL?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.lang.NullPointerException.html#NullPointerException()"><b>NullPointerException</b></a>().
Constructor for class java.lang.<a href="java.lang.NullPointerException.html#_top_">NullPointerException</a>
  <dd>  Constructs a <code>NullPointerException</code> with no detail message.
  <dt> 	<a href="java.lang.NullPointerException.html#NullPointerException(java.lang.String)"><b>NullPointerException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NullPointerException.html#_top_">NullPointerException</a>
  <dd>  Constructs a <code>NullPointerException</code> with the specified 
 detail message.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#nullsAreSortedAtEnd()"><b>nullsAreSortedAtEnd</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are NULL values sorted at the end regardless of sort order?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#nullsAreSortedAtStart()"><b>nullsAreSortedAtStart</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are NULL values sorted at the start regardless of sort order?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#nullsAreSortedHigh()"><b>nullsAreSortedHigh</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are NULL values sorted high?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#nullsAreSortedLow()"><b>nullsAreSortedLow</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are NULL values sorted low?

 
  <dt> 	<a href="java.awt.SystemColor.html#NUM_COLORS"><b>NUM_COLORS</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The number of system colors in the array.
  <dt> 	<a href="java.awt.Event.html#NUM_LOCK"><b>NUM_LOCK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Num Lock key, a non-ASCII action key.
  <dt> 	<a href="java.lang.Number.html#Number()"><b>Number</b></a>().
Constructor for class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd> 
  <dt> 	<a href="java.text.DateFormat.html#numberFormat"><b>numberFormat</b></a>.
Variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  The number formatter that DateFormat uses to format numbers in dates
 and times.
  <dt> 	<a href="java.text.NumberFormat.html#NumberFormat()"><b>NumberFormat</b></a>().
Constructor for class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd> 
  <dt> 	<a href="java.lang.NumberFormatException.html#NumberFormatException()"><b>NumberFormatException</b></a>().
Constructor for class java.lang.<a href="java.lang.NumberFormatException.html#_top_">NumberFormatException</a>
  <dd>  Constructs a <code>NumberFormatException</code> with no detail message.
  <dt> 	<a href="java.lang.NumberFormatException.html#NumberFormatException(java.lang.String)"><b>NumberFormatException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.NumberFormatException.html#_top_">NumberFormatException</a>
  <dd>  Constructs a <code>NumberFormatException</code> with the 
 specified detail message.
  <dt> 	<a href="java.sql.Types.html#NUMERIC"><b>NUMERIC</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.io.StreamTokenizer.html#nval"><b>nval</b></a>.
Variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  If the current token is a number, this field contains the value 
 of that number.
  <dt> 	<a href="java.awt.Cursor.html#NW_RESIZE_CURSOR"><b>NW_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The north-west-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#NW_RESIZE_CURSOR"><b>NW_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

</dl>
<a name="Thumb-O"></a>
<hr>
<h2>
<a name="Thumb-O"><b> O </b></a>
</h2>
<dl>
  <dt> 	<a href="java.lang.Object.html#Object()"><b>Object</b></a>().
Constructor for class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd> 
  <dt> 	<a href="java.io.ObjectInputStream.html#ObjectInputStream(java.io.InputStream)"><b>ObjectInputStream</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Create an ObjectInputStream that reads from the specified InputStream.
  <dt> 	<a href="java.io.ObjectOutputStream.html#ObjectOutputStream(java.io.OutputStream)"><b>ObjectOutputStream</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Creates an ObjectOutputStream that writes to the specified OutputStream.
  <dt> 	<a href="java.io.ObjectStreamException.html#ObjectStreamException()"><b>ObjectStreamException</b></a>().
Constructor for class java.io.<a href="java.io.ObjectStreamException.html#_top_">ObjectStreamException</a>
  <dd>  Create an ObjectStreamException.
  <dt> 	<a href="java.io.ObjectStreamException.html#ObjectStreamException(java.lang.String)"><b>ObjectStreamException</b></a>(String).
Constructor for class java.io.<a href="java.io.ObjectStreamException.html#_top_">ObjectStreamException</a>
  <dd>  Create an ObjectStreamException with the specified argument.
  <dt> 	<a href="java.rmi.server.ObjID.html#ObjID()"><b>ObjID</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  Generate unique object identifier.
  <dt> 	<a href="java.rmi.server.ObjID.html#ObjID(int)"><b>ObjID</b></a>(int).
Constructor for class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  Generate a "well-known" object ID.
  <dt> 	<a href="java.util.Observable.html#Observable()"><b>Observable</b></a>().
Constructor for class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd> Construct an Observable with zero Observers
  <dt> 	<a href="java.util.Calendar.html#OCTOBER"><b>OCTOBER</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.beans.Visibility.html#okToUseGui()"><b>okToUseGui</b></a>().
Method in interface java.beans.<a href="java.beans.Visibility.html#_top_">Visibility</a>
  <dd>  This method instructs the bean that it is OK to use the Gui.
  <dt> 	<a href="java.security.DigestInputStream.html#on(boolean)"><b>on</b></a>(boolean).
Method in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Turns the digest function on or off.
  <dt> 	<a href="java.security.DigestOutputStream.html#on(boolean)"><b>on</b></a>(boolean).
Method in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Turns the digest function on or off.
  <dt> 	<a href="java.net.URL.html#openConnection()"><b>openConnection</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd> 
 Returns a <code>URLConnection</code> object that represents a 
 connection to the remote object referred to by the <code>URL</code>.
  <dt> 	<a href="java.net.URLStreamHandler.html#openConnection(java.net.URL)"><b>openConnection</b></a>(URL).
Method in class java.net.<a href="java.net.URLStreamHandler.html#_top_">URLStreamHandler</a>
  <dd>  Opens a connection to the object referenced by the 
 <code>URL</code> argument.
  <dt> 	<a href="java.net.URL.html#openStream()"><b>openStream</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Opens a connection to this <code>URL</code> and returns an 
 <code>InputStream</code> for reading from that connection.
  <dt> 	<a href="java.rmi.server.Operation.html#Operation(java.lang.String)"><b>Operation</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.Operation.html#_top_">Operation</a>
  <dd>  Creates a new Operation object.
  <dt> 	<a href="java.math.BigInteger.html#or(java.math.BigInteger)"><b>or</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this | val).
  <dt> 	<a href="java.util.BitSet.html#or(java.util.BitSet)"><b>or</b></a>(BitSet).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Logically ORs this bit set with the specified set of bits.
  <dt> 	<a href="java.awt.Color.html#orange"><b>orange</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color orange.
  <dt> 	<a href="java.io.StreamTokenizer.html#ordinaryChar(int)"><b>ordinaryChar</b></a>(int).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specifies that the character argument is "ordinary" 
 in this tokenizer.
  <dt> 	<a href="java.io.StreamTokenizer.html#ordinaryChars(int, int)"><b>ordinaryChars</b></a>(int, int).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specifies that all characters <i>c</i> in the range 
 <code>low&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high</code> 
 are "ordinary" in this tokenizer.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#origmodel"><b>origmodel</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd> 
  <dt> 	<a href="java.sql.Types.html#OTHER"><b>OTHER</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd>  OTHER indicates that the SQL type is database specific and
 gets mapped to a Java object which can be accessed via
 getObject and setObject.
  <dt> 	<a href="java.lang.Character.html#OTHER_LETTER"><b>OTHER_LETTER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#OTHER_NUMBER"><b>OTHER_NUMBER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#OTHER_PUNCTUATION"><b>OTHER_PUNCTUATION</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#OTHER_SYMBOL"><b>OTHER_SYMBOL</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.io.FileDescriptor.html#out"><b>out</b></a>.
Static variable in class java.io.<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a>
  <dd>  A handle to the standard output stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#out"><b>out</b></a>.
Variable in class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  The underlying output stream.
  <dt> 	<a href="java.io.FilterWriter.html#out"><b>out</b></a>.
Variable in class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  The underlying character-output stream.
  <dt> 	<a href="java.io.PipedInputStream.html#out"><b>out</b></a>.
Variable in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  
  <dt> 	<a href="java.lang.System.html#out"><b>out</b></a>.
Static variable in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  The "standard" output stream.
  <dt> 	<a href="java.lang.OutOfMemoryError.html#OutOfMemoryError()"><b>OutOfMemoryError</b></a>().
Constructor for class java.lang.<a href="java.lang.OutOfMemoryError.html#_top_">OutOfMemoryError</a>
  <dd>  Constructs an <code>OutOfMemoryError</code> with no detail message.
  <dt> 	<a href="java.lang.OutOfMemoryError.html#OutOfMemoryError(java.lang.String)"><b>OutOfMemoryError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.OutOfMemoryError.html#_top_">OutOfMemoryError</a>
  <dd>  Constructs an <code>OutOfMemoryError</code> with the specified 
 detail message.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#outpixbuf"><b>outpixbuf</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.io.OutputStream.html#OutputStream()"><b>OutputStream</b></a>().
Constructor for class java.io.<a href="java.io.OutputStream.html#_top_">OutputStream</a>
  <dd> 
  <dt> 	<a href="java.io.OutputStreamWriter.html#OutputStreamWriter(java.io.OutputStream)"><b>OutputStreamWriter</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Create an OutputStreamWriter that uses the default character encoding.
  <dt> 	<a href="java.io.OutputStreamWriter.html#OutputStreamWriter(java.io.OutputStream, java.lang.String)"><b>OutputStreamWriter</b></a>(OutputStream, String).
Constructor for class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Create an OutputStreamWriter that uses the named character encoding.
  <dt> 	<a href="java.awt.datatransfer.Clipboard.html#owner"><b>owner</b></a>.
Variable in class java.awt.datatransfer.<a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  <dd> 
</dl>
<a name="Thumb-P"></a>
<hr>
<h2>
<a name="Thumb-P"><b> P </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Window.html#pack()"><b>pack</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Causes subcomponents of this window to be laid out at their
 preferred size.
  <dt> 	<a href="java.rmi.server.LoaderHandler.html#packagePrefix"><b>packagePrefix</b></a>.
Static variable in interface java.rmi.server.<a href="java.rmi.server.LoaderHandler.html#_top_">LoaderHandler</a>
  <dd>  Find loader handler package prefix: assumes that the implementation of
 the LoaderHandler class is located in the package defined by the
 prefix.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#packagePrefix"><b>packagePrefix</b></a>.
Static variable in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  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.
  <dt> 	<a href="java.awt.event.PaintEvent.html#PAINT"><b>PAINT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  The paint event type.
  <dt> 	<a href="java.awt.Canvas.html#paint(java.awt.Graphics)"><b>paint</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Canvas.html#_top_">Canvas</a>
  <dd>  This method is called to repaint this canvas.
  <dt> 	<a href="java.awt.Component.html#paint(java.awt.Graphics)"><b>paint</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Paints this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#paint(java.awt.Graphics)"><b>paint</b></a>(Graphics).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#paint(java.awt.Graphics)"><b>paint</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Paints the container.
  <dt> 	<a href="java.awt.event.PaintEvent.html#PAINT_FIRST"><b>PAINT_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  Marks the first integer id for the range of paint event ids.
  <dt> 	<a href="java.awt.event.PaintEvent.html#PAINT_LAST"><b>PAINT_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  Marks the last integer id for the range of paint event ids.
  <dt> 	<a href="java.awt.Component.html#paintAll(java.awt.Graphics)"><b>paintAll</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Paints this component and all of its subcomponents.
  <dt> 	<a href="java.awt.Container.html#paintComponents(java.awt.Graphics)"><b>paintComponents</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Paints each of the components in this container.
  <dt> 	<a href="java.awt.event.PaintEvent.html#PaintEvent(java.awt.Component, int, java.awt.Rectangle)"><b>PaintEvent</b></a>(Component, int, Rectangle).
Constructor for class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  Constructs a PaintEvent object with the specified source component
 and type.
  <dt> 	<a href="java.beans.PropertyEditor.html#paintValue(java.awt.Graphics, java.awt.Rectangle)"><b>paintValue</b></a>(Graphics, Rectangle).
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  Paint a representation of the value into a given area of screen
 real estate.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#paintValue(java.awt.Graphics, java.awt.Rectangle)"><b>paintValue</b></a>(Graphics, Rectangle).
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Paint a representation of the value into a given area of screen
 real estate.
  <dt> 	<a href="java.awt.Panel.html#Panel()"><b>Panel</b></a>().
Constructor for class java.awt.<a href="java.awt.Panel.html#_top_">Panel</a>
  <dd>  Creates a new panel using the default layout manager.
  <dt> 	<a href="java.awt.Panel.html#Panel(java.awt.LayoutManager)"><b>Panel</b></a>(LayoutManager).
Constructor for class java.awt.<a href="java.awt.Panel.html#_top_">Panel</a>
  <dd>  Creates a new panel with the specified layout manager.
  <dt> 	<a href="java.lang.Character.html#PARAGRAPH_SEPARATOR"><b>PARAGRAPH_SEPARATOR</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.beans.ParameterDescriptor.html#ParameterDescriptor()"><b>ParameterDescriptor</b></a>().
Constructor for class java.beans.<a href="java.beans.ParameterDescriptor.html#_top_">ParameterDescriptor</a>
  <dd> 
  <dt> 	<a href="java.awt.event.ActionEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Button.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Returns the parameter string representing the state of this 
 button.
  <dt> 	<a href="java.awt.Checkbox.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Returns the parameter string representing the state of 
 this check box.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Returns the parameter string representing the state of this check
 box menu item.
  <dt> 	<a href="java.awt.Choice.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Returns the parameter string representing the state of this 
 choice menu.
  <dt> 	<a href="java.awt.Component.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns the parameter string representing the state of this 
 component.
  <dt> 	<a href="java.awt.event.ComponentEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Returns the parameter string representing the state of this 
 container.
  <dt> 	<a href="java.awt.event.ContainerEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ContainerEvent.html#_top_">ContainerEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Dialog.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Returns the parameter string representing the state of this 
 dialog window.
  <dt> 	<a href="java.awt.Event.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Returns the parameter string representing this event.
  <dt> 	<a href="java.awt.FileDialog.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Returns the parameter string representing the state of this file 
 dialog window.
  <dt> 	<a href="java.awt.event.FocusEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.FocusEvent.html#_top_">FocusEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Frame.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Returns the parameter String of this Frame.
  <dt> 	<a href="java.awt.event.ItemEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Label.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Returns the parameter string representing the state of this 
 label.
  <dt> 	<a href="java.awt.List.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Returns the parameter string representing the state of this 
 scrolling list.
  <dt> 	<a href="java.awt.Menu.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Gets the parameter string representing the state of this menu.
  <dt> 	<a href="java.awt.MenuComponent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Returns the parameter string representing the state of this
 menu component.
  <dt> 	<a href="java.awt.MenuItem.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Returns the parameter string representing the state of this menu
 item.
  <dt> 	<a href="java.awt.MenuShortcut.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd> 
  <dt> 	<a href="java.awt.event.MouseEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.PaintEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.Scrollbar.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Returns the parameter string representing the state of 
 this scroll bar.
  <dt> 	<a href="java.awt.ScrollPane.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Returns the parameter string representing the state of this 
 container.
  <dt> 	<a href="java.awt.TextArea.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Returns the parameter string representing the state of
 this text area.
  <dt> 	<a href="java.awt.TextComponent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Returns the parameter string representing the state of this text 
 component.
  <dt> 	<a href="java.awt.event.TextEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.TextEvent.html#_top_">TextEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.TextField.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Returns the parameter string representing the state of this
 text field.
  <dt> 	<a href="java.awt.event.WindowEvent.html#paramString()"><b>paramString</b></a>().
Method in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd> 
  <dt> 	<a href="java.util.ResourceBundle.html#parent"><b>parent</b></a>.
Variable in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  The parent bundle is consulted by getObject when this bundle
 does not contain a particular resource.
  <dt> 	<a href="java.lang.ThreadGroup.html#parentOf(java.lang.ThreadGroup)"><b>parentOf</b></a>(ThreadGroup).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Tests if this thread group is either the thread group 
 argument or one of its ancestor thread groups.
  <dt> 	<a href="java.util.Date.html#parse(java.lang.String)"><b>parse</b></a>(String).
Static method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Given a string representing a time, parse it and return the time
 value.
  <dt> 	<a href="java.text.DateFormat.html#parse(java.lang.String)"><b>parse</b></a>(String).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Parse a date/time string.
  <dt> 	<a href="java.text.MessageFormat.html#parse(java.lang.String)"><b>parse</b></a>(String).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Parses the string.
  <dt> 	<a href="java.text.NumberFormat.html#parse(java.lang.String)"><b>parse</b></a>(String).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Convenience method.
  <dt> 	<a href="java.text.ChoiceFormat.html#parse(java.lang.String, java.text.ParsePosition)"><b>parse</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Returns a Long if possible (e.g.
  <dt> 	<a href="java.text.DateFormat.html#parse(java.lang.String, java.text.ParsePosition)"><b>parse</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Parse a date/time string according to the given parse position.
  <dt> 	<a href="java.text.DecimalFormat.html#parse(java.lang.String, java.text.ParsePosition)"><b>parse</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Returns a Long if possible (e.g.
  <dt> 	<a href="java.text.MessageFormat.html#parse(java.lang.String, java.text.ParsePosition)"><b>parse</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Parses the string.
  <dt> 	<a href="java.text.NumberFormat.html#parse(java.lang.String, java.text.ParsePosition)"><b>parse</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Returns a Long if possible (e.g.
  <dt> 	<a href="java.text.SimpleDateFormat.html#parse(java.lang.String, java.text.ParsePosition)"><b>parse</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Overrides DateFormat
 
  <dt> 	<a href="java.lang.Byte.html#parseByte(java.lang.String)"><b>parseByte</b></a>(String).
Static method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Assuming the specified String represents a byte, returns
 that byte's value.
  <dt> 	<a href="java.lang.Byte.html#parseByte(java.lang.String, int)"><b>parseByte</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Assuming the specified String represents a byte, returns
 that byte's value.
  <dt> 	<a href="java.text.ParseException.html#ParseException(java.lang.String, int)"><b>ParseException</b></a>(String, int).
Constructor for class java.text.<a href="java.text.ParseException.html#_top_">ParseException</a>
  <dd>  Constructs a ParseException with the specified detail message and
 offset.
  <dt> 	<a href="java.lang.Integer.html#parseInt(java.lang.String)"><b>parseInt</b></a>(String).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Parses the string argument as a signed decimal integer.
  <dt> 	<a href="java.lang.Integer.html#parseInt(java.lang.String, int)"><b>parseInt</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Parses the string argument as a signed integer in the radix 
 specified by the second argument.
  <dt> 	<a href="java.rmi.server.LogStream.html#parseLevel(java.lang.String)"><b>parseLevel</b></a>(String).
Static method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Convert a string name of a logging level to its internal
 integer representation.
  <dt> 	<a href="java.lang.Long.html#parseLong(java.lang.String)"><b>parseLong</b></a>(String).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Parses the string argument as a signed decimal <code>long</code>.
  <dt> 	<a href="java.lang.Long.html#parseLong(java.lang.String, int)"><b>parseLong</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Parses the string argument as a signed <code>long</code> in the 
 radix specified by the second argument.
  <dt> 	<a href="java.io.StreamTokenizer.html#parseNumbers()"><b>parseNumbers</b></a>().
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specifies that numbers should be parsed by this tokenizer.
  <dt> 	<a href="java.text.Format.html#parseObject(java.lang.String)"><b>parseObject</b></a>(String).
Method in class java.text.<a href="java.text.Format.html#_top_">Format</a>
  <dd>  Parses a string to produce an object.
  <dt> 	<a href="java.text.DateFormat.html#parseObject(java.lang.String, java.text.ParsePosition)"><b>parseObject</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Parse a date/time string into an Object.
  <dt> 	<a href="java.text.Format.html#parseObject(java.lang.String, java.text.ParsePosition)"><b>parseObject</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.Format.html#_top_">Format</a>
  <dd>  Parses a string to produce an object.
  <dt> 	<a href="java.text.MessageFormat.html#parseObject(java.lang.String, java.text.ParsePosition)"><b>parseObject</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Parses the string.
  <dt> 	<a href="java.text.NumberFormat.html#parseObject(java.lang.String, java.text.ParsePosition)"><b>parseObject</b></a>(String, ParsePosition).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Parses a string to produce an object.
  <dt> 	<a href="java.text.ParsePosition.html#ParsePosition(int)"><b>ParsePosition</b></a>(int).
Constructor for class java.text.<a href="java.text.ParsePosition.html#_top_">ParsePosition</a>
  <dd>  Create a new ParsePosition with the given initial index.
  <dt> 	<a href="java.lang.Short.html#parseShort(java.lang.String)"><b>parseShort</b></a>(String).
Static method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Assuming the specified String represents a short, returns
 that short's value.
  <dt> 	<a href="java.lang.Short.html#parseShort(java.lang.String, int)"><b>parseShort</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Assuming the specified String represents a short, returns
 that short's value.
  <dt> 	<a href="java.net.URLStreamHandler.html#parseURL(java.net.URL, java.lang.String, int, int)"><b>parseURL</b></a>(URL, String, int, int).
Method in class java.net.<a href="java.net.URLStreamHandler.html#_top_">URLStreamHandler</a>
  <dd> 
 Parses the string representation of a <code>URL</code> into a 
 <code>URL</code> object.
  <dt> 	<a href="java.io.File.html#pathSeparator"><b>pathSeparator</b></a>.
Static variable in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  The system-dependent path separator string.
  <dt> 	<a href="java.io.File.html#pathSeparatorChar"><b>pathSeparatorChar</b></a>.
Static variable in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  The system-dependent path separator character.
  <dt> 	<a href="java.awt.Event.html#PAUSE"><b>PAUSE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Pause key, a non-ASCII action key.
  <dt> 	<a href="java.util.Stack.html#peek()"><b>peek</b></a>().
Method in class java.util.<a href="java.util.Stack.html#_top_">Stack</a>
  <dd>  Looks at the object at the top of this stack without removing it 
 from the stack.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#peek(java.net.InetAddress)"><b>peek</b></a>(InetAddress).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Peek at the packet to see who it is from.
  <dt> 	<a href="java.awt.EventQueue.html#peekEvent()"><b>peekEvent</b></a>().
Method in class java.awt.<a href="java.awt.EventQueue.html#_top_">EventQueue</a>
  <dd>  Return the first event without removing it.
  <dt> 	<a href="java.awt.EventQueue.html#peekEvent(int)"><b>peekEvent</b></a>(int).
Method in class java.awt.<a href="java.awt.EventQueue.html#_top_">EventQueue</a>
  <dd> 
  <dt> 	<a href="java.security.acl.AclEntry.html#permissions()"><b>permissions</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Returns an enumeration of the permissions in this ACL entry.
  <dt> 	<a href="java.awt.Event.html#PGDN"><b>PGDN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Page Down key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#PGUP"><b>PGUP</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Page Up key, a non-ASCII action key.
  <dt> 	<a href="java.lang.Math.html#PI"><b>PI</b></a>.
Static variable in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  The <code>double</code> value that is closer than any other to 
 <i>pi</i>, the ratio of the circumference of a circle to its diameter.
  <dt> 	<a href="java.awt.Color.html#pink"><b>pink</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color pink.
  <dt> 	<a href="java.io.PipedInputStream.html#PIPE_SIZE"><b>PIPE_SIZE</b></a>.
Static variable in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  
  <dt> 	<a href="java.io.PipedInputStream.html#PipedInputStream()"><b>PipedInputStream</b></a>().
Constructor for class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Creates a piped input stream that is not yet connected to a piped 
 output stream.
  <dt> 	<a href="java.io.PipedInputStream.html#PipedInputStream(java.io.PipedOutputStream)"><b>PipedInputStream</b></a>(PipedOutputStream).
Constructor for class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Creates a piped input stream connected to the specified piped 
 output stream.
  <dt> 	<a href="java.io.PipedOutputStream.html#PipedOutputStream()"><b>PipedOutputStream</b></a>().
Constructor for class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Creates a piped output stream that is not yet connected to a 
 piped input stream.
  <dt> 	<a href="java.io.PipedOutputStream.html#PipedOutputStream(java.io.PipedInputStream)"><b>PipedOutputStream</b></a>(PipedInputStream).
Constructor for class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Creates a piped output stream connected to the specified piped 
 input stream.
  <dt> 	<a href="java.io.PipedReader.html#PipedReader()"><b>PipedReader</b></a>().
Constructor for class java.io.<a href="java.io.PipedReader.html#_top_">PipedReader</a>
  <dd>  Create a reader that is not yet connected to a piped writer.
  <dt> 	<a href="java.io.PipedReader.html#PipedReader(java.io.PipedWriter)"><b>PipedReader</b></a>(PipedWriter).
Constructor for class java.io.<a href="java.io.PipedReader.html#_top_">PipedReader</a>
  <dd>  Create a reader for the specified piped character-output stream.
  <dt> 	<a href="java.io.PipedWriter.html#PipedWriter()"><b>PipedWriter</b></a>().
Constructor for class java.io.<a href="java.io.PipedWriter.html#_top_">PipedWriter</a>
  <dd>  Create a writer that is not yet connected to a piped reader.
  <dt> 	<a href="java.io.PipedWriter.html#PipedWriter(java.io.PipedReader)"><b>PipedWriter</b></a>(PipedReader).
Constructor for class java.io.<a href="java.io.PipedWriter.html#_top_">PipedWriter</a>
  <dd>  Create a writer for the specified piped character-input stream.
  <dt> 	<a href="java.awt.image.ColorModel.html#pixel_bits"><b>pixel_bits</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ColorModel.html#_top_">ColorModel</a>
  <dd> 
  <dt> 	<a href="java.awt.image.PixelGrabber.html#PixelGrabber(java.awt.Image, int, int, int, int, boolean)"><b>PixelGrabber</b></a>(Image, int, int, int, int, boolean).
Constructor for class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Create a PixelGrabber object to grab the (x, y, w, h) rectangular
 section of pixels from the specified image.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#PixelGrabber(java.awt.Image, int, int, int, int, int[], int, int)"><b>PixelGrabber</b></a>(Image, int, int, int, int, int[], int, int).
Constructor for class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Create a PixelGrabber object to grab the (x, y, w, h) rectangular
 section of pixels from the specified image into the given array.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#PixelGrabber(java.awt.image.ImageProducer, int, int, int, int, int[], int, int)"><b>PixelGrabber</b></a>(ImageProducer, int, int, int, int, int[], int, int).
Constructor for class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  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.
  <dt> 	<a href="java.awt.Font.html#PLAIN"><b>PLAIN</b></a>.
Static variable in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  The plain style constant.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#plainTextFlavor"><b>plainTextFlavor</b></a>.
Static variable in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  The DataFlavor representing plain text with unicode encoding, where:
 <p>
 representationClass = InputStream<br>
 mimeType            = "text/plain; charset=unicode"
 <p>

  <dt> 	<a href="java.applet.AudioClip.html#play()"><b>play</b></a>().
Method in interface java.applet.<a href="java.applet.AudioClip.html#_top_">AudioClip</a>
  <dd>  Starts playing this audio clip.
  <dt> 	<a href="java.applet.Applet.html#play(java.net.URL)"><b>play</b></a>(URL).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Plays the audio clip at the specified absolute URL.
  <dt> 	<a href="java.applet.Applet.html#play(java.net.URL, java.lang.String)"><b>play</b></a>(URL, String).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Plays the audio clip given the URL and a specifier that is 
 relative to it.
  <dt> 	<a href="java.util.Calendar.html#PM"><b>PM</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for hour in 12-hour clock.
  <dt> 	<a href="java.awt.Point.html#Point()"><b>Point</b></a>().
Constructor for class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Constructs and initializes a point at the origin 
 (0,&nbsp;0) of the coordinate space.
  <dt> 	<a href="java.awt.Point.html#Point(int, int)"><b>Point</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Constructs and initializes a point at the specified 
 (<i>x</i>,&nbsp;<i>y</i>) location in the coordinate space.
  <dt> 	<a href="java.awt.Point.html#Point(java.awt.Point)"><b>Point</b></a>(Point).
Constructor for class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Constructs and initializes a point with the same location as
 the specified <code>Point</code> object.
  <dt> 	<a href="java.awt.Polygon.html#Polygon()"><b>Polygon</b></a>().
Constructor for class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Creates an empty polygon.
  <dt> 	<a href="java.awt.Polygon.html#Polygon(int[], int[], int)"><b>Polygon</b></a>(int[], int[], int).
Constructor for class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Constructs and initializes a polygon from the specified 
 parameters.
  <dt> 	<a href="java.util.Stack.html#pop()"><b>pop</b></a>().
Method in class java.util.<a href="java.util.Stack.html#_top_">Stack</a>
  <dd>  Removes the object at the top of this stack and returns that 
 object as the value of this function.
  <dt> 	<a href="java.awt.PopupMenu.html#PopupMenu()"><b>PopupMenu</b></a>().
Constructor for class java.awt.<a href="java.awt.PopupMenu.html#_top_">PopupMenu</a>
  <dd>  Creates a new popup menu.
  <dt> 	<a href="java.awt.PopupMenu.html#PopupMenu(java.lang.String)"><b>PopupMenu</b></a>(String).
Constructor for class java.awt.<a href="java.awt.PopupMenu.html#_top_">PopupMenu</a>
  <dd>  Creates a new popup menu with the specified name.
  <dt> 	<a href="java.net.SocketImpl.html#port"><b>port</b></a>.
Variable in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  The port number on the remote host to which this socket is connected.
  <dt> 	<a href="java.io.BufferedInputStream.html#pos"><b>pos</b></a>.
Variable in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  The current position in the buffer.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#pos"><b>pos</b></a>.
Variable in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  The index of the next character to read from the input stream buffer.
  <dt> 	<a href="java.io.CharArrayReader.html#pos"><b>pos</b></a>.
Variable in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd> Current buffer position
  <dt> 	<a href="java.io.PushbackInputStream.html#pos"><b>pos</b></a>.
Variable in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  The position within the pushback buffer from which the next byte will
 be read.
  <dt> 	<a href="java.io.StringBufferInputStream.html#pos"><b>pos</b></a>.
Variable in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  The index of the next character to read from the input stream buffer.
  <dt> 	<a href="java.lang.Double.html#POSITIVE_INFINITY"><b>POSITIVE_INFINITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  The positive infinity of type <code>double</code>.
  <dt> 	<a href="java.lang.Float.html#POSITIVE_INFINITY"><b>POSITIVE_INFINITY</b></a>.
Static variable in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  The positive infinity of type <code>float</code>.
  <dt> 	<a href="java.awt.EventQueue.html#postEvent(java.awt.AWTEvent)"><b>postEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.EventQueue.html#_top_">EventQueue</a>
  <dd>  Post a 1.1-style event to the EventQueue.
  <dt> 	<a href="java.awt.Component.html#postEvent(java.awt.Event)"><b>postEvent</b></a>(Event).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.MenuComponent.html#postEvent(java.awt.Event)"><b>postEvent</b></a>(Event).
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Posts the specified event to the menu.
  <dt> 	<a href="java.awt.MenuContainer.html#postEvent(java.awt.Event)"><b>postEvent</b></a>(Event).
Method in interface java.awt.<a href="java.awt.MenuContainer.html#_top_">MenuContainer</a>
  <dd>  
  <dt> 	<a href="java.awt.Window.html#postEvent(java.awt.Event)"><b>postEvent</b></a>(Event).
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  
  <dt> 	<a href="java.lang.Math.html#pow(double, double)"><b>pow</b></a>(double, double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns of value of the first argument raised to the power of the
 second argument.
  <dt> 	<a href="java.math.BigInteger.html#pow(int)"><b>pow</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this ** exponent).
  <dt> 	<a href="java.util.Locale.html#PRC"><b>PRC</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.awt.Cursor.html#predefined"><b>predefined</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd> 
  <dt> 	<a href="java.awt.BorderLayout.html#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Determines the preferred size of the <code>target</code> 
 container using this layout manager, based on the components
 in the container.
  <dt> 	<a href="java.awt.CardLayout.html#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd> 
 Determines the preferred size of the container argument using 
 this card layout.
  <dt> 	<a href="java.awt.FlowLayout.html#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Returns the preferred dimensions for this layout given the components
 in the specified target container.
  <dt> 	<a href="java.awt.GridBagLayout.html#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
 Determines the preferred size of the <code>target</code> 
 container using this grid bag layout.
  <dt> 	<a href="java.awt.GridLayout.html#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd> 
 Determines the preferred size of the container argument using 
 this grid layout.
  <dt> 	<a href="java.awt.LayoutManager.html#preferredLayoutSize(java.awt.Container)"><b>preferredLayoutSize</b></a>(Container).
Method in interface java.awt.<a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  <dd>  Calculates the preferred size dimensions for the specified 
 panel given the components in the specified parent container.
  <dt> 	<a href="java.awt.GridBagLayout.html#PREFERREDSIZE"><b>PREFERREDSIZE</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.awt.Component.html#preferredSize()"><b>preferredSize</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#preferredSize()"><b>preferredSize</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by getPreferredSize().
  <dt> 	<a href="java.awt.Container.html#preferredSize()"><b>preferredSize</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 
  <dt> 	<a href="java.awt.List.html#preferredSize()"><b>preferredSize</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.TextArea.html#preferredSize()"><b>preferredSize</b></a>().
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.awt.TextField.html#preferredSize()"><b>preferredSize</b></a>().
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  
  <dt> 	<a href="java.awt.List.html#preferredSize(int)"><b>preferredSize</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ListPeer.html#preferredSize(int)"><b>preferredSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd>  DEPRECATED:  Replaced by getPreferredSize(int).
  <dt> 	<a href="java.awt.TextField.html#preferredSize(int)"><b>preferredSize</b></a>(int).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextFieldPeer.html#preferredSize(int)"><b>preferredSize</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  <dd>  DEPRECATED:  Replaced by getPreferredSize(int).
  <dt> 	<a href="java.awt.TextArea.html#preferredSize(int, int)"><b>preferredSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#preferredSize(int, int)"><b>preferredSize</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd>  DEPRECATED:  Replaced by getPreferredSize(int, int).
  <dt> 	<a href="java.sql.Connection.html#prepareCall(java.lang.String)"><b>prepareCall</b></a>(String).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  A SQL stored procedure call statement is handled by creating a
 CallableStatement for it.
  <dt> 	<a href="java.awt.Component.html#prepareImage(java.awt.Image, java.awt.image.ImageObserver)"><b>prepareImage</b></a>(Image, ImageObserver).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prepares an image for rendering on this component.
  <dt> 	<a href="java.awt.Component.html#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>prepareImage</b></a>(Image, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prepares an image for rendering on this component at the 
 specified width and height.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>prepareImage</b></a>(Image, int, int, ImageObserver).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Toolkit.html#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>prepareImage</b></a>(Image, int, int, ImageObserver).
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Prepares an image for rendering.
  <dt> 	<a href="java.sql.Connection.html#prepareStatement(java.lang.String)"><b>prepareStatement</b></a>(String).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  A SQL statement with or without IN parameters can be
 pre-compiled and stored in a PreparedStatement object.
  <dt> 	<a href="java.text.BreakIterator.html#previous()"><b>previous</b></a>().
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Return the boundary preceding the current boundary.
  <dt> 	<a href="java.text.CharacterIterator.html#previous()"><b>previous</b></a>().
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Decrement the iterator's index by one and return the character
 at the new index.
  <dt> 	<a href="java.text.StringCharacterIterator.html#previous()"><b>previous</b></a>().
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Decrement the iterator's index by one and return the character
 at the new index.
  <dt> 	<a href="java.awt.CardLayout.html#previous(java.awt.Container)"><b>previous</b></a>(Container).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Flips to the previous card of the specified container.
  <dt> 	<a href="java.text.ChoiceFormat.html#previousDouble(double)"><b>previousDouble</b></a>(double).
Static method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Finds the greatest double less than d.
  <dt> 	<a href="java.text.Collator.html#PRIMARY"><b>PRIMARY</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Collator strength value.
  <dt> 	<a href="java.text.CollationElementIterator.html#primaryOrder(int)"><b>primaryOrder</b></a>(int).
Static method in class java.text.<a href="java.text.CollationElementIterator.html#_top_">CollationElementIterator</a>
  <dd>  Get the primary order of a collation order.
  <dt> 	<a href="java.io.PrintStream.html#print(boolean)"><b>print</b></a>(boolean).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a boolean value.
  <dt> 	<a href="java.io.PrintWriter.html#print(boolean)"><b>print</b></a>(boolean).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a boolean.
  <dt> 	<a href="java.io.PrintStream.html#print(char)"><b>print</b></a>(char).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a character.
  <dt> 	<a href="java.io.PrintWriter.html#print(char)"><b>print</b></a>(char).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a character.
  <dt> 	<a href="java.io.PrintStream.html#print(char[])"><b>print</b></a>(char[]).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print an array of characters.
  <dt> 	<a href="java.io.PrintWriter.html#print(char[])"><b>print</b></a>(char[]).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print an array of chracters.
  <dt> 	<a href="java.io.PrintStream.html#print(double)"><b>print</b></a>(double).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a double-precision floating-point number.
  <dt> 	<a href="java.io.PrintWriter.html#print(double)"><b>print</b></a>(double).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a double.
  <dt> 	<a href="java.io.PrintStream.html#print(float)"><b>print</b></a>(float).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a floating-point number.
  <dt> 	<a href="java.io.PrintWriter.html#print(float)"><b>print</b></a>(float).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a float.
  <dt> 	<a href="java.awt.Component.html#print(java.awt.Graphics)"><b>print</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#print(java.awt.Graphics)"><b>print</b></a>(Graphics).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#print(java.awt.Graphics)"><b>print</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Prints the container.
  <dt> 	<a href="java.io.PrintStream.html#print(int)"><b>print</b></a>(int).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print an integer.
  <dt> 	<a href="java.io.PrintWriter.html#print(int)"><b>print</b></a>(int).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print an integer.
  <dt> 	<a href="java.io.PrintStream.html#print(long)"><b>print</b></a>(long).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a long integer.
  <dt> 	<a href="java.io.PrintWriter.html#print(long)"><b>print</b></a>(long).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a long.
  <dt> 	<a href="java.io.PrintStream.html#print(java.lang.Object)"><b>print</b></a>(Object).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print an object.
  <dt> 	<a href="java.io.PrintWriter.html#print(java.lang.Object)"><b>print</b></a>(Object).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print an object.
  <dt> 	<a href="java.io.PrintStream.html#print(java.lang.String)"><b>print</b></a>(String).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a string.
  <dt> 	<a href="java.io.PrintWriter.html#print(java.lang.String)"><b>print</b></a>(String).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a String.
  <dt> 	<a href="java.awt.Event.html#PRINT_SCREEN"><b>PRINT_SCREEN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Print Screen key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Component.html#printAll(java.awt.Graphics)"><b>printAll</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Prints this component and all of its subcomponents.
  <dt> 	<a href="java.awt.Container.html#printComponents(java.awt.Graphics)"><b>printComponents</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Prints each of the components in this container.
  <dt> 	<a href="java.awt.ScrollPane.html#printComponents(java.awt.Graphics)"><b>printComponents</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd> 
 Prints the component in this scroll pane.
  <dt> 	<a href="java.awt.PrintJob.html#PrintJob()"><b>PrintJob</b></a>().
Constructor for class java.awt.<a href="java.awt.PrintJob.html#_top_">PrintJob</a>
  <dd> 
  <dt> 	<a href="java.io.PrintStream.html#println()"><b>println</b></a>().
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Finish the current line by writing a line separator.
  <dt> 	<a href="java.io.PrintWriter.html#println()"><b>println</b></a>().
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(boolean)"><b>println</b></a>(boolean).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a boolean, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(boolean)"><b>println</b></a>(boolean).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a boolean, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(char)"><b>println</b></a>(char).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a character, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(char)"><b>println</b></a>(char).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a character, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(char[])"><b>println</b></a>(char[]).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print an array of characters, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(char[])"><b>println</b></a>(char[]).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print an array of characters, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(double)"><b>println</b></a>(double).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a double, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(double)"><b>println</b></a>(double).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a double, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(float)"><b>println</b></a>(float).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a float, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(float)"><b>println</b></a>(float).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a float, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(int)"><b>println</b></a>(int).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print an integer, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(int)"><b>println</b></a>(int).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print an integer, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(long)"><b>println</b></a>(long).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a long, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(long)"><b>println</b></a>(long).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a long, and then finish the line.
  <dt> 	<a href="java.io.PrintStream.html#println(java.lang.Object)"><b>println</b></a>(Object).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print an Object, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(java.lang.Object)"><b>println</b></a>(Object).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print an Object, and then finish the line.
  <dt> 	<a href="java.sql.DriverManager.html#println(java.lang.String)"><b>println</b></a>(String).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Print a message to the current JDBC log stream

 
  <dt> 	<a href="java.io.PrintStream.html#println(java.lang.String)"><b>println</b></a>(String).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Print a String, and then finish the line.
  <dt> 	<a href="java.io.PrintWriter.html#println(java.lang.String)"><b>println</b></a>(String).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Print a String, and then finish the line.
  <dt> 	<a href="java.lang.Throwable.html#printStackTrace()"><b>printStackTrace</b></a>().
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Prints this <code>Throwable</code> and its backtrace to the 
 standard error stream.
  <dt> 	<a href="java.lang.Throwable.html#printStackTrace(java.io.PrintStream)"><b>printStackTrace</b></a>(PrintStream).
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Prints this <code>Throwable</code> and its backtrace to the 
 specified print stream.
  <dt> 	<a href="java.lang.Throwable.html#printStackTrace(java.io.PrintWriter)"><b>printStackTrace</b></a>(PrintWriter).
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Prints this <code>Throwable</code> and its backtrace to the specified
 print writer.
  <dt> 	<a href="java.io.PrintStream.html#PrintStream(java.io.OutputStream)"><b>PrintStream</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Create a new print stream.
  <dt> 	<a href="java.io.PrintStream.html#PrintStream(java.io.OutputStream, boolean)"><b>PrintStream</b></a>(OutputStream, boolean).
Constructor for class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Create a new PrintStream.
  <dt> 	<a href="sun.tools.debug.DebuggerCallback.html#printToConsole(java.lang.String)"><b>printToConsole</b></a>(String).
Method in interface sun.tools.debug.<a href="sun.tools.debug.DebuggerCallback.html#_top_">DebuggerCallback</a>
  <dd>  Print text to the debugger's console window.
  <dt> 	<a href="java.io.PrintWriter.html#PrintWriter(java.io.OutputStream)"><b>PrintWriter</b></a>(OutputStream).
Constructor for class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Create a new PrintWriter, without automatic line flushing, from an
 existing OutputStream.
  <dt> 	<a href="java.io.PrintWriter.html#PrintWriter(java.io.OutputStream, boolean)"><b>PrintWriter</b></a>(OutputStream, boolean).
Constructor for class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Create a new PrintWriter from an existing OutputStream.
  <dt> 	<a href="java.io.PrintWriter.html#PrintWriter(java.io.Writer)"><b>PrintWriter</b></a>(Writer).
Constructor for class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Create a new PrintWriter, without automatic line flushing.
  <dt> 	<a href="java.io.PrintWriter.html#PrintWriter(java.io.Writer, boolean)"><b>PrintWriter</b></a>(Writer, boolean).
Constructor for class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Create a new PrintWriter.
  <dt> 	<a href="java.lang.reflect.Modifier.html#PRIVATE"><b>PRIVATE</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#PRIVATE_USE"><b>PRIVATE_USE</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureColumnIn"><b>procedureColumnIn</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN_TYPE - IN parameter.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureColumnInOut"><b>procedureColumnInOut</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN_TYPE - INOUT parameter.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureColumnOut"><b>procedureColumnOut</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN_TYPE - OUT parameter.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureColumnResult"><b>procedureColumnResult</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN_TYPE - result column in ResultSet.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureColumnReturn"><b>procedureColumnReturn</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN_TYPE - procedure return value.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureColumnUnknown"><b>procedureColumnUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  COLUMN_TYPE - nobody knows.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureNoNulls"><b>procedureNoNulls</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE NULLABLE - does not allow NULL values.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureNoResult"><b>procedureNoResult</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  PROCEDURE_TYPE - Does not return a result.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureNullable"><b>procedureNullable</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE NULLABLE - allows NULL values.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureNullableUnknown"><b>procedureNullableUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE NULLABLE - nullability unknown.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureResultUnknown"><b>procedureResultUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  PROCEDURE_TYPE - May return a result.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#procedureReturnsResult"><b>procedureReturnsResult</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  PROCEDURE_TYPE - Returns a result.
  <dt> 	<a href="java.lang.Process.html#Process()"><b>Process</b></a>().
Constructor for class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd> 
  <dt> 	<a href="java.awt.Button.html#processActionEvent(java.awt.event.ActionEvent)"><b>processActionEvent</b></a>(ActionEvent).
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd> 
 Processes action events occurring on this button 
 by dispatching them to any registered 
 <code>ActionListener</code> objects.
  <dt> 	<a href="java.awt.List.html#processActionEvent(java.awt.event.ActionEvent)"><b>processActionEvent</b></a>(ActionEvent).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd> 
 Processes action events occurring on this component 
 by dispatching them to any registered 
 <code>ActionListener</code> objects.
  <dt> 	<a href="java.awt.MenuItem.html#processActionEvent(java.awt.event.ActionEvent)"><b>processActionEvent</b></a>(ActionEvent).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Processes action events occurring on this menu item,
 by dispatching them to any registered
 <code>ActionListener</code> objects.
  <dt> 	<a href="java.awt.TextField.html#processActionEvent(java.awt.event.ActionEvent)"><b>processActionEvent</b></a>(ActionEvent).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Processes action events occurring on this text field by
 dispatching them to any registered
 <code>ActionListener</code> objects.
  <dt> 	<a href="java.awt.Scrollbar.html#processAdjustmentEvent(java.awt.event.AdjustmentEvent)"><b>processAdjustmentEvent</b></a>(AdjustmentEvent).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd> 
 Processes adjustment events occurring on this 
 scrollbar by dispatching them to any registered 
 <code>AdjustmentListener</code> objects.
  <dt> 	<a href="java.awt.Component.html#processComponentEvent(java.awt.event.ComponentEvent)"><b>processComponentEvent</b></a>(ComponentEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Processes component events occurring on this component by
 dispatching them to any registered 
 <code>ComponentListener</code> objects.
  <dt> 	<a href="java.awt.Container.html#processContainerEvent(java.awt.event.ContainerEvent)"><b>processContainerEvent</b></a>(ContainerEvent).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Processes container events occurring on this container by
 dispatching them to any registered ContainerListener objects.
  <dt> 	<a href="java.awt.Button.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Processes events on this button.
  <dt> 	<a href="java.awt.Checkbox.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Processes events on this check box.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Processes events on this check box menu item.
  <dt> 	<a href="java.awt.Choice.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Processes events on this choice.
  <dt> 	<a href="java.awt.Component.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Processes events occurring on this component.
  <dt> 	<a href="java.awt.Container.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Processes events on this container.
  <dt> 	<a href="java.awt.List.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Processes events on this scrolling list.
  <dt> 	<a href="java.awt.MenuComponent.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Processes events occurring on this menu component.
  <dt> 	<a href="java.awt.MenuItem.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Processes events on this menu item.
  <dt> 	<a href="java.awt.Scrollbar.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Processes events on this scroll bar.
  <dt> 	<a href="java.awt.TextComponent.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Processes events on this textcomponent.
  <dt> 	<a href="java.awt.TextField.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Processes events on this text field.
  <dt> 	<a href="java.awt.Window.html#processEvent(java.awt.AWTEvent)"><b>processEvent</b></a>(AWTEvent).
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Processes events on this window.
  <dt> 	<a href="java.awt.Component.html#processFocusEvent(java.awt.event.FocusEvent)"><b>processFocusEvent</b></a>(FocusEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Processes focus events occurring on this component by
 dispatching them to any registered 
 <code>FocusListener</code> objects.
  <dt> 	<a href="java.awt.Checkbox.html#processItemEvent(java.awt.event.ItemEvent)"><b>processItemEvent</b></a>(ItemEvent).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd> 
 Processes item events occurring on this check box by
 dispatching them to any registered 
 <code>ItemListener</code> objects.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#processItemEvent(java.awt.event.ItemEvent)"><b>processItemEvent</b></a>(ItemEvent).
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Processes item events occurring on this check box menu item by
 dispatching them to any registered <code>ItemListener</code> objects.
  <dt> 	<a href="java.awt.Choice.html#processItemEvent(java.awt.event.ItemEvent)"><b>processItemEvent</b></a>(ItemEvent).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd> 
 Processes item events occurring on this <code>Choice</code> 
 menu by dispatching them to any registered 
 <code>ItemListener</code> objects.
  <dt> 	<a href="java.awt.List.html#processItemEvent(java.awt.event.ItemEvent)"><b>processItemEvent</b></a>(ItemEvent).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd> 
 Processes item events occurring on this list by
 dispatching them to any registered 
 <code>ItemListener</code> objects.
  <dt> 	<a href="java.awt.Component.html#processKeyEvent(java.awt.event.KeyEvent)"><b>processKeyEvent</b></a>(KeyEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Processes key events occurring on this component by
 dispatching them to any registered 
 <codeKeyListener</code> objects.
  <dt> 	<a href="java.awt.Component.html#processMouseEvent(java.awt.event.MouseEvent)"><b>processMouseEvent</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Processes mouse events occurring on this component by
 dispatching them to any registered 
 <code>MouseListener</code> objects.
  <dt> 	<a href="java.awt.Component.html#processMouseMotionEvent(java.awt.event.MouseEvent)"><b>processMouseMotionEvent</b></a>(MouseEvent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Processes mouse motion events occurring on this component by
 dispatching them to any registered 
 <code>MouseMotionListener</code> objects.
  <dt> 	<a href="java.awt.TextComponent.html#processTextEvent(java.awt.event.TextEvent)"><b>processTextEvent</b></a>(TextEvent).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd> 
 Processes text events occurring on this text component by
 dispatching them to any registered TextListener objects.
  <dt> 	<a href="java.awt.Window.html#processWindowEvent(java.awt.event.WindowEvent)"><b>processWindowEvent</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd> 
 Processes window events occurring on this window by
 dispatching them to any registered WindowListener objects.
  <dt> 	<a href="java.awt.image.ImageObserver.html#PROPERTIES"><b>PROPERTIES</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  The properties of the image are now available.
  <dt> 	<a href="java.util.Properties.html#Properties()"><b>Properties</b></a>().
Constructor for class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Creates an empty property list with no default values.
  <dt> 	<a href="java.util.Properties.html#Properties(java.util.Properties)"><b>Properties</b></a>(Properties).
Constructor for class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Creates an empty property list with the specified defaults.
  <dt> 	<a href="java.beans.PropertyChangeListener.html#propertyChange(java.beans.PropertyChangeEvent)"><b>propertyChange</b></a>(PropertyChangeEvent).
Method in interface java.beans.<a href="java.beans.PropertyChangeListener.html#_top_">PropertyChangeListener</a>
  <dd>  This method gets called when a bound property is changed.
  <dt> 	<a href="java.beans.PropertyChangeEvent.html#PropertyChangeEvent(java.lang.Object, java.lang.String, java.lang.Object, java.lang.Object)"><b>PropertyChangeEvent</b></a>(Object, String, Object, Object).
Constructor for class java.beans.<a href="java.beans.PropertyChangeEvent.html#_top_">PropertyChangeEvent</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyChangeSupport.html#PropertyChangeSupport(java.lang.Object)"><b>PropertyChangeSupport</b></a>(Object).
Constructor for class java.beans.<a href="java.beans.PropertyChangeSupport.html#_top_">PropertyChangeSupport</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyDescriptor.html#PropertyDescriptor(java.lang.String, java.lang.Class)"><b>PropertyDescriptor</b></a>(String, Class).
Constructor for class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  Constructs a PropertyDescriptor for a property that follows
 the standard Java convention by having getFoo and setFoo 
 accessor methods.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#PropertyDescriptor(java.lang.String, java.lang.Class, java.lang.String, java.lang.String)"><b>PropertyDescriptor</b></a>(String, Class, String, String).
Constructor for class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  This constructor takes the name of a simple property, and method
 names for reading and writing the property.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#PropertyDescriptor(java.lang.String, java.lang.reflect.Method, java.lang.reflect.Method)"><b>PropertyDescriptor</b></a>(String, Method, Method).
Constructor for class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  This constructor takes the name of a simple property, and Method
 objects for reading and writing the property.
  <dt> 	<a href="java.beans.PropertyEditorManager.html#PropertyEditorManager()"><b>PropertyEditorManager</b></a>().
Constructor for class java.beans.<a href="java.beans.PropertyEditorManager.html#_top_">PropertyEditorManager</a>
  <dd> 
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#PropertyEditorSupport()"><b>PropertyEditorSupport</b></a>().
Constructor for class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Constructor for use by derived PropertyEditor classes.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#PropertyEditorSupport(java.lang.Object)"><b>PropertyEditorSupport</b></a>(Object).
Constructor for class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Constructor for use when a PropertyEditor is delegating to us.
  <dt> 	<a href="java.util.Properties.html#propertyNames()"><b>propertyNames</b></a>().
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Returns an enumeration of all the keys in this property list, including
 the keys in the default property list.
  <dt> 	<a href="java.util.PropertyResourceBundle.html#PropertyResourceBundle(java.io.InputStream)"><b>PropertyResourceBundle</b></a>(InputStream).
Constructor for class java.util.<a href="java.util.PropertyResourceBundle.html#_top_">PropertyResourceBundle</a>
  <dd>  Creates a property resource
 
  <dt> 	<a href="java.beans.PropertyVetoException.html#PropertyVetoException(java.lang.String, java.beans.PropertyChangeEvent)"><b>PropertyVetoException</b></a>(String, PropertyChangeEvent).
Constructor for class java.beans.<a href="java.beans.PropertyVetoException.html#_top_">PropertyVetoException</a>
  <dd>  
  <dt> 	<a href="java.lang.reflect.Modifier.html#PROTECTED"><b>PROTECTED</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.net.ProtocolException.html#ProtocolException()"><b>ProtocolException</b></a>().
Constructor for class java.net.<a href="java.net.ProtocolException.html#_top_">ProtocolException</a>
  <dd>  Constructs a new <code>ProtocolException</code> with no detail message.
  <dt> 	<a href="java.net.ProtocolException.html#ProtocolException(java.lang.String)"><b>ProtocolException</b></a>(String).
Constructor for class java.net.<a href="java.net.ProtocolException.html#_top_">ProtocolException</a>
  <dd>  Constructs a new <code>ProtocolException</code> with the 
 specified detail message.
  <dt> 	<a href="java.security.Provider.html#Provider(java.lang.String, double, java.lang.String)"><b>Provider</b></a>(String, double, String).
Constructor for class java.security.<a href="java.security.Provider.html#_top_">Provider</a>
  <dd>  Constructs a provider with the specified name, version number,
 and information.
  <dt> 	<a href="java.security.ProviderException.html#ProviderException()"><b>ProviderException</b></a>().
Constructor for class java.security.<a href="java.security.ProviderException.html#_top_">ProviderException</a>
  <dd>  Constructs a ProviderException with no detail message.
  <dt> 	<a href="java.security.ProviderException.html#ProviderException(java.lang.String)"><b>ProviderException</b></a>(String).
Constructor for class java.security.<a href="java.security.ProviderException.html#_top_">ProviderException</a>
  <dd>  Constructs a ProviderException with the specified detail
 message.
  <dt> 	<a href="java.lang.reflect.Member.html#PUBLIC"><b>PUBLIC</b></a>.
Static variable in interface java.lang.reflect.<a href="java.lang.reflect.Member.html#_top_">Member</a>
  <dd>  Identifies the set of all public members of a class or interface,
 including inherited members.
  <dt> 	<a href="java.lang.reflect.Modifier.html#PUBLIC"><b>PUBLIC</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.util.Stack.html#push(java.lang.Object)"><b>push</b></a>(Object).
Method in class java.util.<a href="java.util.Stack.html#_top_">Stack</a>
  <dd>  Pushes an item onto the top of this stack.
  <dt> 	<a href="java.io.StreamTokenizer.html#pushBack()"><b>pushBack</b></a>().
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Causes the next call to the <code>nextToken</code> method of this 
 tokenizer to return the current value in the <code>ttype</code> 
 field, and not to modify the value in the <code>nval</code> or 
 <code>sval</code> field.
  <dt> 	<a href="java.io.PushbackInputStream.html#PushbackInputStream(java.io.InputStream)"><b>PushbackInputStream</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Creates a new pushback input stream with a one-byte pushback buffer.
  <dt> 	<a href="java.io.PushbackInputStream.html#PushbackInputStream(java.io.InputStream, int)"><b>PushbackInputStream</b></a>(InputStream, int).
Constructor for class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Creates a new pushback input stream with a pushback buffer
 of the specified size.
  <dt> 	<a href="java.io.PushbackReader.html#PushbackReader(java.io.Reader)"><b>PushbackReader</b></a>(Reader).
Constructor for class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Create a new pushback reader with a one-character pushback buffer.
  <dt> 	<a href="java.io.PushbackReader.html#PushbackReader(java.io.Reader, int)"><b>PushbackReader</b></a>(Reader, int).
Constructor for class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Create a new pushback reader with a pushback buffer of the given size.
  <dt> 	<a href="java.util.Dictionary.html#put(java.lang.Object, java.lang.Object)"><b>put</b></a>(Object, Object).
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Maps the specified <code>key</code> to the specified 
 <code>value</code> in this dictionary.
  <dt> 	<a href="java.util.Hashtable.html#put(java.lang.Object, java.lang.Object)"><b>put</b></a>(Object, Object).
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Maps the specified <code>key</code> to the specified 
 <code>value</code> in this hashtable.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#putNextEntry(java.util.zip.ZipEntry)"><b>putNextEntry</b></a>(ZipEntry).
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Begins writing a new ZIP file entry and positions the stream to the
 start of the entry data.
</dl>
<a name="Thumb-Q"></a>
<hr>
<h2>
<a name="Thumb-Q"><b> Q </b></a>
</h2>
<dl>
  <dt> 	<a href="sun.tools.debug.DebuggerCallback.html#quitEvent()"><b>quitEvent</b></a>().
Method in interface sun.tools.debug.<a href="sun.tools.debug.DebuggerCallback.html#_top_">DebuggerCallback</a>
  <dd>  The client interpreter has exited, either by returning from its
  main thread, or by calling System.exit().
  <dt> 	<a href="java.io.StreamTokenizer.html#quoteChar(int)"><b>quoteChar</b></a>(int).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specifies that matching pairs of this character delimit string 
 constants in this tokenizer.
</dl>
<a name="Thumb-R"></a>
<hr>
<h2>
<a name="Thumb-R"><b> R </b></a>
</h2>
<dl>
  <dt> 	<a href="java.lang.Math.html#random()"><b>random</b></a>().
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns a random number between <code>0.0</code> and <code>1.0</code>.
  <dt> 	<a href="java.util.Random.html#Random()"><b>Random</b></a>().
Constructor for class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd> 
 Creates a new random number generator.
  <dt> 	<a href="java.util.Random.html#Random(long)"><b>Random</b></a>(long).
Constructor for class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd> 
 Creates a new random number generator using a single 
 <code>long</code> seed.
  <dt> 	<a href="java.io.RandomAccessFile.html#RandomAccessFile(java.io.File, java.lang.String)"><b>RandomAccessFile</b></a>(File, String).
Constructor for class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Creates a random access file stream to read from, and optionally 
 to write to, the file specified by the <code>File</code> argument.
  <dt> 	<a href="java.io.RandomAccessFile.html#RandomAccessFile(java.lang.String, java.lang.String)"><b>RandomAccessFile</b></a>(String, String).
Constructor for class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Creates a random access file stream to read from, and optionally 
 to write to, a file with the specified name.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#RANDOMPIXELORDER"><b>RANDOMPIXELORDER</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The pixels will be delivered in a random order.
  <dt> 	<a href="java.io.BufferedInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Reads the next byte of data from this buffered input stream.
  <dt> 	<a href="java.io.BufferedReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.CharArrayReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.util.zip.CheckedInputStream.html#read()"><b>read</b></a>().
Method in class java.util.zip.<a href="java.util.zip.CheckedInputStream.html#_top_">CheckedInputStream</a>
  <dd>  Reads a byte.
  <dt> 	<a href="java.security.DigestInputStream.html#read()"><b>read</b></a>().
Method in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Reads a byte, and updates the message digest (if the digest
 function is on).
  <dt> 	<a href="java.io.FileInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Reads a byte of data from this input stream.
  <dt> 	<a href="java.io.FilterInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.FilterReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#read()"><b>read</b></a>().
Method in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Reads a byte of uncompressed data.
  <dt> 	<a href="java.io.InputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.InputStreamReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.io.LineNumberInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.LineNumberReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.io.ObjectInput.html#read()"><b>read</b></a>().
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Reads a byte of data.
  <dt> 	<a href="java.io.ObjectInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a byte of data.
  <dt> 	<a href="java.io.PipedInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Reads the next byte of data from this piped input stream.
  <dt> 	<a href="java.io.PushbackInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.PushbackReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.io.RandomAccessFile.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a byte of data from this file.
  <dt> 	<a href="java.io.Reader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.io.SequenceInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.SequenceInputStream.html#_top_">SequenceInputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.StringBufferInputStream.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  Reads the next byte of data from this input stream.
  <dt> 	<a href="java.io.StringReader.html#read()"><b>read</b></a>().
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Read a single character.
  <dt> 	<a href="java.io.DataInputStream.html#read(byte[])"><b>read</b></a>(byte[]).
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads up to <code>byte.length</code> bytes of data from this data 
 input stream into an array of bytes.
  <dt> 	<a href="java.io.FileInputStream.html#read(byte[])"><b>read</b></a>(byte[]).
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Reads up to <code>b.length</code> bytes of data from this input 
 stream into an array of bytes.
  <dt> 	<a href="java.io.FilterInputStream.html#read(byte[])"><b>read</b></a>(byte[]).
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Reads up to <code>byte.length</code> bytes of data from this 
 input stream into an array of bytes.
  <dt> 	<a href="java.io.InputStream.html#read(byte[])"><b>read</b></a>(byte[]).
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Reads up to <code>b.length</code> bytes of data from this input
 stream into an array of bytes.
  <dt> 	<a href="java.io.ObjectInput.html#read(byte[])"><b>read</b></a>(byte[]).
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Reads into an array of bytes.
  <dt> 	<a href="java.io.RandomAccessFile.html#read(byte[])"><b>read</b></a>(byte[]).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads up to <code>b.length</code> bytes of data from this file 
 into an array of bytes.
  <dt> 	<a href="java.io.BufferedInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Reads bytes into a portion of an array.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data into an array of bytes 
 from this input stream.
  <dt> 	<a href="java.util.zip.CheckedInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.CheckedInputStream.html#_top_">CheckedInputStream</a>
  <dd>  Reads into an array of bytes.
  <dt> 	<a href="java.io.DataInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this data input 
 stream into an array of bytes.
  <dt> 	<a href="java.security.DigestInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Reads into a byte array, and updates the message digest (if the
 digest function is on).
  <dt> 	<a href="java.io.FileInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream 
 into an array of bytes.
  <dt> 	<a href="java.io.FilterInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream 
 into an array of bytes.
  <dt> 	<a href="java.util.zip.GZIPInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.GZIPInputStream.html#_top_">GZIPInputStream</a>
  <dd>  Reads uncompressed data into an array of bytes.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Reads uncompressed data into an array of bytes.
  <dt> 	<a href="java.io.InputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream
 into an array of bytes.
  <dt> 	<a href="java.io.LineNumberInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream 
 into an array of bytes.
  <dt> 	<a href="java.io.ObjectInput.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Reads into an array of bytes.
  <dt> 	<a href="java.io.ObjectInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads into an array of bytes.
  <dt> 	<a href="java.io.PipedInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this piped input 
 stream into an array of bytes.
  <dt> 	<a href="java.io.PushbackInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream into
 an array of bytes.
  <dt> 	<a href="java.io.RandomAccessFile.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads up to <code>len</code> bytes of data from this file into an 
 array of bytes.
  <dt> 	<a href="java.io.SequenceInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.SequenceInputStream.html#_top_">SequenceInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream 
 into an array of bytes.
  <dt> 	<a href="java.io.StringBufferInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  Reads up to <code>len</code> bytes of data from this input stream 
 into an array of bytes.
  <dt> 	<a href="java.util.zip.ZipInputStream.html#read(byte[], int, int)"><b>read</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd>  Reads from the current ZIP entry into an array of bytes.
  <dt> 	<a href="java.io.Reader.html#read(char[])"><b>read</b></a>(char[]).
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Read characters into an array.
  <dt> 	<a href="java.io.BufferedReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.CharArrayReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.FilterReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.InputStreamReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.LineNumberReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.PipedReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.PipedReader.html#_top_">PipedReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.PushbackReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.Reader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.io.StringReader.html#read(char[], int, int)"><b>read</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Read characters into a portion of an array.
  <dt> 	<a href="java.rmi.server.UID.html#read(java.io.DataInput)"><b>read</b></a>(DataInput).
Static method in class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Get the uid from the input stream.
  <dt> 	<a href="java.rmi.server.ObjID.html#read(java.io.ObjectInput)"><b>read</b></a>(ObjectInput).
Static method in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  The read method constructs an object id whose contents is read
 from the specified input stream.
  <dt> 	<a href="java.io.DataInput.html#readBoolean()"><b>readBoolean</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a <code>boolean</code> value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readBoolean()"><b>readBoolean</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a <code>boolean</code> from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readBoolean()"><b>readBoolean</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads in a boolean.
  <dt> 	<a href="java.io.RandomAccessFile.html#readBoolean()"><b>readBoolean</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a <code>boolean</code> from this file.
  <dt> 	<a href="java.io.DataInput.html#readByte()"><b>readByte</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a signed 8-bit value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readByte()"><b>readByte</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a signed 8-bit value from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readByte()"><b>readByte</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads an 8 bit byte.
  <dt> 	<a href="java.io.RandomAccessFile.html#readByte()"><b>readByte</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a signed 8-bit value from this file.
  <dt> 	<a href="java.io.DataInput.html#readChar()"><b>readChar</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a Unicode <code>char</code> value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readChar()"><b>readChar</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a Unicode character from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readChar()"><b>readChar</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a 16 bit char.
  <dt> 	<a href="java.io.RandomAccessFile.html#readChar()"><b>readChar</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a Unicode character from this file.
  <dt> 	<a href="java.io.DataInput.html#readDouble()"><b>readDouble</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a <code>double</code> value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readDouble()"><b>readDouble</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a <code>double</code> from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readDouble()"><b>readDouble</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a 64 bit double.
  <dt> 	<a href="java.io.RandomAccessFile.html#readDouble()"><b>readDouble</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a <code>double</code> from this file.
  <dt> 	<a href="java.io.Reader.html#Reader()"><b>Reader</b></a>().
Constructor for class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Create a new character-stream reader whose critical sections will
 synchronize on the reader itself.
  <dt> 	<a href="java.io.Reader.html#Reader(java.lang.Object)"><b>Reader</b></a>(Object).
Constructor for class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Create a new character-stream reader whose critical sections will
 synchronize on the given object.
  <dt> 	<a href="java.io.Externalizable.html#readExternal(java.io.ObjectInput)"><b>readExternal</b></a>(ObjectInput).
Method in interface java.io.<a href="java.io.Externalizable.html#_top_">Externalizable</a>
  <dd>  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.
  <dt> 	<a href="java.io.DataInput.html#readFloat()"><b>readFloat</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a <code>float</code> value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readFloat()"><b>readFloat</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a <code>float</code> from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readFloat()"><b>readFloat</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a 32 bit float.
  <dt> 	<a href="java.io.RandomAccessFile.html#readFloat()"><b>readFloat</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a <code>float</code> from this file.
  <dt> 	<a href="java.io.DataInput.html#readFully(byte[])"><b>readFully</b></a>(byte[]).
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads <code>b.length</code> bytes into the byte array.
  <dt> 	<a href="java.io.DataInputStream.html#readFully(byte[])"><b>readFully</b></a>(byte[]).
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads <code>b.length</code> bytes from this data input stream 
 into the byte array.
  <dt> 	<a href="java.io.ObjectInputStream.html#readFully(byte[])"><b>readFully</b></a>(byte[]).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads bytes, blocking until all bytes are read.
  <dt> 	<a href="java.io.RandomAccessFile.html#readFully(byte[])"><b>readFully</b></a>(byte[]).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads <code>b.length</code> bytes from this file into the byte 
 array.
  <dt> 	<a href="java.io.DataInput.html#readFully(byte[], int, int)"><b>readFully</b></a>(byte[], int, int).
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads <code>b.length</code> bytes into the byte array.
  <dt> 	<a href="java.io.DataInputStream.html#readFully(byte[], int, int)"><b>readFully</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads exactly <code>len</code> bytes from this data input stream 
 into the byte array.
  <dt> 	<a href="java.io.ObjectInputStream.html#readFully(byte[], int, int)"><b>readFully</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads bytes, blocking until all bytes are read.
  <dt> 	<a href="java.io.RandomAccessFile.html#readFully(byte[], int, int)"><b>readFully</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads exactly <code>len</code> bytes from this file into the byte 
 array.
  <dt> 	<a href="java.io.DataInput.html#readInt()"><b>readInt</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads an <code>int</code> value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readInt()"><b>readInt</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a signed 32-bit integer from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readInt()"><b>readInt</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a 32 bit int.
  <dt> 	<a href="java.io.RandomAccessFile.html#readInt()"><b>readInt</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a signed 32-bit integer from this file.
  <dt> 	<a href="java.io.BufferedReader.html#readLine()"><b>readLine</b></a>().
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Read a line of text.
  <dt> 	<a href="java.io.DataInput.html#readLine()"><b>readLine</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads the next line of text from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readLine()"><b>readLine</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads the next line of text from this data input stream.
  <dt> 	<a href="java.io.LineNumberReader.html#readLine()"><b>readLine</b></a>().
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Read a line of text.
  <dt> 	<a href="java.io.ObjectInputStream.html#readLine()"><b>readLine</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads in a line that has been terminated by a \n, \r, 
 \r\n or EOF.
  <dt> 	<a href="java.io.RandomAccessFile.html#readLine()"><b>readLine</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads the next line of text from this file.
  <dt> 	<a href="java.io.DataInput.html#readLong()"><b>readLong</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a <code>long</code> value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readLong()"><b>readLong</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a signed 64-bit integer from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readLong()"><b>readLong</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a 64 bit long.
  <dt> 	<a href="java.io.RandomAccessFile.html#readLong()"><b>readLong</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a signed 64-bit integer from this file.
  <dt> 	<a href="java.io.ObjectInput.html#readObject()"><b>readObject</b></a>().
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Read and return an object.
  <dt> 	<a href="java.io.ObjectInputStream.html#readObject()"><b>readObject</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Read an object from the ObjectInputStream.
  <dt> 	<a href="java.io.DataInput.html#readShort()"><b>readShort</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads a 16-bit value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readShort()"><b>readShort</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads a signed 16-bit number from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readShort()"><b>readShort</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a 16 bit short.
  <dt> 	<a href="java.io.RandomAccessFile.html#readShort()"><b>readShort</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads a signed 16-bit number from this file.
  <dt> 	<a href="java.io.ObjectInputStream.html#readStreamHeader()"><b>readStreamHeader</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  The readStreamHeader method is provided to allow subclasses to
 read and verify their own stream headers.
  <dt> 	<a href="java.io.DataInput.html#readUnsignedByte()"><b>readUnsignedByte</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads an unsigned 8-bit value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readUnsignedByte()"><b>readUnsignedByte</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads an unsigned 8-bit number from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readUnsignedByte()"><b>readUnsignedByte</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads an unsigned 8 bit byte.
  <dt> 	<a href="java.io.RandomAccessFile.html#readUnsignedByte()"><b>readUnsignedByte</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads an unsigned 8-bit number from this file.
  <dt> 	<a href="java.io.DataInput.html#readUnsignedShort()"><b>readUnsignedShort</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads an unsigned 16-bit value from the input stream.
  <dt> 	<a href="java.io.DataInputStream.html#readUnsignedShort()"><b>readUnsignedShort</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads an unsigned 16-bit number from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readUnsignedShort()"><b>readUnsignedShort</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads an unsigned 16 bit short.
  <dt> 	<a href="java.io.RandomAccessFile.html#readUnsignedShort()"><b>readUnsignedShort</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads an unsigned 16-bit number from this file.
  <dt> 	<a href="java.io.DataInput.html#readUTF()"><b>readUTF</b></a>().
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Reads in a string that has been encoded using a modified UTF-8 format.
  <dt> 	<a href="java.io.DataInputStream.html#readUTF()"><b>readUTF</b></a>().
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads in a string that has been encoded using a modified UTF-8 
 format from this data input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#readUTF()"><b>readUTF</b></a>().
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Reads a UTF format String.
  <dt> 	<a href="java.io.RandomAccessFile.html#readUTF()"><b>readUTF</b></a>().
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Reads in a string from this file.
  <dt> 	<a href="java.io.DataInputStream.html#readUTF(java.io.DataInput)"><b>readUTF</b></a>(DataInput).
Static method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Reads in a string from the specified data input stream.
  <dt> 	<a href="java.io.BufferedReader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.io.CharArrayReader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.io.FilterReader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.io.InputStreamReader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.InputStreamReader.html#_top_">InputStreamReader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.io.PushbackReader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.io.Reader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.io.StringReader.html#ready()"><b>ready</b></a>().
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Tell whether this stream is ready to be read.
  <dt> 	<a href="java.sql.Types.html#REAL"><b>REAL</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.rmi.Naming.html#rebind(java.lang.String, java.rmi.Remote)"><b>rebind</b></a>(String, Remote).
Static method in class java.rmi.<a href="java.rmi.Naming.html#_top_">Naming</a>
  <dd> 
 Rebind the name to a new object; replaces any existing binding.
  <dt> 	<a href="java.rmi.registry.Registry.html#rebind(java.lang.String, java.rmi.Remote)"><b>rebind</b></a>(String, Remote).
Method in interface java.rmi.registry.<a href="java.rmi.registry.Registry.html#_top_">Registry</a>
  <dd> 
 Rebind the name to a new object, replacing any existing binding.
  <dt> 	<a href="java.net.DatagramSocket.html#receive(java.net.DatagramPacket)"><b>receive</b></a>(DatagramPacket).
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Receives a datagram packet from this socket.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#receive(java.net.DatagramPacket)"><b>receive</b></a>(DatagramPacket).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Receive the datagram packet.
  <dt> 	<a href="java.io.PipedInputStream.html#receive(int)"><b>receive</b></a>(int).
Method in class java.io.<a href="java.io.PipedInputStream.html#_top_">PipedInputStream</a>
  <dd>  Receives a byte of data.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle()"><b>Rectangle</b></a>().
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle whose top-left corner is at (0,&nbsp;0) 
 in the coordinate space, and whose width and height are zero.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle(java.awt.Dimension)"><b>Rectangle</b></a>(Dimension).
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle whose top left corner is  
 (0,&nbsp;0) and whose width and height are specified  
 by the <code>dimension</code> argument.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle(int, int)"><b>Rectangle</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle whose top-left corner is at (0,&nbsp;0) 
 in the coordinate space, and whose width and height are specified 
 by the arguments of the same name.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle(int, int, int, int)"><b>Rectangle</b></a>(int, int, int, int).
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle whose top-left corner is specified as
 (<code>x</code>,&nbsp;<code>y</code>) and whose width and height 
 are specified by the arguments of the same name.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle(java.awt.Point)"><b>Rectangle</b></a>(Point).
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle whose top-left corner is the  
 specified point, and whose width and height are zero.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle(java.awt.Point, java.awt.Dimension)"><b>Rectangle</b></a>(Point, Dimension).
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle whose top-left corner is specified 
 by the <code>point</code> argument, and whose width and height  
 are specified by the <code>dimension</code> argument.
  <dt> 	<a href="java.awt.Rectangle.html#Rectangle(java.awt.Rectangle)"><b>Rectangle</b></a>(Rectangle).
Constructor for class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Constructs a new rectangle, initialized to match the values of
 the specificed rectangle.
  <dt> 	<a href="java.awt.Color.html#red"><b>red</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color red.
  <dt> 	<a href="java.rmi.server.RemoteObject.html#ref"><b>ref</b></a>.
Variable in class java.rmi.server.<a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
  <dd> 
  <dt> 	<a href="java.lang.String.html#regionMatches(boolean, int, java.lang.String, int, int)"><b>regionMatches</b></a>(boolean, int, String, int, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Tests if two string regions are equal.
  <dt> 	<a href="java.lang.String.html#regionMatches(int, java.lang.String, int, int)"><b>regionMatches</b></a>(int, String, int, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Tests if two string regions are equal.
  <dt> 	<a href="java.sql.DriverManager.html#registerDriver(java.sql.Driver)"><b>registerDriver</b></a>(Driver).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  A newly loaded driver class should call registerDriver to make itself
 known to the DriverManager.
  <dt> 	<a href="java.beans.PropertyEditorManager.html#registerEditor(java.lang.Class, java.lang.Class)"><b>registerEditor</b></a>(Class, Class).
Static method in class java.beans.<a href="java.beans.PropertyEditorManager.html#_top_">PropertyEditorManager</a>
  <dd>  Register an editor class to be used to editor values of
 a given target class.
  <dt> 	<a href="java.sql.CallableStatement.html#registerOutParameter(int, int)"><b>registerOutParameter</b></a>(int, int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Before executing a stored procedure call, you must explicitly
 call registerOutParameter to register the java.sql.Type of each
 out parameter.
  <dt> 	<a href="java.sql.CallableStatement.html#registerOutParameter(int, int, int)"><b>registerOutParameter</b></a>(int, int, int).
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  Use this version of registerOutParameter for registering
 Numeric or Decimal out parameters.
  <dt> 	<a href="java.io.ObjectInputStream.html#registerValidation(java.io.ObjectInputValidation, int)"><b>registerValidation</b></a>(ObjectInputValidation, int).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Register an object to be validated before the graph is
 returned.
  <dt> 	<a href="java.rmi.server.ObjID.html#REGISTRY_ID"><b>REGISTRY_ID</b></a>.
Static variable in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd> well-known id for the registry
  <dt> 	<a href="java.rmi.registry.Registry.html#REGISTRY_PORT"><b>REGISTRY_PORT</b></a>.
Static variable in interface java.rmi.registry.<a href="java.rmi.registry.Registry.html#_top_">Registry</a>
  <dd> Well known port for registry
  <dt> 	<a href="java.rmi.registry.RegistryHandler.html#registryImpl(int)"><b>registryImpl</b></a>(int).
Method in interface java.rmi.registry.<a href="java.rmi.registry.RegistryHandler.html#_top_">RegistryHandler</a>
  <dd>  Constructs and exports a Registry on the specified port.
  <dt> 	<a href="java.rmi.registry.RegistryHandler.html#registryStub(java.lang.String, int)"><b>registryStub</b></a>(String, int).
Method in interface java.rmi.registry.<a href="java.rmi.registry.RegistryHandler.html#_top_">RegistryHandler</a>
  <dd>  Returns a "stub" for contacting a remote registry
 on the specified host and port.
  <dt> 	<a href="java.util.Hashtable.html#rehash()"><b>rehash</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Rehashes the contents of the hashtable into a hashtable with a 
 larger capacity.
  <dt> 	<a href="java.awt.GridBagConstraints.html#RELATIVE"><b>RELATIVE</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specify that this component is the next-to-last component in its
 column or row (<code>gridwidth</code>, <code>gridheight</code>),
 or that this component be placed next to the previously added
 component (<code>gridx</code>, <code>gridy</code>).
  <dt> 	<a href="java.rmi.server.RemoteCall.html#releaseInputStream()"><b>releaseInputStream</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Release the input stream.
  <dt> 	<a href="java.rmi.server.RemoteCall.html#releaseOutputStream()"><b>releaseOutputStream</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteCall.html#_top_">RemoteCall</a>
  <dd>  Release the output stream; in some transports this would release
 the stream.
  <dt> 	<a href="java.awt.GridBagConstraints.html#REMAINDER"><b>REMAINDER</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specify that this component is the
 last component in its column or row.
  <dt> 	<a href="java.math.BigInteger.html#remainder(java.math.BigInteger)"><b>remainder</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this % val).
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#RemoteDebugger(java.lang.String, sun.tools.debug.DebuggerCallback, boolean)"><b>RemoteDebugger</b></a>(String, DebuggerCallback, boolean).
Constructor for class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Create a remote debugger.<P>
 
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#RemoteDebugger(java.lang.String, java.lang.String, sun.tools.debug.DebuggerCallback, boolean)"><b>RemoteDebugger</b></a>(String, String, DebuggerCallback, boolean).
Constructor for class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Create a remote debugger, connecting it with a running Java
 interpreter.<P>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.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#remoteEquals(java.rmi.server.RemoteRef)"><b>remoteEquals</b></a>(RemoteRef).
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Compares two remote objects for equality.
  <dt> 	<a href="java.rmi.RemoteException.html#RemoteException()"><b>RemoteException</b></a>().
Constructor for class java.rmi.<a href="java.rmi.RemoteException.html#_top_">RemoteException</a>
  <dd>  Create a remote exception

  <dt> 	<a href="java.rmi.RemoteException.html#RemoteException(java.lang.String)"><b>RemoteException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.RemoteException.html#_top_">RemoteException</a>
  <dd>  Create a remote exception with the specified string

  <dt> 	<a href="java.rmi.RemoteException.html#RemoteException(java.lang.String, java.lang.Throwable)"><b>RemoteException</b></a>(String, Throwable).
Constructor for class java.rmi.<a href="java.rmi.RemoteException.html#_top_">RemoteException</a>
  <dd>  Create a remote exception with the specified string, and the
 exception specified.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#remoteHashCode()"><b>remoteHashCode</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Returns a hashcode for a remote object.
  <dt> 	<a href="sun.tools.debug.RemoteInt.html#RemoteInt(int)"><b>RemoteInt</b></a>(int).
Constructor for class sun.tools.debug.<a href="sun.tools.debug.RemoteInt.html#_top_">RemoteInt</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.RemoteObject.html#RemoteObject()"><b>RemoteObject</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Create a remote object.
  <dt> 	<a href="java.rmi.server.RemoteObject.html#RemoteObject(java.rmi.server.RemoteRef)"><b>RemoteObject</b></a>(RemoteRef).
Constructor for class java.rmi.server.<a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Create a remote object, initialized with the specified remote reference.
  <dt> 	<a href="java.rmi.server.RemoteServer.html#RemoteServer()"><b>RemoteServer</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.RemoteServer.html#_top_">RemoteServer</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.RemoteServer.html#RemoteServer(java.rmi.server.RemoteRef)"><b>RemoteServer</b></a>(RemoteRef).
Constructor for class java.rmi.server.<a href="java.rmi.server.RemoteServer.html#_top_">RemoteServer</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.RemoteStub.html#RemoteStub()"><b>RemoteStub</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.RemoteStub.html#_top_">RemoteStub</a>
  <dd>  Constructor for RemoteStub.
  <dt> 	<a href="java.rmi.server.RemoteStub.html#RemoteStub(java.rmi.server.RemoteRef)"><b>RemoteStub</b></a>(RemoteRef).
Constructor for class java.rmi.server.<a href="java.rmi.server.RemoteStub.html#_top_">RemoteStub</a>
  <dd>  Constructor for RemoteStub, with the specified remote reference.
  <dt> 	<a href="java.rmi.server.RemoteRef.html#remoteToString()"><b>remoteToString</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.RemoteRef.html#_top_">RemoteRef</a>
  <dd>  Returns a String that represents the reference of this remote
 object.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.ActionListener, java.awt.event.ActionListener)"><b>remove</b></a>(ActionListener, ActionListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old action-listener from action-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.AdjustmentListener, java.awt.event.AdjustmentListener)"><b>remove</b></a>(AdjustmentListener, AdjustmentListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old adjustment-listener from adjustment-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.Container.html#remove(java.awt.Component)"><b>remove</b></a>(Component).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Removes the specified component from this container.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.ComponentListener, java.awt.event.ComponentListener)"><b>remove</b></a>(ComponentListener, ComponentListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old component-listener from component-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.ContainerListener, java.awt.event.ContainerListener)"><b>remove</b></a>(ContainerListener, ContainerListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old container-listener from container-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.util.EventListener)"><b>remove</b></a>(EventListener).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes a listener from this multicaster and returns the
 resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.FocusListener, java.awt.event.FocusListener)"><b>remove</b></a>(FocusListener, FocusListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old focus-listener from focus-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.Choice.html#remove(int)"><b>remove</b></a>(int).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Removes an item from the choice menu 
 at the specified position.
  <dt> 	<a href="java.awt.peer.ChoicePeer.html#remove(int)"><b>remove</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ChoicePeer.html#_top_">ChoicePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#remove(int)"><b>remove</b></a>(int).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Removes the component, specified by <code>index</code>, 
 from this container.
  <dt> 	<a href="java.awt.List.html#remove(int)"><b>remove</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Remove the item at the specified position  
 from this scrolling list.
  <dt> 	<a href="java.awt.Menu.html#remove(int)"><b>remove</b></a>(int).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Removes the menu item at the specified index from this menu.
  <dt> 	<a href="java.awt.MenuBar.html#remove(int)"><b>remove</b></a>(int).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Removes the menu located at the specified
 index from this menu bar.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.ItemListener, java.awt.event.ItemListener)"><b>remove</b></a>(ItemListener, ItemListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old item-listener from item-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.KeyListener, java.awt.event.KeyListener)"><b>remove</b></a>(KeyListener, KeyListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old key-listener from key-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.Component.html#remove(java.awt.MenuComponent)"><b>remove</b></a>(MenuComponent).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Removes the specified popup menu from the component.
  <dt> 	<a href="java.awt.Frame.html#remove(java.awt.MenuComponent)"><b>remove</b></a>(MenuComponent).
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Removes the specified menu bar from this frame.
  <dt> 	<a href="java.awt.Menu.html#remove(java.awt.MenuComponent)"><b>remove</b></a>(MenuComponent).
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Removes the specified menu item from this menu.
  <dt> 	<a href="java.awt.MenuBar.html#remove(java.awt.MenuComponent)"><b>remove</b></a>(MenuComponent).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Removes the specified menu component from this menu bar.
  <dt> 	<a href="java.awt.MenuContainer.html#remove(java.awt.MenuComponent)"><b>remove</b></a>(MenuComponent).
Method in interface java.awt.<a href="java.awt.MenuContainer.html#_top_">MenuContainer</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.MouseListener, java.awt.event.MouseListener)"><b>remove</b></a>(MouseListener, MouseListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old mouse-listener from mouse-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.MouseMotionListener, java.awt.event.MouseMotionListener)"><b>remove</b></a>(MouseMotionListener, MouseMotionListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old mouse-motion-listener from mouse-motion-listener-l 
 and returns the resulting multicast listener.
  <dt> 	<a href="java.util.Dictionary.html#remove(java.lang.Object)"><b>remove</b></a>(Object).
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Removes the <code>key</code> (and its corresponding 
 <code>value</code>) from this dictionary.
  <dt> 	<a href="java.util.Hashtable.html#remove(java.lang.Object)"><b>remove</b></a>(Object).
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Removes the key (and its corresponding value) from this 
 hashtable.
  <dt> 	<a href="java.awt.Choice.html#remove(java.lang.String)"><b>remove</b></a>(String).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Remove the first occurrence of <code>item</code> 
 from the <code>Choice</code> menu.
  <dt> 	<a href="java.awt.List.html#remove(java.lang.String)"><b>remove</b></a>(String).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Removes the first occurrence of an item from the list.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.TextListener, java.awt.event.TextListener)"><b>remove</b></a>(TextListener, TextListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#remove(java.awt.event.WindowListener, java.awt.event.WindowListener)"><b>remove</b></a>(WindowListener, WindowListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Removes the old window-listener from window-listener-l and
 returns the resulting multicast listener.
  <dt> 	<a href="java.awt.Button.html#removeActionListener(java.awt.event.ActionListener)"><b>removeActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Removes the specified action listener so that it no longer 
 receives action events from this button.
  <dt> 	<a href="java.awt.List.html#removeActionListener(java.awt.event.ActionListener)"><b>removeActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Removes the specified action listener so that it no longer 
 receives action events from this list.
  <dt> 	<a href="java.awt.MenuItem.html#removeActionListener(java.awt.event.ActionListener)"><b>removeActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Removes the specified action listener so it no longer receives
 action events from this menu item.
  <dt> 	<a href="java.awt.TextField.html#removeActionListener(java.awt.event.ActionListener)"><b>removeActionListener</b></a>(ActionListener).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Removes the specified action listener so that it no longer
 receives action events from this text field.
  <dt> 	<a href="java.awt.Adjustable.html#removeAdjustmentListener(java.awt.event.AdjustmentListener)"><b>removeAdjustmentListener</b></a>(AdjustmentListener).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Removes an adjustment listener.
  <dt> 	<a href="java.awt.Scrollbar.html#removeAdjustmentListener(java.awt.event.AdjustmentListener)"><b>removeAdjustmentListener</b></a>(AdjustmentListener).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Removes the specified adjustment listener so that it no longer 
 receives instances of <code>AdjustmentEvent</code> from this scroll bar.
  <dt> 	<a href="java.awt.Choice.html#removeAll()"><b>removeAll</b></a>().
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Removes all items from the choice menu.
  <dt> 	<a href="java.awt.Container.html#removeAll()"><b>removeAll</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Removes all the components from this container.
  <dt> 	<a href="java.awt.List.html#removeAll()"><b>removeAll</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Removes all items from this list.
  <dt> 	<a href="java.awt.peer.ListPeer.html#removeAll()"><b>removeAll</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Menu.html#removeAll()"><b>removeAll</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Removes all items from this menu.
  <dt> 	<a href="java.util.Vector.html#removeAllElements()"><b>removeAllElements</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Removes all components from this vector and sets its size to zero.
  <dt> 	<a href="java.security.Identity.html#removeCertificate(java.security.Certificate)"><b>removeCertificate</b></a>(Certificate).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Removes a certificate from this identity.
  <dt> 	<a href="java.awt.Component.html#removeComponentListener(java.awt.event.ComponentListener)"><b>removeComponentListener</b></a>(ComponentListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Removes the specified component listener so that it no longer
 receives component events from this component.
  <dt> 	<a href="java.awt.image.FilteredImageSource.html#removeConsumer(java.awt.image.ImageConsumer)"><b>removeConsumer</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.FilteredImageSource.html#_top_">FilteredImageSource</a>
  <dd>  Removes an ImageConsumer from the list of consumers interested in
 data for this image.
  <dt> 	<a href="java.awt.image.ImageProducer.html#removeConsumer(java.awt.image.ImageConsumer)"><b>removeConsumer</b></a>(ImageConsumer).
Method in interface java.awt.image.<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a>
  <dd>  This method removes the given ImageConsumer object
 from the list of consumers currently registered to
 receive image data.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#removeConsumer(java.awt.image.ImageConsumer)"><b>removeConsumer</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Remove an ImageConsumer from the list of consumers interested in
 data for this image.
  <dt> 	<a href="java.awt.Container.html#removeContainerListener(java.awt.event.ContainerListener)"><b>removeContainerListener</b></a>(ContainerListener).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Removes the specified container listener so it no longer receives
 container events from this container.
  <dt> 	<a href="java.util.Vector.html#removeElement(java.lang.Object)"><b>removeElement</b></a>(Object).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Removes the first occurrence of the argument from this vector.
  <dt> 	<a href="java.util.Vector.html#removeElementAt(int)"><b>removeElementAt</b></a>(int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Deletes the component at the specified index.
  <dt> 	<a href="java.security.acl.Acl.html#removeEntry(java.security.Principal, java.security.acl.AclEntry)"><b>removeEntry</b></a>(Principal, AclEntry).
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Removes an ACL entry from this ACL.
  <dt> 	<a href="java.awt.Component.html#removeFocusListener(java.awt.event.FocusListener)"><b>removeFocusListener</b></a>(FocusListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Removes the specified focus listener so that it no longer
 receives focus events from this component.
  <dt> 	<a href="java.security.IdentityScope.html#removeIdentity(java.security.Identity)"><b>removeIdentity</b></a>(Identity).
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Removes an identity from this identity scope.
  <dt> 	<a href="java.awt.MediaTracker.html#removeImage(java.awt.Image)"><b>removeImage</b></a>(Image).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Remove the specified image from this media tracker.
  <dt> 	<a href="java.awt.MediaTracker.html#removeImage(java.awt.Image, int)"><b>removeImage</b></a>(Image, int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Remove the specified image from the specified tracking 
 ID of this media tracker.
  <dt> 	<a href="java.awt.MediaTracker.html#removeImage(java.awt.Image, int, int, int)"><b>removeImage</b></a>(Image, int, int, int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Remove the specified image with the specified 
 width, height, and ID from this media tracker.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#removeInternal(java.util.EventListener, java.util.EventListener)"><b>removeInternal</b></a>(EventListener, EventListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
 Returns the resulting multicast listener after removing the
 old listener from listener-l.
  <dt> 	<a href="java.awt.Checkbox.html#removeItemListener(java.awt.event.ItemListener)"><b>removeItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Removes the specified item listener so that the item listener 
 no longer receives item events from this check box.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#removeItemListener(java.awt.event.ItemListener)"><b>removeItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Removes the specified item listener so that it no longer receives
 item events from this check box menu item.
  <dt> 	<a href="java.awt.Choice.html#removeItemListener(java.awt.event.ItemListener)"><b>removeItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Removes the specified item listener so that it no longer receives 
 item events from this <code>Choice</code> menu.
  <dt> 	<a href="java.awt.ItemSelectable.html#removeItemListener(java.awt.event.ItemListener)"><b>removeItemListener</b></a>(ItemListener).
Method in interface java.awt.<a href="java.awt.ItemSelectable.html#_top_">ItemSelectable</a>
  <dd>  Removes an item listener.
  <dt> 	<a href="java.awt.List.html#removeItemListener(java.awt.event.ItemListener)"><b>removeItemListener</b></a>(ItemListener).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Removes the specified item listener so that it no longer 
 receives item events from this list.
  <dt> 	<a href="java.awt.Component.html#removeKeyListener(java.awt.event.KeyListener)"><b>removeKeyListener</b></a>(KeyListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Removes the specified key listener so that it no longer
 receives key events from this component.
  <dt> 	<a href="java.awt.BorderLayout.html#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Removes the specified component from this border layout.
  <dt> 	<a href="java.awt.CardLayout.html#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Removes the specified component from the layout.
  <dt> 	<a href="java.awt.FlowLayout.html#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Removes the specified component from the layout.
  <dt> 	<a href="java.awt.GridBagLayout.html#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Removes the specified component from this layout.
  <dt> 	<a href="java.awt.GridLayout.html#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Removes the specified component from the layout.
  <dt> 	<a href="java.awt.LayoutManager.html#removeLayoutComponent(java.awt.Component)"><b>removeLayoutComponent</b></a>(Component).
Method in interface java.awt.<a href="java.awt.LayoutManager.html#_top_">LayoutManager</a>
  <dd>  Removes the specified component from the layout.
  <dt> 	<a href="java.security.acl.Group.html#removeMember(java.security.Principal)"><b>removeMember</b></a>(Principal).
Method in interface java.security.acl.<a href="java.security.acl.Group.html#_top_">Group</a>
  <dd>  Removes the specified member from the group.
  <dt> 	<a href="java.awt.Component.html#removeMouseListener(java.awt.event.MouseListener)"><b>removeMouseListener</b></a>(MouseListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Removes the specified mouse listener so that it no longer
 receives mouse events from this component.
  <dt> 	<a href="java.awt.Component.html#removeMouseMotionListener(java.awt.event.MouseMotionListener)"><b>removeMouseMotionListener</b></a>(MouseMotionListener).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Removes the specified mouse motion listener so that it no longer
 receives mouse motion events from this component.
  <dt> 	<a href="java.awt.Component.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Notifies this component that it has been removed from its
 container and if a peers exists, it destroys it.
  <dt> 	<a href="java.awt.Container.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Notifies this container and all of its subcomponents to remove 
 their peers.
  <dt> 	<a href="java.awt.List.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Removes the peer for this list.
  <dt> 	<a href="java.awt.Menu.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.Menu.html#_top_">Menu</a>
  <dd>  Removes the menu's peer.
  <dt> 	<a href="java.awt.MenuBar.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Removes the menu bar's peer.
  <dt> 	<a href="java.awt.MenuComponent.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Removes the menu component's peer.
  <dt> 	<a href="java.awt.TextComponent.html#removeNotify()"><b>removeNotify</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Removes the TextComponent's peer.
  <dt> 	<a href="java.security.acl.AclEntry.html#removePermission(java.security.acl.Permission)"><b>removePermission</b></a>(Permission).
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Removes the specified permission from this ACL entry.
  <dt> 	<a href="java.beans.Customizer.html#removePropertyChangeListener(java.beans.PropertyChangeListener)"><b>removePropertyChangeListener</b></a>(PropertyChangeListener).
Method in interface java.beans.<a href="java.beans.Customizer.html#_top_">Customizer</a>
  <dd>  Remove a listener for the PropertyChange event.
  <dt> 	<a href="java.beans.PropertyChangeSupport.html#removePropertyChangeListener(java.beans.PropertyChangeListener)"><b>removePropertyChangeListener</b></a>(PropertyChangeListener).
Method in class java.beans.<a href="java.beans.PropertyChangeSupport.html#_top_">PropertyChangeSupport</a>
  <dd>  Remove a PropertyChangeListener from the listener list.
  <dt> 	<a href="java.beans.PropertyEditor.html#removePropertyChangeListener(java.beans.PropertyChangeListener)"><b>removePropertyChangeListener</b></a>(PropertyChangeListener).
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  Remove a listener for the PropertyChange event.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#removePropertyChangeListener(java.beans.PropertyChangeListener)"><b>removePropertyChangeListener</b></a>(PropertyChangeListener).
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Remove a listener for the PropertyChange event.
  <dt> 	<a href="java.security.Security.html#removeProvider(java.lang.String)"><b>removeProvider</b></a>(String).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Removes the provider with the specified name.
  <dt> 	<a href="java.awt.TextComponent.html#removeTextListener(java.awt.event.TextListener)"><b>removeTextListener</b></a>(TextListener).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Removes the specified text event listener so that it no longer
 receives text events from this textcomponent

  <dt> 	<a href="java.beans.VetoableChangeSupport.html#removeVetoableChangeListener(java.beans.VetoableChangeListener)"><b>removeVetoableChangeListener</b></a>(VetoableChangeListener).
Method in class java.beans.<a href="java.beans.VetoableChangeSupport.html#_top_">VetoableChangeSupport</a>
  <dd>  Remove a VetoableChangeListener from the listener list.
  <dt> 	<a href="java.awt.Window.html#removeWindowListener(java.awt.event.WindowListener)"><b>removeWindowListener</b></a>(WindowListener).
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Removes the specified window listener so that it no longer
 receives window events from this window.
  <dt> 	<a href="java.io.File.html#renameTo(java.io.File)"><b>renameTo</b></a>(File).
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Renames the file specified by this <code>File</code> object to 
 have the pathname given by the <code>File</code> argument.
  <dt> 	<a href="java.awt.Component.html#repaint()"><b>repaint</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Repaints this component.
  <dt> 	<a href="java.awt.Component.html#repaint(int, int, int, int)"><b>repaint</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Repaints the specified rectangle of this component.
  <dt> 	<a href="java.awt.Component.html#repaint(long)"><b>repaint</b></a>(long).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Repaints the component.
  <dt> 	<a href="java.awt.Component.html#repaint(long, int, int, int, int)"><b>repaint</b></a>(long, int, int, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Repaints the specified rectangle of this component within 
 <code>tm</code> milliseconds.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#repaint(long, int, int, int, int)"><b>repaint</b></a>(long, int, int, int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.lang.String.html#replace(char, char)"><b>replace</b></a>(char, char).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a new string resulting from replacing all occurrences of
 <code>oldChar</code> in this string with <code>newChar</code>.
  <dt> 	<a href="java.awt.List.html#replaceItem(java.lang.String, int)"><b>replaceItem</b></a>(String, int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Replaces the item at the specified index in the scrolling list
 with the new string.
  <dt> 	<a href="java.io.ObjectOutputStream.html#replaceObject(java.lang.Object)"><b>replaceObject</b></a>(Object).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd> This method will allow trusted subclasses of ObjectOutputStream
 to substitute one object for another during
 serialization.
  <dt> 	<a href="java.awt.TextArea.html#replaceRange(java.lang.String, int, int)"><b>replaceRange</b></a>(String, int, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Replaces text between the indicated start and end positions
 with the specified replacement text.
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#replaceRange(java.lang.String, int, int)"><b>replaceRange</b></a>(String, int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextArea.html#replaceText(java.lang.String, int, int)"><b>replaceText</b></a>(String, int, int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextAreaPeer.html#replaceText(java.lang.String, int, int)"><b>replaceText</b></a>(String, int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextAreaPeer.html#_top_">TextAreaPeer</a>
  <dd>  DEPRECATED:  Replaced by ReplaceRange(String, int, int).
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#ReplicateScaleFilter(int, int)"><b>ReplicateScaleFilter</b></a>(int, int).
Constructor for class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd>  Constructs a ReplicateScaleFilter that scales the pixels from
 its source Image as specified by the width and height parameters.
  <dt> 	<a href="java.awt.Component.html#requestFocus()"><b>requestFocus</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Requests that this component get the input focus.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#requestFocus()"><b>requestFocus</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.image.FilteredImageSource.html#requestTopDownLeftRightResend(java.awt.image.ImageConsumer)"><b>requestTopDownLeftRightResend</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.FilteredImageSource.html#_top_">FilteredImageSource</a>
  <dd>  Requests that a given ImageConsumer have the image data delivered
 one more time in top-down, left-right order.
  <dt> 	<a href="java.awt.image.ImageProducer.html#requestTopDownLeftRightResend(java.awt.image.ImageConsumer)"><b>requestTopDownLeftRightResend</b></a>(ImageConsumer).
Method in interface java.awt.image.<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a>
  <dd>  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.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#requestTopDownLeftRightResend(java.awt.image.ImageConsumer)"><b>requestTopDownLeftRightResend</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Requests that a given ImageConsumer have the image data delivered
 one more time in top-down, left-right order.
  <dt> 	<a href="java.sql.DriverPropertyInfo.html#required"><b>required</b></a>.
Variable in class java.sql.<a href="java.sql.DriverPropertyInfo.html#_top_">DriverPropertyInfo</a>
  <dd>  "required" is true if a value must be supplied for this property
 during Driver.connect.
  <dt> 	<a href="java.awt.image.ImageFilter.html#resendTopDownLeftRight(java.awt.image.ImageProducer)"><b>resendTopDownLeftRight</b></a>(ImageProducer).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Responds to a request for a TopDownLeftRight (TDLR) ordered resend
 of the pixel data from an ImageConsumer.
  <dt> 	<a href="java.awt.AWTEvent.html#RESERVED_ID_MAX"><b>RESERVED_ID_MAX</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The maximum value for reserved AWT event IDs.
  <dt> 	<a href="java.util.zip.Adler32.html#reset()"><b>reset</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Adler32.html#_top_">Adler32</a>
  <dd>  Resets checksum to initial value.
  <dt> 	<a href="java.io.BufferedInputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Repositions this stream to the position at the time the 
 <code>mark</code> method was last called on this input stream.
  <dt> 	<a href="java.io.BufferedReader.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Reset the stream to the most recent mark.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Resets the buffer to the marked position.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Resets the <code>count</code> field of this byte array output 
 stream to zero, so that all currently accumulated output in the 
 ouput stream is discarded.
  <dt> 	<a href="java.io.CharArrayReader.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Reset the stream to the most recent mark, or to the beginning if it has
 never been marked.
  <dt> 	<a href="java.io.CharArrayWriter.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Resets the buffer so that you can use it again without
 throwing away the already allocated buffer.
  <dt> 	<a href="java.util.zip.Checksum.html#reset()"><b>reset</b></a>().
Method in interface java.util.zip.<a href="java.util.zip.Checksum.html#_top_">Checksum</a>
  <dd>  Resets the checksum to its initial value.
  <dt> 	<a href="java.text.CollationElementIterator.html#reset()"><b>reset</b></a>().
Method in class java.text.<a href="java.text.CollationElementIterator.html#_top_">CollationElementIterator</a>
  <dd>  Resets the cursor to the beginning of the string.
  <dt> 	<a href="java.util.zip.CRC32.html#reset()"><b>reset</b></a>().
Method in class java.util.zip.<a href="java.util.zip.CRC32.html#_top_">CRC32</a>
  <dd>  Resets CRC-32 to initial value.
  <dt> 	<a href="java.util.zip.Deflater.html#reset()"><b>reset</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Resets deflater so that a new set of input data can be processed.
  <dt> 	<a href="java.io.FilterInputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Repositions this stream to the position at the time the 
 <code>mark</code> method was last called on this input stream.
  <dt> 	<a href="java.io.FilterReader.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Reset the stream.
  <dt> 	<a href="java.util.zip.Inflater.html#reset()"><b>reset</b></a>().
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Resets inflater so that a new set of input data can be processed.
  <dt> 	<a href="java.io.InputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Repositions this stream to the position at the time the
 <code>mark</code> method was last called on this input stream.
  <dt> 	<a href="java.io.LineNumberInputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Repositions this stream to the position at the time the 
 <code>mark</code> method was last called on this input stream.
  <dt> 	<a href="java.io.LineNumberReader.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Reset the stream to the most recent mark.
  <dt> 	<a href="java.security.MessageDigest.html#reset()"><b>reset</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Resets the digest for further use.
  <dt> 	<a href="java.io.ObjectOutputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Reset will disregard the state of any objects already written
 to the stream.
  <dt> 	<a href="java.io.Reader.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Reset the stream.
  <dt> 	<a href="java.io.StringBufferInputStream.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  Resets the input stream to begin reading from the first character 
 of this input stream's underlying buffer.
  <dt> 	<a href="java.io.StringReader.html#reset()"><b>reset</b></a>().
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Reset the stream to the most recent mark, or to the beginning of the
 string if it has never been marked.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#resetCurrentFrameIndex()"><b>resetCurrentFrameIndex</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd> Reset the current stackframe
  <dt> 	<a href="java.io.StreamTokenizer.html#resetSyntax()"><b>resetSyntax</b></a>().
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Resets this tokenizer's syntax table so that all characters are 
 "ordinary." See the <code>ordinaryChar</code> method 
 for more information on a character being ordinary.
  <dt> 	<a href="java.awt.Component.html#reshape(int, int, int, int)"><b>reshape</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#reshape(int, int, int, int)"><b>reshape</b></a>(int, int, int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by setBounds(int, int, int, int).
  <dt> 	<a href="java.awt.Rectangle.html#reshape(int, int, int, int)"><b>reshape</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  
  <dt> 	<a href="java.applet.Applet.html#resize(java.awt.Dimension)"><b>resize</b></a>(Dimension).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Requests that this applet be resized.
  <dt> 	<a href="java.awt.Component.html#resize(java.awt.Dimension)"><b>resize</b></a>(Dimension).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.applet.Applet.html#resize(int, int)"><b>resize</b></a>(int, int).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Requests that this applet be resized.
  <dt> 	<a href="java.awt.Component.html#resize(int, int)"><b>resize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.Rectangle.html#resize(int, int)"><b>resize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  
  <dt> 	<a href="java.lang.ClassLoader.html#resolveClass(java.lang.Class)"><b>resolveClass</b></a>(Class).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Resolves the class so that an instance of the class can be 
 created, or so that one of its methods can be called.
  <dt> 	<a href="java.io.ObjectInputStream.html#resolveClass(java.io.ObjectStreamClass)"><b>resolveClass</b></a>(ObjectStreamClass).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Subclasses may implement this method to allow classes to be
 fetched from an alternate source.
  <dt> 	<a href="java.io.ObjectInputStream.html#resolveObject(java.lang.Object)"><b>resolveObject</b></a>(Object).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  This method will allow trusted subclasses of ObjectInputStream
 to substitute one object for another during
 deserialization.
  <dt> 	<a href="java.util.ResourceBundle.html#ResourceBundle()"><b>ResourceBundle</b></a>().
Constructor for class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#responseCode"><b>responseCode</b></a>.
Variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  
  <dt> 	<a href="java.net.HttpURLConnection.html#responseMessage"><b>responseMessage</b></a>.
Variable in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#resume()"><b>resume</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Resume execution of this thread.
  <dt> 	<a href="java.lang.Thread.html#resume()"><b>resume</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Resumes a suspended thread.
  <dt> 	<a href="java.lang.ThreadGroup.html#resume()"><b>resume</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Resumes all processes in this thread group.
  <dt> 	<a href="java.lang.StringBuffer.html#reverse()"><b>reverse</b></a>().
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  The character sequence contained in this string buffer is
 replaced by the reverse of the sequence.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#RGBImageFilter()"><b>RGBImageFilter</b></a>().
Constructor for class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd> 
  <dt> 	<a href="java.awt.Color.html#RGBtoHSB(int, int, int, float[])"><b>RGBtoHSB</b></a>(int, int, int, float[]).
Static method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Converts the components of a color, as specified by the RGB 
 model, to an equivalent set of values for hue, saturation, and 
 brightness, the three components of the HSB model.
  <dt> 	<a href="java.awt.Event.html#RIGHT"><b>RIGHT</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Right Arrow key, a non-ASCII action key.
  <dt> 	<a href="java.awt.FlowLayout.html#RIGHT"><b>RIGHT</b></a>.
Static variable in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  This value indicates that each row of components
 should be right-justified.
  <dt> 	<a href="java.awt.Insets.html#right"><b>right</b></a>.
Variable in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  The inset from the right.
  <dt> 	<a href="java.awt.Label.html#RIGHT"><b>RIGHT</b></a>.
Static variable in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd>  Indicates that the label should be right justified.
  <dt> 	<a href="java.awt.Component.html#RIGHT_ALIGNMENT"><b>RIGHT_ALIGNMENT</b></a>.
Static variable in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Ease-of-use constant for <code>getAlignmentX</code>.
  <dt> 	<a href="java.lang.Math.html#rint(double)"><b>rint</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  returns the closest integer to the argument.
  <dt> 	<a href="java.rmi.RMISecurityException.html#RMISecurityException(java.lang.String)"><b>RMISecurityException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.RMISecurityException.html#_top_">RMISecurityException</a>
  <dd>  Constructs a RMISecurityException with no detail message.
  <dt> 	<a href="java.rmi.RMISecurityException.html#RMISecurityException(java.lang.String, java.lang.String)"><b>RMISecurityException</b></a>(String, String).
Constructor for class java.rmi.<a href="java.rmi.RMISecurityException.html#_top_">RMISecurityException</a>
  <dd>  Constructs a RMISecurityException with the specified detail message.
  <dt> 	<a href="java.rmi.RMISecurityManager.html#RMISecurityManager()"><b>RMISecurityManager</b></a>().
Constructor for class java.rmi.<a href="java.rmi.RMISecurityManager.html#_top_">RMISecurityManager</a>
  <dd>  Construct and initialize.
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#RMISocketFactory()"><b>RMISocketFactory</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd> 
  <dt> 	<a href="java.util.Calendar.html#roll(int, boolean)"><b>roll</b></a>(int, boolean).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Time Field Rolling function.
  <dt> 	<a href="java.util.GregorianCalendar.html#roll(int, boolean)"><b>roll</b></a>(int, boolean).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Overrides Calendar
 Time Field Rolling function.
  <dt> 	<a href="java.sql.Connection.html#rollback()"><b>rollback</b></a>().
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Rollback drops all changes made since the previous
 commit/rollback and releases any database locks currently held
 by the Connection.
  <dt> 	<a href="java.lang.Math.html#round(double)"><b>round</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the closest <code>long</code> to the argument.
  <dt> 	<a href="java.lang.Math.html#round(float)"><b>round</b></a>(float).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the closest <code>int</code> to the argument.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_CEILING"><b>ROUND_CEILING</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  If the BigDecimal is positive, behave as for ROUND_UP; if negative,
 behave as for ROUND_DOWN.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_DOWN"><b>ROUND_DOWN</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Never increment the digit prior to a discarded fraction (i.e.,
 truncate).
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_FLOOR"><b>ROUND_FLOOR</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  If the BigDecimal is positive, behave as for ROUND_DOWN; if negative
 behave as for ROUND_UP.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_HALF_DOWN"><b>ROUND_HALF_DOWN</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Behave as for ROUND_UP if the discarded fraction is > .5; otherwise,
 behave as for ROUND_DOWN.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_HALF_EVEN"><b>ROUND_HALF_EVEN</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Behave as for ROUND_HALF_UP if the digit to the left of the discarded
 fraction is odd; behave as for ROUND_HALF_DOWN if it's even.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_HALF_UP"><b>ROUND_HALF_UP</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Behave as for ROUND_UP if the discarded fraction is >= .5; otherwise,
 behave as for ROUND_DOWN.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_UNNECESSARY"><b>ROUND_UNNECESSARY</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  This "pseudo-rounding-mode" is actually an assertion that the requested
 operation has an exact result, hence no rounding is necessary.
  <dt> 	<a href="java.math.BigDecimal.html#ROUND_UP"><b>ROUND_UP</b></a>.
Static variable in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Always increment the digit prior to a non-zero discarded fraction.
  <dt> 	<a href="java.awt.GridBagLayout.html#rowHeights"><b>rowHeights</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.awt.GridBagLayout.html#rowWeights"><b>rowWeights</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd> 
  <dt> 	<a href="java.text.RuleBasedCollator.html#RuleBasedCollator(java.lang.String)"><b>RuleBasedCollator</b></a>(String).
Constructor for class java.text.<a href="java.text.RuleBasedCollator.html#_top_">RuleBasedCollator</a>
  <dd>  RuleBasedCollator constructor.
  <dt> 	<a href="java.lang.Runnable.html#run()"><b>run</b></a>().
Method in interface java.lang.<a href="java.lang.Runnable.html#_top_">Runnable</a>
  <dd>  When an object implementing interface <code>Runnable</code> is used 
 to create a thread, starting the thread causes the object's 
 <code>run</code> method to be called in that separately executing 
 thread.
  <dt> 	<a href="java.lang.Thread.html#run()"><b>run</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  If this thread was constructed using a separate
 <code>Runnable</code> run object, then that
 <code>Runnable</code> object's <code>run</code> method is called;
 otherwise, this method does nothing and returns.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#run(int, java.lang.String[])"><b>run</b></a>(int, String[]).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Load and run a runnable Java class, with any optional parameters.
  <dt> 	<a href="java.lang.Runtime.html#runFinalization()"><b>runFinalization</b></a>().
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Runs the finalization methods of any objects pending finalization.
  <dt> 	<a href="java.lang.System.html#runFinalization()"><b>runFinalization</b></a>().
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Runs the finalization methods of any objects pending finalization.
  <dt> 	<a href="java.lang.Runtime.html#runFinalizersOnExit(boolean)"><b>runFinalizersOnExit</b></a>(boolean).
Static method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  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.
  <dt> 	<a href="java.lang.System.html#runFinalizersOnExit(boolean)"><b>runFinalizersOnExit</b></a>(boolean).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  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.
  <dt> 	<a href="java.lang.RuntimeException.html#RuntimeException()"><b>RuntimeException</b></a>().
Constructor for class java.lang.<a href="java.lang.RuntimeException.html#_top_">RuntimeException</a>
  <dd>  Constructs a <code>RuntimeException</code> with no detail  message.
  <dt> 	<a href="java.lang.RuntimeException.html#RuntimeException(java.lang.String)"><b>RuntimeException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.RuntimeException.html#_top_">RuntimeException</a>
  <dd>  Constructs a <code>RuntimeException</code> with the specified 
 detail message.
</dl>
<a name="Thumb-S"></a>
<hr>
<h2>
<a name="Thumb-S"><b> S </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Cursor.html#S_RESIZE_CURSOR"><b>S_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The south-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#S_RESIZE_CURSOR"><b>S_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.net.URL.html#sameFile(java.net.URL)"><b>sameFile</b></a>(URL).
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Compares two URLs, excluding the "ref" fields.
  <dt> 	<a href="java.util.Calendar.html#SATURDAY"><b>SATURDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="java.awt.FileDialog.html#SAVE"><b>SAVE</b></a>.
Static variable in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  This constant value indicates that the purpose of the file  
 dialog window is to locate a file to which to write.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#save(java.io.ObjectOutputStream, java.lang.String, java.util.EventListener)"><b>save</b></a>(ObjectOutputStream, String, EventListener).
Static method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.util.Properties.html#save(java.io.OutputStream, java.lang.String)"><b>save</b></a>(OutputStream, String).
Method in class java.util.<a href="java.util.Properties.html#_top_">Properties</a>
  <dd>  Stores this property list to the specified output stream.
  <dt> 	<a href="java.awt.Event.html#SAVE_FILE"><b>SAVE_FILE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  A file saving event.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#saveInternal(java.io.ObjectOutputStream, java.lang.String)"><b>saveInternal</b></a>(ObjectOutputStream, String).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.math.BigDecimal.html#scale()"><b>scale</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns the scale of this number.
  <dt> 	<a href="java.awt.Image.html#SCALE_AREA_AVERAGING"><b>SCALE_AREA_AVERAGING</b></a>.
Static variable in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Use the Area Averaging image scaling algorithm.
  <dt> 	<a href="java.awt.Image.html#SCALE_DEFAULT"><b>SCALE_DEFAULT</b></a>.
Static variable in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Use the default image-scaling algorithm.
  <dt> 	<a href="java.awt.Image.html#SCALE_FAST"><b>SCALE_FAST</b></a>.
Static variable in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Choose an image-scaling algorithm that gives higher priority
 to scaling speed than smoothness of the scaled image.
  <dt> 	<a href="java.awt.Image.html#SCALE_REPLICATE"><b>SCALE_REPLICATE</b></a>.
Static variable in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Use the image scaling algorithm embodied in the 
 <code>ReplicateScaleFilter</code> class.
  <dt> 	<a href="java.awt.Image.html#SCALE_SMOOTH"><b>SCALE_SMOOTH</b></a>.
Static variable in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  Choose an image-scaling algorithm that gives higher priority
 to image smoothness than scaling speed.
  <dt> 	<a href="java.awt.Event.html#SCROLL_ABSOLUTE"><b>SCROLL_ABSOLUTE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has moved the bubble (thumb) in a scroll bar,
 moving to an "absolute" position, rather than to
 an offset from the last postion.
  <dt> 	<a href="java.awt.Event.html#SCROLL_BEGIN"><b>SCROLL_BEGIN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The scroll begin event.
  <dt> 	<a href="java.awt.Event.html#SCROLL_END"><b>SCROLL_END</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The scroll end event.
  <dt> 	<a href="java.awt.Event.html#SCROLL_LINE_DOWN"><b>SCROLL_LINE_DOWN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has activated the <em>line down</em>  
 area of a scroll bar.
  <dt> 	<a href="java.awt.Event.html#SCROLL_LINE_UP"><b>SCROLL_LINE_UP</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The user has activated the <em>line up</em>  
 area of a scroll bar.
  <dt> 	<a href="java.awt.Event.html#SCROLL_LOCK"><b>SCROLL_LOCK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Scroll Lock key, a non-ASCII action key.
  <dt> 	<a href="java.awt.Event.html#SCROLL_PAGE_DOWN"><b>SCROLL_PAGE_DOWN</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has activated the <em>page down</em>  
 area of a scroll bar.
  <dt> 	<a href="java.awt.Event.html#SCROLL_PAGE_UP"><b>SCROLL_PAGE_UP</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has activated the <em>page up</em>  
 area of a scroll bar.
  <dt> 	<a href="java.awt.SystemColor.html#scrollbar"><b>scrollbar</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for scrollbars.
  <dt> 	<a href="java.awt.SystemColor.html#SCROLLBAR"><b>SCROLLBAR</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the scrollbar background color.
  <dt> 	<a href="java.awt.Scrollbar.html#Scrollbar()"><b>Scrollbar</b></a>().
Constructor for class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Constructs a new vertical scroll bar.
  <dt> 	<a href="java.awt.Scrollbar.html#Scrollbar(int)"><b>Scrollbar</b></a>(int).
Constructor for class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Constructs a new scroll bar with the specified orientation.
  <dt> 	<a href="java.awt.Scrollbar.html#Scrollbar(int, int, int, int, int)"><b>Scrollbar</b></a>(int, int, int, int, int).
Constructor for class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Constructs a new scroll bar with the specified orientation, 
 initial value, page size, and minimum and maximum values.
  <dt> 	<a href="java.awt.ScrollPane.html#SCROLLBARS_ALWAYS"><b>SCROLLBARS_ALWAYS</b></a>.
Static variable in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Specifies that horizontal/vertical scrollbars should always be
 shown regardless of the respective sizes of the scrollpane and child.
  <dt> 	<a href="java.awt.ScrollPane.html#SCROLLBARS_AS_NEEDED"><b>SCROLLBARS_AS_NEEDED</b></a>.
Static variable in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  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.
  <dt> 	<a href="java.awt.TextArea.html#SCROLLBARS_BOTH"><b>SCROLLBARS_BOTH</b></a>.
Static variable in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Create and display both vertical and horizontal scrollbars.
  <dt> 	<a href="java.awt.TextArea.html#SCROLLBARS_HORIZONTAL_ONLY"><b>SCROLLBARS_HORIZONTAL_ONLY</b></a>.
Static variable in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Create and display horizontal scrollbar only.
  <dt> 	<a href="java.awt.ScrollPane.html#SCROLLBARS_NEVER"><b>SCROLLBARS_NEVER</b></a>.
Static variable in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Specifies that horizontal/vertical scrollbars should never be shown
 regardless of the respective sizes of the scrollpane and child.
  <dt> 	<a href="java.awt.TextArea.html#SCROLLBARS_NONE"><b>SCROLLBARS_NONE</b></a>.
Static variable in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Do not create or display any scrollbars for the text area.
  <dt> 	<a href="java.awt.TextArea.html#SCROLLBARS_VERTICAL_ONLY"><b>SCROLLBARS_VERTICAL_ONLY</b></a>.
Static variable in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Create and display vertical scrollbar only.
  <dt> 	<a href="java.awt.ScrollPane.html#ScrollPane()"><b>ScrollPane</b></a>().
Constructor for class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Create a new scrollpane container with a scrollbar display policy of
 "as needed".
  <dt> 	<a href="java.awt.ScrollPane.html#ScrollPane(int)"><b>ScrollPane</b></a>(int).
Constructor for class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Create a new scrollpane container.
  <dt> 	<a href="java.awt.Cursor.html#SE_RESIZE_CURSOR"><b>SE_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The south-east-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#SE_RESIZE_CURSOR"><b>SE_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.util.Stack.html#search(java.lang.Object)"><b>search</b></a>(Object).
Method in class java.util.<a href="java.util.Stack.html#_top_">Stack</a>
  <dd>  Returns where an object is on this stack.
  <dt> 	<a href="java.util.Calendar.html#SECOND"><b>SECOND</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#SECOND_FIELD"><b>SECOND_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for SECOND field alignment.
  <dt> 	<a href="java.text.Collator.html#SECONDARY"><b>SECONDARY</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Collator strength value.
  <dt> 	<a href="java.text.CollationElementIterator.html#secondaryOrder(int)"><b>secondaryOrder</b></a>(int).
Static method in class java.text.<a href="java.text.CollationElementIterator.html#_top_">CollationElementIterator</a>
  <dd>  Get the secondary order of a collation order.
  <dt> 	<a href="java.security.SecureRandom.html#SecureRandom()"><b>SecureRandom</b></a>().
Constructor for class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  This empty constructor automatically seeds the generator.
  <dt> 	<a href="java.security.SecureRandom.html#SecureRandom(byte[])"><b>SecureRandom</b></a>(byte[]).
Constructor for class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  This constructor uses a user-provided seed in preference to the
 self-seeding algorithm referred to in the empty constructor
 description.
  <dt> 	<a href="java.lang.SecurityException.html#SecurityException()"><b>SecurityException</b></a>().
Constructor for class java.lang.<a href="java.lang.SecurityException.html#_top_">SecurityException</a>
  <dd>  Constructs a <code>SecurityException</code> with no detail  message.
  <dt> 	<a href="java.lang.SecurityException.html#SecurityException(java.lang.String)"><b>SecurityException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.SecurityException.html#_top_">SecurityException</a>
  <dd>  Constructs a <code>SecurityException</code> with the specified 
 detail message.
  <dt> 	<a href="java.lang.SecurityManager.html#SecurityManager()"><b>SecurityManager</b></a>().
Constructor for class java.lang.<a href="java.lang.SecurityManager.html#_top_">SecurityManager</a>
  <dd>  Constructs a new <code>SecurityManager</code>.
  <dt> 	<a href="java.io.RandomAccessFile.html#seek(long)"><b>seek</b></a>(long).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Sets the file-pointer offset, measured from the beginning of this 
 file, at which the next read or write occurs.
  <dt> 	<a href="java.awt.Choice.html#select(int)"><b>select</b></a>(int).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Sets the selected item in this <code>Choice</code> menu to be the 
 item at the specified position.
  <dt> 	<a href="java.awt.peer.ChoicePeer.html#select(int)"><b>select</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ChoicePeer.html#_top_">ChoicePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.List.html#select(int)"><b>select</b></a>(int).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Selects the item at the specified index in the scrolling list.
  <dt> 	<a href="java.awt.peer.ListPeer.html#select(int)"><b>select</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextComponent.html#select(int, int)"><b>select</b></a>(int, int).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Selects the text between the specified start and end positions.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#select(int, int)"><b>select</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Choice.html#select(java.lang.String)"><b>select</b></a>(String).
Method in class java.awt.<a href="java.awt.Choice.html#_top_">Choice</a>
  <dd>  Sets the selected item in this <code>Choice</code> menu 
 to be the item whose name is equal to the specified string.
  <dt> 	<a href="java.awt.TextComponent.html#selectAll()"><b>selectAll</b></a>().
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Selects all the text in this text component.
  <dt> 	<a href="java.awt.event.ItemEvent.html#SELECTED"><b>SELECTED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ItemEvent.html#_top_">ItemEvent</a>
  <dd>  The item selected state change type.
  <dt> 	<a href="java.net.DatagramSocket.html#send(java.net.DatagramPacket)"><b>send</b></a>(DatagramPacket).
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd>  Sends a datagram packet from this socket.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#send(java.net.DatagramPacket)"><b>send</b></a>(DatagramPacket).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Sends a datagram packet.
  <dt> 	<a href="java.net.MulticastSocket.html#send(java.net.DatagramPacket, byte)"><b>send</b></a>(DatagramPacket, byte).
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Sends a datagram packet to the destination, with a TTL (time-
 to-live) other than the default for the socket.
  <dt> 	<a href="java.io.File.html#separator"><b>separator</b></a>.
Static variable in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  The system-dependent path separator string.
  <dt> 	<a href="java.io.File.html#separatorChar"><b>separatorChar</b></a>.
Static variable in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  The system-dependent path separator character.
  <dt> 	<a href="java.util.Calendar.html#SEPTEMBER"><b>SEPTEMBER</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.io.SequenceInputStream.html#SequenceInputStream(java.util.Enumeration)"><b>SequenceInputStream</b></a>(Enumeration).
Constructor for class java.io.<a href="java.io.SequenceInputStream.html#_top_">SequenceInputStream</a>
  <dd>  Constructs a new sequence input stream initialized to the 
 specified enumeration of input streams.
  <dt> 	<a href="java.io.SequenceInputStream.html#SequenceInputStream(java.io.InputStream, java.io.InputStream)"><b>SequenceInputStream</b></a>(InputStream, InputStream).
Constructor for class java.io.<a href="java.io.SequenceInputStream.html#_top_">SequenceInputStream</a>
  <dd>  Constructs a new sequence input stream initialized to read first 
 from the input stream <code>s1</code>, and then from the input 
 stream <code>s2</code>.
  <dt> 	<a href="java.rmi.server.ServerCloneException.html#ServerCloneException(java.lang.String)"><b>ServerCloneException</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.ServerCloneException.html#_top_">ServerCloneException</a>
  <dd>  Create A remote exception with the specified string

  <dt> 	<a href="java.rmi.server.ServerCloneException.html#ServerCloneException(java.lang.String, java.lang.Exception)"><b>ServerCloneException</b></a>(String, Exception).
Constructor for class java.rmi.server.<a href="java.rmi.server.ServerCloneException.html#_top_">ServerCloneException</a>
  <dd>  Create A remote exception with the specified string, and the
 exception specified.
  <dt> 	<a href="java.rmi.ServerError.html#ServerError(java.lang.String, java.lang.Error)"><b>ServerError</b></a>(String, Error).
Constructor for class java.rmi.<a href="java.rmi.ServerError.html#_top_">ServerError</a>
  <dd>  Create a new "server error" exception with the string and
 the specified exception.
  <dt> 	<a href="java.rmi.ServerException.html#ServerException(java.lang.String)"><b>ServerException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.ServerException.html#_top_">ServerException</a>
  <dd>  Create a new server exception with a descriptive string.
  <dt> 	<a href="java.rmi.ServerException.html#ServerException(java.lang.String, java.lang.Exception)"><b>ServerException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.ServerException.html#_top_">ServerException</a>
  <dd>  Create a new server exception with a descriptive string and an
 exception.
  <dt> 	<a href="java.rmi.server.ServerNotActiveException.html#ServerNotActiveException()"><b>ServerNotActiveException</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.ServerNotActiveException.html#_top_">ServerNotActiveException</a>
  <dd>  Create a new exception.
  <dt> 	<a href="java.rmi.server.ServerNotActiveException.html#ServerNotActiveException(java.lang.String)"><b>ServerNotActiveException</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.ServerNotActiveException.html#_top_">ServerNotActiveException</a>
  <dd> 
  <dt> 	<a href="java.rmi.ServerRuntimeException.html#ServerRuntimeException(java.lang.String, java.lang.Exception)"><b>ServerRuntimeException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.ServerRuntimeException.html#_top_">ServerRuntimeException</a>
  <dd>  Create a new runtime exception with the strings and
 the specified exception.
  <dt> 	<a href="java.net.ServerSocket.html#ServerSocket(int)"><b>ServerSocket</b></a>(int).
Constructor for class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Creates a server socket on a specified port.
  <dt> 	<a href="java.net.ServerSocket.html#ServerSocket(int, int)"><b>ServerSocket</b></a>(int, int).
Constructor for class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Creates a server socket and binds it to the specified local port 
 number.
  <dt> 	<a href="java.net.ServerSocket.html#ServerSocket(int, int, java.net.InetAddress)"><b>ServerSocket</b></a>(int, int, InetAddress).
Constructor for class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd> 
 Create a server with the specified port, listen backlog, and 
 local IP address to bind to.
  <dt> 	<a href="java.util.BitSet.html#set(int)"><b>set</b></a>(int).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Sets a bit.
  <dt> 	<a href="java.util.Calendar.html#set(int, int)"><b>set</b></a>(int, int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets the time field with the given value.
  <dt> 	<a href="java.util.Calendar.html#set(int, int, int)"><b>set</b></a>(int, int, int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets the values for the fields year, month, and date.
  <dt> 	<a href="java.util.Calendar.html#set(int, int, int, int, int)"><b>set</b></a>(int, int, int, int, int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets the values for the fields year, month, date, hour, and minute.
  <dt> 	<a href="java.util.Calendar.html#set(int, int, int, int, int, int)"><b>set</b></a>(int, int, int, int, int, int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets the values for the fields year, month, date, hour, minute, and second.
  <dt> 	<a href="java.lang.reflect.Array.html#set(java.lang.Object, int, java.lang.Object)"><b>set</b></a>(Object, int, Object).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified new value.
  <dt> 	<a href="java.lang.reflect.Field.html#set(java.lang.Object, java.lang.Object)"><b>set</b></a>(Object, Object).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Sets the field represented by this Field object on the
 specified object argument to the specified new value.
  <dt> 	<a href="java.net.URL.html#set(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String)"><b>set</b></a>(String, String, int, String, String).
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Sets the fields of the URL.
  <dt> 	<a href="java.awt.Button.html#setActionCommand(java.lang.String)"><b>setActionCommand</b></a>(String).
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Sets the command name for the action event fired 
 by this button.
  <dt> 	<a href="java.awt.MenuItem.html#setActionCommand(java.lang.String)"><b>setActionCommand</b></a>(String).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Sets the command name of the action event that is fired
 by this menu item.
  <dt> 	<a href="java.net.DatagramPacket.html#setAddress(java.net.InetAddress)"><b>setAddress</b></a>(InetAddress).
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  
  <dt> 	<a href="java.awt.FlowLayout.html#setAlignment(int)"><b>setAlignment</b></a>(int).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Sets the alignment for this layout.
  <dt> 	<a href="java.awt.Label.html#setAlignment(int)"><b>setAlignment</b></a>(int).
Method in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd> 
 Sets the alignment for this label to the specified alignment.
  <dt> 	<a href="java.awt.peer.LabelPeer.html#setAlignment(int)"><b>setAlignment</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.LabelPeer.html#_top_">LabelPeer</a>
  <dd> 
  <dt> 	<a href="java.net.URLConnection.html#setAllowUserInteraction(boolean)"><b>setAllowUserInteraction</b></a>(boolean).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Set the value of the <code>allowUserInteraction</code> field of
 this <code>URLConnection</code>.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setAmPmStrings(java.lang.String[])"><b>setAmPmStrings</b></a>(String[]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets ampm strings.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#setAnimated(boolean)"><b>setAnimated</b></a>(boolean).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Change this memory image into a multi-frame animation or a
 single-frame static image depending on the animated parameter.
  <dt> 	<a href="java.sql.PreparedStatement.html#setAsciiStream(int, java.io.InputStream, int)"><b>setAsciiStream</b></a>(int, InputStream, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  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.
  <dt> 	<a href="java.beans.PropertyEditor.html#setAsText(java.lang.String)"><b>setAsText</b></a>(String).
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  Set the property value by parsing a given String.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#setAsText(java.lang.String)"><b>setAsText</b></a>(String).
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Set the property value by parsing a given String.
  <dt> 	<a href="java.sql.Connection.html#setAutoCommit(boolean)"><b>setAutoCommit</b></a>(boolean).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  If a connection is in auto-commit mode, then all its SQL
 statements will be executed and committed as individual
 transactions.
  <dt> 	<a href="java.awt.Component.html#setBackground(java.awt.Color)"><b>setBackground</b></a>(Color).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Sets the background color of this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setBackground(java.awt.Color)"><b>setBackground</b></a>(Color).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.beans.Introspector.html#setBeanInfoSearchPath(java.lang.String[])"><b>setBeanInfoSearchPath</b></a>(String[]).
Static method in class java.beans.<a href="java.beans.Introspector.html#_top_">Introspector</a>
  <dd>  Change the list of package names that will be used for
		finding BeanInfo classes.
  <dt> 	<a href="java.sql.PreparedStatement.html#setBigDecimal(int, java.math.BigDecimal)"><b>setBigDecimal</b></a>(int, BigDecimal).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a java.lang.BigDecimal value.
  <dt> 	<a href="java.sql.PreparedStatement.html#setBinaryStream(int, java.io.InputStream, int)"><b>setBinaryStream</b></a>(int, InputStream, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  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.
  <dt> 	<a href="java.math.BigInteger.html#setBit(int)"><b>setBit</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is equivalent to this number
 with the designated bit set.
  <dt> 	<a href="java.awt.Adjustable.html#setBlockIncrement(int)"><b>setBlockIncrement</b></a>(int).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Sets the block value increment for the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#setBlockIncrement(int)"><b>setBlockIncrement</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the block increment for this scroll bar.
  <dt> 	<a href="java.sql.PreparedStatement.html#setBoolean(int, boolean)"><b>setBoolean</b></a>(int, boolean).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java boolean value.
  <dt> 	<a href="java.lang.reflect.Field.html#setBoolean(java.lang.Object, boolean)"><b>setBoolean</b></a>(Object, boolean).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a boolean on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#setBoolean(java.lang.Object, int, boolean)"><b>setBoolean</b></a>(Object, int, boolean).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified boolean value.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#setBound(boolean)"><b>setBound</b></a>(boolean).
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  Updates to "bound" properties will cause a "PropertyChange" event to 
 get fired when the property is changed.
  <dt> 	<a href="java.awt.Component.html#setBounds(int, int, int, int)"><b>setBounds</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Moves and resizes this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setBounds(int, int, int, int)"><b>setBounds</b></a>(int, int, int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Rectangle.html#setBounds(int, int, int, int)"><b>setBounds</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Sets the bounding rectangle of this rectangle to the specified 
 values for <code>x</code>, <code>y</code>, <code>width</code>, 
 and <code>height</code>.
  <dt> 	<a href="java.awt.Component.html#setBounds(java.awt.Rectangle)"><b>setBounds</b></a>(Rectangle).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Moves and resizes this component to conform to the new 
 bounding rectangle <code>r</code>.
  <dt> 	<a href="java.awt.Rectangle.html#setBounds(java.awt.Rectangle)"><b>setBounds</b></a>(Rectangle).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Sets the bounding rectangle of this rectangle to match 
 the specified rectangle.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#setBreakpointLine(int)"><b>setBreakpointLine</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Set a breakpoint at a specified source line number in a class.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#setBreakpointMethod(sun.tools.debug.RemoteField)"><b>setBreakpointMethod</b></a>(RemoteField).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Set a breakpoint at the first line of a class method.
  <dt> 	<a href="java.sql.PreparedStatement.html#setByte(int, byte)"><b>setByte</b></a>(int, byte).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java byte value.
  <dt> 	<a href="java.lang.reflect.Field.html#setByte(java.lang.Object, byte)"><b>setByte</b></a>(Object, byte).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a byte on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#setByte(java.lang.Object, int, byte)"><b>setByte</b></a>(Object, int, byte).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified boolean value.
  <dt> 	<a href="java.sql.PreparedStatement.html#setBytes(int, byte[])"><b>setBytes</b></a>(int, byte[]).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java array of bytes.
  <dt> 	<a href="java.text.DateFormat.html#setCalendar(java.util.Calendar)"><b>setCalendar</b></a>(Calendar).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Set the calendar to be used by this date format.
  <dt> 	<a href="java.awt.TextComponent.html#setCaretPosition(int)"><b>setCaretPosition</b></a>(int).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Sets the position of the text insertion caret for 
 this text component.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#setCaretPosition(int)"><b>setCaretPosition</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.sql.Connection.html#setCatalog(java.lang.String)"><b>setCatalog</b></a>(String).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  A sub-space of this Connection's database may be selected by setting a
 catalog name.
  <dt> 	<a href="java.util.Observable.html#setChanged()"><b>setChanged</b></a>().
Method in class java.util.<a href="java.util.Observable.html#_top_">Observable</a>
  <dd>  Indicates that this object has changed.
  <dt> 	<a href="java.lang.reflect.Field.html#setChar(java.lang.Object, char)"><b>setChar</b></a>(Object, char).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a char on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#setChar(java.lang.Object, int, char)"><b>setChar</b></a>(Object, int, char).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified byte value.
  <dt> 	<a href="java.lang.StringBuffer.html#setCharAt(int, char)"><b>setCharAt</b></a>(int, char).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  The character at the specified index of this string buffer is set
 to <code>ch</code>.
  <dt> 	<a href="java.awt.Checkbox.html#setCheckboxGroup(java.awt.CheckboxGroup)"><b>setCheckboxGroup</b></a>(CheckboxGroup).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Sets this check box's group to be the specified check box group.
  <dt> 	<a href="java.awt.peer.CheckboxPeer.html#setCheckboxGroup(java.awt.CheckboxGroup)"><b>setCheckboxGroup</b></a>(CheckboxGroup).
Method in interface java.awt.peer.<a href="java.awt.peer.CheckboxPeer.html#_top_">CheckboxPeer</a>
  <dd> 
  <dt> 	<a href="java.text.ChoiceFormat.html#setChoices(double[], java.lang.String[])"><b>setChoices</b></a>(double[], String[]).
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Set the choices to be used in formatting.
  <dt> 	<a href="java.awt.Graphics.html#setClip(int, int, int, int)"><b>setClip</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Sets the current clip to the rectangle specified by the given
 coordinates.
  <dt> 	<a href="java.awt.Graphics.html#setClip(java.awt.Shape)"><b>setClip</b></a>(Shape).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Sets the current clipping area to an arbitrary clip shape.
  <dt> 	<a href="java.awt.Graphics.html#setColor(java.awt.Color)"><b>setColor</b></a>(Color).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Sets this graphics context's current color to the specified
 color.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#setColorModel(java.awt.image.ColorModel)"><b>setColorModel</b></a>(ColorModel).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The ColorModel object used for the majority of
 the pixels reported using the setPixels method
 calls.
  <dt> 	<a href="java.awt.image.ImageFilter.html#setColorModel(java.awt.image.ColorModel)"><b>setColorModel</b></a>(ColorModel).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Filter the information provided in the setColorModel method
 of the ImageConsumer interface.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#setColorModel(java.awt.image.ColorModel)"><b>setColorModel</b></a>(ColorModel).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The setColorModel method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#setColorModel(java.awt.image.ColorModel)"><b>setColorModel</b></a>(ColorModel).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  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.
  <dt> 	<a href="java.awt.GridLayout.html#setColumns(int)"><b>setColumns</b></a>(int).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Sets the number of columns in this layout to the specified value.
  <dt> 	<a href="java.awt.TextArea.html#setColumns(int)"><b>setColumns</b></a>(int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Sets the number of columns for this text area.
  <dt> 	<a href="java.awt.TextField.html#setColumns(int)"><b>setColumns</b></a>(int).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Sets the number of columns in this text field.
  <dt> 	<a href="java.util.zip.ZipEntry.html#setComment(java.lang.String)"><b>setComment</b></a>(String).
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Sets the optional comment string for the entry.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#setComment(java.lang.String)"><b>setComment</b></a>(String).
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Sets the ZIP file comment.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#setConstrained(boolean)"><b>setConstrained</b></a>(boolean).
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  Attempted updates to "Constrained" properties will cause a "VetoableChange"
 event to get fired when the property is changed.
  <dt> 	<a href="java.awt.GridBagLayout.html#setConstraints(java.awt.Component, java.awt.GridBagConstraints)"><b>setConstraints</b></a>(Component, GridBagConstraints).
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Sets the constraints for the specified component in this layout.
  <dt> 	<a href="java.net.URLConnection.html#setContentHandlerFactory(java.net.ContentHandlerFactory)"><b>setContentHandlerFactory</b></a>(ContentHandlerFactory).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the <code>ContentHandlerFactory</code> of an
 application.
  <dt> 	<a href="java.awt.datatransfer.Clipboard.html#setContents(java.awt.datatransfer.Transferable, java.awt.datatransfer.ClipboardOwner)"><b>setContents</b></a>(Transferable, ClipboardOwner).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.Clipboard.html#_top_">Clipboard</a>
  <dd>  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.
  <dt> 	<a href="java.util.zip.ZipEntry.html#setCrc(long)"><b>setCrc</b></a>(long).
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Sets the CRC-32 checksum of the uncompressed entry data.
  <dt> 	<a href="java.awt.CheckboxGroup.html#setCurrent(java.awt.Checkbox)"><b>setCurrent</b></a>(Checkbox).
Method in class java.awt.<a href="java.awt.CheckboxGroup.html#_top_">CheckboxGroup</a>
  <dd>  
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#setCurrentFrameIndex(int)"><b>setCurrentFrameIndex</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd> Set the current stackframe index
  <dt> 	<a href="java.awt.Component.html#setCursor(java.awt.Cursor)"><b>setCursor</b></a>(Cursor).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Set the cursor image to a predefined cursor.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setCursor(java.awt.Cursor)"><b>setCursor</b></a>(Cursor).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#setCursor(java.awt.Cursor)"><b>setCursor</b></a>(Cursor).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Set the cursor image to a predefined cursor.
  <dt> 	<a href="java.awt.Window.html#setCursor(java.awt.Cursor)"><b>setCursor</b></a>(Cursor).
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Set the cursor image to a predefined cursor.
  <dt> 	<a href="java.awt.Frame.html#setCursor(int)"><b>setCursor</b></a>(int).
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  
  <dt> 	<a href="java.sql.Statement.html#setCursorName(java.lang.String)"><b>setCursorName</b></a>(String).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  setCursorname defines the SQL cursor name that will be used by
 subsequent Statement execute methods.
  <dt> 	<a href="java.lang.Thread.html#setDaemon(boolean)"><b>setDaemon</b></a>(boolean).
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Marks this thread as either a daemon thread or a user thread.
  <dt> 	<a href="java.lang.ThreadGroup.html#setDaemon(boolean)"><b>setDaemon</b></a>(boolean).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Changes the daemon status of this thread group.
  <dt> 	<a href="java.net.DatagramPacket.html#setData(byte[])"><b>setData</b></a>(byte[]).
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  
  <dt> 	<a href="java.util.Date.html#setDate(int)"><b>setDate</b></a>(int).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets the day of the month of this date to the specified value.
  <dt> 	<a href="java.sql.Time.html#setDate(int)"><b>setDate</b></a>(int).
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Sets the day of the month of this date to the specified value.
  <dt> 	<a href="java.sql.PreparedStatement.html#setDate(int, java.sql.Date)"><b>setDate</b></a>(int, Date).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a java.sql.Date value.
  <dt> 	<a href="java.text.SimpleDateFormat.html#setDateFormatSymbols(java.text.DateFormatSymbols)"><b>setDateFormatSymbols</b></a>(DateFormatSymbols).
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Allows you to set the date/time formatting data.
  <dt> 	<a href="java.text.DecimalFormat.html#setDecimalFormatSymbols(java.text.DecimalFormatSymbols)"><b>setDecimalFormatSymbols</b></a>(DecimalFormatSymbols).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Sets the decimal format symbols, which is generally not changed
 by the programmer or user.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setDecimalSeparator(char)"><b>setDecimalSeparator</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.text.DecimalFormat.html#setDecimalSeparatorAlwaysShown(boolean)"><b>setDecimalSeparatorAlwaysShown</b></a>(boolean).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Allows you to set the behavior of the decimal separator with integers.
  <dt> 	<a href="java.text.Collator.html#setDecomposition(int)"><b>setDecomposition</b></a>(int).
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Set the decomposition mode of this Collator.
  <dt> 	<a href="java.util.Locale.html#setDefault(java.util.Locale)"><b>setDefault</b></a>(Locale).
Static method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Sets the default.
  <dt> 	<a href="java.util.TimeZone.html#setDefault(java.util.TimeZone)"><b>setDefault</b></a>(TimeZone).
Static method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Sets time zone to using the given TimeZone.
  <dt> 	<a href="java.net.URLConnection.html#setDefaultAllowUserInteraction(boolean)"><b>setDefaultAllowUserInteraction</b></a>(boolean).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the default value of the
 <code>allowUserInteraction</code> field for all future
 <code>URLConnection</code> objects to the specified value.
  <dt> 	<a href="java.net.URLConnection.html#setDefaultRequestProperty(java.lang.String, java.lang.String)"><b>setDefaultRequestProperty</b></a>(String, String).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the default value of a general request property.
  <dt> 	<a href="java.rmi.server.LogStream.html#setDefaultStream(java.io.PrintStream)"><b>setDefaultStream</b></a>(PrintStream).
Static method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Set the default stream for new logs.
  <dt> 	<a href="java.net.URLConnection.html#setDefaultUseCaches(boolean)"><b>setDefaultUseCaches</b></a>(boolean).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the default value of the <code>useCaches</code> field to the
 specified value.
  <dt> 	<a href="java.beans.Beans.html#setDesignTime(boolean)"><b>setDesignTime</b></a>(boolean).
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  Used to indicate whether of not we are running in an application
 builder environment.
  <dt> 	<a href="java.util.zip.Deflater.html#setDictionary(byte[])"><b>setDictionary</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Sets preset dictionary for compression.
  <dt> 	<a href="java.util.zip.Inflater.html#setDictionary(byte[])"><b>setDictionary</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Sets the preset dictionary to the given array of bytes.
  <dt> 	<a href="java.util.zip.Deflater.html#setDictionary(byte[], int, int)"><b>setDictionary</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Sets preset dictionary for compression.
  <dt> 	<a href="java.util.zip.Inflater.html#setDictionary(byte[], int, int)"><b>setDictionary</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Sets the preset dictionary to the given array of bytes.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setDigit(char)"><b>setDigit</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.awt.image.CropImageFilter.html#setDimensions(int, int)"><b>setDimensions</b></a>(int, int).
Method in class java.awt.image.<a href="java.awt.image.CropImageFilter.html#_top_">CropImageFilter</a>
  <dd>  Override the source image's dimensions and pass the dimensions
 of the rectangular cropped region to the ImageConsumer.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#setDimensions(int, int)"><b>setDimensions</b></a>(int, int).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The dimensions of the source image are reported using the
 setDimensions method call.
  <dt> 	<a href="java.awt.image.ImageFilter.html#setDimensions(int, int)"><b>setDimensions</b></a>(int, int).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Filters the information provided in the setDimensions method
 of the ImageConsumer interface.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#setDimensions(int, int)"><b>setDimensions</b></a>(int, int).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The setDimensions method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#setDimensions(int, int)"><b>setDimensions</b></a>(int, int).
Method in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd>  Override the dimensions of the source image and pass the dimensions
 of the new scaled size to the ImageConsumer.
  <dt> 	<a href="java.awt.FileDialog.html#setDirectory(java.lang.String)"><b>setDirectory</b></a>(String).
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Sets the directory of this file dialog window to be the  
 specified directory.
  <dt> 	<a href="java.awt.peer.FileDialogPeer.html#setDirectory(java.lang.String)"><b>setDirectory</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.FileDialogPeer.html#_top_">FileDialogPeer</a>
  <dd> 
  <dt> 	<a href="java.beans.FeatureDescriptor.html#setDisplayName(java.lang.String)"><b>setDisplayName</b></a>(String).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  
  <dt> 	<a href="java.net.URLConnection.html#setDoInput(boolean)"><b>setDoInput</b></a>(boolean).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the value of the <code>doInput</code> field for this
 <code>URLConnection</code> to the specified value.
  <dt> 	<a href="java.net.URLConnection.html#setDoOutput(boolean)"><b>setDoOutput</b></a>(boolean).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the value of the <code>doOutput</code> field for this
 <code>URLConnection</code> to the specified value.
  <dt> 	<a href="java.sql.PreparedStatement.html#setDouble(int, double)"><b>setDouble</b></a>(int, double).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java double value.
  <dt> 	<a href="java.lang.reflect.Field.html#setDouble(java.lang.Object, double)"><b>setDouble</b></a>(Object, double).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a double on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#setDouble(java.lang.Object, int, double)"><b>setDouble</b></a>(Object, int, double).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified double value.
  <dt> 	<a href="java.awt.TextField.html#setEchoChar(char)"><b>setEchoChar</b></a>(char).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Sets the echo character for this text field.
  <dt> 	<a href="java.awt.peer.TextFieldPeer.html#setEchoChar(char)"><b>setEchoChar</b></a>(char).
Method in interface java.awt.peer.<a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextField.html#setEchoCharacter(char)"><b>setEchoCharacter</b></a>(char).
Method in class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.TextFieldPeer.html#setEchoCharacter(char)"><b>setEchoCharacter</b></a>(char).
Method in interface java.awt.peer.<a href="java.awt.peer.TextFieldPeer.html#_top_">TextFieldPeer</a>
  <dd>  DEPRECATED:  Replaced by setEchoChar(char echoChar).
  <dt> 	<a href="java.awt.TextComponent.html#setEditable(boolean)"><b>setEditable</b></a>(boolean).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Sets the flag that determines whether or not this
 text component is editable.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#setEditable(boolean)"><b>setEditable</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.beans.PropertyEditorManager.html#setEditorSearchPath(java.lang.String[])"><b>setEditorSearchPath</b></a>(String[]).
Static method in class java.beans.<a href="java.beans.PropertyEditorManager.html#_top_">PropertyEditorManager</a>
  <dd>  Change the list of package names that will be used for
		finding property editors.
  <dt> 	<a href="java.util.Vector.html#setElementAt(java.lang.Object, int)"><b>setElementAt</b></a>(Object, int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Sets the component at the specified <code>index</code> of this 
 vector to be the specified object.
  <dt> 	<a href="java.awt.Component.html#setEnabled(boolean)"><b>setEnabled</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Enables or disables this component, depending on the value of the 
 parameter <code>b</code>.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setEnabled(boolean)"><b>setEnabled</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.MenuItem.html#setEnabled(boolean)"><b>setEnabled</b></a>(boolean).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Sets whether or not this menu item can be chosen.
  <dt> 	<a href="java.awt.peer.MenuItemPeer.html#setEnabled(boolean)"><b>setEnabled</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuItemPeer.html#_top_">MenuItemPeer</a>
  <dd> 
  <dt> 	<a href="java.util.SimpleTimeZone.html#setEndRule(int, int, int, int)"><b>setEndRule</b></a>(int, int, int, int).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Sets the daylight savings ending rule.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setEras(java.lang.String[])"><b>setEras</b></a>(String[]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets era strings.
  <dt> 	<a href="java.lang.System.html#setErr(java.io.PrintStream)"><b>setErr</b></a>(PrintStream).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Reassigns the "standard" error output stream.
  <dt> 	<a href="java.io.PrintStream.html#setError()"><b>setError</b></a>().
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd> Indicate that an error has occurred.
  <dt> 	<a href="java.io.PrintWriter.html#setError()"><b>setError</b></a>().
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Indicate that an error has occurred.
  <dt> 	<a href="java.sql.Statement.html#setEscapeProcessing(boolean)"><b>setEscapeProcessing</b></a>(boolean).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  If escape scanning is on (the default), the driver will do
 escape substitution before sending the SQL to the database.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#setExpert(boolean)"><b>setExpert</b></a>(boolean).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  The "expert" flag is used to distinguish between features that are
 intended for expert users from those that are intended for normal users.
  <dt> 	<a href="java.util.zip.ZipEntry.html#setExtra(byte[])"><b>setExtra</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Sets the optional extra field data for the entry.
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#setFailureHandler(java.rmi.server.RMIFailureHandler)"><b>setFailureHandler</b></a>(RMIFailureHandler).
Static method in class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd>  Set the failure handler to be called by the RMI runtime if
 socket creation fails.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, boolean)"><b>setField</b></a>(int, boolean).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a boolean instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, char)"><b>setField</b></a>(int, char).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a char instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, double)"><b>setField</b></a>(int, double).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a double instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, float)"><b>setField</b></a>(int, float).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a float instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, int)"><b>setField</b></a>(int, int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set an int instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, long)"><b>setField</b></a>(int, long).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a long instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(int, sun.tools.debug.RemoteObject)"><b>setField</b></a>(int, RemoteObject).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set an object instance variable, specified by slot.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, boolean)"><b>setField</b></a>(String, boolean).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a boolean instance variable, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, char)"><b>setField</b></a>(String, char).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a char instance variable, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, double)"><b>setField</b></a>(String, double).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a double instance variable, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, float)"><b>setField</b></a>(String, float).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a float instance variable, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, int)"><b>setField</b></a>(String, int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set an int instance variable, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, long)"><b>setField</b></a>(String, long).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set a long instance variable, specified by name.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#setField(java.lang.String, sun.tools.debug.RemoteObject)"><b>setField</b></a>(String, RemoteObject).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Set an object instance variable, specified by name.
  <dt> 	<a href="java.awt.FileDialog.html#setFile(java.lang.String)"><b>setFile</b></a>(String).
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Sets the selected file for this file dialog window to be the 
 specified file.
  <dt> 	<a href="java.awt.peer.FileDialogPeer.html#setFile(java.lang.String)"><b>setFile</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.FileDialogPeer.html#_top_">FileDialogPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.FileDialog.html#setFilenameFilter(java.io.FilenameFilter)"><b>setFilenameFilter</b></a>(FilenameFilter).
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Sets the filename filter for this file dialog window to the 
 specified filter.
  <dt> 	<a href="java.awt.peer.FileDialogPeer.html#setFilenameFilter(java.io.FilenameFilter)"><b>setFilenameFilter</b></a>(FilenameFilter).
Method in interface java.awt.peer.<a href="java.awt.peer.FileDialogPeer.html#_top_">FileDialogPeer</a>
  <dd> 
  <dt> 	<a href="java.net.URLConnection.html#setFileNameMap(java.net.FileNameMap)"><b>setFileNameMap</b></a>(FileNameMap).
Static method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the FileNameMap.
  <dt> 	<a href="java.util.Calendar.html#setFirstDayOfWeek(int)"><b>setFirstDayOfWeek</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets what the first day of the week is; e.g., Sunday in US,
 Monday in France.
  <dt> 	<a href="java.sql.PreparedStatement.html#setFloat(int, float)"><b>setFloat</b></a>(int, float).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java float value.
  <dt> 	<a href="java.lang.reflect.Field.html#setFloat(java.lang.Object, float)"><b>setFloat</b></a>(Object, float).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a float on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#setFloat(java.lang.Object, int, float)"><b>setFloat</b></a>(Object, int, float).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified float value.
  <dt> 	<a href="java.net.HttpURLConnection.html#setFollowRedirects(boolean)"><b>setFollowRedirects</b></a>(boolean).
Static method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Sets whether HTTP redirects  (requests with response code 3xx) should 
 be automatically followed by this class.
  <dt> 	<a href="java.awt.Component.html#setFont(java.awt.Font)"><b>setFont</b></a>(Font).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Sets the font of this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setFont(java.awt.Font)"><b>setFont</b></a>(Font).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Graphics.html#setFont(java.awt.Font)"><b>setFont</b></a>(Font).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Sets this graphics context's font to the specified font.
  <dt> 	<a href="java.awt.MenuComponent.html#setFont(java.awt.Font)"><b>setFont</b></a>(Font).
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Sets the font to be used for this menu component to the specified
 font.
  <dt> 	<a href="java.awt.Component.html#setForeground(java.awt.Color)"><b>setForeground</b></a>(Color).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Sets the foreground color of this component.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setForeground(java.awt.Color)"><b>setForeground</b></a>(Color).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.text.MessageFormat.html#setFormat(int, java.text.Format)"><b>setFormat</b></a>(int, Format).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Sets formats individually to use on parameters.
  <dt> 	<a href="java.text.MessageFormat.html#setFormats(java.text.Format[])"><b>setFormats</b></a>(Format[]).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Sets formats to use on parameters.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#setFullBufferUpdates(boolean)"><b>setFullBufferUpdates</b></a>(boolean).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Specify whether this animated memory image should always be
 updated by sending the complete buffer of pixels whenever
 there is a change.
  <dt> 	<a href="java.util.GregorianCalendar.html#setGregorianChange(java.util.Date)"><b>setGregorianChange</b></a>(Date).
Method in class java.util.<a href="java.util.GregorianCalendar.html#_top_">GregorianCalendar</a>
  <dd>  Sets the GregorianCalendar change date.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setGroupingSeparator(char)"><b>setGroupingSeparator</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.text.DecimalFormat.html#setGroupingSize(int)"><b>setGroupingSize</b></a>(int).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Set the grouping size.
  <dt> 	<a href="java.text.NumberFormat.html#setGroupingUsed(boolean)"><b>setGroupingUsed</b></a>(boolean).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Set whether or not grouping will be used in this format.
  <dt> 	<a href="java.beans.Beans.html#setGuiAvailable(boolean)"><b>setGuiAvailable</b></a>(boolean).
Static method in class java.beans.<a href="java.beans.Beans.html#_top_">Beans</a>
  <dd>  Used to indicate whether of not we are running in an environment
 where GUI interaction is available.
  <dt> 	<a href="java.awt.MenuBar.html#setHelpMenu(java.awt.Menu)"><b>setHelpMenu</b></a>(Menu).
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Sets the help menu on this menu bar to be the specified menu.
  <dt> 	<a href="java.awt.BorderLayout.html#setHgap(int)"><b>setHgap</b></a>(int).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Sets the horizontal gap between components.
  <dt> 	<a href="java.awt.CardLayout.html#setHgap(int)"><b>setHgap</b></a>(int).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Sets the horizontal gap between components.
  <dt> 	<a href="java.awt.FlowLayout.html#setHgap(int)"><b>setHgap</b></a>(int).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Sets the horizontal gap between components.
  <dt> 	<a href="java.awt.GridLayout.html#setHgap(int)"><b>setHgap</b></a>(int).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Sets the horizontal gap between components to the specified value.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#setHidden(boolean)"><b>setHidden</b></a>(boolean).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  The "hidden" flag is used to identify features that are intended only
 for tool use, and which should not be exposed to humans.
  <dt> 	<a href="java.awt.image.AreaAveragingScaleFilter.html#setHints(int)"><b>setHints</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.AreaAveragingScaleFilter.html#_top_">AreaAveragingScaleFilter</a>
  <dd>  Detect if the data is being delivered with the necessary hints
 to allow the averaging algorithm to do its work.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#setHints(int)"><b>setHints</b></a>(int).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  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.
  <dt> 	<a href="java.awt.image.ImageFilter.html#setHints(int)"><b>setHints</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Filters the information provided in the setHints method
 of the ImageConsumer interface.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#setHints(int)"><b>setHints</b></a>(int).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The setHints method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.sql.Date.html#setHours(int)"><b>setHours</b></a>(int).
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Sets the hour of this date to the specified value.
  <dt> 	<a href="java.util.Date.html#setHours(int)"><b>setHours</b></a>(int).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets the hour of this date to the specified value.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#setHumanPresentableName(java.lang.String)"><b>setHumanPresentableName</b></a>(String).
Method in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  Sets the human presentable name for the data format that this
 DataFlavor represents.
  <dt> 	<a href="java.awt.Frame.html#setIconImage(java.awt.Image)"><b>setIconImage</b></a>(Image).
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Sets the image to display when this frame is iconized.
  <dt> 	<a href="java.awt.peer.FramePeer.html#setIconImage(java.awt.Image)"><b>setIconImage</b></a>(Image).
Method in interface java.awt.peer.<a href="java.awt.peer.FramePeer.html#_top_">FramePeer</a>
  <dd> 
  <dt> 	<a href="java.util.TimeZone.html#setID(java.lang.String)"><b>setID</b></a>(String).
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Sets the time zone ID.
  <dt> 	<a href="java.net.URLConnection.html#setIfModifiedSince(long)"><b>setIfModifiedSince</b></a>(long).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the value of the <code>ifModifiedSince</code> field of
 this <code>URLConnection</code> to the specified value.
  <dt> 	<a href="java.lang.System.html#setIn(java.io.InputStream)"><b>setIn</b></a>(InputStream).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Reassigns the "standard" input stream.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#setInDefaultEventSet(boolean)"><b>setInDefaultEventSet</b></a>(boolean).
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  Mark an event set as being in the "default" set (or not).
  <dt> 	<a href="java.text.CharacterIterator.html#setIndex(int)"><b>setIndex</b></a>(int).
Method in interface java.text.<a href="java.text.CharacterIterator.html#_top_">CharacterIterator</a>
  <dd>  Set the position to the specified position in the text and return that
 character.
  <dt> 	<a href="java.text.ParsePosition.html#setIndex(int)"><b>setIndex</b></a>(int).
Method in class java.text.<a href="java.text.ParsePosition.html#_top_">ParsePosition</a>
  <dd>  Set the current parse position.
  <dt> 	<a href="java.text.StringCharacterIterator.html#setIndex(int)"><b>setIndex</b></a>(int).
Method in class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Set the position to specified position in the text and return that
 character.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setInfinity(java.lang.String)"><b>setInfinity</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.security.Identity.html#setInfo(java.lang.String)"><b>setInfo</b></a>(String).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Specifies a general information string for this identity.
  <dt> 	<a href="java.util.zip.Deflater.html#setInput(byte[])"><b>setInput</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Sets input data for compression.
  <dt> 	<a href="java.util.zip.Inflater.html#setInput(byte[])"><b>setInput</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Sets input data for decompression.
  <dt> 	<a href="java.util.zip.Deflater.html#setInput(byte[], int, int)"><b>setInput</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Sets input data for compression.
  <dt> 	<a href="java.util.zip.Inflater.html#setInput(byte[], int, int)"><b>setInput</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Inflater.html#_top_">Inflater</a>
  <dd>  Sets input data for decompression.
  <dt> 	<a href="java.sql.PreparedStatement.html#setInt(int, int)"><b>setInt</b></a>(int, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java int value.
  <dt> 	<a href="java.lang.reflect.Field.html#setInt(java.lang.Object, int)"><b>setInt</b></a>(Object, int).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as an int on specified object.
  <dt> 	<a href="java.lang.reflect.Array.html#setInt(java.lang.Object, int, int)"><b>setInt</b></a>(Object, int, int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified int value.
  <dt> 	<a href="java.net.MulticastSocket.html#setInterface(java.net.InetAddress)"><b>setInterface</b></a>(InetAddress).
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Set the outgoing network interface for multicast packets on this
 socket, to other than the system default.
  <dt> 	<a href="java.awt.event.KeyEvent.html#setKeyChar(char)"><b>setKeyChar</b></a>(char).
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#setKeyCode(int)"><b>setKeyCode</b></a>(int).
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.security.Signer.html#setKeyPair(java.security.KeyPair)"><b>setKeyPair</b></a>(KeyPair).
Method in class java.security.<a href="java.security.Signer.html#_top_">Signer</a>
  <dd>  Sets the key pair (public key and private key) for this signer.
  <dt> 	<a href="java.awt.Button.html#setLabel(java.lang.String)"><b>setLabel</b></a>(String).
Method in class java.awt.<a href="java.awt.Button.html#_top_">Button</a>
  <dd>  Sets the button's label to be the specified string.
  <dt> 	<a href="java.awt.peer.ButtonPeer.html#setLabel(java.lang.String)"><b>setLabel</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.ButtonPeer.html#_top_">ButtonPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Checkbox.html#setLabel(java.lang.String)"><b>setLabel</b></a>(String).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd>  Sets this check box's label to be the string argument.
  <dt> 	<a href="java.awt.peer.CheckboxPeer.html#setLabel(java.lang.String)"><b>setLabel</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.CheckboxPeer.html#_top_">CheckboxPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.MenuItem.html#setLabel(java.lang.String)"><b>setLabel</b></a>(String).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Sets the label for this menu item to the specified label.
  <dt> 	<a href="java.awt.peer.MenuItemPeer.html#setLabel(java.lang.String)"><b>setLabel</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.MenuItemPeer.html#_top_">MenuItemPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Container.html#setLayout(java.awt.LayoutManager)"><b>setLayout</b></a>(LayoutManager).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Sets the layout manager for this container.
  <dt> 	<a href="java.awt.ScrollPane.html#setLayout(java.awt.LayoutManager)"><b>setLayout</b></a>(LayoutManager).
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd> 
 Sets the layout manager for this container.
  <dt> 	<a href="java.net.DatagramPacket.html#setLength(int)"><b>setLength</b></a>(int).
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  
  <dt> 	<a href="java.lang.StringBuffer.html#setLength(int)"><b>setLength</b></a>(int).
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Sets the length of this String buffer.
  <dt> 	<a href="java.util.Calendar.html#setLenient(boolean)"><b>setLenient</b></a>(boolean).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Specify whether or not date/time interpretation is to be lenient.
  <dt> 	<a href="java.text.DateFormat.html#setLenient(boolean)"><b>setLenient</b></a>(boolean).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Specify whether or not date/time parsing is to be lenient.
  <dt> 	<a href="java.util.zip.Deflater.html#setLevel(int)"><b>setLevel</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Sets the current compression level to the specified value.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#setLevel(int)"><b>setLevel</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Sets the compression level for subsequent entries which are DEFLATED.
  <dt> 	<a href="java.awt.Scrollbar.html#setLineIncrement(int)"><b>setLineIncrement</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ScrollbarPeer.html#setLineIncrement(int)"><b>setLineIncrement</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollbarPeer.html#_top_">ScrollbarPeer</a>
  <dd> 
  <dt> 	<a href="java.io.LineNumberInputStream.html#setLineNumber(int)"><b>setLineNumber</b></a>(int).
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Sets the line number to the specified argument.
  <dt> 	<a href="java.io.LineNumberReader.html#setLineNumber(int)"><b>setLineNumber</b></a>(int).
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Set the current line number.
  <dt> 	<a href="java.awt.Component.html#setLocale(java.util.Locale)"><b>setLocale</b></a>(Locale).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Sets the locale of this component.
  <dt> 	<a href="java.text.MessageFormat.html#setLocale(java.util.Locale)"><b>setLocale</b></a>(Locale).
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Constructs with the specified pattern and formats for the
 arguments in that pattern.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setLocalPatternChars(java.lang.String)"><b>setLocalPatternChars</b></a>(String).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets localized date-time pattern characters.
  <dt> 	<a href="java.awt.Component.html#setLocation(int, int)"><b>setLocation</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Moves this component to a new location.
  <dt> 	<a href="java.awt.Point.html#setLocation(int, int)"><b>setLocation</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Changes the point to have the specificed location.
  <dt> 	<a href="java.awt.Rectangle.html#setLocation(int, int)"><b>setLocation</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Moves the rectangle to the specified location.
  <dt> 	<a href="java.awt.Component.html#setLocation(java.awt.Point)"><b>setLocation</b></a>(Point).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Moves this component to a new location.
  <dt> 	<a href="java.awt.Point.html#setLocation(java.awt.Point)"><b>setLocation</b></a>(Point).
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Sets the location of the point to the specificed location.
  <dt> 	<a href="java.awt.Rectangle.html#setLocation(java.awt.Point)"><b>setLocation</b></a>(Point).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Moves the rectangle to the specified location.
  <dt> 	<a href="java.rmi.server.RemoteServer.html#setLog(java.io.OutputStream)"><b>setLog</b></a>(OutputStream).
Static method in class java.rmi.server.<a href="java.rmi.server.RemoteServer.html#_top_">RemoteServer</a>
  <dd>  Log RMI calls to the output stream <I>out</I>.
  <dt> 	<a href="java.sql.DriverManager.html#setLoginTimeout(int)"><b>setLoginTimeout</b></a>(int).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Set the maximum time in seconds that all drivers can wait
 when attempting to log in to a database.
  <dt> 	<a href="java.sql.DriverManager.html#setLogStream(java.io.PrintStream)"><b>setLogStream</b></a>(PrintStream).
Static method in class java.sql.<a href="java.sql.DriverManager.html#_top_">DriverManager</a>
  <dd>  Set the logging/tracing PrintStream that is used by the DriverManager
 and all drivers.
  <dt> 	<a href="java.sql.PreparedStatement.html#setLong(int, long)"><b>setLong</b></a>(int, long).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java long value.
  <dt> 	<a href="java.lang.reflect.Array.html#setLong(java.lang.Object, int, long)"><b>setLong</b></a>(Object, int, long).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified long value.
  <dt> 	<a href="java.lang.reflect.Field.html#setLong(java.lang.Object, long)"><b>setLong</b></a>(Object, long).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a long on specified object.
  <dt> 	<a href="java.sql.Statement.html#setMaxFieldSize(int)"><b>setMaxFieldSize</b></a>(int).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  The maxFieldSize limit (in bytes) is set to limit the size of
 data that can be returned for any column value; it only applies
 to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and
 LONGVARCHAR fields.
  <dt> 	<a href="java.awt.Adjustable.html#setMaximum(int)"><b>setMaximum</b></a>(int).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Sets the maximum value of the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#setMaximum(int)"><b>setMaximum</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the maximum value of this scroll bar.
  <dt> 	<a href="java.text.NumberFormat.html#setMaximumFractionDigits(int)"><b>setMaximumFractionDigits</b></a>(int).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Sets the maximum number of digits allowed in the fraction portion of a
 number.
  <dt> 	<a href="java.text.NumberFormat.html#setMaximumIntegerDigits(int)"><b>setMaximumIntegerDigits</b></a>(int).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Sets the maximum number of digits allowed in the integer portion of a
 number.
  <dt> 	<a href="java.lang.ThreadGroup.html#setMaxPriority(int)"><b>setMaxPriority</b></a>(int).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Sets the maximum priority of the group.
  <dt> 	<a href="java.sql.Statement.html#setMaxRows(int)"><b>setMaxRows</b></a>(int).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  The maxRows limit is set to limit the number of rows that any
 ResultSet can contain.
  <dt> 	<a href="java.awt.Frame.html#setMenuBar(java.awt.MenuBar)"><b>setMenuBar</b></a>(MenuBar).
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Sets the menu bar for this frame to the specified menu bar.
  <dt> 	<a href="java.awt.peer.FramePeer.html#setMenuBar(java.awt.MenuBar)"><b>setMenuBar</b></a>(MenuBar).
Method in interface java.awt.peer.<a href="java.awt.peer.FramePeer.html#_top_">FramePeer</a>
  <dd> 
  <dt> 	<a href="java.security.DigestInputStream.html#setMessageDigest(java.security.MessageDigest)"><b>setMessageDigest</b></a>(MessageDigest).
Method in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Associates the specified message digest with this stream.
  <dt> 	<a href="java.security.DigestOutputStream.html#setMessageDigest(java.security.MessageDigest)"><b>setMessageDigest</b></a>(MessageDigest).
Method in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Associates the specified message digest with this stream.
  <dt> 	<a href="java.util.zip.ZipEntry.html#setMethod(int)"><b>setMethod</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Sets the compression method for the entry.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#setMethod(int)"><b>setMethod</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Sets the default compression method for subsequent entries.
  <dt> 	<a href="java.util.Calendar.html#setMinimalDaysInFirstWeek(int)"><b>setMinimalDaysInFirstWeek</b></a>(int).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets what the minimal days required in the first week of the year are;
 For example, if the first week is defined as one that contains the first
 day of the first month of a year, call the method with value 1.
  <dt> 	<a href="java.awt.Adjustable.html#setMinimum(int)"><b>setMinimum</b></a>(int).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Sets the minimum value of the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#setMinimum(int)"><b>setMinimum</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the minimum value of this scroll bar.
  <dt> 	<a href="java.text.NumberFormat.html#setMinimumFractionDigits(int)"><b>setMinimumFractionDigits</b></a>(int).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Sets the minimum number of digits allowed in the fraction portion of a
 number.
  <dt> 	<a href="java.text.NumberFormat.html#setMinimumIntegerDigits(int)"><b>setMinimumIntegerDigits</b></a>(int).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Sets the minimum number of digits allowed in the integer portion of a
 number.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setMinusSign(char)"><b>setMinusSign</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.sql.Date.html#setMinutes(int)"><b>setMinutes</b></a>(int).
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Sets the minutes of this date to the specified value.
  <dt> 	<a href="java.util.Date.html#setMinutes(int)"><b>setMinutes</b></a>(int).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets the minutes of this date to the specified value.
  <dt> 	<a href="java.awt.Dialog.html#setModal(boolean)"><b>setModal</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Specifies whether this dialog is modal.
  <dt> 	<a href="java.awt.FileDialog.html#setMode(int)"><b>setMode</b></a>(int).
Method in class java.awt.<a href="java.awt.FileDialog.html#_top_">FileDialog</a>
  <dd>  Sets the mode of the file dialog.
  <dt> 	<a href="java.awt.event.KeyEvent.html#setModifiers(int)"><b>setModifiers</b></a>(int).
Method in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Change the modifiers for a KeyEvent.
  <dt> 	<a href="java.util.Date.html#setMonth(int)"><b>setMonth</b></a>(int).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets the month of this date to the specified value.
  <dt> 	<a href="java.sql.Time.html#setMonth(int)"><b>setMonth</b></a>(int).
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Sets the month of this date to the specified value.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setMonths(java.lang.String[])"><b>setMonths</b></a>(String[]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets month strings.
  <dt> 	<a href="java.awt.List.html#setMultipleMode(boolean)"><b>setMultipleMode</b></a>(boolean).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  Sets the flag that determines whether this list 
 allows multiple selections.
  <dt> 	<a href="java.awt.peer.ListPeer.html#setMultipleMode(boolean)"><b>setMultipleMode</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.List.html#setMultipleSelections(boolean)"><b>setMultipleSelections</b></a>(boolean).
Method in class java.awt.<a href="java.awt.List.html#_top_">List</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ListPeer.html#setMultipleSelections(boolean)"><b>setMultipleSelections</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.ListPeer.html#_top_">ListPeer</a>
  <dd>  DEPRECATED:  Replaced by setMultipleMode(boolean).
  <dt> 	<a href="java.text.DecimalFormat.html#setMultiplier(int)"><b>setMultiplier</b></a>(int).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Set the multiplier for use in percent, permill, etc.
  <dt> 	<a href="java.security.acl.Acl.html#setName(java.security.Principal, java.lang.String)"><b>setName</b></a>(Principal, String).
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Sets the name of this ACL.
  <dt> 	<a href="java.awt.Component.html#setName(java.lang.String)"><b>setName</b></a>(String).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Sets the name of the component to the specified string.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#setName(java.lang.String)"><b>setName</b></a>(String).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  
  <dt> 	<a href="java.awt.MenuComponent.html#setName(java.lang.String)"><b>setName</b></a>(String).
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Sets the name of the component to the specified string.
  <dt> 	<a href="java.lang.Thread.html#setName(java.lang.String)"><b>setName</b></a>(String).
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Changes the name of this thread to be equal to the argument
 <code>name</code>.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setNaN(java.lang.String)"><b>setNaN</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.sql.Timestamp.html#setNanos(int)"><b>setNanos</b></a>(int).
Method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Set the Timestamp's nanos value

 
  <dt> 	<a href="java.security.acl.AclEntry.html#setNegativePermissions()"><b>setNegativePermissions</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Sets this ACL entry to be a negative one.
  <dt> 	<a href="java.text.DecimalFormat.html#setNegativePrefix(java.lang.String)"><b>setNegativePrefix</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Set the negative prefix.
  <dt> 	<a href="java.text.DecimalFormat.html#setNegativeSuffix(java.lang.String)"><b>setNegativeSuffix</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Set the positive suffix.
  <dt> 	<a href="java.sql.SQLException.html#setNextException(java.sql.SQLException)"><b>setNextException</b></a>(SQLException).
Method in class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Add an SQLException to the end of the chain.
  <dt> 	<a href="java.sql.SQLWarning.html#setNextWarning(java.sql.SQLWarning)"><b>setNextWarning</b></a>(SQLWarning).
Method in class java.sql.<a href="java.sql.SQLWarning.html#_top_">SQLWarning</a>
  <dd>  Add an SQLWarning to the end of the chain.
  <dt> 	<a href="java.sql.PreparedStatement.html#setNull(int, int)"><b>setNull</b></a>(int, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to SQL NULL.
  <dt> 	<a href="java.text.DateFormat.html#setNumberFormat(java.text.NumberFormat)"><b>setNumberFormat</b></a>(NumberFormat).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Allows you to set the number formatter.
  <dt> 	<a href="java.sql.PreparedStatement.html#setObject(int, java.lang.Object)"><b>setObject</b></a>(int, Object).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  <p>Set the value of a parameter using an object; use the
 java.lang equivalent objects for integral values.
  <dt> 	<a href="java.sql.PreparedStatement.html#setObject(int, java.lang.Object, int)"><b>setObject</b></a>(int, Object, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  This method is like setObject above, but assumes a scale of zero.
  <dt> 	<a href="java.sql.PreparedStatement.html#setObject(int, java.lang.Object, int, int)"><b>setObject</b></a>(int, Object, int, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  <p>Set the value of a parameter using an object; use the
 java.lang equivalent objects for integral values.
  <dt> 	<a href="java.beans.Customizer.html#setObject(java.lang.Object)"><b>setObject</b></a>(Object).
Method in interface java.beans.<a href="java.beans.Customizer.html#_top_">Customizer</a>
  <dd>  Set the object to be customized.
  <dt> 	<a href="java.awt.Scrollbar.html#setOrientation(int)"><b>setOrientation</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the orientation for this scroll bar.
  <dt> 	<a href="java.lang.System.html#setOut(java.io.PrintStream)"><b>setOut</b></a>(PrintStream).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Reassigns the "standard" output stream.
  <dt> 	<a href="java.rmi.server.LogStream.html#setOutputStream(java.io.OutputStream)"><b>setOutputStream</b></a>(OutputStream).
Method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Set the stream to which output from this log is sent.
  <dt> 	<a href="java.awt.Scrollbar.html#setPageIncrement(int)"><b>setPageIncrement</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ScrollbarPeer.html#setPageIncrement(int)"><b>setPageIncrement</b></a>(int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollbarPeer.html#_top_">ScrollbarPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Graphics.html#setPaintMode()"><b>setPaintMode</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Sets the paint mode of this graphics context to overwrite the
 destination with this graphics context's current color.
  <dt> 	<a href="java.security.Signature.html#setParameter(java.lang.String, java.lang.Object)"><b>setParameter</b></a>(String, Object).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Sets the specified algorithm parameter to the specified value.
  <dt> 	<a href="java.util.ResourceBundle.html#setParent(java.util.ResourceBundle)"><b>setParent</b></a>(ResourceBundle).
Method in class java.util.<a href="java.util.ResourceBundle.html#_top_">ResourceBundle</a>
  <dd>  Set the parent bundle of this bundle.
  <dt> 	<a href="java.text.NumberFormat.html#setParseIntegerOnly(boolean)"><b>setParseIntegerOnly</b></a>(boolean).
Method in class java.text.<a href="java.text.NumberFormat.html#_top_">NumberFormat</a>
  <dd>  Sets whether or not numbers should be parsed as integers only.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setPatternSeparator(char)"><b>setPatternSeparator</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setPercent(char)"><b>setPercent</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setPerMill(char)"><b>setPerMill</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.awt.image.AreaAveragingScaleFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.<a href="java.awt.image.AreaAveragingScaleFilter.html#_top_">AreaAveragingScaleFilter</a>
  <dd>  Combine the components for the delivered byte pixels into the
 accumulation arrays and send on any averaged data for rows of
 pixels that are complete.
  <dt> 	<a href="java.awt.image.CropImageFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.<a href="java.awt.image.CropImageFilter.html#_top_">CropImageFilter</a>
  <dd>  Determine whether the delivered byte pixels intersect the region to
 be extracted and passes through only that subset of pixels that
 appear in the output region.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The pixels of the image are delivered using one or more calls
 to the setPixels method.
  <dt> 	<a href="java.awt.image.ImageFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Filters the information provided in the setPixels method of the
 ImageConsumer interface which takes an array of bytes.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The setPixels method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd>  Choose which rows and columns of the delivered byte pixels are
 needed for the destination scaled image and pass through just
 those rows and columns that are needed, replicated as necessary.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, byte[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  If the ColorModel object is the same one that has already
 been converted, then simply passes the pixels through with the
 converted ColorModel.
  <dt> 	<a href="java.awt.image.AreaAveragingScaleFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.AreaAveragingScaleFilter.html#_top_">AreaAveragingScaleFilter</a>
  <dd>  Combine the components for the delivered int pixels into the
 accumulation arrays and send on any averaged data for rows of
 pixels that are complete.
  <dt> 	<a href="java.awt.image.CropImageFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.CropImageFilter.html#_top_">CropImageFilter</a>
  <dd>  Determine if the delivered int pixels intersect the region to
 be extracted and pass through only that subset of pixels that
 appear in the output region.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The pixels of the image are delivered using one or more calls
 to the setPixels method.
  <dt> 	<a href="java.awt.image.ImageFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Filters the information provided in the setPixels method of the
 ImageConsumer interface which takes an array of integers.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The setPixels method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd>  Choose which rows and columns of the delivered int pixels are
 needed for the destination scaled image and pass through just
 those rows and columns that are needed, replicated as necessary.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#setPixels(int, int, int, int, java.awt.image.ColorModel, int[], int, int)"><b>setPixels</b></a>(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  If the ColorModel object is the same one that has already
 been converted, then simply passes the pixels through with the
 converted ColorModel, otherwise converts the buffer of integer
 pixels to the default RGB ColorModel and passes the converted
 buffer to the filterRGBPixels method to be converted one by one.
  <dt> 	<a href="java.net.DatagramPacket.html#setPort(int)"><b>setPort</b></a>(int).
Method in class java.net.<a href="java.net.DatagramPacket.html#_top_">DatagramPacket</a>
  <dd>  
  <dt> 	<a href="java.text.DecimalFormat.html#setPositivePrefix(java.lang.String)"><b>setPositivePrefix</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Set the positive prefix.
  <dt> 	<a href="java.text.DecimalFormat.html#setPositiveSuffix(java.lang.String)"><b>setPositiveSuffix</b></a>(String).
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Set the positive suffix.
  <dt> 	<a href="java.security.acl.AclEntry.html#setPrincipal(java.security.Principal)"><b>setPrincipal</b></a>(Principal).
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Specifies the principal for which permissions are granted or denied 
 by this ACL entry.
  <dt> 	<a href="java.lang.Thread.html#setPriority(int)"><b>setPriority</b></a>(int).
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Changes the priority of this thread.
  <dt> 	<a href="java.beans.PropertyChangeEvent.html#setPropagationId(java.lang.Object)"><b>setPropagationId</b></a>(Object).
Method in class java.beans.<a href="java.beans.PropertyChangeEvent.html#_top_">PropertyChangeEvent</a>
  <dd>  
  <dt> 	<a href="java.awt.image.CropImageFilter.html#setProperties(java.util.Hashtable)"><b>setProperties</b></a>(Hashtable).
Method in class java.awt.image.<a href="java.awt.image.CropImageFilter.html#_top_">CropImageFilter</a>
  <dd>  Passes along  the properties from the source object after adding a
 property indicating the cropped region.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#setProperties(java.util.Hashtable)"><b>setProperties</b></a>(Hashtable).
Method in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  Sets the extensible list of properties associated with this image.
  <dt> 	<a href="java.awt.image.ImageFilter.html#setProperties(java.util.Hashtable)"><b>setProperties</b></a>(Hashtable).
Method in class java.awt.image.<a href="java.awt.image.ImageFilter.html#_top_">ImageFilter</a>
  <dd>  Passes the properties from the source object along after adding a
 property indicating the stream of filters it has been run through.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#setProperties(java.util.Hashtable)"><b>setProperties</b></a>(Hashtable).
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  The setProperties method is part of the ImageConsumer API which
 this class must implement to retrieve the pixels.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#setProperties(java.util.Hashtable)"><b>setProperties</b></a>(Hashtable).
Method in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd>  Passes along the properties from the source object after adding a
 property indicating the scale applied.
  <dt> 	<a href="java.lang.System.html#setProperties(java.util.Properties)"><b>setProperties</b></a>(Properties).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Sets the system properties to the <code>Properties</code> 
 argument.
  <dt> 	<a href="java.security.Security.html#setProperty(java.lang.String, java.lang.String)"><b>setProperty</b></a>(String, String).
Static method in class java.security.<a href="java.security.Security.html#_top_">Security</a>
  <dd>  Sets a security property.
  <dt> 	<a href="java.beans.PropertyDescriptor.html#setPropertyEditorClass(java.lang.Class)"><b>setPropertyEditorClass</b></a>(Class).
Method in class java.beans.<a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>
  <dd>  Normally PropertyEditors will be found using the PropertyEditorManager.
  <dt> 	<a href="java.security.Identity.html#setPublicKey(java.security.PublicKey)"><b>setPublicKey</b></a>(PublicKey).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Sets this identity's public key.
  <dt> 	<a href="java.sql.Statement.html#setQueryTimeout(int)"><b>setQueryTimeout</b></a>(int).
Method in interface java.sql.<a href="java.sql.Statement.html#_top_">Statement</a>
  <dd>  The queryTimeout limit is the number of seconds the driver will
 wait for a Statement to execute.
  <dt> 	<a href="java.util.SimpleTimeZone.html#setRawOffset(int)"><b>setRawOffset</b></a>(int).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Overrides TimeZone
 Sets the base time zone offset to GMT.
  <dt> 	<a href="java.util.TimeZone.html#setRawOffset(int)"><b>setRawOffset</b></a>(int).
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Sets the base time zone offset to GMT.
  <dt> 	<a href="java.sql.Connection.html#setReadOnly(boolean)"><b>setReadOnly</b></a>(boolean).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  You can put a connection in read-only mode as a hint to enable 
 database optimizations.
  <dt> 	<a href="java.rmi.server.RemoteStub.html#setRef(java.rmi.server.RemoteStub, java.rmi.server.RemoteRef)"><b>setRef</b></a>(RemoteStub, RemoteRef).
Static method in class java.rmi.server.<a href="java.rmi.server.RemoteStub.html#_top_">RemoteStub</a>
  <dd> 
  <dt> 	<a href="java.net.HttpURLConnection.html#setRequestMethod(java.lang.String)"><b>setRequestMethod</b></a>(String).
Method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Set the method for the URL request, one of:
 <UL>
  <LI>GET
  <LI>POST
  <LI>HEAD
  <LI>OPTIONS
  <LI>PUT
  <LI>DELETE
  <LI>TRACE
 </UL> are legal, subject to protocol restrictions.
  <dt> 	<a href="java.net.URLConnection.html#setRequestProperty(java.lang.String, java.lang.String)"><b>setRequestProperty</b></a>(String, String).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the general request property.
  <dt> 	<a href="java.awt.Dialog.html#setResizable(boolean)"><b>setResizable</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Sets the resizable flag.
  <dt> 	<a href="java.awt.peer.DialogPeer.html#setResizable(boolean)"><b>setResizable</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.DialogPeer.html#_top_">DialogPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Frame.html#setResizable(boolean)"><b>setResizable</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Sets the resizable flag, which determines whether
 this frame is resizable.
  <dt> 	<a href="java.awt.peer.FramePeer.html#setResizable(boolean)"><b>setResizable</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.FramePeer.html#_top_">FramePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.GridLayout.html#setRows(int)"><b>setRows</b></a>(int).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Sets the number of rows in this layout to the specified value.
  <dt> 	<a href="java.awt.TextArea.html#setRows(int)"><b>setRows</b></a>(int).
Method in class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Sets the number of rows for this text area.
  <dt> 	<a href="java.math.BigDecimal.html#setScale(int)"><b>setScale</b></a>(int).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose scale is the specified value, and whose
 value is exactly equal to this number's.
  <dt> 	<a href="java.math.BigDecimal.html#setScale(int, int)"><b>setScale</b></a>(int, int).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose scale is the specified value, and whose
 integer value is determined by multiplying or dividing this BigDecimal's
 integer value by the appropriate power of ten to maintain the overall
 value.
  <dt> 	<a href="java.awt.ScrollPane.html#setScrollPosition(int, int)"><b>setScrollPosition</b></a>(int, int).
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Scrolls to the specified position within the child component.
  <dt> 	<a href="java.awt.peer.ScrollPanePeer.html#setScrollPosition(int, int)"><b>setScrollPosition</b></a>(int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.ScrollPane.html#setScrollPosition(java.awt.Point)"><b>setScrollPosition</b></a>(Point).
Method in class java.awt.<a href="java.awt.ScrollPane.html#_top_">ScrollPane</a>
  <dd>  Scrolls to the specified position within the child component.
  <dt> 	<a href="java.sql.Date.html#setSeconds(int)"><b>setSeconds</b></a>(int).
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Sets the seconds of this date to the specified value.
  <dt> 	<a href="java.util.Date.html#setSeconds(int)"><b>setSeconds</b></a>(int).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets the seconds of this date to the specified value.
  <dt> 	<a href="java.lang.System.html#setSecurityManager(java.lang.SecurityManager)"><b>setSecurityManager</b></a>(SecurityManager).
Static method in class java.lang.<a href="java.lang.System.html#_top_">System</a>
  <dd>  Sets the System security.
  <dt> 	<a href="java.security.SecureRandom.html#setSeed(byte[])"><b>setSeed</b></a>(byte[]).
Method in class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  Reseeds this random object.
  <dt> 	<a href="java.util.Random.html#setSeed(long)"><b>setSeed</b></a>(long).
Method in class java.util.<a href="java.util.Random.html#_top_">Random</a>
  <dd>  Sets the seed of this random number generator using a single 
 <code>long</code> seed.
  <dt> 	<a href="java.security.SecureRandom.html#setSeed(long)"><b>setSeed</b></a>(long).
Method in class java.security.<a href="java.security.SecureRandom.html#_top_">SecureRandom</a>
  <dd>  Reseeds this random object, using the eight bytes contained
 in the given <code>long seed</code>.
  <dt> 	<a href="java.awt.CheckboxGroup.html#setSelectedCheckbox(java.awt.Checkbox)"><b>setSelectedCheckbox</b></a>(Checkbox).
Method in class java.awt.<a href="java.awt.CheckboxGroup.html#_top_">CheckboxGroup</a>
  <dd>  Sets the currently selected check box in this group
 to be the specified check box.
  <dt> 	<a href="java.awt.TextComponent.html#setSelectionEnd(int)"><b>setSelectionEnd</b></a>(int).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Sets the selection end for this text component to  
 the specified position.
  <dt> 	<a href="java.awt.TextComponent.html#setSelectionStart(int)"><b>setSelectionStart</b></a>(int).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Sets the selection start for this text component to  
 the specified position.
  <dt> 	<a href="java.sql.PreparedStatement.html#setShort(int, short)"><b>setShort</b></a>(int, short).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java short value.
  <dt> 	<a href="java.lang.reflect.Array.html#setShort(java.lang.Object, int, short)"><b>setShort</b></a>(Object, int, short).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Array.html#_top_">Array</a>
  <dd>  Sets the value of the indexed component of the specified array
 object to the specified short value.
  <dt> 	<a href="java.lang.reflect.Field.html#setShort(java.lang.Object, short)"><b>setShort</b></a>(Object, short).
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Set the value of a field as a short on specified object.
  <dt> 	<a href="java.awt.MenuItem.html#setShortcut(java.awt.MenuShortcut)"><b>setShortcut</b></a>(MenuShortcut).
Method in class java.awt.<a href="java.awt.MenuItem.html#_top_">MenuItem</a>
  <dd>  Set the <code>MenuShortcut</code> object associated with this
 menu item.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#setShortDescription(java.lang.String)"><b>setShortDescription</b></a>(String).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  You can associate a short descriptive string with a feature.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setShortMonths(java.lang.String[])"><b>setShortMonths</b></a>(String[]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets short month strings.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setShortWeekdays(java.lang.String[])"><b>setShortWeekdays</b></a>(String[]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets short weekday strings.
  <dt> 	<a href="java.lang.ClassLoader.html#setSigners(java.lang.Class, java.lang.Object[])"><b>setSigners</b></a>(Class, Object[]).
Method in class java.lang.<a href="java.lang.ClassLoader.html#_top_">ClassLoader</a>
  <dd>  Sets the signers of a class.
  <dt> 	<a href="java.awt.Component.html#setSize(java.awt.Dimension)"><b>setSize</b></a>(Dimension).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Resizes this component so that it has width <code>d.width</code> 
 and height <code>d.height</code>.
  <dt> 	<a href="java.awt.Dimension.html#setSize(java.awt.Dimension)"><b>setSize</b></a>(Dimension).
Method in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  Set the size of this <code>Dimension</code> object to the specified size.
  <dt> 	<a href="java.awt.Rectangle.html#setSize(java.awt.Dimension)"><b>setSize</b></a>(Dimension).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Sets the size of this rectangle to match the specified dimension.
  <dt> 	<a href="java.util.Vector.html#setSize(int)"><b>setSize</b></a>(int).
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Sets the size of this vector.
  <dt> 	<a href="java.awt.Component.html#setSize(int, int)"><b>setSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Resizes this component so that it has width <code>width</code> 
 and <code>height</code>.
  <dt> 	<a href="java.awt.Dimension.html#setSize(int, int)"><b>setSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  Set the size of this <code>Dimension</code> object 
 to the specified width and height.
  <dt> 	<a href="java.awt.Rectangle.html#setSize(int, int)"><b>setSize</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Sets the size of this rectangle to the specified width and height.
  <dt> 	<a href="java.util.zip.ZipEntry.html#setSize(long)"><b>setSize</b></a>(long).
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Sets the uncompressed size of the entry data.
  <dt> 	<a href="java.rmi.server.RMISocketFactory.html#setSocketFactory(java.rmi.server.RMISocketFactory)"><b>setSocketFactory</b></a>(RMISocketFactory).
Static method in class java.rmi.server.<a href="java.rmi.server.RMISocketFactory.html#_top_">RMISocketFactory</a>
  <dd>  Set the socket factory from which RMI gets sockets.
  <dt> 	<a href="java.net.ServerSocket.html#setSocketFactory(java.net.SocketImplFactory)"><b>setSocketFactory</b></a>(SocketImplFactory).
Static method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Sets the server socket implementation factory for the 
 application.
  <dt> 	<a href="java.net.Socket.html#setSocketImplFactory(java.net.SocketImplFactory)"><b>setSocketImplFactory</b></a>(SocketImplFactory).
Static method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Sets the client socket implementation factory for the 
 application.
  <dt> 	<a href="java.net.Socket.html#setSoLinger(boolean, int)"><b>setSoLinger</b></a>(boolean, int).
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Enable/disable SO_LINGER with the specified linger time.
  <dt> 	<a href="java.net.DatagramSocket.html#setSoTimeout(int)"><b>setSoTimeout</b></a>(int).
Method in class java.net.<a href="java.net.DatagramSocket.html#_top_">DatagramSocket</a>
  <dd> Enable/disable SO_TIMEOUT with the specified timeout, in
  milliseconds.
  <dt> 	<a href="java.net.ServerSocket.html#setSoTimeout(int)"><b>setSoTimeout</b></a>(int).
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd> Enable/disable SO_TIMEOUT with the specified timeout, in
  milliseconds.
  <dt> 	<a href="java.net.Socket.html#setSoTimeout(int)"><b>setSoTimeout</b></a>(int).
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>   Enable/disable SO_TIMEOUT with the specified timeout, in
  milliseconds.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#setSourcePath(java.lang.String)"><b>setSourcePath</b></a>(String).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Specify the list of paths to use when searching for a source file.
  <dt> 	<a href="java.util.SimpleTimeZone.html#setStartRule(int, int, int, int)"><b>setStartRule</b></a>(int, int, int, int).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Sets the daylight savings starting rule.
  <dt> 	<a href="java.util.SimpleTimeZone.html#setStartYear(int)"><b>setStartYear</b></a>(int).
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Sets the daylight savings starting year.
  <dt> 	<a href="java.awt.Checkbox.html#setState(boolean)"><b>setState</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Checkbox.html#_top_">Checkbox</a>
  <dd> 
 Sets the state of this check box to the specified state.
  <dt> 	<a href="java.awt.CheckboxMenuItem.html#setState(boolean)"><b>setState</b></a>(boolean).
Method in class java.awt.<a href="java.awt.CheckboxMenuItem.html#_top_">CheckboxMenuItem</a>
  <dd>  Sets this check box menu item to the specifed state.
  <dt> 	<a href="java.awt.peer.CheckboxMenuItemPeer.html#setState(boolean)"><b>setState</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.CheckboxMenuItemPeer.html#_top_">CheckboxMenuItemPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.peer.CheckboxPeer.html#setState(boolean)"><b>setState</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.CheckboxPeer.html#_top_">CheckboxPeer</a>
  <dd> 
  <dt> 	<a href="java.util.zip.Deflater.html#setStrategy(int)"><b>setStrategy</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.Deflater.html#_top_">Deflater</a>
  <dd>  Sets the compression strategy to the specified value.
  <dt> 	<a href="java.text.Collator.html#setStrength(int)"><b>setStrength</b></a>(int).
Method in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Sets this Collator's strength property.
  <dt> 	<a href="java.sql.PreparedStatement.html#setString(int, java.lang.String)"><b>setString</b></a>(int, String).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a Java String value.
  <dt> 	<a href="java.applet.Applet.html#setStub(java.applet.AppletStub)"><b>setStub</b></a>(AppletStub).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Sets this applet's stub.
  <dt> 	<a href="java.security.IdentityScope.html#setSystemScope(java.security.IdentityScope)"><b>setSystemScope</b></a>(IdentityScope).
Static method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Sets the system's identity scope.
  <dt> 	<a href="java.net.Socket.html#setTcpNoDelay(boolean)"><b>setTcpNoDelay</b></a>(boolean).
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
  <dt> 	<a href="java.text.BreakIterator.html#setText(java.text.CharacterIterator)"><b>setText</b></a>(CharacterIterator).
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Set a new text for scanning.
  <dt> 	<a href="java.text.BreakIterator.html#setText(java.lang.String)"><b>setText</b></a>(String).
Method in class java.text.<a href="java.text.BreakIterator.html#_top_">BreakIterator</a>
  <dd>  Set a new text string to be scanned.
  <dt> 	<a href="java.awt.Label.html#setText(java.lang.String)"><b>setText</b></a>(String).
Method in class java.awt.<a href="java.awt.Label.html#_top_">Label</a>
  <dd> 
 Sets the text for this label to the specified text.
  <dt> 	<a href="java.awt.peer.LabelPeer.html#setText(java.lang.String)"><b>setText</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.LabelPeer.html#_top_">LabelPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.TextComponent.html#setText(java.lang.String)"><b>setText</b></a>(String).
Method in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd>  Sets the text that is presented by this 
 text component to be the specified text.
  <dt> 	<a href="java.awt.peer.TextComponentPeer.html#setText(java.lang.String)"><b>setText</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.TextComponentPeer.html#_top_">TextComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.util.Calendar.html#setTime(java.util.Date)"><b>setTime</b></a>(Date).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets this Calendar's current time with the given Date.
  <dt> 	<a href="java.sql.PreparedStatement.html#setTime(int, java.sql.Time)"><b>setTime</b></a>(int, Time).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a java.sql.Time value.
  <dt> 	<a href="java.sql.Date.html#setTime(long)"><b>setTime</b></a>(long).
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Set a Date using a milliseconds time value

 
  <dt> 	<a href="java.util.Date.html#setTime(long)"><b>setTime</b></a>(long).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets this date to represent the specified number of milliseconds
 since January 1, 1970, 00:00:00 GMT.
  <dt> 	<a href="java.sql.Time.html#setTime(long)"><b>setTime</b></a>(long).
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Set a Time using a milliseconds time value

 
  <dt> 	<a href="java.util.zip.ZipEntry.html#setTime(long)"><b>setTime</b></a>(long).
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Sets the modification time of the entry.
  <dt> 	<a href="java.util.Calendar.html#setTimeInMillis(long)"><b>setTimeInMillis</b></a>(long).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets this Calendar's current time from the given long value.
  <dt> 	<a href="java.sql.PreparedStatement.html#setTimestamp(int, java.sql.Timestamp)"><b>setTimestamp</b></a>(int, Timestamp).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  Set a parameter to a java.sql.Timestamp value.
  <dt> 	<a href="java.util.Calendar.html#setTimeZone(java.util.TimeZone)"><b>setTimeZone</b></a>(TimeZone).
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Sets the time zone with the given time zone value.
  <dt> 	<a href="java.text.DateFormat.html#setTimeZone(java.util.TimeZone)"><b>setTimeZone</b></a>(TimeZone).
Method in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Sets the time zone for the calendar of this DateFormat object.
  <dt> 	<a href="java.awt.Dialog.html#setTitle(java.lang.String)"><b>setTitle</b></a>(String).
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Sets the title of the Dialog.
  <dt> 	<a href="java.awt.peer.DialogPeer.html#setTitle(java.lang.String)"><b>setTitle</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.DialogPeer.html#_top_">DialogPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Frame.html#setTitle(java.lang.String)"><b>setTitle</b></a>(String).
Method in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd>  Sets the title for this frame to the specified title.
  <dt> 	<a href="java.awt.peer.FramePeer.html#setTitle(java.lang.String)"><b>setTitle</b></a>(String).
Method in interface java.awt.peer.<a href="java.awt.peer.FramePeer.html#_top_">FramePeer</a>
  <dd> 
  <dt> 	<a href="java.sql.Connection.html#setTransactionIsolation(int)"><b>setTransactionIsolation</b></a>(int).
Method in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  You can call this method to try to change the transaction
 isolation level using one of the TRANSACTION_* values.
  <dt> 	<a href="java.net.DatagramSocketImpl.html#setTTL(byte)"><b>setTTL</b></a>(byte).
Method in class java.net.<a href="java.net.DatagramSocketImpl.html#_top_">DatagramSocketImpl</a>
  <dd>  Set the TTL (time-to-live) option.
  <dt> 	<a href="java.net.MulticastSocket.html#setTTL(byte)"><b>setTTL</b></a>(byte).
Method in class java.net.<a href="java.net.MulticastSocket.html#_top_">MulticastSocket</a>
  <dd>  Set the default time-to-live for multicast packets sent out
 on this socket.
  <dt> 	<a href="java.beans.EventSetDescriptor.html#setUnicast(boolean)"><b>setUnicast</b></a>(boolean).
Method in class java.beans.<a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>
  <dd>  Mark an event set as unicast (or not).
  <dt> 	<a href="java.sql.PreparedStatement.html#setUnicodeStream(int, java.io.InputStream, int)"><b>setUnicodeStream</b></a>(int, InputStream, int).
Method in interface java.sql.<a href="java.sql.PreparedStatement.html#_top_">PreparedStatement</a>
  <dd>  When a very large UNICODE value is input to a LONGVARCHAR
 parameter, it may be more practical to send it via a
 java.io.InputStream.
  <dt> 	<a href="java.awt.peer.ScrollPanePeer.html#setUnitIncrement(java.awt.Adjustable, int)"><b>setUnitIncrement</b></a>(Adjustable, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Adjustable.html#setUnitIncrement(int)"><b>setUnitIncrement</b></a>(int).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Sets the unit value increment for the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#setUnitIncrement(int)"><b>setUnitIncrement</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the unit increment for this scroll bar.
  <dt> 	<a href="java.awt.event.PaintEvent.html#setUpdateRect(java.awt.Rectangle)"><b>setUpdateRect</b></a>(Rectangle).
Method in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  Sets the rectangle representing the area which needs to be
 repainted in response to this event.
  <dt> 	<a href="java.net.URLStreamHandler.html#setURL(java.net.URL, java.lang.String, java.lang.String, int, java.lang.String, java.lang.String)"><b>setURL</b></a>(URL, String, String, int, String, String).
Method in class java.net.<a href="java.net.URLStreamHandler.html#_top_">URLStreamHandler</a>
  <dd>  Sets the fields of the <code>URL</code> argument to the
 indicated values.
  <dt> 	<a href="java.net.URL.html#setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory)"><b>setURLStreamHandlerFactory</b></a>(URLStreamHandlerFactory).
Static method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Sets an application's <code>URLStreamHandlerFactory</code>.
  <dt> 	<a href="java.net.URLConnection.html#setUseCaches(boolean)"><b>setUseCaches</b></a>(boolean).
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Sets the value of the <code>useCaches</code> field of this
 <code>URLConnection</code> to the specified value.
  <dt> 	<a href="java.awt.peer.ScrollPanePeer.html#setValue(java.awt.Adjustable, int)"><b>setValue</b></a>(Adjustable, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollPanePeer.html#_top_">ScrollPanePeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Adjustable.html#setValue(int)"><b>setValue</b></a>(int).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Sets the current value of the adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#setValue(int)"><b>setValue</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the value of this scroll bar to the specified value.
  <dt> 	<a href="java.beans.PropertyEditor.html#setValue(java.lang.Object)"><b>setValue</b></a>(Object).
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  Set (or change) the object that is to be edited.
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#setValue(java.lang.Object)"><b>setValue</b></a>(Object).
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  Set (or change) the object that is to be edited.
  <dt> 	<a href="java.beans.FeatureDescriptor.html#setValue(java.lang.String, java.lang.Object)"><b>setValue</b></a>(String, Object).
Method in class java.beans.<a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
  <dd>  Associate a named attribute with this feature.
  <dt> 	<a href="java.awt.Scrollbar.html#setValues(int, int, int, int)"><b>setValues</b></a>(int, int, int, int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the values of four properties for this scroll bar.
  <dt> 	<a href="java.awt.peer.ScrollbarPeer.html#setValues(int, int, int, int)"><b>setValues</b></a>(int, int, int, int).
Method in interface java.awt.peer.<a href="java.awt.peer.ScrollbarPeer.html#_top_">ScrollbarPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.BorderLayout.html#setVgap(int)"><b>setVgap</b></a>(int).
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Sets the vertical gap between components.
  <dt> 	<a href="java.awt.CardLayout.html#setVgap(int)"><b>setVgap</b></a>(int).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Sets the vertical gap between components.
  <dt> 	<a href="java.awt.FlowLayout.html#setVgap(int)"><b>setVgap</b></a>(int).
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Sets the vertical gap between components.
  <dt> 	<a href="java.awt.GridLayout.html#setVgap(int)"><b>setVgap</b></a>(int).
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Sets the vertical gap between components to the specified value.
  <dt> 	<a href="java.awt.Component.html#setVisible(boolean)"><b>setVisible</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Shows or hides this component depending on the value of parameter 
 <code>b</code>.
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#setVisible(boolean)"><b>setVisible</b></a>(boolean).
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd> 
  <dt> 	<a href="java.awt.Adjustable.html#setVisibleAmount(int)"><b>setVisibleAmount</b></a>(int).
Method in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  Sets the length of the proportionl indicator of the
 adjustable object.
  <dt> 	<a href="java.awt.Scrollbar.html#setVisibleAmount(int)"><b>setVisibleAmount</b></a>(int).
Method in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  Sets the visible amount of this scroll bar.
  <dt> 	<a href="java.text.DateFormatSymbols.html#setWeekdays(java.lang.String[])"><b>setWeekdays</b></a>(String[]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets weekday strings.
  <dt> 	<a href="java.awt.Graphics.html#setXORMode(java.awt.Color)"><b>setXORMode</b></a>(Color).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Sets the paint mode of this graphics context to alternate between
 this graphics context's current color and the new specified color.
  <dt> 	<a href="java.util.Date.html#setYear(int)"><b>setYear</b></a>(int).
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Sets the year of this date to be the specified value plus 1900.
  <dt> 	<a href="java.sql.Time.html#setYear(int)"><b>setYear</b></a>(int).
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Sets the year of this date to be the specified value plus 1900.
  <dt> 	<a href="java.text.DecimalFormatSymbols.html#setZeroDigit(char)"><b>setZeroDigit</b></a>(char).
Method in class java.text.<a href="java.text.DecimalFormatSymbols.html#_top_">DecimalFormatSymbols</a>
  <dd> 
  <dt> 	<a href="java.text.DateFormatSymbols.html#setZoneStrings(java.lang.String[][])"><b>setZoneStrings</b></a>(String[][]).
Method in class java.text.<a href="java.text.DateFormatSymbols.html#_top_">DateFormatSymbols</a>
  <dd>  Sets timezone strings.
  <dt> 	<a href="java.awt.event.ActionEvent.html#SHIFT_MASK"><b>SHIFT_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.ActionEvent.html#_top_">ActionEvent</a>
  <dd>  The shift modifier constant.
  <dt> 	<a href="java.awt.Event.html#SHIFT_MASK"><b>SHIFT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  This flag indicates that the Shift key was down when the event 
 occurred.
  <dt> 	<a href="java.awt.event.InputEvent.html#SHIFT_MASK"><b>SHIFT_MASK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.InputEvent.html#_top_">InputEvent</a>
  <dd>  The shift key modifier constant.
  <dt> 	<a href="java.awt.Event.html#shiftDown()"><b>shiftDown</b></a>().
Method in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Checks if the Shift key is down.
  <dt> 	<a href="java.math.BigInteger.html#shiftLeft(int)"><b>shiftLeft</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this << n).
  <dt> 	<a href="java.math.BigInteger.html#shiftRight(int)"><b>shiftRight</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this >> n).
  <dt> 	<a href="java.text.DateFormat.html#SHORT"><b>SHORT</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Constant for short style pattern.
  <dt> 	<a href="java.lang.Short.html#Short(short)"><b>Short</b></a>(short).
Constructor for class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Constructs a Short object initialized to the specified short value.
  <dt> 	<a href="java.lang.Short.html#Short(java.lang.String)"><b>Short</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Constructs a Short object initialized to the value specified by the
 String parameter.
  <dt> 	<a href="java.awt.MenuBar.html#shortcuts()"><b>shortcuts</b></a>().
Method in class java.awt.<a href="java.awt.MenuBar.html#_top_">MenuBar</a>
  <dd>  Gets an enumeration of all menu shortcuts this menu bar
 is managing.
  <dt> 	<a href="java.lang.Byte.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns the value of this Byte as a short.
  <dt> 	<a href="java.lang.Double.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns the value of this Double as a short (by casting to a short).
  <dt> 	<a href="java.lang.Float.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the value of this Float as a short (by casting to a short).
  <dt> 	<a href="java.lang.Integer.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns the value of this Integer as a short.
  <dt> 	<a href="java.lang.Long.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns the value of this Long as a short.
  <dt> 	<a href="java.lang.Number.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Number.html#_top_">Number</a>
  <dd>  Returns the value of the specified number as a <code>short</code>.
  <dt> 	<a href="java.lang.Short.html#shortValue()"><b>shortValue</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns the value of this Short as a short.
  <dt> 	<a href="java.awt.Component.html#show()"><b>show</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.peer.ComponentPeer.html#show()"><b>show</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
  <dd>  DEPRECATED:  Replaced by setVisible(boolean).
  <dt> 	<a href="java.awt.Dialog.html#show()"><b>show</b></a>().
Method in class java.awt.<a href="java.awt.Dialog.html#_top_">Dialog</a>
  <dd>  Shows the dialog.
  <dt> 	<a href="java.awt.Window.html#show()"><b>show</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Shows this window, and brings it to the front.
  <dt> 	<a href="java.awt.Component.html#show(boolean)"><b>show</b></a>(boolean).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  
  <dt> 	<a href="java.awt.PopupMenu.html#show(java.awt.Component, int, int)"><b>show</b></a>(Component, int, int).
Method in class java.awt.<a href="java.awt.PopupMenu.html#_top_">PopupMenu</a>
  <dd>  Shows the popup menu at the x, y position relative to an origin component.
  <dt> 	<a href="java.awt.CardLayout.html#show(java.awt.Container, java.lang.String)"><b>show</b></a>(Container, String).
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Flips to the component that was added to this layout with the  
 specified <code>name</code>, using <code>addLayoutComponent</code>.
  <dt> 	<a href="java.awt.peer.PopupMenuPeer.html#show(java.awt.Event)"><b>show</b></a>(Event).
Method in interface java.awt.peer.<a href="java.awt.peer.PopupMenuPeer.html#_top_">PopupMenuPeer</a>
  <dd> 
  <dt> 	<a href="java.applet.AppletContext.html#showDocument(java.net.URL)"><b>showDocument</b></a>(URL).
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Replaces the Web page currently being viewed with the given URL.
  <dt> 	<a href="java.applet.AppletContext.html#showDocument(java.net.URL, java.lang.String)"><b>showDocument</b></a>(URL, String).
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Requests that the browser or applet viewer show the Web page 
 indicated by the <code>url</code> argument.
  <dt> 	<a href="java.applet.Applet.html#showStatus(java.lang.String)"><b>showStatus</b></a>(String).
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Requests that the argument string be displayed in the 
 "status window".
  <dt> 	<a href="java.applet.AppletContext.html#showStatus(java.lang.String)"><b>showStatus</b></a>(String).
Method in interface java.applet.<a href="java.applet.AppletContext.html#_top_">AppletContext</a>
  <dd>  Requests that the argument string be displayed in the 
 "status window".
  <dt> 	<a href="java.security.Signature.html#SIGN"><b>SIGN</b></a>.
Static variable in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 Possible <a href = "#state ">state </a> value, signifying that       
 this signature object has been initialized for signing.
  <dt> 	<a href="java.security.Signature.html#sign()"><b>sign</b></a>().
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Returns the signature bytes of all the data updated.
  <dt> 	<a href="java.security.Signature.html#Signature(java.lang.String)"><b>Signature</b></a>(String).
Constructor for class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Creates a Signature object for the specified algorithm.
  <dt> 	<a href="java.security.SignatureException.html#SignatureException()"><b>SignatureException</b></a>().
Constructor for class java.security.<a href="java.security.SignatureException.html#_top_">SignatureException</a>
  <dd>  Constructs a SignatureException with no detail message.
  <dt> 	<a href="java.security.SignatureException.html#SignatureException(java.lang.String)"><b>SignatureException</b></a>(String).
Constructor for class java.security.<a href="java.security.SignatureException.html#_top_">SignatureException</a>
  <dd>  Constructs a SignatureException with the specified detail
 message.
  <dt> 	<a href="java.security.Signer.html#Signer()"><b>Signer</b></a>().
Constructor for class java.security.<a href="java.security.Signer.html#_top_">Signer</a>
  <dd> 
 Creates a signer.
  <dt> 	<a href="java.security.Signer.html#Signer(java.lang.String)"><b>Signer</b></a>(String).
Constructor for class java.security.<a href="java.security.Signer.html#_top_">Signer</a>
  <dd> 
 Creates a signer with the specified identity name.
  <dt> 	<a href="java.security.Signer.html#Signer(java.lang.String, java.security.IdentityScope)"><b>Signer</b></a>(String, IdentityScope).
Constructor for class java.security.<a href="java.security.Signer.html#_top_">Signer</a>
  <dd> 
 Creates a signer with the specified identity name and scope.
  <dt> 	<a href="java.math.BigDecimal.html#signum()"><b>signum</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns the signum function of this number (i.e., -1, 0 or 1 as
 the value of this number is negative, zero or positive).
  <dt> 	<a href="java.math.BigInteger.html#signum()"><b>signum</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the signum function of this number (i.e., -1, 0 or 1 as
 the value of this number is negative, zero or positive).
  <dt> 	<a href="java.rmi.server.LogStream.html#SILENT"><b>SILENT</b></a>.
Static variable in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd> constants for logging levels
  <dt> 	<a href="java.beans.SimpleBeanInfo.html#SimpleBeanInfo()"><b>SimpleBeanInfo</b></a>().
Constructor for class java.beans.<a href="java.beans.SimpleBeanInfo.html#_top_">SimpleBeanInfo</a>
  <dd> 
  <dt> 	<a href="java.text.SimpleDateFormat.html#SimpleDateFormat()"><b>SimpleDateFormat</b></a>().
Constructor for class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Construct a SimpleDateFormat using the default pattern for the default
 locale.
  <dt> 	<a href="java.text.SimpleDateFormat.html#SimpleDateFormat(java.lang.String)"><b>SimpleDateFormat</b></a>(String).
Constructor for class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Construct a SimpleDateFormat using the given pattern in the default
 locale.
  <dt> 	<a href="java.text.SimpleDateFormat.html#SimpleDateFormat(java.lang.String, java.text.DateFormatSymbols)"><b>SimpleDateFormat</b></a>(String, DateFormatSymbols).
Constructor for class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Construct a SimpleDateFormat using the given pattern and
 locale-specific symbol data.
  <dt> 	<a href="java.text.SimpleDateFormat.html#SimpleDateFormat(java.lang.String, java.util.Locale)"><b>SimpleDateFormat</b></a>(String, Locale).
Constructor for class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Construct a SimpleDateFormat using the given pattern and locale.
  <dt> 	<a href="java.util.SimpleTimeZone.html#SimpleTimeZone(int, java.lang.String)"><b>SimpleTimeZone</b></a>(int, String).
Constructor for class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Constructs a SimpleTimeZone with the given base time zone offset from GMT
 and time zone ID.
  <dt> 	<a href="java.util.SimpleTimeZone.html#SimpleTimeZone(int, java.lang.String, int, int, int, int, int, int, int, int)"><b>SimpleTimeZone</b></a>(int, String, int, int, int, int, int, int, int, int).
Constructor for class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Construct a SimpleTimeZone with the given base time zone offset from
 GMT, time zone ID, time to start and end the daylight time.
  <dt> 	<a href="java.util.Locale.html#SIMPLIFIED_CHINESE"><b>SIMPLIFIED_CHINESE</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.lang.Math.html#sin(double)"><b>sin</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the trigonometric sine of an angle.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#SINGLEFRAME"><b>SINGLEFRAME</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The image contain a single static image.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#SINGLEFRAMEDONE"><b>SINGLEFRAMEDONE</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  One frame of the image is complete but there are more frames
 to be delivered.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#SINGLEPASS"><b>SINGLEPASS</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The pixels will be delivered in a single pass.
  <dt> 	<a href="java.awt.Font.html#size"><b>size</b></a>.
Variable in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  The point size of this font.
  <dt> 	<a href="java.util.BitSet.html#size()"><b>size</b></a>().
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Calculates and returns the set's size in bits.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#size()"><b>size</b></a>().
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Returns the current size of the buffer.
  <dt> 	<a href="java.io.CharArrayWriter.html#size()"><b>size</b></a>().
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Returns the current size of the buffer.
  <dt> 	<a href="java.awt.Component.html#size()"><b>size</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 
  <dt> 	<a href="java.io.DataOutputStream.html#size()"><b>size</b></a>().
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Returns the number of bytes written to this data output stream.
  <dt> 	<a href="java.util.Dictionary.html#size()"><b>size</b></a>().
Method in class java.util.<a href="java.util.Dictionary.html#_top_">Dictionary</a>
  <dd>  Returns the number of keys in this dictionary.
  <dt> 	<a href="java.util.Hashtable.html#size()"><b>size</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Returns the number of keys in this hashtable.
  <dt> 	<a href="java.security.IdentityScope.html#size()"><b>size</b></a>().
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Returns the number of identities within this identity scope.
  <dt> 	<a href="java.util.Vector.html#size()"><b>size</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns the number of components in this vector.
  <dt> 	<a href="java.rmi.server.SkeletonMismatchException.html#SkeletonMismatchException(java.lang.String)"><b>SkeletonMismatchException</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.SkeletonMismatchException.html#_top_">SkeletonMismatchException</a>
  <dd>  Create a new SkeletonMismatchException exception with a descriptive string.
  <dt> 	<a href="java.rmi.server.SkeletonNotFoundException.html#SkeletonNotFoundException(java.lang.String)"><b>SkeletonNotFoundException</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.SkeletonNotFoundException.html#_top_">SkeletonNotFoundException</a>
  <dd>  Create a new SkeletonNotFoundException exception with a descriptive string.
  <dt> 	<a href="java.rmi.server.SkeletonNotFoundException.html#SkeletonNotFoundException(java.lang.String, java.lang.Exception)"><b>SkeletonNotFoundException</b></a>(String, Exception).
Constructor for class java.rmi.server.<a href="java.rmi.server.SkeletonNotFoundException.html#_top_">SkeletonNotFoundException</a>
  <dd>  Create a new SkeletonNotFoundException with a descriptive string and an exception.
  <dt> 	<a href="java.io.BufferedInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.BufferedInputStream.html#_top_">BufferedInputStream</a>
  <dd>  Skips over and discards <code>n</code> bytes of data from the 
 input stream.
  <dt> 	<a href="java.io.BufferedReader.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.BufferedReader.html#_top_">BufferedReader</a>
  <dd>  Skip characters.
  <dt> 	<a href="java.io.ByteArrayInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.ByteArrayInputStream.html#_top_">ByteArrayInputStream</a>
  <dd>  Skips <code>n</code> bytes of input from this input stream.
  <dt> 	<a href="java.io.CharArrayReader.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.CharArrayReader.html#_top_">CharArrayReader</a>
  <dd>  Skip characters.
  <dt> 	<a href="java.util.zip.CheckedInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.util.zip.<a href="java.util.zip.CheckedInputStream.html#_top_">CheckedInputStream</a>
  <dd>  Skips specified number of bytes of input.
  <dt> 	<a href="java.io.FileInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.FileInputStream.html#_top_">FileInputStream</a>
  <dd>  Skips over and discards <code>n</code> bytes of data from the 
 input stream.
  <dt> 	<a href="java.io.FilterInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.FilterInputStream.html#_top_">FilterInputStream</a>
  <dd>  Skips over and discards <code>n</code> bytes of data from the 
 input stream.
  <dt> 	<a href="java.io.FilterReader.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.FilterReader.html#_top_">FilterReader</a>
  <dd>  Skip characters.
  <dt> 	<a href="java.util.zip.InflaterInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.util.zip.<a href="java.util.zip.InflaterInputStream.html#_top_">InflaterInputStream</a>
  <dd>  Skips specified number of bytes of uncompressed data.
  <dt> 	<a href="java.io.InputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.InputStream.html#_top_">InputStream</a>
  <dd>  Skips over and discards <code>n</code> bytes of data from this
 input stream.
  <dt> 	<a href="java.io.LineNumberInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.LineNumberInputStream.html#_top_">LineNumberInputStream</a>
  <dd>  Skips over and discards <code>n</code> bytes of data from the 
 input stream.
  <dt> 	<a href="java.io.LineNumberReader.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.LineNumberReader.html#_top_">LineNumberReader</a>
  <dd>  Skip characters.
  <dt> 	<a href="java.io.ObjectInput.html#skip(long)"><b>skip</b></a>(long).
Method in interface java.io.<a href="java.io.ObjectInput.html#_top_">ObjectInput</a>
  <dd>  Skips n bytes of input.
  <dt> 	<a href="java.io.Reader.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.Reader.html#_top_">Reader</a>
  <dd>  Skip characters.
  <dt> 	<a href="java.io.StringBufferInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  Skips <code>n</code> bytes of input from this input stream.
  <dt> 	<a href="java.io.StringReader.html#skip(long)"><b>skip</b></a>(long).
Method in class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Skip characters.
  <dt> 	<a href="java.util.zip.ZipInputStream.html#skip(long)"><b>skip</b></a>(long).
Method in class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd>  Skips specified number of bytes in the current ZIP entry.
  <dt> 	<a href="java.io.DataInput.html#skipBytes(int)"><b>skipBytes</b></a>(int).
Method in interface java.io.<a href="java.io.DataInput.html#_top_">DataInput</a>
  <dd>  Skips exactly <code>n</code> bytes of input.
  <dt> 	<a href="java.io.DataInputStream.html#skipBytes(int)"><b>skipBytes</b></a>(int).
Method in class java.io.<a href="java.io.DataInputStream.html#_top_">DataInputStream</a>
  <dd>  Skips exactly <code>n</code> bytes of input in the underlying 
 input stream.
  <dt> 	<a href="java.io.ObjectInputStream.html#skipBytes(int)"><b>skipBytes</b></a>(int).
Method in class java.io.<a href="java.io.ObjectInputStream.html#_top_">ObjectInputStream</a>
  <dd>  Skips bytes, block until all bytes are skipped.
  <dt> 	<a href="java.io.RandomAccessFile.html#skipBytes(int)"><b>skipBytes</b></a>(int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Skips exactly <code>n</code> bytes of input.
  <dt> 	<a href="java.io.StreamTokenizer.html#slashSlashComments(boolean)"><b>slashSlashComments</b></a>(boolean).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Determines whether or not the tokenizer recognizes C++-style comments.
  <dt> 	<a href="java.io.StreamTokenizer.html#slashStarComments(boolean)"><b>slashStarComments</b></a>(boolean).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Determines whether or not the tokenizer recognizes C-style comments.
  <dt> 	<a href="java.lang.Thread.html#sleep(long)"><b>sleep</b></a>(long).
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Causes the currently executing thread to sleep (temporarily cease
 execution) for the specified number of milliseconds.
  <dt> 	<a href="java.lang.Thread.html#sleep(long, int)"><b>sleep</b></a>(long, int).
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Causes the currently executing thread to sleep (cease execution)
 for the specified number of milliseconds plus the specified number
 of nanoseconds.
  <dt> 	<a href="java.sql.Types.html#SMALLINT"><b>SMALLINT</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.net.Socket.html#Socket()"><b>Socket</b></a>().
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Creates an unconnected socket, with the
 system-default type of SocketImpl.
  <dt> 	<a href="java.net.Socket.html#Socket(java.net.InetAddress, int)"><b>Socket</b></a>(InetAddress, int).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd> 
 Creates a stream socket and connects it to the specified port 
 number at the specified IP address.
  <dt> 	<a href="java.net.Socket.html#Socket(java.net.InetAddress, int, boolean)"><b>Socket</b></a>(InetAddress, int, boolean).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Creates a socket and connects it to the specified port number at 
 the specified IP address.
  <dt> 	<a href="java.net.Socket.html#Socket(java.net.InetAddress, int, java.net.InetAddress, int)"><b>Socket</b></a>(InetAddress, int, InetAddress, int).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd> 
 Creates a socket and connects it to the specified remote address on
 the specified remote port.
  <dt> 	<a href="java.net.Socket.html#Socket(java.net.SocketImpl)"><b>Socket</b></a>(SocketImpl).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Creates an unconnected Socket with a user-specified
 SocketImpl.
  <dt> 	<a href="java.net.Socket.html#Socket(java.lang.String, int)"><b>Socket</b></a>(String, int).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd> 
 Creates a stream socket and connects it to the specified port 
 number on the named host.
  <dt> 	<a href="java.net.Socket.html#Socket(java.lang.String, int, boolean)"><b>Socket</b></a>(String, int, boolean).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Creates a stream socket and connects it to the specified port 
 number on the named host.
  <dt> 	<a href="java.net.Socket.html#Socket(java.lang.String, int, java.net.InetAddress, int)"><b>Socket</b></a>(String, int, InetAddress, int).
Constructor for class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd> 
 Creates a socket and connects it to the specified remote host on
 the specified remote port.
  <dt> 	<a href="java.net.SocketException.html#SocketException()"><b>SocketException</b></a>().
Constructor for class java.net.<a href="java.net.SocketException.html#_top_">SocketException</a>
  <dd>  Constructs a new <code>ProtocolException</code> with no detail message.
  <dt> 	<a href="java.net.SocketException.html#SocketException(java.lang.String)"><b>SocketException</b></a>(String).
Constructor for class java.net.<a href="java.net.SocketException.html#_top_">SocketException</a>
  <dd>  Constructs a new <code>ProtocolException</code> with the 
 specified detail message.
  <dt> 	<a href="java.net.SocketImpl.html#SocketImpl()"><b>SocketImpl</b></a>().
Constructor for class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd> 
  <dt> 	<a href="java.rmi.server.SocketSecurityException.html#SocketSecurityException(java.lang.String)"><b>SocketSecurityException</b></a>(String).
Constructor for class java.rmi.server.<a href="java.rmi.server.SocketSecurityException.html#_top_">SocketSecurityException</a>
  <dd>  Create A remote exception with the specified string

  <dt> 	<a href="java.rmi.server.SocketSecurityException.html#SocketSecurityException(java.lang.String, java.lang.Exception)"><b>SocketSecurityException</b></a>(String, Exception).
Constructor for class java.rmi.server.<a href="java.rmi.server.SocketSecurityException.html#_top_">SocketSecurityException</a>
  <dd>  Create A remote exception with the specified string, and the
 exception specified.
  <dt> 	<a href="java.awt.image.ImageObserver.html#SOMEBITS"><b>SOMEBITS</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  More pixels needed for drawing a scaled variation of the image
 are available.
  <dt> 	<a href="java.util.EventObject.html#source"><b>source</b></a>.
Variable in class java.util.<a href="java.util.EventObject.html#_top_">EventObject</a>
  <dd> 
  <dt> 	<a href="java.awt.BorderLayout.html#SOUTH"><b>SOUTH</b></a>.
Static variable in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  The south layout constraint (bottom of container).
  <dt> 	<a href="java.awt.GridBagConstraints.html#SOUTH"><b>SOUTH</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component at the bottom of its display area, centered
 horizontally.
  <dt> 	<a href="java.awt.GridBagConstraints.html#SOUTHEAST"><b>SOUTHEAST</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component at the bottom-right corner of its display area.
  <dt> 	<a href="java.awt.GridBagConstraints.html#SOUTHWEST"><b>SOUTHWEST</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component at the bottom-left corner of its display area.
  <dt> 	<a href="java.lang.Character.html#SPACE_SEPARATOR"><b>SPACE_SEPARATOR</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.sql.SQLException.html#SQLException()"><b>SQLException</b></a>().
Constructor for class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Construct an SQLException; reason defaults to null, SQLState
 defaults to null and vendorCode defaults to 0.
  <dt> 	<a href="java.sql.SQLException.html#SQLException(java.lang.String)"><b>SQLException</b></a>(String).
Constructor for class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Construct an SQLException with a reason; SQLState defaults to
 null and vendorCode defaults to 0.
  <dt> 	<a href="java.sql.SQLException.html#SQLException(java.lang.String, java.lang.String)"><b>SQLException</b></a>(String, String).
Constructor for class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Construct an SQLException with a reason and SQLState;
 vendorCode defaults to 0.
  <dt> 	<a href="java.sql.SQLException.html#SQLException(java.lang.String, java.lang.String, int)"><b>SQLException</b></a>(String, String, int).
Constructor for class java.sql.<a href="java.sql.SQLException.html#_top_">SQLException</a>
  <dd>  Construct a fully-specified SQLException  

 
  <dt> 	<a href="java.sql.SQLWarning.html#SQLWarning()"><b>SQLWarning</b></a>().
Constructor for class java.sql.<a href="java.sql.SQLWarning.html#_top_">SQLWarning</a>
  <dd>  Construct an SQLWarning ; reason defaults to null, SQLState
 defaults to null and vendorCode defaults to 0.
  <dt> 	<a href="java.sql.SQLWarning.html#SQLWarning(java.lang.String)"><b>SQLWarning</b></a>(String).
Constructor for class java.sql.<a href="java.sql.SQLWarning.html#_top_">SQLWarning</a>
  <dd>  Construct an SQLWarning with a reason; SQLState defaults to
 null and vendorCode defaults to 0.
  <dt> 	<a href="java.sql.SQLWarning.html#SQLWarning(java.lang.String, java.lang.String)"><b>SQLWarning</b></a>(String, String).
Constructor for class java.sql.<a href="java.sql.SQLWarning.html#_top_">SQLWarning</a>
  <dd>  Construct an SQLWarning with a reason and SQLState;
 vendorCode defaults to 0.
  <dt> 	<a href="java.sql.SQLWarning.html#SQLWarning(java.lang.String, java.lang.String, int)"><b>SQLWarning</b></a>(String, String, int).
Constructor for class java.sql.<a href="java.sql.SQLWarning.html#_top_">SQLWarning</a>
  <dd>  Construct a fully specified SQLWarning.
  <dt> 	<a href="java.lang.Math.html#sqrt(double)"><b>sqrt</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the square root of a <code>double</code> value.
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#srccols"><b>srccols</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#srcHeight"><b>srcHeight</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#srcrows"><b>srcrows</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ReplicateScaleFilter.html#srcWidth"><b>srcWidth</b></a>.
Variable in class java.awt.image.<a href="java.awt.image.ReplicateScaleFilter.html#_top_">ReplicateScaleFilter</a>
  <dd> 
  <dt> 	<a href="java.util.Stack.html#Stack()"><b>Stack</b></a>().
Constructor for class java.util.<a href="java.util.Stack.html#_top_">Stack</a>
  <dd> 
  <dt> 	<a href="sun.tools.debug.StackFrame.html#StackFrame()"><b>StackFrame</b></a>().
Constructor for class sun.tools.debug.<a href="sun.tools.debug.StackFrame.html#_top_">StackFrame</a>
  <dd> 
  <dt> 	<a href="java.lang.StackOverflowError.html#StackOverflowError()"><b>StackOverflowError</b></a>().
Constructor for class java.lang.<a href="java.lang.StackOverflowError.html#_top_">StackOverflowError</a>
  <dd>  Constructs a <code>StackOverflowError</code> with no detail message.
  <dt> 	<a href="java.lang.StackOverflowError.html#StackOverflowError(java.lang.String)"><b>StackOverflowError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.StackOverflowError.html#_top_">StackOverflowError</a>
  <dd>  Constructs a <code>StackOverflowError</code> with the specified 
 detail message.
  <dt> 	<a href="java.applet.Applet.html#start()"><b>start</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Called by the browser or applet viewer to inform 
 this applet that it should start its execution.
  <dt> 	<a href="java.lang.Thread.html#start()"><b>start</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Causes this thread to begin execution; the Java Virtual Machine
 calls the <code>run</code> method of this thread.
  <dt> 	<a href="java.lang.Character.html#START_PUNCTUATION"><b>START_PUNCTUATION</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.image.PixelGrabber.html#startGrabbing()"><b>startGrabbing</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  Request the PixelGrabber to start fetching the pixels.
  <dt> 	<a href="java.awt.image.FilteredImageSource.html#startProduction(java.awt.image.ImageConsumer)"><b>startProduction</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.FilteredImageSource.html#_top_">FilteredImageSource</a>
  <dd>  Adds an ImageConsumer to the list of consumers interested in
 data for this image, and immediately starts delivery of the
 image data through the ImageConsumer interface.
  <dt> 	<a href="java.awt.image.ImageProducer.html#startProduction(java.awt.image.ImageConsumer)"><b>startProduction</b></a>(ImageConsumer).
Method in interface java.awt.image.<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a>
  <dd>  This method both registers the given ImageConsumer object
 as a consumer and starts an immediate reconstruction of
 the image data which will then be delivered to this
 consumer and any other consumer which may have already
 been registered with the producer.
  <dt> 	<a href="java.awt.image.MemoryImageSource.html#startProduction(java.awt.image.ImageConsumer)"><b>startProduction</b></a>(ImageConsumer).
Method in class java.awt.image.<a href="java.awt.image.MemoryImageSource.html#_top_">MemoryImageSource</a>
  <dd>  Adds an ImageConsumer to the list of consumers interested in
 data for this image, and immediately start delivery of the
 image data through the ImageConsumer interface.
  <dt> 	<a href="java.lang.String.html#startsWith(java.lang.String)"><b>startsWith</b></a>(String).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Tests if this string starts with the specified prefix.
  <dt> 	<a href="java.lang.String.html#startsWith(java.lang.String, int)"><b>startsWith</b></a>(String, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Tests if this string starts with the specified prefix.
  <dt> 	<a href="java.security.Signature.html#state"><b>state</b></a>.
Variable in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 Current state of this signature object.
  <dt> 	<a href="java.lang.reflect.Modifier.html#STATIC"><b>STATIC</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.awt.image.ImageConsumer.html#STATICIMAGEDONE"><b>STATICIMAGEDONE</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The image is complete and there are no more pixels or frames
 to be delivered.
  <dt> 	<a href="java.awt.image.PixelGrabber.html#status()"><b>status</b></a>().
Method in class java.awt.image.<a href="java.awt.image.PixelGrabber.html#_top_">PixelGrabber</a>
  <dd>  DEPRECATED:  Replaced by getStatus().
  <dt> 	<a href="java.awt.MediaTracker.html#statusAll(boolean)"><b>statusAll</b></a>(boolean).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Calculates and returns the bitwise inclusive <b>OR</b> of the 
 status of all media that are tracked by this media tracker.
  <dt> 	<a href="java.awt.MediaTracker.html#statusID(int, boolean)"><b>statusID</b></a>(int, boolean).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Calculates and returns the bitwise inclusive <b>OR</b> of the 
 status of all media with the specified identifier that are 
 tracked by this media tracker.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#step(boolean)"><b>step</b></a>(boolean).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Continue execution of this thread to the next instruction or line.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#stepOut()"><b>stepOut</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd> 
 Continue execution of this thread until it returns.
  <dt> 	<a href="java.applet.Applet.html#stop()"><b>stop</b></a>().
Method in class java.applet.<a href="java.applet.Applet.html#_top_">Applet</a>
  <dd>  Called by the browser or applet viewer to inform 
 this applet that it should stop its execution.
  <dt> 	<a href="java.applet.AudioClip.html#stop()"><b>stop</b></a>().
Method in interface java.applet.<a href="java.applet.AudioClip.html#_top_">AudioClip</a>
  <dd>  Stops playing this audio clip.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#stop()"><b>stop</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Stop the remote thread.
  <dt> 	<a href="sun.tools.debug.RemoteThreadGroup.html#stop()"><b>stop</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThreadGroup.html#_top_">RemoteThreadGroup</a>
  <dd>  Stop the remote threadgroup.
  <dt> 	<a href="java.lang.Thread.html#stop()"><b>stop</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Forces the thread to stop executing.
  <dt> 	<a href="java.lang.ThreadGroup.html#stop()"><b>stop</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Stops all processes in this thread group.
  <dt> 	<a href="java.lang.Thread.html#stop(java.lang.Throwable)"><b>stop</b></a>(Throwable).
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Forces the thread to stop executing.
  <dt> 	<a href="java.util.zip.ZipEntry.html#STORED"><b>STORED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Compression method for uncompressed entries.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#STORED"><b>STORED</b></a>.
Static variable in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Compression method for uncompressed (STORED) entries.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#storesLowerCaseIdentifiers()"><b>storesLowerCaseIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case unquoted SQL identifiers as
 case insensitive and store them in lower case?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#storesLowerCaseQuotedIdentifiers()"><b>storesLowerCaseQuotedIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case quoted SQL identifiers as
 case insensitive and store them in lower case?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#storesMixedCaseIdentifiers()"><b>storesMixedCaseIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case unquoted SQL identifiers as
 case insensitive and store them in mixed case?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#storesMixedCaseQuotedIdentifiers()"><b>storesMixedCaseQuotedIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case quoted SQL identifiers as
 case insensitive and store them in mixed case?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#storesUpperCaseIdentifiers()"><b>storesUpperCaseIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case unquoted SQL identifiers as
 case insensitive and store them in upper case?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#storesUpperCaseQuotedIdentifiers()"><b>storesUpperCaseQuotedIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case quoted SQL identifiers as
 case insensitive and store them in upper case?

 
  <dt> 	<a href="java.io.StreamCorruptedException.html#StreamCorruptedException()"><b>StreamCorruptedException</b></a>().
Constructor for class java.io.<a href="java.io.StreamCorruptedException.html#_top_">StreamCorruptedException</a>
  <dd>  Create a StreamCorruptedException with no reason.
  <dt> 	<a href="java.io.StreamCorruptedException.html#StreamCorruptedException(java.lang.String)"><b>StreamCorruptedException</b></a>(String).
Constructor for class java.io.<a href="java.io.StreamCorruptedException.html#_top_">StreamCorruptedException</a>
  <dd>  Create a StreamCorruptedException with a reason.
  <dt> 	<a href="java.io.StreamTokenizer.html#StreamTokenizer(java.io.InputStream)"><b>StreamTokenizer</b></a>(InputStream).
Constructor for class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Creates a stream tokenizer that parses the specified input 
 stream.
  <dt> 	<a href="java.io.StreamTokenizer.html#StreamTokenizer(java.io.Reader)"><b>StreamTokenizer</b></a>(Reader).
Constructor for class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Create a tokenizer that parses the given character stream.
  <dt> 	<a href="java.lang.String.html#String()"><b>String</b></a>().
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new <code>String</code> containing no characters.
  <dt> 	<a href="java.lang.String.html#String(byte[])"><b>String</b></a>(byte[]).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Construct a new <code>String</code> by converting the specified array
 of bytes using the platform's default character encoding.
  <dt> 	<a href="java.lang.String.html#String(byte[], int)"><b>String</b></a>(byte[], int).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new <code>String</code> containing characters
 constructed from an array of 8-bit integer values.
  <dt> 	<a href="java.lang.String.html#String(byte[], int, int)"><b>String</b></a>(byte[], int, int).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Construct a new <code>String</code> by converting the specified
 subarray of bytes using the platform's default character encoding.
  <dt> 	<a href="java.lang.String.html#String(byte[], int, int, int)"><b>String</b></a>(byte[], int, int, int).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new <code>String</code> constructed from a subarray
 of an array of 8-bit integer values.
  <dt> 	<a href="java.lang.String.html#String(byte[], int, int, java.lang.String)"><b>String</b></a>(byte[], int, int, String).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Construct a new <code>String</code> by converting the specified
 subarray of bytes using the specified character encoding.
  <dt> 	<a href="java.lang.String.html#String(byte[], java.lang.String)"><b>String</b></a>(byte[], String).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Construct a new <code>String</code> by converting the specified array
 of bytes using the specified character encoding.
  <dt> 	<a href="java.lang.String.html#String(char[])"><b>String</b></a>(char[]).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new <code>String</code> so that it represents the
 sequence of characters currently contained in the character array
 argument.
  <dt> 	<a href="java.lang.String.html#String(char[], int, int)"><b>String</b></a>(char[], int, int).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new <code>String</code> that contains characters from
 a subarray of the character array argument.
  <dt> 	<a href="java.lang.String.html#String(java.lang.String)"><b>String</b></a>(String).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new string that contains the same sequence of
 characters as the string argument.
  <dt> 	<a href="java.lang.String.html#String(java.lang.StringBuffer)"><b>String</b></a>(StringBuffer).
Constructor for class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Allocates a new string that contains the sequence of characters
 currently contained in the string buffer argument.
  <dt> 	<a href="java.lang.StringBuffer.html#StringBuffer()"><b>StringBuffer</b></a>().
Constructor for class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Constructs a string buffer with no characters in it and an
 initial capacity of 16 characters.
  <dt> 	<a href="java.lang.StringBuffer.html#StringBuffer(int)"><b>StringBuffer</b></a>(int).
Constructor for class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Constructs a string buffer with no characters in it and an
 initial capacity specified by the <code>length</code> argument.
  <dt> 	<a href="java.lang.StringBuffer.html#StringBuffer(java.lang.String)"><b>StringBuffer</b></a>(String).
Constructor for class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Constructs a string buffer so that it represents the same
 sequence of characters as the string argument.
  <dt> 	<a href="java.io.StringBufferInputStream.html#StringBufferInputStream(java.lang.String)"><b>StringBufferInputStream</b></a>(String).
Constructor for class java.io.<a href="java.io.StringBufferInputStream.html#_top_">StringBufferInputStream</a>
  <dd>  Creates a string input stream to read data from the specified string.
  <dt> 	<a href="java.text.StringCharacterIterator.html#StringCharacterIterator(java.lang.String)"><b>StringCharacterIterator</b></a>(String).
Constructor for class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Construct an iterator with an initial index of 0.
  <dt> 	<a href="java.text.StringCharacterIterator.html#StringCharacterIterator(java.lang.String, int)"><b>StringCharacterIterator</b></a>(String, int).
Constructor for class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Construct an iterator with the specified initial index.
  <dt> 	<a href="java.text.StringCharacterIterator.html#StringCharacterIterator(java.lang.String, int, int, int)"><b>StringCharacterIterator</b></a>(String, int, int, int).
Constructor for class java.text.<a href="java.text.StringCharacterIterator.html#_top_">StringCharacterIterator</a>
  <dd>  Construct an iterator over the given range of the given string, with the
 index set at the specified position.
  <dt> 	<a href="java.awt.datatransfer.DataFlavor.html#stringFlavor"><b>stringFlavor</b></a>.
Static variable in class java.awt.datatransfer.<a href="java.awt.datatransfer.DataFlavor.html#_top_">DataFlavor</a>
  <dd>  The DataFlavor representing a Java Unicode String class, where:
 <p>
 representationClass = java.lang.String<br>
/**
 The DataFlavor representing a Java Unicode String class, where:
 <p>
 representationClass = java.lang.String<br>
 mimeType            = "application/x-java-serialized-object"
 <p>

  <dt> 	<a href="java.lang.StringIndexOutOfBoundsException.html#StringIndexOutOfBoundsException()"><b>StringIndexOutOfBoundsException</b></a>().
Constructor for class java.lang.<a href="java.lang.StringIndexOutOfBoundsException.html#_top_">StringIndexOutOfBoundsException</a>
  <dd>  Constructs a <code>StringIndexOutOfBoundsException</code> with no 
 detail message.
  <dt> 	<a href="java.lang.StringIndexOutOfBoundsException.html#StringIndexOutOfBoundsException(int)"><b>StringIndexOutOfBoundsException</b></a>(int).
Constructor for class java.lang.<a href="java.lang.StringIndexOutOfBoundsException.html#_top_">StringIndexOutOfBoundsException</a>
  <dd>  Constructs a new <code>StringIndexOutOfBoundsException</code> 
 class with an argument indicating the illegal index.
  <dt> 	<a href="java.lang.StringIndexOutOfBoundsException.html#StringIndexOutOfBoundsException(java.lang.String)"><b>StringIndexOutOfBoundsException</b></a>(String).
Constructor for class java.lang.<a href="java.lang.StringIndexOutOfBoundsException.html#_top_">StringIndexOutOfBoundsException</a>
  <dd>  Constructs a <code>StringIndexOutOfBoundsException</code> with 
 the specified detail message.
  <dt> 	<a href="java.io.StringReader.html#StringReader(java.lang.String)"><b>StringReader</b></a>(String).
Constructor for class java.io.<a href="java.io.StringReader.html#_top_">StringReader</a>
  <dd>  Create a new string reader.
  <dt> 	<a href="java.awt.datatransfer.StringSelection.html#StringSelection(java.lang.String)"><b>StringSelection</b></a>(String).
Constructor for class java.awt.datatransfer.<a href="java.awt.datatransfer.StringSelection.html#_top_">StringSelection</a>
  <dd>  Creates a transferable object capable of transferring the
 specified string in plain text format.
  <dt> 	<a href="java.util.StringTokenizer.html#StringTokenizer(java.lang.String)"><b>StringTokenizer</b></a>(String).
Constructor for class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Constructs a string tokenizer for the specified string.
  <dt> 	<a href="java.util.StringTokenizer.html#StringTokenizer(java.lang.String, java.lang.String)"><b>StringTokenizer</b></a>(String, String).
Constructor for class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Constructs a string tokenizer for the specified string.
  <dt> 	<a href="java.util.StringTokenizer.html#StringTokenizer(java.lang.String, java.lang.String, boolean)"><b>StringTokenizer</b></a>(String, String, boolean).
Constructor for class java.util.<a href="java.util.StringTokenizer.html#_top_">StringTokenizer</a>
  <dd>  Constructs a string tokenizer for the specified string.
  <dt> 	<a href="java.awt.FontMetrics.html#stringWidth(java.lang.String)"><b>stringWidth</b></a>(String).
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd> 
 Returns the total advance width for showing the specified String
 in this Font.
  <dt> 	<a href="java.io.StringWriter.html#StringWriter()"><b>StringWriter</b></a>().
Constructor for class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Create a new string writer, using the default initial string-buffer
 size.
  <dt> 	<a href="java.io.StringWriter.html#StringWriter(int)"><b>StringWriter</b></a>(int).
Constructor for class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Create a new string writer, using the specified initial string-buffer
 size.
  <dt> 	<a href="java.rmi.StubNotFoundException.html#StubNotFoundException(java.lang.String)"><b>StubNotFoundException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.StubNotFoundException.html#_top_">StubNotFoundException</a>
  <dd>  Create a new StubNotFoundException with a descriptive string.
  <dt> 	<a href="java.rmi.StubNotFoundException.html#StubNotFoundException(java.lang.String, java.lang.Exception)"><b>StubNotFoundException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.StubNotFoundException.html#_top_">StubNotFoundException</a>
  <dd>  Create a new StubNotFoundException with a descriptive string and an exception.
  <dt> 	<a href="java.awt.Font.html#style"><b>style</b></a>.
Variable in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  The style of the font.
  <dt> 	<a href="java.awt.image.RGBImageFilter.html#substituteColorModel(java.awt.image.ColorModel, java.awt.image.ColorModel)"><b>substituteColorModel</b></a>(ColorModel, ColorModel).
Method in class java.awt.image.<a href="java.awt.image.RGBImageFilter.html#_top_">RGBImageFilter</a>
  <dd>  Registers two ColorModel objects for substitution.
  <dt> 	<a href="java.lang.String.html#substring(int)"><b>substring</b></a>(int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a new string that is a substring of this string.
  <dt> 	<a href="java.lang.String.html#substring(int, int)"><b>substring</b></a>(int, int).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns a new string that is a substring of this string.
  <dt> 	<a href="java.math.BigDecimal.html#subtract(java.math.BigDecimal)"><b>subtract</b></a>(BigDecimal).
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal whose value is (this - val), and whose scale is
 MAX(this.scale(), val.scale).
  <dt> 	<a href="java.math.BigInteger.html#subtract(java.math.BigInteger)"><b>subtract</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this - val).
  <dt> 	<a href="java.util.Calendar.html#SUNDAY"><b>SUNDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsAlterTableWithAddColumn()"><b>supportsAlterTableWithAddColumn</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is "ALTER TABLE" with add column supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsAlterTableWithDropColumn()"><b>supportsAlterTableWithDropColumn</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is "ALTER TABLE" with drop column supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsANSI92EntryLevelSQL()"><b>supportsANSI92EntryLevelSQL</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the ANSI92 entry level SQL grammar supported?

 All JDBC-Compliant drivers must return true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsANSI92FullSQL()"><b>supportsANSI92FullSQL</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the ANSI92 full SQL grammar supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsANSI92IntermediateSQL()"><b>supportsANSI92IntermediateSQL</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the ANSI92 intermediate SQL grammar supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCatalogsInDataManipulation()"><b>supportsCatalogsInDataManipulation</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a catalog name be used in a data manipulation statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCatalogsInIndexDefinitions()"><b>supportsCatalogsInIndexDefinitions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a catalog name be used in an index definition statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCatalogsInPrivilegeDefinitions()"><b>supportsCatalogsInPrivilegeDefinitions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a catalog name be used in a privilege definition statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCatalogsInProcedureCalls()"><b>supportsCatalogsInProcedureCalls</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a catalog name be used in a procedure call statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCatalogsInTableDefinitions()"><b>supportsCatalogsInTableDefinitions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a catalog name be used in a table definition statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsColumnAliasing()"><b>supportsColumnAliasing</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is column aliasing supported? 

 <P>If so, the SQL AS clause can be used to provide names for
 computed columns or to provide alias names for columns as
 required.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsConvert()"><b>supportsConvert</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the CONVERT function between SQL types supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsConvert(int, int)"><b>supportsConvert</b></a>(int, int).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is CONVERT between the given SQL types supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCoreSQLGrammar()"><b>supportsCoreSQLGrammar</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the ODBC Core SQL grammar supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsCorrelatedSubqueries()"><b>supportsCorrelatedSubqueries</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are correlated subqueries supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.beans.PropertyEditor.html#supportsCustomEditor()"><b>supportsCustomEditor</b></a>().
Method in interface java.beans.<a href="java.beans.PropertyEditor.html#_top_">PropertyEditor</a>
  <dd>  
  <dt> 	<a href="java.beans.PropertyEditorSupport.html#supportsCustomEditor()"><b>supportsCustomEditor</b></a>().
Method in class java.beans.<a href="java.beans.PropertyEditorSupport.html#_top_">PropertyEditorSupport</a>
  <dd>  
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsDataDefinitionAndDataManipulationTransactions()"><b>supportsDataDefinitionAndDataManipulationTransactions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are both data definition and data manipulation statements
 within a transaction supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsDataManipulationTransactionsOnly()"><b>supportsDataManipulationTransactionsOnly</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are only data manipulation statements within a transaction
 supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsDifferentTableCorrelationNames()"><b>supportsDifferentTableCorrelationNames</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  If table correlation names are supported, are they restricted
 to be different from the names of the tables?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsExpressionsInOrderBy()"><b>supportsExpressionsInOrderBy</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are expressions in "ORDER BY" lists supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsExtendedSQLGrammar()"><b>supportsExtendedSQLGrammar</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the ODBC Extended SQL grammar supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsFullOuterJoins()"><b>supportsFullOuterJoins</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are full nested outer joins supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsGroupBy()"><b>supportsGroupBy</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is some form of "GROUP BY" clause supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsGroupByBeyondSelect()"><b>supportsGroupByBeyondSelect</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a "GROUP BY" clause add columns not in the SELECT
 provided it specifies all the columns in the SELECT?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsGroupByUnrelated()"><b>supportsGroupByUnrelated</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a "GROUP BY" clause use columns not in the SELECT?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsIntegrityEnhancementFacility()"><b>supportsIntegrityEnhancementFacility</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the SQL Integrity Enhancement Facility supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsLikeEscapeClause()"><b>supportsLikeEscapeClause</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the escape character in "LIKE" clauses supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsLimitedOuterJoins()"><b>supportsLimitedOuterJoins</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is there limited support for outer joins?  (This will be true
 if supportFullOuterJoins is true.)

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsMinimumSQLGrammar()"><b>supportsMinimumSQLGrammar</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is the ODBC Minimum SQL grammar supported?

 All JDBC-Compliant drivers must return true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsMixedCaseIdentifiers()"><b>supportsMixedCaseIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case unquoted SQL identifiers as
 case sensitive and as a result store them in mixed case?

 A JDBC-Compliant driver will always return false.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsMixedCaseQuotedIdentifiers()"><b>supportsMixedCaseQuotedIdentifiers</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database treat mixed case quoted SQL identifiers as
 case sensitive and as a result store them in mixed case?

 A JDBC-Compliant driver will always return true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsMultipleResultSets()"><b>supportsMultipleResultSets</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are multiple ResultSets from a single execute supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsMultipleTransactions()"><b>supportsMultipleTransactions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can we have multiple transactions open at once (on different
 connections)?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsNonNullableColumns()"><b>supportsNonNullableColumns</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can columns be defined as non-nullable?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsOpenCursorsAcrossCommit()"><b>supportsOpenCursorsAcrossCommit</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can cursors remain open across commits? 
 
 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsOpenCursorsAcrossRollback()"><b>supportsOpenCursorsAcrossRollback</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can cursors remain open across rollbacks?
 
 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsOpenStatementsAcrossCommit()"><b>supportsOpenStatementsAcrossCommit</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can statements remain open across commits?
 
 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsOpenStatementsAcrossRollback()"><b>supportsOpenStatementsAcrossRollback</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can statements remain open across rollbacks?
 
 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsOrderByUnrelated()"><b>supportsOrderByUnrelated</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can an "ORDER BY" clause use columns not in the SELECT?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsOuterJoins()"><b>supportsOuterJoins</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is some form of outer join supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsPositionedDelete()"><b>supportsPositionedDelete</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is positioned DELETE supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsPositionedUpdate()"><b>supportsPositionedUpdate</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is positioned UPDATE supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSchemasInDataManipulation()"><b>supportsSchemasInDataManipulation</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a schema name be used in a data manipulation statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSchemasInIndexDefinitions()"><b>supportsSchemasInIndexDefinitions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a schema name be used in an index definition statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSchemasInPrivilegeDefinitions()"><b>supportsSchemasInPrivilegeDefinitions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a schema name be used in a privilege definition statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSchemasInProcedureCalls()"><b>supportsSchemasInProcedureCalls</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a schema name be used in a procedure call statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSchemasInTableDefinitions()"><b>supportsSchemasInTableDefinitions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Can a schema name be used in a table definition statement?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSelectForUpdate()"><b>supportsSelectForUpdate</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is SELECT for UPDATE supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsStoredProcedures()"><b>supportsStoredProcedures</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are stored procedure calls using the stored procedure escape
 syntax supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSubqueriesInComparisons()"><b>supportsSubqueriesInComparisons</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are subqueries in comparison expressions supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSubqueriesInExists()"><b>supportsSubqueriesInExists</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are subqueries in 'exists' expressions supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSubqueriesInIns()"><b>supportsSubqueriesInIns</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are subqueries in 'in' statements supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsSubqueriesInQuantifieds()"><b>supportsSubqueriesInQuantifieds</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are subqueries in quantified expressions supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsTableCorrelationNames()"><b>supportsTableCorrelationNames</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are table correlation names supported?

 A JDBC-Compliant driver always returns true.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsTransactionIsolationLevel(int)"><b>supportsTransactionIsolationLevel</b></a>(int).
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database support the given transaction isolation level?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsTransactions()"><b>supportsTransactions</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Are transactions supported? If not, commit is a noop and the
 isolation level is TRANSACTION_NONE.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsUnion()"><b>supportsUnion</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is SQL UNION supported?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#supportsUnionAll()"><b>supportsUnionAll</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Is SQL UNION ALL supported?

 
  <dt> 	<a href="java.lang.Character.html#SURROGATE"><b>SURROGATE</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#suspend()"><b>suspend</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd> GVH SAS # 4046670
 Suspends all non-system threads in the debugged interpreter GVH SAS # 4046670

  <dt> 	<a href="sun.tools.debug.RemoteThread.html#suspend()"><b>suspend</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Suspend execution of this thread.
  <dt> 	<a href="java.lang.Thread.html#suspend()"><b>suspend</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Suspends this thread.
  <dt> 	<a href="java.lang.ThreadGroup.html#suspend()"><b>suspend</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Suspends all processes in this thread group.
  <dt> 	<a href="java.io.StreamTokenizer.html#sval"><b>sval</b></a>.
Variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  If the current token is a word token, this field contains a 
 string giving the characters of the word token.
  <dt> 	<a href="java.awt.Cursor.html#SW_RESIZE_CURSOR"><b>SW_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The south-west-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#SW_RESIZE_CURSOR"><b>SW_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.io.FileDescriptor.html#sync()"><b>sync</b></a>().
Method in class java.io.<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a>
  <dd>  Force all system buffers to synchronize with the underlying
 device.
  <dt> 	<a href="java.awt.Toolkit.html#sync()"><b>sync</b></a>().
Method in class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd>  Synchronizes this toolkit's graphics state.
  <dt> 	<a href="java.io.SyncFailedException.html#SyncFailedException(java.lang.String)"><b>SyncFailedException</b></a>(String).
Constructor for class java.io.<a href="java.io.SyncFailedException.html#_top_">SyncFailedException</a>
  <dd>  Constructs an SyncFailedException with a detail message.
  <dt> 	<a href="java.lang.reflect.Modifier.html#SYNCHRONIZED"><b>SYNCHRONIZED</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
</dl>
<a name="Thumb-T"></a>
<hr>
<h2>
<a name="Thumb-T"><b> T </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Event.html#TAB"><b>TAB</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Tab key.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#tableIndexClustered"><b>tableIndexClustered</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  INDEX INFO TYPE - this identifies a clustered index

  <dt> 	<a href="java.sql.DatabaseMetaData.html#tableIndexHashed"><b>tableIndexHashed</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  INDEX INFO TYPE - this identifies a hashed index

  <dt> 	<a href="java.sql.DatabaseMetaData.html#tableIndexOther"><b>tableIndexOther</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  INDEX INFO TYPE - this identifies some other form of index

  <dt> 	<a href="java.sql.DatabaseMetaData.html#tableIndexStatistic"><b>tableIndexStatistic</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  INDEX INFO TYPE - this identifies table statistics that are
 returned in conjuction with a table's index descriptions

  <dt> 	<a href="java.util.Locale.html#TAIWAN"><b>TAIWAN</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.lang.Math.html#tan(double)"><b>tan</b></a>(double).
Static method in class java.lang.<a href="java.lang.Math.html#_top_">Math</a>
  <dd>  Returns the trigonometric tangent of an angle.
  <dt> 	<a href="java.awt.Event.html#target"><b>target</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The target component.
  <dt> 	<a href="java.text.Collator.html#TERTIARY"><b>TERTIARY</b></a>.
Static variable in class java.text.<a href="java.text.Collator.html#_top_">Collator</a>
  <dd>  Collator strength value.
  <dt> 	<a href="java.text.CollationElementIterator.html#tertiaryOrder(int)"><b>tertiaryOrder</b></a>(int).
Static method in class java.text.<a href="java.text.CollationElementIterator.html#_top_">CollationElementIterator</a>
  <dd>  Get the tertiary order of a collation order.
  <dt> 	<a href="java.math.BigInteger.html#testBit(int)"><b>testBit</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns true iff the designated bit is set.
  <dt> 	<a href="java.awt.SystemColor.html#TEXT"><b>TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the text background color.
  <dt> 	<a href="java.awt.SystemColor.html#text"><b>text</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for text components.
  <dt> 	<a href="java.awt.Cursor.html#TEXT_CURSOR"><b>TEXT_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The text cursor type.
  <dt> 	<a href="java.awt.Frame.html#TEXT_CURSOR"><b>TEXT_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.awt.AWTEvent.html#TEXT_EVENT_MASK"><b>TEXT_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting text events.
  <dt> 	<a href="java.awt.event.TextEvent.html#TEXT_FIRST"><b>TEXT_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.TextEvent.html#_top_">TextEvent</a>
  <dd>  Marks the first integer id for the range of adjustment event ids.
  <dt> 	<a href="java.awt.SystemColor.html#TEXT_HIGHLIGHT"><b>TEXT_HIGHLIGHT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the text highlight color.
  <dt> 	<a href="java.awt.SystemColor.html#TEXT_HIGHLIGHT_TEXT"><b>TEXT_HIGHLIGHT_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the text highlight text color.
  <dt> 	<a href="java.awt.SystemColor.html#TEXT_INACTIVE_TEXT"><b>TEXT_INACTIVE_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the text inactive text color.
  <dt> 	<a href="java.awt.event.TextEvent.html#TEXT_LAST"><b>TEXT_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.TextEvent.html#_top_">TextEvent</a>
  <dd>  Marks the last integer id for the range of adjustment event ids.
  <dt> 	<a href="java.awt.SystemColor.html#TEXT_TEXT"><b>TEXT_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the text text color.
  <dt> 	<a href="java.awt.event.TextEvent.html#TEXT_VALUE_CHANGED"><b>TEXT_VALUE_CHANGED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.TextEvent.html#_top_">TextEvent</a>
  <dd>  The adjustment value changed event.
  <dt> 	<a href="java.awt.TextArea.html#TextArea()"><b>TextArea</b></a>().
Constructor for class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Constructs a new text area.
  <dt> 	<a href="java.awt.TextArea.html#TextArea(int, int)"><b>TextArea</b></a>(int, int).
Constructor for class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Constructs a new empty TextArea with the specified number of
 rows and columns.
  <dt> 	<a href="java.awt.TextArea.html#TextArea(java.lang.String)"><b>TextArea</b></a>(String).
Constructor for class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Constructs a new text area with the specified text.
  <dt> 	<a href="java.awt.TextArea.html#TextArea(java.lang.String, int, int)"><b>TextArea</b></a>(String, int, int).
Constructor for class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Constructs a new text area with the specified text,
 and with the specified number of rows and columns.
  <dt> 	<a href="java.awt.TextArea.html#TextArea(java.lang.String, int, int, int)"><b>TextArea</b></a>(String, int, int, int).
Constructor for class java.awt.<a href="java.awt.TextArea.html#_top_">TextArea</a>
  <dd>  Constructs a new text area with the specified text,
 and with the rows, columns, and scroll bar visibility
 as specified.
  <dt> 	<a href="java.awt.event.TextEvent.html#TextEvent(java.lang.Object, int)"><b>TextEvent</b></a>(Object, int).
Constructor for class java.awt.event.<a href="java.awt.event.TextEvent.html#_top_">TextEvent</a>
  <dd>  Constructs a TextEvent object with the specified TextComponent source,
 and type.
  <dt> 	<a href="java.awt.TextField.html#TextField()"><b>TextField</b></a>().
Constructor for class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Constructs a new text field.
  <dt> 	<a href="java.awt.TextField.html#TextField(int)"><b>TextField</b></a>(int).
Constructor for class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Constructs a new empty TextField with the specified number of columns.
  <dt> 	<a href="java.awt.TextField.html#TextField(java.lang.String)"><b>TextField</b></a>(String).
Constructor for class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Constructs a new text field initialized with the specified text.
  <dt> 	<a href="java.awt.TextField.html#TextField(java.lang.String, int)"><b>TextField</b></a>(String, int).
Constructor for class java.awt.<a href="java.awt.TextField.html#_top_">TextField</a>
  <dd>  Constructs a new text field initialized with the specified text
 to be displayed, and wide enough to hold the specified
 number of characters.
  <dt> 	<a href="java.awt.SystemColor.html#textHighlight"><b>textHighlight</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for highlighted text.
  <dt> 	<a href="java.awt.SystemColor.html#textHighlightText"><b>textHighlightText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for highlighted text.
  <dt> 	<a href="java.awt.SystemColor.html#textInactiveText"><b>textInactiveText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for inactive text.
  <dt> 	<a href="java.awt.TextComponent.html#textListener"><b>textListener</b></a>.
Variable in class java.awt.<a href="java.awt.TextComponent.html#_top_">TextComponent</a>
  <dd> 
  <dt> 	<a href="java.awt.SystemColor.html#textText"><b>textText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for text components.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#textValueChanged(java.awt.event.TextEvent)"><b>textValueChanged</b></a>(TextEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd> 
  <dt> 	<a href="java.awt.event.TextListener.html#textValueChanged(java.awt.event.TextEvent)"><b>textValueChanged</b></a>(TextEvent).
Method in interface java.awt.event.<a href="java.awt.event.TextListener.html#_top_">TextListener</a>
  <dd>  Invoked when the value of the text has changed.
  <dt> 	<a href="java.lang.Thread.html#Thread()"><b>Thread</b></a>().
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object.
  <dt> 	<a href="java.lang.Thread.html#Thread(java.lang.Runnable)"><b>Thread</b></a>(Runnable).
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object.
  <dt> 	<a href="java.lang.Thread.html#Thread(java.lang.Runnable, java.lang.String)"><b>Thread</b></a>(Runnable, String).
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object.
  <dt> 	<a href="java.lang.Thread.html#Thread(java.lang.String)"><b>Thread</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object.
  <dt> 	<a href="java.lang.Thread.html#Thread(java.lang.ThreadGroup, java.lang.Runnable)"><b>Thread</b></a>(ThreadGroup, Runnable).
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object.
  <dt> 	<a href="java.lang.Thread.html#Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)"><b>Thread</b></a>(ThreadGroup, Runnable, String).
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object so that it has
 <code>target</code> as its run object, has the specified
 <code>name</code> as its name, and belongs to the thread group
 referred to by <code>group</code>.
  <dt> 	<a href="java.lang.Thread.html#Thread(java.lang.ThreadGroup, java.lang.String)"><b>Thread</b></a>(ThreadGroup, String).
Constructor for class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Allocates a new <code>Thread</code> object.
  <dt> 	<a href="java.lang.ThreadDeath.html#ThreadDeath()"><b>ThreadDeath</b></a>().
Constructor for class java.lang.<a href="java.lang.ThreadDeath.html#_top_">ThreadDeath</a>
  <dd> 
  <dt> 	<a href="sun.tools.debug.DebuggerCallback.html#threadDeathEvent(sun.tools.debug.RemoteThread)"><b>threadDeathEvent</b></a>(RemoteThread).
Method in interface sun.tools.debug.<a href="sun.tools.debug.DebuggerCallback.html#_top_">DebuggerCallback</a>
  <dd>  A thread has died.
  <dt> 	<a href="java.lang.ThreadGroup.html#ThreadGroup(java.lang.String)"><b>ThreadGroup</b></a>(String).
Constructor for class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Constructs a new thread group.
  <dt> 	<a href="java.lang.ThreadGroup.html#ThreadGroup(java.lang.ThreadGroup, java.lang.String)"><b>ThreadGroup</b></a>(ThreadGroup, String).
Constructor for class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Creates a new thread group.
  <dt> 	<a href="java.lang.Throwable.html#Throwable()"><b>Throwable</b></a>().
Constructor for class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Constructs a new <code>Throwable</code> with no detail message.
  <dt> 	<a href="java.lang.Throwable.html#Throwable(java.lang.String)"><b>Throwable</b></a>(String).
Constructor for class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Constructs a new <code>Throwable</code> with the specified detail 
 message.
  <dt> 	<a href="java.util.Calendar.html#THURSDAY"><b>THURSDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="java.util.Calendar.html#time"><b>time</b></a>.
Variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  The current time set for the calendar.
  <dt> 	<a href="java.sql.Types.html#TIME"><b>TIME</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.sql.Time.html#Time(int, int, int)"><b>Time</b></a>(int, int, int).
Constructor for class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Construct a Time Object

 
  <dt> 	<a href="java.sql.Time.html#Time(long)"><b>Time</b></a>(long).
Constructor for class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Construct a Time using a milliseconds time value

 
  <dt> 	<a href="java.sql.Types.html#TIMESTAMP"><b>TIMESTAMP</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.sql.Timestamp.html#Timestamp(int, int, int, int, int, int, int)"><b>Timestamp</b></a>(int, int, int, int, int, int, int).
Constructor for class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Construct a Timestamp Object

 
  <dt> 	<a href="java.sql.Timestamp.html#Timestamp(long)"><b>Timestamp</b></a>(long).
Constructor for class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Construct a Timestamp using a milliseconds time value.
  <dt> 	<a href="java.util.TimeZone.html#TimeZone()"><b>TimeZone</b></a>().
Constructor for class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd> 
  <dt> 	<a href="java.text.DateFormat.html#TIMEZONE_FIELD"><b>TIMEZONE_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for TIMEZONE field alignment.
  <dt> 	<a href="java.sql.Types.html#TINYINT"><b>TINYINT</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.lang.Character.html#TITLECASE_LETTER"><b>TITLECASE_LETTER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.awt.Window.html#toBack()"><b>toBack</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Sends this window to the back.
  <dt> 	<a href="java.awt.peer.WindowPeer.html#toBack()"><b>toBack</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.WindowPeer.html#_top_">WindowPeer</a>
  <dd> 
  <dt> 	<a href="java.math.BigDecimal.html#toBigInteger()"><b>toBigInteger</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Converts this number to a BigInteger.
  <dt> 	<a href="java.lang.Integer.html#toBinaryString(int)"><b>toBinaryString</b></a>(int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Creates a string representation of the integer argument as an 
 unsigned integer in base&nbsp;2.
  <dt> 	<a href="java.lang.Long.html#toBinaryString(long)"><b>toBinaryString</b></a>(long).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Creates a string representation of the long argument as an 
 unsigned integer in base&nbsp;2.
  <dt> 	<a href="java.math.BigInteger.html#toByteArray()"><b>toByteArray</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the two's-complement representation of this number.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#toByteArray()"><b>toByteArray</b></a>().
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Creates a newly allocated byte array.
  <dt> 	<a href="java.text.CollationKey.html#toByteArray()"><b>toByteArray</b></a>().
Method in class java.text.<a href="java.text.CollationKey.html#_top_">CollationKey</a>
  <dd>  Converts the CollationKey to a sequence of bits.
  <dt> 	<a href="java.io.CharArrayWriter.html#toCharArray()"><b>toCharArray</b></a>().
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Returns a copy of the input data.
  <dt> 	<a href="java.lang.String.html#toCharArray()"><b>toCharArray</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Converts this string to a new character array.
  <dt> 	<a href="java.net.URL.html#toExternalForm()"><b>toExternalForm</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Constructs a string representation of this <code>URL</code>.
  <dt> 	<a href="java.net.URLStreamHandler.html#toExternalForm(java.net.URL)"><b>toExternalForm</b></a>(URL).
Method in class java.net.<a href="java.net.URLStreamHandler.html#_top_">URLStreamHandler</a>
  <dd>  Converts a <code>URL</code> of a specific protocol to a 
 <code>String</code>.
  <dt> 	<a href="java.awt.Window.html#toFront()"><b>toFront</b></a>().
Method in class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Brings this window to the front.
  <dt> 	<a href="java.awt.peer.WindowPeer.html#toFront()"><b>toFront</b></a>().
Method in interface java.awt.peer.<a href="java.awt.peer.WindowPeer.html#_top_">WindowPeer</a>
  <dd> 
  <dt> 	<a href="java.util.Date.html#toGMTString()"><b>toGMTString</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Creates a string representation of this date.
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#toHex(int)"><b>toHex</b></a>(int).
Static method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd> Convert an int to a hexadecimal string.
  <dt> 	<a href="java.lang.Integer.html#toHexString(int)"><b>toHexString</b></a>(int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Creates a string representation of the integer argument as an 
 unsigned integer in base&nbsp;16.
  <dt> 	<a href="java.lang.Long.html#toHexString(long)"><b>toHexString</b></a>(long).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Creates a string representation of the long argument as an 
 unsigned integer in base&nbsp;16.
  <dt> 	<a href="java.util.Date.html#toLocaleString()"><b>toLocaleString</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Creates a string representation of this date in an
 implementation-dependent form.
  <dt> 	<a href="java.text.DecimalFormat.html#toLocalizedPattern()"><b>toLocalizedPattern</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Synthesizes a localized pattern string that represents the current
 state of this Format object.
  <dt> 	<a href="java.text.SimpleDateFormat.html#toLocalizedPattern()"><b>toLocalizedPattern</b></a>().
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Return a localized pattern string describing this date format.
  <dt> 	<a href="java.lang.String.html#toLowerCase()"><b>toLowerCase</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Converts this <code>String</code> to lowercase.
  <dt> 	<a href="java.lang.Character.html#toLowerCase(char)"><b>toLowerCase</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  The given character is mapped to its lowercase equivalent; if the 
 character has no lowercase equivalent, the character itself is 
 returned.
  <dt> 	<a href="java.lang.String.html#toLowerCase(java.util.Locale)"><b>toLowerCase</b></a>(Locale).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Converts all of the characters in this <code>String</code> to lower
 case using the rules of the given locale.
  <dt> 	<a href="java.lang.Integer.html#toOctalString(int)"><b>toOctalString</b></a>(int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Creates a string representation of the integer argument as an 
 unsigned integer in base 8.
  <dt> 	<a href="java.lang.Long.html#toOctalString(long)"><b>toOctalString</b></a>(long).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Creates a string representation of the long argument as an 
 unsigned integer in base&nbsp;8.
  <dt> 	<a href="java.awt.Toolkit.html#Toolkit()"><b>Toolkit</b></a>().
Constructor for class java.awt.<a href="java.awt.Toolkit.html#_top_">Toolkit</a>
  <dd> 
  <dt> 	<a href="java.util.TooManyListenersException.html#TooManyListenersException()"><b>TooManyListenersException</b></a>().
Constructor for class java.util.<a href="java.util.TooManyListenersException.html#_top_">TooManyListenersException</a>
  <dd>  Constructs a TooManyListenersException with no detail message.
  <dt> 	<a href="java.util.TooManyListenersException.html#TooManyListenersException(java.lang.String)"><b>TooManyListenersException</b></a>(String).
Constructor for class java.util.<a href="java.util.TooManyListenersException.html#_top_">TooManyListenersException</a>
  <dd>  Constructs a TooManyListenersException with the specified detail message.
  <dt> 	<a href="java.awt.Insets.html#top"><b>top</b></a>.
Variable in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  The inset from the top.
  <dt> 	<a href="java.awt.Component.html#TOP_ALIGNMENT"><b>TOP_ALIGNMENT</b></a>.
Static variable in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Ease-of-use constant for <code>getAlignmentY()</code>.
  <dt> 	<a href="java.text.ChoiceFormat.html#toPattern()"><b>toPattern</b></a>().
Method in class java.text.<a href="java.text.ChoiceFormat.html#_top_">ChoiceFormat</a>
  <dd>  Gets the pattern.
  <dt> 	<a href="java.text.DecimalFormat.html#toPattern()"><b>toPattern</b></a>().
Method in class java.text.<a href="java.text.DecimalFormat.html#_top_">DecimalFormat</a>
  <dd>  Synthesizes a pattern string that represents the current state
 of this Format object.
  <dt> 	<a href="java.text.MessageFormat.html#toPattern()"><b>toPattern</b></a>().
Method in class java.text.<a href="java.text.MessageFormat.html#_top_">MessageFormat</a>
  <dd>  Gets the pattern.
  <dt> 	<a href="java.text.SimpleDateFormat.html#toPattern()"><b>toPattern</b></a>().
Method in class java.text.<a href="java.text.SimpleDateFormat.html#_top_">SimpleDateFormat</a>
  <dd>  Return a pattern string describing this date format.
  <dt> 	<a href="java.awt.image.ImageConsumer.html#TOPDOWNLEFTRIGHT"><b>TOPDOWNLEFTRIGHT</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageConsumer.html#_top_">ImageConsumer</a>
  <dd>  The pixels will be delivered in top-down, left-to-right order.
  <dt> 	<a href="java.security.acl.Acl.html#toString()"><b>toString</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.Acl.html#_top_">Acl</a>
  <dd>  Returns a string representation of the
 ACL contents.
  <dt> 	<a href="java.security.acl.AclEntry.html#toString()"><b>toString</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.AclEntry.html#_top_">AclEntry</a>
  <dd>  Returns a string representation of the contents of this ACL entry.
  <dt> 	<a href="java.awt.AWTEvent.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="java.math.BigDecimal.html#toString()"><b>toString</b></a>().
Method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns the string representation of this number.
  <dt> 	<a href="java.math.BigInteger.html#toString()"><b>toString</b></a>().
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the string representation of this number, radix 10.
  <dt> 	<a href="java.util.BitSet.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Converts the BitSet to a String.
  <dt> 	<a href="java.lang.Boolean.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Returns a String object representing this Boolean's value.
  <dt> 	<a href="java.awt.BorderLayout.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  Returns a string representation of the state of this border layout.
  <dt> 	<a href="java.lang.Byte.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns a String object representing this Byte's value.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#toString()"><b>toString</b></a>().
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Converts the buffer's contents into a string, translating bytes into
 characters according to the platform's default character encoding.
  <dt> 	<a href="java.util.Calendar.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Return a string representation of this calendar.
  <dt> 	<a href="java.awt.CardLayout.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.CardLayout.html#_top_">CardLayout</a>
  <dd>  Returns a string representation of the state of this card layout.
  <dt> 	<a href="java.lang.Character.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Returns a String object representing this character's value.
  <dt> 	<a href="java.io.CharArrayWriter.html#toString()"><b>toString</b></a>().
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Converts input data to a string.
  <dt> 	<a href="java.awt.CheckboxGroup.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.CheckboxGroup.html#_top_">CheckboxGroup</a>
  <dd>  Returns a string representation of this check box group,
 including the value of its current selection.
  <dt> 	<a href="java.lang.Class.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Class.html#_top_">Class</a>
  <dd>  Converts the object to a string.
  <dt> 	<a href="java.awt.Color.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  Creates a string that represents this color and indicates the 
 values of its RGB components.
  <dt> 	<a href="java.awt.Component.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Returns a string representation of this component and its values.
  <dt> 	<a href="java.lang.reflect.Constructor.html#toString()"><b>toString</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Constructor.html#_top_">Constructor</a>
  <dd>  Return a string describing this Constructor.
  <dt> 	<a href="java.sql.Date.html#toString()"><b>toString</b></a>().
Method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Format a date in JDBC date escape format

 
  <dt> 	<a href="java.util.Date.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Creates a canonical string representation of the date.
  <dt> 	<a href="java.security.DigestInputStream.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.DigestInputStream.html#_top_">DigestInputStream</a>
  <dd>  Prints a string representation of this digest input stream and
 its associated message digest object.
  <dt> 	<a href="java.security.DigestOutputStream.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Prints a string representation of this digest output stream and
 its associated message digest object.
  <dt> 	<a href="java.awt.Dimension.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  Returns a string that represents this 
 <code>Dimension</code> object's values.
  <dt> 	<a href="java.lang.Double.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns a String representation of this Double object.
  <dt> 	<a href="java.awt.Event.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  Returns a representation of this event's values as a string.
  <dt> 	<a href="java.util.EventObject.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.EventObject.html#_top_">EventObject</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="java.lang.reflect.Field.html#toString()"><b>toString</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Field.html#_top_">Field</a>
  <dd>  Return a string describing this Field.
  <dt> 	<a href="java.io.File.html#toString()"><b>toString</b></a>().
Method in class java.io.<a href="java.io.File.html#_top_">File</a>
  <dd>  Returns a string representation of this object.
  <dt> 	<a href="java.lang.Float.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns a String representation of this Float object.
  <dt> 	<a href="java.awt.FlowLayout.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.FlowLayout.html#_top_">FlowLayout</a>
  <dd>  Returns a string representation of this <code>FlowLayout</code>
 object and its values.
  <dt> 	<a href="java.awt.Font.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Font.html#_top_">Font</a>
  <dd>  Converts this object to a String representation.
  <dt> 	<a href="java.awt.FontMetrics.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.FontMetrics.html#_top_">FontMetrics</a>
  <dd> 
 Returns a representation of this <code>FontMetric</code> 
 object's values as a string.
  <dt> 	<a href="java.awt.Graphics.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Returns a <code>String</code> object representing this
                        <code>Graphics</code> object's value.
  <dt> 	<a href="java.awt.GridBagLayout.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.GridBagLayout.html#_top_">GridBagLayout</a>
  <dd>  Returns a string representation of this grid bag layout's values.
  <dt> 	<a href="java.awt.GridLayout.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.GridLayout.html#_top_">GridLayout</a>
  <dd>  Returns the string representation of this grid layout's values.
  <dt> 	<a href="java.util.Hashtable.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.Hashtable.html#_top_">Hashtable</a>
  <dd>  Returns a rather long string representation of this hashtable.
  <dt> 	<a href="java.security.Identity.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns a short string describing this identity, telling its
 name and its scope (if any).
  <dt> 	<a href="java.security.IdentityScope.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.IdentityScope.html#_top_">IdentityScope</a>
  <dd>  Returns a string representation of this identity scope, including
 its name, its scope name, and the number of identities in this
 identity scope.
  <dt> 	<a href="java.net.InetAddress.html#toString()"><b>toString</b></a>().
Method in class java.net.<a href="java.net.InetAddress.html#_top_">InetAddress</a>
  <dd>  Converts this IP address to a <code>String</code>.
  <dt> 	<a href="java.awt.Insets.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Insets.html#_top_">Insets</a>
  <dd>  Returns a <code>String</code> object representing this 
 <code>Insets</code> object's values.
  <dt> 	<a href="java.lang.Integer.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns a String object representing this Integer's value.
  <dt> 	<a href="java.util.Locale.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd>  Getter for the programmatic name of the entire locale,
 with the language, country and variant separated by underbars.
  <dt> 	<a href="java.rmi.server.LogStream.html#toString()"><b>toString</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Return log name as string representation

  <dt> 	<a href="java.lang.Long.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns a String object representing this Long's value.
  <dt> 	<a href="java.awt.MenuComponent.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.MenuComponent.html#_top_">MenuComponent</a>
  <dd>  Returns a representation of this menu component as a string.
  <dt> 	<a href="java.awt.MenuShortcut.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd>  Returns an internationalized description of the MenuShortcut.
  <dt> 	<a href="java.security.MessageDigest.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Returns a string representation of this message digest object.
  <dt> 	<a href="java.lang.reflect.Method.html#toString()"><b>toString</b></a>().
Method in class java.lang.reflect.<a href="java.lang.reflect.Method.html#_top_">Method</a>
  <dd>  Returns a string describing this Method.
  <dt> 	<a href="java.lang.Object.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="java.io.ObjectStreamClass.html#toString()"><b>toString</b></a>().
Method in class java.io.<a href="java.io.ObjectStreamClass.html#_top_">ObjectStreamClass</a>
  <dd>  Return a string describing this ObjectStreamClass.
  <dt> 	<a href="java.rmi.server.ObjID.html#toString()"><b>toString</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  Returns a string containing the object id representation.
  <dt> 	<a href="java.rmi.server.Operation.html#toString()"><b>toString</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.Operation.html#_top_">Operation</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="java.security.acl.Permission.html#toString()"><b>toString</b></a>().
Method in interface java.security.acl.<a href="java.security.acl.Permission.html#_top_">Permission</a>
  <dd>  Prints a string representation of this permission.
  <dt> 	<a href="java.awt.Point.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Returns a representation of this point and its location
 in the (<i>x</i>,&nbsp;<i>y</i>) coordinate space as a string.
  <dt> 	<a href="java.security.Principal.html#toString()"><b>toString</b></a>().
Method in interface java.security.<a href="java.security.Principal.html#_top_">Principal</a>
  <dd>  Returns a string representation of this principal.
  <dt> 	<a href="java.security.Provider.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.Provider.html#_top_">Provider</a>
  <dd>  Returns a string with the name and the version number
 of this provider.
  <dt> 	<a href="java.awt.Rectangle.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Returns a string representation of this rectangle 
 and its values.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd> Return a string version of the array.
  <dt> 	<a href="sun.tools.debug.RemoteBoolean.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteBoolean.html#_top_">RemoteBoolean</a>
  <dd> Return the boolean's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteByte.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteByte.html#_top_">RemoteByte</a>
  <dd> Return the byte's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteChar.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteChar.html#_top_">RemoteChar</a>
  <dd> Return the char's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd> Return a (somewhat verbose) description.
  <dt> 	<a href="sun.tools.debug.RemoteDouble.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDouble.html#_top_">RemoteDouble</a>
  <dd> Return the double's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteField.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteField.html#_top_">RemoteField</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="sun.tools.debug.RemoteFloat.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteFloat.html#_top_">RemoteFloat</a>
  <dd> Return the float's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteInt.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteInt.html#_top_">RemoteInt</a>
  <dd> Return the int's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteLong.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteLong.html#_top_">RemoteLong</a>
  <dd> Return the long's value as a string.
  <dt> 	<a href="java.rmi.server.RemoteObject.html#toString()"><b>toString</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Returns a String that represents the value of this remote object.
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd> Return object as a string.
  <dt> 	<a href="sun.tools.debug.RemoteShort.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteShort.html#_top_">RemoteShort</a>
  <dd> Return the short's value as a string.
  <dt> 	<a href="sun.tools.debug.RemoteString.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteString.html#_top_">RemoteString</a>
  <dd> Return the string value, or "null"
  <dt> 	<a href="java.net.ServerSocket.html#toString()"><b>toString</b></a>().
Method in class java.net.<a href="java.net.ServerSocket.html#_top_">ServerSocket</a>
  <dd>  Returns the implementation address and implementation port of 
 this socket as a <code>String</code>.
  <dt> 	<a href="java.lang.Short.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns a String object representing this Short's value.
  <dt> 	<a href="java.security.Signature.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Returns a string representation of this signature object,       
 providing information that includes the state of the object       
 and the name of the algorithm used.
  <dt> 	<a href="java.security.Signer.html#toString()"><b>toString</b></a>().
Method in class java.security.<a href="java.security.Signer.html#_top_">Signer</a>
  <dd>  Returns a string of information about the signer.
  <dt> 	<a href="java.util.SimpleTimeZone.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Return a string representation of this time zone.
  <dt> 	<a href="java.net.Socket.html#toString()"><b>toString</b></a>().
Method in class java.net.<a href="java.net.Socket.html#_top_">Socket</a>
  <dd>  Converts this socket to a <code>String</code>.
  <dt> 	<a href="java.net.SocketImpl.html#toString()"><b>toString</b></a>().
Method in class java.net.<a href="java.net.SocketImpl.html#_top_">SocketImpl</a>
  <dd>  Returns the address and port of this socket as a <code>String</code>.
  <dt> 	<a href="sun.tools.debug.StackFrame.html#toString()"><b>toString</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.StackFrame.html#_top_">StackFrame</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="java.io.StreamTokenizer.html#toString()"><b>toString</b></a>().
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd>  Returns the string representation of the current stream token.
  <dt> 	<a href="java.lang.String.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  This object (which is already a string!) is itself returned.
  <dt> 	<a href="java.lang.StringBuffer.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.StringBuffer.html#_top_">StringBuffer</a>
  <dd>  Converts to a string representing the data in this string buffer.
  <dt> 	<a href="java.io.StringWriter.html#toString()"><b>toString</b></a>().
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Return the buffer's current value as a string.
  <dt> 	<a href="java.awt.SystemColor.html#toString()"><b>toString</b></a>().
Method in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  Returns the String representation of this Color's values.
  <dt> 	<a href="java.lang.Thread.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Returns a string representation of this thread, including the
 thread's name, priority, and thread group.
  <dt> 	<a href="java.lang.ThreadGroup.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Returns a string representation of this Thread group.
  <dt> 	<a href="java.lang.Throwable.html#toString()"><b>toString</b></a>().
Method in class java.lang.<a href="java.lang.Throwable.html#_top_">Throwable</a>
  <dd>  Returns a short description of this throwable object.
  <dt> 	<a href="java.sql.Time.html#toString()"><b>toString</b></a>().
Method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Format a time in JDBC date escape format  

 
  <dt> 	<a href="java.sql.Timestamp.html#toString()"><b>toString</b></a>().
Method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Format a timestamp in JDBC timestamp escape format

 
  <dt> 	<a href="java.rmi.server.UID.html#toString()"><b>toString</b></a>().
Method in class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Returns a string representation of the object.
  <dt> 	<a href="java.net.URL.html#toString()"><b>toString</b></a>().
Method in class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Constructs a string representation of this <code>URL</code>.
  <dt> 	<a href="java.net.URLConnection.html#toString()"><b>toString</b></a>().
Method in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Returns a <code>String</code> representation of this URL connection.
  <dt> 	<a href="java.util.Vector.html#toString()"><b>toString</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Returns a string representation of this vector.
  <dt> 	<a href="java.rmi.dgc.VMID.html#toString()"><b>toString</b></a>().
Method in class java.rmi.dgc.<a href="java.rmi.dgc.VMID.html#_top_">VMID</a>
  <dd>  Return string representation of this VMID.
  <dt> 	<a href="java.util.zip.ZipEntry.html#toString()"><b>toString</b></a>().
Method in class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Returns a string representation of the ZIP entry.
  <dt> 	<a href="java.security.Certificate.html#toString(boolean)"><b>toString</b></a>(boolean).
Method in interface java.security.<a href="java.security.Certificate.html#_top_">Certificate</a>
  <dd>  Returns a string that represents the contents of the certificate.
  <dt> 	<a href="java.security.Identity.html#toString(boolean)"><b>toString</b></a>(boolean).
Method in class java.security.<a href="java.security.Identity.html#_top_">Identity</a>
  <dd>  Returns a string representation of this identity, with
 optionally more details than that provided by the
 <code>toString</code> method without any arguments.
  <dt> 	<a href="java.lang.Byte.html#toString(byte)"><b>toString</b></a>(byte).
Static method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Returns a new String object representing the specified Byte.
  <dt> 	<a href="java.lang.Double.html#toString(double)"><b>toString</b></a>(double).
Static method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Creates a string representation of the <code>double</code> 
 argument.
  <dt> 	<a href="java.lang.Float.html#toString(float)"><b>toString</b></a>(float).
Static method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns a String representation for the specified float value.
  <dt> 	<a href="java.math.BigInteger.html#toString(int)"><b>toString</b></a>(int).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns the string representation of this number in the given radix.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#toString(int)"><b>toString</b></a>(int).
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Creates a newly allocated string.
  <dt> 	<a href="java.lang.Integer.html#toString(int)"><b>toString</b></a>(int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns a new String object representing the specified integer.
  <dt> 	<a href="java.lang.reflect.Modifier.html#toString(int)"><b>toString</b></a>(int).
Static method in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd>  Return a string describing the access modifier flags in
 the specified modifier.
  <dt> 	<a href="java.lang.Integer.html#toString(int, int)"><b>toString</b></a>(int, int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Creates a string representation of the first argument in the 
 radix specified by the second argument.
  <dt> 	<a href="java.lang.Long.html#toString(long)"><b>toString</b></a>(long).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns a new String object representing the specified integer.
  <dt> 	<a href="java.lang.Long.html#toString(long, int)"><b>toString</b></a>(long, int).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Creates a string representation of the first argument in the 
 radix specified by the second argument.
  <dt> 	<a href="java.lang.Short.html#toString(short)"><b>toString</b></a>(short).
Static method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Returns a new String object representing the specified
 Short.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#toString(java.lang.String)"><b>toString</b></a>(String).
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Converts the buffer's contents into a string, translating bytes into
 characters according to the specified character encoding.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#totalMemory()"><b>totalMemory</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Report the total memory usage of the Java interpreter being debugged.
  <dt> 	<a href="java.lang.Runtime.html#totalMemory()"><b>totalMemory</b></a>().
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Returns the total amount of memory in the Java Virtual Machine.
  <dt> 	<a href="java.lang.Character.html#toTitleCase(char)"><b>toTitleCase</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Converts the character argument to titlecase.
  <dt> 	<a href="java.lang.String.html#toUpperCase()"><b>toUpperCase</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Converts this string to uppercase.
  <dt> 	<a href="java.lang.Character.html#toUpperCase(char)"><b>toUpperCase</b></a>(char).
Static method in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  Converts the character argument to uppercase.
  <dt> 	<a href="java.lang.String.html#toUpperCase(java.util.Locale)"><b>toUpperCase</b></a>(Locale).
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Converts all of the characters in this <code>String</code> to upper
 case using the rules of the given locale.
  <dt> 	<a href="sun.tools.debug.RemoteDebugger.html#trace(boolean)"><b>trace</b></a>(boolean).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDebugger.html#_top_">RemoteDebugger</a>
  <dd>  Turn on/off method call tracing.
  <dt> 	<a href="java.lang.Runtime.html#traceInstructions(boolean)"><b>traceInstructions</b></a>(boolean).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Enables/Disables tracing of instructions.
  <dt> 	<a href="java.lang.Runtime.html#traceMethodCalls(boolean)"><b>traceMethodCalls</b></a>(boolean).
Method in class java.lang.<a href="java.lang.Runtime.html#_top_">Runtime</a>
  <dd>  Enables/Disables tracing of method calls.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#TRACK"><b>TRACK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  The absolute tracking adjustment type.
  <dt> 	<a href="java.util.Locale.html#TRADITIONAL_CHINESE"><b>TRADITIONAL_CHINESE</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for language.
  <dt> 	<a href="java.sql.Connection.html#TRANSACTION_NONE"><b>TRANSACTION_NONE</b></a>.
Static variable in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Transactions are not supported.
  <dt> 	<a href="java.sql.Connection.html#TRANSACTION_READ_COMMITTED"><b>TRANSACTION_READ_COMMITTED</b></a>.
Static variable in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Dirty reads are prevented; non-repeatable reads and phantom
 reads can occur.
  <dt> 	<a href="java.sql.Connection.html#TRANSACTION_READ_UNCOMMITTED"><b>TRANSACTION_READ_UNCOMMITTED</b></a>.
Static variable in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Dirty reads, non-repeatable reads and phantom reads can occur.
  <dt> 	<a href="java.sql.Connection.html#TRANSACTION_REPEATABLE_READ"><b>TRANSACTION_REPEATABLE_READ</b></a>.
Static variable in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Dirty reads and non-repeatable reads are prevented; phantom
 reads can occur.
  <dt> 	<a href="java.sql.Connection.html#TRANSACTION_SERIALIZABLE"><b>TRANSACTION_SERIALIZABLE</b></a>.
Static variable in interface java.sql.<a href="java.sql.Connection.html#_top_">Connection</a>
  <dd>  Dirty reads, non-repeatable reads and phantom reads are prevented.
  <dt> 	<a href="java.awt.Component.html#transferFocus()"><b>transferFocus</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd>  Transfers the focus to the next component.
  <dt> 	<a href="java.lang.reflect.Modifier.html#TRANSIENT"><b>TRANSIENT</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
  <dt> 	<a href="java.awt.Event.html#translate(int, int)"><b>translate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 Translates this event so that its <i>x</i> and <i>y</i> 
 coordinates are increased by <i>dx</i> and <i>dy</i>, 
 respectively.
  <dt> 	<a href="java.awt.Graphics.html#translate(int, int)"><b>translate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Graphics.html#_top_">Graphics</a>
  <dd>  Translates the origin of the graphics context to the point
 (<i>x</i>,&nbsp;<i>y</i>) in the current coordinate system.
  <dt> 	<a href="java.awt.Point.html#translate(int, int)"><b>translate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  Translates this point, at location (<i>x</i>,&nbsp;<i>y</i>), 
 by <code>dx</code> along the <i>x</i> axis and <code>dy</code> 
 along the <i>y</i> axis so that it now represents the point 
 (<code>x</code>&nbsp;<code>+</code>&nbsp;<code>dx</code>, 
 <code>y</code>&nbsp;<code>+</code>&nbsp;<code>dy</code>).
  <dt> 	<a href="java.awt.Polygon.html#translate(int, int)"><b>translate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  Translates the vertices by <code>deltaX</code> along the 
 <i>x</i> axis and by <code>deltaY</code> along the 
 <i>y</i> axis.
  <dt> 	<a href="java.awt.Rectangle.html#translate(int, int)"><b>translate</b></a>(int, int).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Translates the rectangle the indicated distance,
 to the right along the <i>x</i> coordinate axis, and 
 downward along the <i>y</i> coordinate axis.
  <dt> 	<a href="java.awt.event.MouseEvent.html#translatePoint(int, int)"><b>translatePoint</b></a>(int, int).
Method in class java.awt.event.<a href="java.awt.event.MouseEvent.html#_top_">MouseEvent</a>
  <dd>  Translates the coordinate position of the event by x, y.
  <dt> 	<a href="java.lang.String.html#trim()"><b>trim</b></a>().
Method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Removes white space from both ends of this string.
  <dt> 	<a href="java.util.Vector.html#trimToSize()"><b>trimToSize</b></a>().
Method in class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Trims the capacity of this vector to be the vector's current 
 size.
  <dt> 	<a href="java.lang.Boolean.html#TRUE"><b>TRUE</b></a>.
Static variable in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd> 
 The <code>Boolean</code> object corresponding to the primitive 
 value <code>true</code>.
  <dt> 	<a href="java.io.StreamTokenizer.html#TT_EOF"><b>TT_EOF</b></a>.
Static variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 A constant indicating that the end of the stream has been read.
  <dt> 	<a href="java.io.StreamTokenizer.html#TT_EOL"><b>TT_EOL</b></a>.
Static variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 A constant indicating that the end of the line has been read.
  <dt> 	<a href="java.io.StreamTokenizer.html#TT_NUMBER"><b>TT_NUMBER</b></a>.
Static variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 A constant indicating that a number token has been read.
  <dt> 	<a href="java.io.StreamTokenizer.html#TT_WORD"><b>TT_WORD</b></a>.
Static variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 A constant indicating that a word token has been read.
  <dt> 	<a href="java.io.StreamTokenizer.html#ttype"><b>ttype</b></a>.
Variable in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 After a call to the <code>nextToken</code> method, this field 
 contains the type of the token just read.
  <dt> 	<a href="java.util.Calendar.html#TUESDAY"><b>TUESDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="java.lang.Boolean.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  The Class object representing the primitive type boolean.
  <dt> 	<a href="java.lang.Byte.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  The Class object representing the primitive type byte.
  <dt> 	<a href="java.lang.Character.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd>  The Class object representing the primitive type char.
  <dt> 	<a href="java.lang.Double.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  The Class object representing the primitive type double.
  <dt> 	<a href="java.lang.Float.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  The Class object representing the primitive type float.
  <dt> 	<a href="java.lang.Integer.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  The Class object representing the primitive type int.
  <dt> 	<a href="java.lang.Long.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  The Class object representing the primitive type long.
  <dt> 	<a href="java.lang.Short.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  The Class object representing the primitive type short.
  <dt> 	<a href="java.lang.Void.html#TYPE"><b>TYPE</b></a>.
Static variable in class java.lang.<a href="java.lang.Void.html#_top_">Void</a>
  <dd>  The Class object representing the primitive Java type void.
  <dt> 	<a href="sun.tools.debug.RemoteArray.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteArray.html#_top_">RemoteArray</a>
  <dd> Return this RemoteValue's type ("array").
  <dt> 	<a href="sun.tools.debug.RemoteBoolean.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteBoolean.html#_top_">RemoteBoolean</a>
  <dd> Print this RemoteValue's type ("boolean").
  <dt> 	<a href="sun.tools.debug.RemoteByte.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteByte.html#_top_">RemoteByte</a>
  <dd> Print this RemoteValue's type ("byte").
  <dt> 	<a href="sun.tools.debug.RemoteChar.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteChar.html#_top_">RemoteChar</a>
  <dd> Print this RemoteValue's type ("char").
  <dt> 	<a href="sun.tools.debug.RemoteClass.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteClass.html#_top_">RemoteClass</a>
  <dd>  Returns the name of the class as its type.
  <dt> 	<a href="sun.tools.debug.RemoteDouble.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteDouble.html#_top_">RemoteDouble</a>
  <dd> Print this RemoteValue's type ("double").
  <dt> 	<a href="sun.tools.debug.RemoteFloat.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteFloat.html#_top_">RemoteFloat</a>
  <dd> Print this RemoteValue's type ("float").
  <dt> 	<a href="sun.tools.debug.RemoteInt.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteInt.html#_top_">RemoteInt</a>
  <dd> Print this RemoteValue's type ("int").
  <dt> 	<a href="sun.tools.debug.RemoteLong.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteLong.html#_top_">RemoteLong</a>
  <dd> Print this RemoteValue's type ("long").
  <dt> 	<a href="sun.tools.debug.RemoteObject.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteObject.html#_top_">RemoteObject</a>
  <dd>  Returns the RemoteValue's type name ("Object").
  <dt> 	<a href="sun.tools.debug.RemoteShort.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteShort.html#_top_">RemoteShort</a>
  <dd> Print this RemoteValue's type ("short").
  <dt> 	<a href="sun.tools.debug.RemoteString.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteString.html#_top_">RemoteString</a>
  <dd> Print this RemoteValue's type ("String").
  <dt> 	<a href="sun.tools.debug.RemoteValue.html#typeName()"><b>typeName</b></a>().
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteValue.html#_top_">RemoteValue</a>
  <dd>  Returns the RemoteValue's type as a string.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typeNoNulls"><b>typeNoNulls</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE NULLABLE - does not allow NULL values.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typeNullable"><b>typeNullable</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE NULLABLE - allows NULL values.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typeNullableUnknown"><b>typeNullableUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE NULLABLE - nullability unknown.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typePredBasic"><b>typePredBasic</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE INFO SEARCHABLE -  Supported except for WHERE ..
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typePredChar"><b>typePredChar</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE INFO SEARCHABLE - Only supported with WHERE ..
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typePredNone"><b>typePredNone</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE INFO SEARCHABLE - No support.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#typeSearchable"><b>typeSearchable</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  TYPE INFO SEARCHABLE - Supported for all WHERE ...
</dl>
<a name="Thumb-U"></a>
<hr>
<h2>
<a name="Thumb-U"><b> U </b></a>
</h2>
<dl>
  <dt> 	<a href="java.rmi.server.UID.html#UID()"><b>UID</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Create a pure identifier that is unique with respect to the
 host on which it is generated.
  <dt> 	<a href="java.rmi.server.UID.html#UID(short)"><b>UID</b></a>(short).
Constructor for class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Create a "well-known" ID.
  <dt> 	<a href="java.util.Locale.html#UK"><b>UK</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.lang.Character.html#UNASSIGNED"><b>UNASSIGNED</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.rmi.Naming.html#unbind(java.lang.String)"><b>unbind</b></a>(String).
Static method in class java.rmi.<a href="java.rmi.Naming.html#_top_">Naming</a>
  <dd>  Unbind the name.
  <dt> 	<a href="java.rmi.registry.Registry.html#unbind(java.lang.String)"><b>unbind</b></a>(String).
Method in interface java.rmi.registry.<a href="java.rmi.registry.Registry.html#_top_">Registry</a>
  <dd>  Unbind the name.
  <dt> 	<a href="java.lang.ThreadGroup.html#uncaughtException(java.lang.Thread, java.lang.Throwable)"><b>uncaughtException</b></a>(Thread, Throwable).
Method in class java.lang.<a href="java.lang.ThreadGroup.html#_top_">ThreadGroup</a>
  <dd>  Called by the Java Virtual Machine when a thread in this 
 thread group stops because of an uncaught exception.
  <dt> 	<a href="java.util.Calendar.html#UNDECIMBER"><b>UNDECIMBER</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for month.
  <dt> 	<a href="java.awt.Image.html#UndefinedProperty"><b>UndefinedProperty</b></a>.
Static variable in class java.awt.<a href="java.awt.Image.html#_top_">Image</a>
  <dd>  The <code>UndefinedProperty</code> object should be returned whenever a
 property which was not defined for a particular image is fetched.
  <dt> 	<a href="java.rmi.UnexpectedException.html#UnexpectedException(java.lang.String)"><b>UnexpectedException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.UnexpectedException.html#_top_">UnexpectedException</a>
  <dd>  Create a new UnexpectedException with a description.
  <dt> 	<a href="java.rmi.UnexpectedException.html#UnexpectedException(java.lang.String, java.lang.Exception)"><b>UnexpectedException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.UnexpectedException.html#_top_">UnexpectedException</a>
  <dd>  Create a new UnexpectedException with a description, and detail
 exception.
  <dt> 	<a href="java.rmi.server.UnicastRemoteObject.html#UnicastRemoteObject()"><b>UnicastRemoteObject</b></a>().
Constructor for class java.rmi.server.<a href="java.rmi.server.UnicastRemoteObject.html#_top_">UnicastRemoteObject</a>
  <dd>  Create and export a new UnicastRemoteObject object using an
 anonymous port.
  <dt> 	<a href="java.security.Signature.html#UNINITIALIZED"><b>UNINITIALIZED</b></a>.
Static variable in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 Possible <a href = "#state ">state </a> value, signifying that       
 this signature object has not yet been initialized.
  <dt> 	<a href="java.awt.Rectangle.html#union(java.awt.Rectangle)"><b>union</b></a>(Rectangle).
Method in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  Computes the union of this rectangle with the 
 specified rectangle.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#UNIT_DECREMENT"><b>UNIT_DECREMENT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  The unit decrement adjustment type.
  <dt> 	<a href="java.awt.event.AdjustmentEvent.html#UNIT_INCREMENT"><b>UNIT_INCREMENT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.AdjustmentEvent.html#_top_">AdjustmentEvent</a>
  <dd>  The unit increment adjustment type.
  <dt> 	<a href="java.lang.UnknownError.html#UnknownError()"><b>UnknownError</b></a>().
Constructor for class java.lang.<a href="java.lang.UnknownError.html#_top_">UnknownError</a>
  <dd>  Constructs an <code>UnknownError</code> with no detail message.
  <dt> 	<a href="java.lang.UnknownError.html#UnknownError(java.lang.String)"><b>UnknownError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.UnknownError.html#_top_">UnknownError</a>
  <dd>  Constructs an <code>UnknownError</code> with the specified detail 
 message.
  <dt> 	<a href="java.net.UnknownHostException.html#UnknownHostException()"><b>UnknownHostException</b></a>().
Constructor for class java.net.<a href="java.net.UnknownHostException.html#_top_">UnknownHostException</a>
  <dd>  Constructs a new <code>UnknownHostException</code> with no detail 
 message.
  <dt> 	<a href="java.net.UnknownHostException.html#UnknownHostException(java.lang.String)"><b>UnknownHostException</b></a>(String).
Constructor for class java.net.<a href="java.net.UnknownHostException.html#_top_">UnknownHostException</a>
  <dd>  Constructs a new <code>UnknownHostException</code> with the 
 specified detail message.
  <dt> 	<a href="java.rmi.UnknownHostException.html#UnknownHostException(java.lang.String)"><b>UnknownHostException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.UnknownHostException.html#_top_">UnknownHostException</a>
  <dd>  Create a new UnknownHostException with a description.
  <dt> 	<a href="java.rmi.UnknownHostException.html#UnknownHostException(java.lang.String, java.lang.Exception)"><b>UnknownHostException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.UnknownHostException.html#_top_">UnknownHostException</a>
  <dd>  Create a new UnknownHostException with a description and
 detail exception.
  <dt> 	<a href="java.net.UnknownServiceException.html#UnknownServiceException()"><b>UnknownServiceException</b></a>().
Constructor for class java.net.<a href="java.net.UnknownServiceException.html#_top_">UnknownServiceException</a>
  <dd>  Constructs a new <code>UnknownServiceException</code> with no 
 detail message.
  <dt> 	<a href="java.net.UnknownServiceException.html#UnknownServiceException(java.lang.String)"><b>UnknownServiceException</b></a>(String).
Constructor for class java.net.<a href="java.net.UnknownServiceException.html#_top_">UnknownServiceException</a>
  <dd>  Constructs a new <code>UnknownServiceException</code> with the 
 specified detail message.
  <dt> 	<a href="java.rmi.UnmarshalException.html#UnmarshalException(java.lang.String)"><b>UnmarshalException</b></a>(String).
Constructor for class java.rmi.<a href="java.rmi.UnmarshalException.html#_top_">UnmarshalException</a>
  <dd>  Create a new marshal exception with a descriptive string.
  <dt> 	<a href="java.rmi.UnmarshalException.html#UnmarshalException(java.lang.String, java.lang.Exception)"><b>UnmarshalException</b></a>(String, Exception).
Constructor for class java.rmi.<a href="java.rmi.UnmarshalException.html#_top_">UnmarshalException</a>
  <dd>  Create a new marshal exception with a descriptive string and an
 exception.
  <dt> 	<a href="java.io.PushbackInputStream.html#unread(byte[])"><b>unread</b></a>(byte[]).
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Pushes back an array of bytes by copying it to the front of the
 pushback buffer.
  <dt> 	<a href="java.io.PushbackInputStream.html#unread(byte[], int, int)"><b>unread</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Pushes back a portion of an array of bytes by copying it to the front
 of the pushback buffer.
  <dt> 	<a href="java.io.PushbackReader.html#unread(char[])"><b>unread</b></a>(char[]).
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Push back an array of characters by copying it to the front of the
 pushback buffer.
  <dt> 	<a href="java.io.PushbackReader.html#unread(char[], int, int)"><b>unread</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Push back a portion of an array of characters by copying it to the
 front of the pushback buffer.
  <dt> 	<a href="java.io.PushbackInputStream.html#unread(int)"><b>unread</b></a>(int).
Method in class java.io.<a href="java.io.PushbackInputStream.html#_top_">PushbackInputStream</a>
  <dd>  Pushes back a byte by copying it to the front of the pushback buffer.
  <dt> 	<a href="java.io.PushbackReader.html#unread(int)"><b>unread</b></a>(int).
Method in class java.io.<a href="java.io.PushbackReader.html#_top_">PushbackReader</a>
  <dd>  Push back a single character.
  <dt> 	<a href="java.rmi.server.Unreferenced.html#unreferenced()"><b>unreferenced</b></a>().
Method in interface java.rmi.server.<a href="java.rmi.server.Unreferenced.html#_top_">Unreferenced</a>
  <dd>  Called when there are no current references to this remote object.
  <dt> 	<a href="java.lang.UnsatisfiedLinkError.html#UnsatisfiedLinkError()"><b>UnsatisfiedLinkError</b></a>().
Constructor for class java.lang.<a href="java.lang.UnsatisfiedLinkError.html#_top_">UnsatisfiedLinkError</a>
  <dd>  Constructs an <code>UnsatisfiedLinkError</code> with no detail message.
  <dt> 	<a href="java.lang.UnsatisfiedLinkError.html#UnsatisfiedLinkError(java.lang.String)"><b>UnsatisfiedLinkError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.UnsatisfiedLinkError.html#_top_">UnsatisfiedLinkError</a>
  <dd>  Constructs an <code>UnsatisfiedLinkError</code> with the 
 specified detail message.
  <dt> 	<a href="java.io.UnsupportedEncodingException.html#UnsupportedEncodingException()"><b>UnsupportedEncodingException</b></a>().
Constructor for class java.io.<a href="java.io.UnsupportedEncodingException.html#_top_">UnsupportedEncodingException</a>
  <dd>  no detailed message
 
  <dt> 	<a href="java.io.UnsupportedEncodingException.html#UnsupportedEncodingException(java.lang.String)"><b>UnsupportedEncodingException</b></a>(String).
Constructor for class java.io.<a href="java.io.UnsupportedEncodingException.html#_top_">UnsupportedEncodingException</a>
  <dd>  detailed message
 
  <dt> 	<a href="java.awt.datatransfer.UnsupportedFlavorException.html#UnsupportedFlavorException(java.awt.datatransfer.DataFlavor)"><b>UnsupportedFlavorException</b></a>(DataFlavor).
Constructor for class java.awt.datatransfer.<a href="java.awt.datatransfer.UnsupportedFlavorException.html#_top_">UnsupportedFlavorException</a>
  <dd>  Constructs an UnsupportedFlavorException.
  <dt> 	<a href="java.awt.Event.html#UP"><b>UP</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The Up Arrow key, a non-ASCII action key.
  <dt> 	<a href="sun.tools.debug.RemoteThread.html#up(int)"><b>up</b></a>(int).
Method in class sun.tools.debug.<a href="sun.tools.debug.RemoteThread.html#_top_">RemoteThread</a>
  <dd>  Change the current stackframe to be one or more frames higher
 (as in, away from the current program counter).
  <dt> 	<a href="java.awt.event.PaintEvent.html#UPDATE"><b>UPDATE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.PaintEvent.html#_top_">PaintEvent</a>
  <dd>  The update event type.
  <dt> 	<a href="java.security.MessageDigest.html#update(byte)"><b>update</b></a>(byte).
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Updates the digest using the specified byte.
  <dt> 	<a href="java.security.Signature.html#update(byte)"><b>update</b></a>(byte).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Updates the data to be signed or verified by a byte.
  <dt> 	<a href="java.util.zip.Adler32.html#update(byte[])"><b>update</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.Adler32.html#_top_">Adler32</a>
  <dd>  Updates checksum with specified array of bytes.
  <dt> 	<a href="java.util.zip.CRC32.html#update(byte[])"><b>update</b></a>(byte[]).
Method in class java.util.zip.<a href="java.util.zip.CRC32.html#_top_">CRC32</a>
  <dd>  Updates CRC-32 with specified array of bytes.
  <dt> 	<a href="java.security.MessageDigest.html#update(byte[])"><b>update</b></a>(byte[]).
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Updates the digest using the specified array of bytes.
  <dt> 	<a href="java.security.Signature.html#update(byte[])"><b>update</b></a>(byte[]).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Updates the data to be signed or verified, using the specified
 array of bytes.
  <dt> 	<a href="java.util.zip.Adler32.html#update(byte[], int, int)"><b>update</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.Adler32.html#_top_">Adler32</a>
  <dd>  Updates checksum with specified array of bytes.
  <dt> 	<a href="java.util.zip.Checksum.html#update(byte[], int, int)"><b>update</b></a>(byte[], int, int).
Method in interface java.util.zip.<a href="java.util.zip.Checksum.html#_top_">Checksum</a>
  <dd>  Updates the current checksum with the specified array of bytes.
  <dt> 	<a href="java.util.zip.CRC32.html#update(byte[], int, int)"><b>update</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.CRC32.html#_top_">CRC32</a>
  <dd>  Updates CRC-32 with specified array of bytes.
  <dt> 	<a href="java.security.MessageDigest.html#update(byte[], int, int)"><b>update</b></a>(byte[], int, int).
Method in class java.security.<a href="java.security.MessageDigest.html#_top_">MessageDigest</a>
  <dd>  Updates the digest using the specified array of bytes, starting
 at the specified offset.
  <dt> 	<a href="java.security.Signature.html#update(byte[], int, int)"><b>update</b></a>(byte[], int, int).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Updates the data to be signed or verified, using the specified
 array of bytes, starting at the specified offset.
  <dt> 	<a href="java.awt.Component.html#update(java.awt.Graphics)"><b>update</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Updates this component.
  <dt> 	<a href="java.awt.Container.html#update(java.awt.Graphics)"><b>update</b></a>(Graphics).
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Updates the container.
  <dt> 	<a href="java.util.zip.Adler32.html#update(int)"><b>update</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.Adler32.html#_top_">Adler32</a>
  <dd>  Updates checksum with specified byte.
  <dt> 	<a href="java.util.zip.Checksum.html#update(int)"><b>update</b></a>(int).
Method in interface java.util.zip.<a href="java.util.zip.Checksum.html#_top_">Checksum</a>
  <dd>  Updates the current checksum with the specified byte.
  <dt> 	<a href="java.util.zip.CRC32.html#update(int)"><b>update</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.CRC32.html#_top_">CRC32</a>
  <dd>  Updates CRC-32 with specified byte.
  <dt> 	<a href="java.util.Observer.html#update(java.util.Observable, java.lang.Object)"><b>update</b></a>(Observable, Object).
Method in interface java.util.<a href="java.util.Observer.html#_top_">Observer</a>
  <dd>  This method is called whenever the observed object is changed.
  <dt> 	<a href="java.lang.Character.html#UPPERCASE_LETTER"><b>UPPERCASE_LETTER</b></a>.
Static variable in class java.lang.<a href="java.lang.Character.html#_top_">Character</a>
  <dd> 
  <dt> 	<a href="java.net.URLConnection.html#url"><b>url</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  The URL represents the remote object on the World Wide Web to
 which this connection is opened.
  <dt> 	<a href="java.net.URL.html#URL(java.lang.String)"><b>URL</b></a>(String).
Constructor for class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd>  Creates a <code>URL</code> object from the <code>String</code> 
 representation.
  <dt> 	<a href="java.net.URL.html#URL(java.lang.String, java.lang.String, int, java.lang.String)"><b>URL</b></a>(String, String, int, String).
Constructor for class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd> 
 Creates a <code>URL</code> object from the specified 
 <code>protocol</code>, <code>host</code>, <code>port</code> 
 number, and <code>file</code>.
  <dt> 	<a href="java.net.URL.html#URL(java.lang.String, java.lang.String, java.lang.String)"><b>URL</b></a>(String, String, String).
Constructor for class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd> 
 Creates an absolute URL from the specified <code>protocol</code> 
 name, <code>host</code> name, and <code>file</code> name.
  <dt> 	<a href="java.net.URL.html#URL(java.net.URL, java.lang.String)"><b>URL</b></a>(URL, String).
Constructor for class java.net.<a href="java.net.URL.html#_top_">URL</a>
  <dd> 
 Creates a URL by parsing the specification <code>spec</code> 
 within a specified context.
  <dt> 	<a href="java.net.URLConnection.html#URLConnection(java.net.URL)"><b>URLConnection</b></a>(URL).
Constructor for class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  Constructs a URL connection to the specified URL.
  <dt> 	<a href="java.net.URLStreamHandler.html#URLStreamHandler()"><b>URLStreamHandler</b></a>().
Constructor for class java.net.<a href="java.net.URLStreamHandler.html#_top_">URLStreamHandler</a>
  <dd> 
  <dt> 	<a href="java.util.Locale.html#US"><b>US</b></a>.
Static variable in class java.util.<a href="java.util.Locale.html#_top_">Locale</a>
  <dd> Useful constant for country.
  <dt> 	<a href="java.net.URLConnection.html#useCaches"><b>useCaches</b></a>.
Variable in class java.net.<a href="java.net.URLConnection.html#_top_">URLConnection</a>
  <dd>  If <code>true</code>, the protocol is allowed to use caching
 whenever it can.
  <dt> 	<a href="java.util.SimpleTimeZone.html#useDaylightTime()"><b>useDaylightTime</b></a>().
Method in class java.util.<a href="java.util.SimpleTimeZone.html#_top_">SimpleTimeZone</a>
  <dd>  Overrides TimeZone
 Queries if this time zone uses Daylight Savings Time.
  <dt> 	<a href="java.util.TimeZone.html#useDaylightTime()"><b>useDaylightTime</b></a>().
Method in class java.util.<a href="java.util.TimeZone.html#_top_">TimeZone</a>
  <dd>  Queries if this time zone uses Daylight Savings Time.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#usesLocalFilePerTable()"><b>usesLocalFilePerTable</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database use a file for each table?

 
  <dt> 	<a href="java.sql.DatabaseMetaData.html#usesLocalFiles()"><b>usesLocalFiles</b></a>().
Method in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  Does the database store tables in a local file?

 
  <dt> 	<a href="java.awt.MenuShortcut.html#usesShiftModifier()"><b>usesShiftModifier</b></a>().
Method in class java.awt.<a href="java.awt.MenuShortcut.html#_top_">MenuShortcut</a>
  <dd>  Return whether this MenuShortcut must be invoked using the SHIFT key.
  <dt> 	<a href="java.net.HttpURLConnection.html#usingProxy()"><b>usingProxy</b></a>().
Method in class java.net.<a href="java.net.HttpURLConnection.html#_top_">HttpURLConnection</a>
  <dd>  Indicates if the connection is going through a proxy.
  <dt> 	<a href="java.util.Date.html#UTC(int, int, int, int, int, int)"><b>UTC</b></a>(int, int, int, int, int, int).
Static method in class java.util.<a href="java.util.Date.html#_top_">Date</a>
  <dd>  Determines the date and time based on the arguments.
  <dt> 	<a href="java.io.UTFDataFormatException.html#UTFDataFormatException()"><b>UTFDataFormatException</b></a>().
Constructor for class java.io.<a href="java.io.UTFDataFormatException.html#_top_">UTFDataFormatException</a>
  <dd>  Constructs a <code>UTFDataFormatException</code> with no detail 
 message.
  <dt> 	<a href="java.io.UTFDataFormatException.html#UTFDataFormatException(java.lang.String)"><b>UTFDataFormatException</b></a>(String).
Constructor for class java.io.<a href="java.io.UTFDataFormatException.html#_top_">UTFDataFormatException</a>
  <dd>  Constructs a <code>UTFDataFormatException</code> with the 
 specified detail message.
</dl>
<a name="Thumb-V"></a>
<hr>
<h2>
<a name="Thumb-V"><b> V </b></a>
</h2>
<dl>
  <dt> 	<a href="java.io.FileDescriptor.html#valid()"><b>valid</b></a>().
Method in class java.io.<a href="java.io.FileDescriptor.html#_top_">FileDescriptor</a>
  <dd>  Tests if this file descriptor object is valid.
  <dt> 	<a href="java.awt.Component.html#validate()"><b>validate</b></a>().
Method in class java.awt.<a href="java.awt.Component.html#_top_">Component</a>
  <dd> 
 Ensures that this component has a valid layout.
  <dt> 	<a href="java.awt.Container.html#validate()"><b>validate</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd> 
 Validates this container and all of its subcomponents.
  <dt> 	<a href="java.io.ObjectInputValidation.html#validateObject()"><b>validateObject</b></a>().
Method in interface java.io.<a href="java.io.ObjectInputValidation.html#_top_">ObjectInputValidation</a>
  <dd>  Validates the object
 
  <dt> 	<a href="java.awt.Container.html#validateTree()"><b>validateTree</b></a>().
Method in class java.awt.<a href="java.awt.Container.html#_top_">Container</a>
  <dd>  Recursively descends the container tree and recomputes the
 layout for any subtrees marked as needing it (those marked as
 invalid).
  <dt> 	<a href="java.sql.DriverPropertyInfo.html#value"><b>value</b></a>.
Variable in class java.sql.<a href="java.sql.DriverPropertyInfo.html#_top_">DriverPropertyInfo</a>
  <dd>  "value" specifies the current value of the property, based on a
 combination of the information supplied to getPropertyInfo, the
 Java environment, and driver supplied default values.
  <dt> 	<a href="java.lang.String.html#valueOf(boolean)"><b>valueOf</b></a>(boolean).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>boolean</code> argument.
  <dt> 	<a href="java.lang.String.html#valueOf(char)"><b>valueOf</b></a>(char).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>char</code> argument.
  <dt> 	<a href="java.lang.String.html#valueOf(char[])"><b>valueOf</b></a>(char[]).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>char</code> array
 argument.
  <dt> 	<a href="java.lang.String.html#valueOf(char[], int, int)"><b>valueOf</b></a>(char[], int, int).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of a specific subarray of the
 <code>char</code> array argument.
  <dt> 	<a href="java.lang.String.html#valueOf(double)"><b>valueOf</b></a>(double).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>double</code> argument.
  <dt> 	<a href="java.lang.String.html#valueOf(float)"><b>valueOf</b></a>(float).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>float</code> argument.
  <dt> 	<a href="java.lang.String.html#valueOf(int)"><b>valueOf</b></a>(int).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>int</code> argument.
  <dt> 	<a href="java.math.BigDecimal.html#valueOf(long)"><b>valueOf</b></a>(long).
Static method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal with the given value and a scale of zero.
  <dt> 	<a href="java.math.BigInteger.html#valueOf(long)"><b>valueOf</b></a>(long).
Static method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger with the specified value.
  <dt> 	<a href="java.lang.String.html#valueOf(long)"><b>valueOf</b></a>(long).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>long</code> argument.
  <dt> 	<a href="java.math.BigDecimal.html#valueOf(long, int)"><b>valueOf</b></a>(long, int).
Static method in class java.math.<a href="java.math.BigDecimal.html#_top_">BigDecimal</a>
  <dd>  Returns a BigDecimal with a value of (val/10**scale).
  <dt> 	<a href="java.lang.String.html#valueOf(java.lang.Object)"><b>valueOf</b></a>(Object).
Static method in class java.lang.<a href="java.lang.String.html#_top_">String</a>
  <dd>  Returns the string representation of the <code>Object</code> argument.
  <dt> 	<a href="java.lang.Boolean.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Boolean.html#_top_">Boolean</a>
  <dd>  Returns the boolean value represented by the specified String.
  <dt> 	<a href="java.lang.Byte.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Assuming the specified String represents a byte, returns a
 new Byte object initialized to that value.
  <dt> 	<a href="java.sql.Date.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.sql.<a href="java.sql.Date.html#_top_">Date</a>
  <dd>  Convert a string in JDBC date escape format to a Date value

 
  <dt> 	<a href="java.lang.Double.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Double.html#_top_">Double</a>
  <dd>  Returns a new Double value initialized to the value represented by the 
 specified String.
  <dt> 	<a href="java.lang.Float.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Float.html#_top_">Float</a>
  <dd>  Returns the floating point value represented by the specified String.
  <dt> 	<a href="java.lang.Integer.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns a new Integer object initialized to the value of the
 specified String.
  <dt> 	<a href="java.lang.Long.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns a new long object initialized to the value of the
 specified String.
  <dt> 	<a href="java.lang.Short.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Assuming the specified String represents a short, returns a
 new Short object initialized to that value.
  <dt> 	<a href="java.sql.Time.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.sql.<a href="java.sql.Time.html#_top_">Time</a>
  <dd>  Convert a string in JDBC time escape format to a Time value

 
  <dt> 	<a href="java.sql.Timestamp.html#valueOf(java.lang.String)"><b>valueOf</b></a>(String).
Static method in class java.sql.<a href="java.sql.Timestamp.html#_top_">Timestamp</a>
  <dd>  Convert a string in JDBC timestamp escape format to a Timestamp value

 
  <dt> 	<a href="java.lang.Byte.html#valueOf(java.lang.String, int)"><b>valueOf</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Byte.html#_top_">Byte</a>
  <dd>  Assuming the specified String represents a byte, returns a
 new Byte object initialized to that value.
  <dt> 	<a href="java.lang.Integer.html#valueOf(java.lang.String, int)"><b>valueOf</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Integer.html#_top_">Integer</a>
  <dd>  Returns a new Integer object initialized to the value of the
 specified String.
  <dt> 	<a href="java.lang.Long.html#valueOf(java.lang.String, int)"><b>valueOf</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Long.html#_top_">Long</a>
  <dd>  Returns a new long object initialized to the value of the
 specified String.
  <dt> 	<a href="java.lang.Short.html#valueOf(java.lang.String, int)"><b>valueOf</b></a>(String, int).
Static method in class java.lang.<a href="java.lang.Short.html#_top_">Short</a>
  <dd>  Assuming the specified String represents a short, returns a
 new Short object initialized to that value.
  <dt> 	<a href="java.sql.Types.html#VARBINARY"><b>VARBINARY</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.sql.Types.html#VARCHAR"><b>VARCHAR</b></a>.
Static variable in class java.sql.<a href="java.sql.Types.html#_top_">Types</a>
  <dd> 
  <dt> 	<a href="java.util.Vector.html#Vector()"><b>Vector</b></a>().
Constructor for class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Constructs an empty vector.
  <dt> 	<a href="java.util.Vector.html#Vector(int)"><b>Vector</b></a>(int).
Constructor for class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Constructs an empty vector with the specified initial capacity.
  <dt> 	<a href="java.util.Vector.html#Vector(int, int)"><b>Vector</b></a>(int, int).
Constructor for class java.util.<a href="java.util.Vector.html#_top_">Vector</a>
  <dd>  Constructs an empty vector with the specified initial capacity and
 capacity increment.
  <dt> 	<a href="java.rmi.server.LogStream.html#VERBOSE"><b>VERBOSE</b></a>.
Static variable in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd> 
  <dt> 	<a href="java.security.Signature.html#VERIFY"><b>VERIFY</b></a>.
Static variable in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd> 
 Possible <a href = "#state ">state </a> value, signifying that       
 this signature object has been initialized for verification.
  <dt> 	<a href="java.security.Signature.html#verify(byte[])"><b>verify</b></a>(byte[]).
Method in class java.security.<a href="java.security.Signature.html#_top_">Signature</a>
  <dd>  Verifies the passed-in signature.
  <dt> 	<a href="java.lang.VerifyError.html#VerifyError()"><b>VerifyError</b></a>().
Constructor for class java.lang.<a href="java.lang.VerifyError.html#_top_">VerifyError</a>
  <dd>  Constructs an <code>VerifyError</code> with no detail message.
  <dt> 	<a href="java.lang.VerifyError.html#VerifyError(java.lang.String)"><b>VerifyError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.VerifyError.html#_top_">VerifyError</a>
  <dd>  Constructs an <code>VerifyError</code> with the specified detail message.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#versionColumnNotPseudo"><b>versionColumnNotPseudo</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>   VERSION COLUMNS PSEUDO_COLUMN - is NOT a pseudo column.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#versionColumnPseudo"><b>versionColumnPseudo</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>   VERSION COLUMNS PSEUDO_COLUMN - is a pseudo column.
  <dt> 	<a href="java.sql.DatabaseMetaData.html#versionColumnUnknown"><b>versionColumnUnknown</b></a>.
Static variable in interface java.sql.<a href="java.sql.DatabaseMetaData.html#_top_">DatabaseMetaData</a>
  <dd>  VERSION COLUMNS PSEUDO_COLUMN - may or may not be pseudo column.
  <dt> 	<a href="java.awt.Adjustable.html#VERTICAL"><b>VERTICAL</b></a>.
Static variable in interface java.awt.<a href="java.awt.Adjustable.html#_top_">Adjustable</a>
  <dd>  The vertical orientation.
  <dt> 	<a href="java.awt.GridBagConstraints.html#VERTICAL"><b>VERTICAL</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Resize the component vertically but not horizontally.
  <dt> 	<a href="java.awt.Scrollbar.html#VERTICAL"><b>VERTICAL</b></a>.
Static variable in class java.awt.<a href="java.awt.Scrollbar.html#_top_">Scrollbar</a>
  <dd>  A constant that indicates a vertical scroll bar.
  <dt> 	<a href="java.beans.VetoableChangeListener.html#vetoableChange(java.beans.PropertyChangeEvent)"><b>vetoableChange</b></a>(PropertyChangeEvent).
Method in interface java.beans.<a href="java.beans.VetoableChangeListener.html#_top_">VetoableChangeListener</a>
  <dd>  This method gets called when a constrained property is changed.
  <dt> 	<a href="java.beans.VetoableChangeSupport.html#VetoableChangeSupport(java.lang.Object)"><b>VetoableChangeSupport</b></a>(Object).
Constructor for class java.beans.<a href="java.beans.VetoableChangeSupport.html#_top_">VetoableChangeSupport</a>
  <dd>  
  <dt> 	<a href="java.lang.VirtualMachineError.html#VirtualMachineError()"><b>VirtualMachineError</b></a>().
Constructor for class java.lang.<a href="java.lang.VirtualMachineError.html#_top_">VirtualMachineError</a>
  <dd>  Constructs a <code>VirtualMachineError</code> with no detail message.
  <dt> 	<a href="java.lang.VirtualMachineError.html#VirtualMachineError(java.lang.String)"><b>VirtualMachineError</b></a>(String).
Constructor for class java.lang.<a href="java.lang.VirtualMachineError.html#_top_">VirtualMachineError</a>
  <dd>  Constructs a <code>VirtualMachineError</code> with the specified 
 detail message.
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_0"><b>VK_0</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_1"><b>VK_1</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_2"><b>VK_2</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_3"><b>VK_3</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_4"><b>VK_4</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_5"><b>VK_5</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_6"><b>VK_6</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_7"><b>VK_7</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_8"><b>VK_8</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_9"><b>VK_9</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_A"><b>VK_A</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_ACCEPT"><b>VK_ACCEPT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_ADD"><b>VK_ADD</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_ALT"><b>VK_ALT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_B"><b>VK_B</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_BACK_QUOTE"><b>VK_BACK_QUOTE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_BACK_SLASH"><b>VK_BACK_SLASH</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_BACK_SPACE"><b>VK_BACK_SPACE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_C"><b>VK_C</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_CANCEL"><b>VK_CANCEL</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_CAPS_LOCK"><b>VK_CAPS_LOCK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_CLEAR"><b>VK_CLEAR</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_CLOSE_BRACKET"><b>VK_CLOSE_BRACKET</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_COMMA"><b>VK_COMMA</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_CONTROL"><b>VK_CONTROL</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_CONVERT"><b>VK_CONVERT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_D"><b>VK_D</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_DECIMAL"><b>VK_DECIMAL</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_DELETE"><b>VK_DELETE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_DIVIDE"><b>VK_DIVIDE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_DOWN"><b>VK_DOWN</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_E"><b>VK_E</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_END"><b>VK_END</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_ENTER"><b>VK_ENTER</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  Virtual key codes.
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_EQUALS"><b>VK_EQUALS</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_ESCAPE"><b>VK_ESCAPE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F"><b>VK_F</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F1"><b>VK_F1</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F10"><b>VK_F10</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F11"><b>VK_F11</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F12"><b>VK_F12</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F2"><b>VK_F2</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F3"><b>VK_F3</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F4"><b>VK_F4</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F5"><b>VK_F5</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F6"><b>VK_F6</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F7"><b>VK_F7</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F8"><b>VK_F8</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_F9"><b>VK_F9</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_FINAL"><b>VK_FINAL</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> for Asian Keyboard
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_G"><b>VK_G</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_H"><b>VK_H</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_HELP"><b>VK_HELP</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_HOME"><b>VK_HOME</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_I"><b>VK_I</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_INSERT"><b>VK_INSERT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_J"><b>VK_J</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_K"><b>VK_K</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_KANA"><b>VK_KANA</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_KANJI"><b>VK_KANJI</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_L"><b>VK_L</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_LEFT"><b>VK_LEFT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_M"><b>VK_M</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_META"><b>VK_META</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_MODECHANGE"><b>VK_MODECHANGE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_MULTIPLY"><b>VK_MULTIPLY</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_N"><b>VK_N</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NONCONVERT"><b>VK_NONCONVERT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUM_LOCK"><b>VK_NUM_LOCK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD0"><b>VK_NUMPAD0</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD1"><b>VK_NUMPAD1</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD2"><b>VK_NUMPAD2</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD3"><b>VK_NUMPAD3</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD4"><b>VK_NUMPAD4</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD5"><b>VK_NUMPAD5</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD6"><b>VK_NUMPAD6</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD7"><b>VK_NUMPAD7</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD8"><b>VK_NUMPAD8</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_NUMPAD9"><b>VK_NUMPAD9</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_O"><b>VK_O</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_OPEN_BRACKET"><b>VK_OPEN_BRACKET</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_P"><b>VK_P</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_PAGE_DOWN"><b>VK_PAGE_DOWN</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_PAGE_UP"><b>VK_PAGE_UP</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_PAUSE"><b>VK_PAUSE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_PERIOD"><b>VK_PERIOD</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_PRINTSCREEN"><b>VK_PRINTSCREEN</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_Q"><b>VK_Q</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_QUOTE"><b>VK_QUOTE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_R"><b>VK_R</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_RIGHT"><b>VK_RIGHT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_S"><b>VK_S</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SCROLL_LOCK"><b>VK_SCROLL_LOCK</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SEMICOLON"><b>VK_SEMICOLON</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SEPARATER"><b>VK_SEPARATER</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SHIFT"><b>VK_SHIFT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SLASH"><b>VK_SLASH</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SPACE"><b>VK_SPACE</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_SUBTRACT"><b>VK_SUBTRACT</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_T"><b>VK_T</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_TAB"><b>VK_TAB</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_U"><b>VK_U</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_UNDEFINED"><b>VK_UNDEFINED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd>  KEY_TYPED events do not have a defined keyCode.
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_UP"><b>VK_UP</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_V"><b>VK_V</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_W"><b>VK_W</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_X"><b>VK_X</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_Y"><b>VK_Y</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.awt.event.KeyEvent.html#VK_Z"><b>VK_Z</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.KeyEvent.html#_top_">KeyEvent</a>
  <dd> 
  <dt> 	<a href="java.rmi.dgc.VMID.html#VMID()"><b>VMID</b></a>().
Constructor for class java.rmi.dgc.<a href="java.rmi.dgc.VMID.html#_top_">VMID</a>
  <dd>  Create a new VMID.
  <dt> 	<a href="java.lang.reflect.Modifier.html#VOLATILE"><b>VOLATILE</b></a>.
Static variable in class java.lang.reflect.<a href="java.lang.reflect.Modifier.html#_top_">Modifier</a>
  <dd> 
</dl>
<a name="Thumb-W"></a>
<hr>
<h2>
<a name="Thumb-W"><b> W </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Cursor.html#W_RESIZE_CURSOR"><b>W_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The west-resize cursor type.
  <dt> 	<a href="java.awt.Frame.html#W_RESIZE_CURSOR"><b>W_RESIZE_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.lang.Object.html#wait()"><b>wait</b></a>().
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Waits to be notified by another thread of a change in this object.
  <dt> 	<a href="java.lang.Object.html#wait(long)"><b>wait</b></a>(long).
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Waits to be notified by another thread of a change in this object.
  <dt> 	<a href="java.lang.Object.html#wait(long, int)"><b>wait</b></a>(long, int).
Method in class java.lang.<a href="java.lang.Object.html#_top_">Object</a>
  <dd>  Waits to be notified by another thread of a change in this object.
  <dt> 	<a href="java.awt.Cursor.html#WAIT_CURSOR"><b>WAIT_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Cursor.html#_top_">Cursor</a>
  <dd>  The wait cursor type.
  <dt> 	<a href="java.awt.Frame.html#WAIT_CURSOR"><b>WAIT_CURSOR</b></a>.
Static variable in class java.awt.<a href="java.awt.Frame.html#_top_">Frame</a>
  <dd> 

  <dt> 	<a href="java.lang.Process.html#waitFor()"><b>waitFor</b></a>().
Method in class java.lang.<a href="java.lang.Process.html#_top_">Process</a>
  <dd>  Waits for the subprocess to complete.
  <dt> 	<a href="java.awt.MediaTracker.html#waitForAll()"><b>waitForAll</b></a>().
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Starts loading all images tracked by this media tracker.
  <dt> 	<a href="java.awt.MediaTracker.html#waitForAll(long)"><b>waitForAll</b></a>(long).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Starts loading all images tracked by this media tracker.
  <dt> 	<a href="java.awt.MediaTracker.html#waitForID(int)"><b>waitForID</b></a>(int).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Starts loading all images tracked by this media tracker with the 
 specified identifier.
  <dt> 	<a href="java.awt.MediaTracker.html#waitForID(int, long)"><b>waitForID</b></a>(int, long).
Method in class java.awt.<a href="java.awt.MediaTracker.html#_top_">MediaTracker</a>
  <dd>  Starts loading all images tracked by this media tracker with the 
 specified identifier.
  <dt> 	<a href="java.sql.CallableStatement.html#wasNull()"><b>wasNull</b></a>().
Method in interface java.sql.<a href="java.sql.CallableStatement.html#_top_">CallableStatement</a>
  <dd>  An OUT parameter may have the value of SQL NULL; wasNull reports 
 whether the last value read has this special value.
  <dt> 	<a href="java.sql.ResultSet.html#wasNull()"><b>wasNull</b></a>().
Method in interface java.sql.<a href="java.sql.ResultSet.html#_top_">ResultSet</a>
  <dd>  A column may have the value of SQL NULL; wasNull reports whether
 the last column read had this special value.
  <dt> 	<a href="java.util.Calendar.html#WEDNESDAY"><b>WEDNESDAY</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for days of week.
  <dt> 	<a href="java.util.Calendar.html#WEEK_OF_MONTH"><b>WEEK_OF_MONTH</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#WEEK_OF_MONTH_FIELD"><b>WEEK_OF_MONTH_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for WEEK_OF_MONTH field alignment.
  <dt> 	<a href="java.util.Calendar.html#WEEK_OF_YEAR"><b>WEEK_OF_YEAR</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#WEEK_OF_YEAR_FIELD"><b>WEEK_OF_YEAR_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for WEEK_OF_YEAR field alignment.
  <dt> 	<a href="java.awt.GridBagConstraints.html#weightx"><b>weightx</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specifies how to distribute extra horizontal space.
  <dt> 	<a href="java.awt.GridBagConstraints.html#weighty"><b>weighty</b></a>.
Variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Specifies how to distribute extra vertical space.
  <dt> 	<a href="java.awt.BorderLayout.html#WEST"><b>WEST</b></a>.
Static variable in class java.awt.<a href="java.awt.BorderLayout.html#_top_">BorderLayout</a>
  <dd>  The west layout constraint (right side of container).
  <dt> 	<a href="java.awt.GridBagConstraints.html#WEST"><b>WEST</b></a>.
Static variable in class java.awt.<a href="java.awt.GridBagConstraints.html#_top_">GridBagConstraints</a>
  <dd>  Put the component on the left side of its display area,
 centered vertically.
  <dt> 	<a href="java.awt.Event.html#when"><b>when</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The time stamp.
  <dt> 	<a href="java.awt.Color.html#white"><b>white</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color white.
  <dt> 	<a href="java.io.StreamTokenizer.html#whitespaceChars(int, int)"><b>whitespaceChars</b></a>(int, int).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specifies that all characters <i>c</i> in the range 
 <code>low&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high</code> 
 are white space characters.
  <dt> 	<a href="java.awt.Dimension.html#width"><b>width</b></a>.
Variable in class java.awt.<a href="java.awt.Dimension.html#_top_">Dimension</a>
  <dd>  The width dimension.
  <dt> 	<a href="java.awt.image.ImageObserver.html#WIDTH"><b>WIDTH</b></a>.
Static variable in interface java.awt.image.<a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a>
  <dd>  The width of the base image is now available and can be taken
 from the width argument to the imageUpdate callback method.
  <dt> 	<a href="java.awt.Rectangle.html#width"><b>width</b></a>.
Variable in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  The width of the rectangle.
  <dt> 	<a href="java.awt.SystemColor.html#WINDOW"><b>WINDOW</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the window background color.
  <dt> 	<a href="java.awt.SystemColor.html#window"><b>window</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The background color for windows.
  <dt> 	<a href="java.awt.Window.html#Window(java.awt.Frame)"><b>Window</b></a>(Frame).
Constructor for class java.awt.<a href="java.awt.Window.html#_top_">Window</a>
  <dd>  Constructs a new invisible window.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_ACTIVATED"><b>WINDOW_ACTIVATED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window activated event type.
  <dt> 	<a href="java.awt.SystemColor.html#WINDOW_BORDER"><b>WINDOW_BORDER</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the window border color.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_CLOSED"><b>WINDOW_CLOSED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window closed event type.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_CLOSING"><b>WINDOW_CLOSING</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window closing event type.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_DEACTIVATED"><b>WINDOW_DEACTIVATED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window deactivated event type.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_DEICONIFIED"><b>WINDOW_DEICONIFIED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window deiconified event type.
  <dt> 	<a href="java.awt.Event.html#WINDOW_DEICONIFY"><b>WINDOW_DEICONIFY</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The user has asked the window manager to de-iconify the window.
  <dt> 	<a href="java.awt.Event.html#WINDOW_DESTROY"><b>WINDOW_DESTROY</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has asked the window manager to kill the window.
  <dt> 	<a href="java.awt.AWTEvent.html#WINDOW_EVENT_MASK"><b>WINDOW_EVENT_MASK</b></a>.
Static variable in class java.awt.<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
  <dd>  The event mask for selecting window events.
  <dt> 	<a href="java.awt.Event.html#WINDOW_EXPOSE"><b>WINDOW_EXPOSE</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has asked the window manager to expose the window.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_FIRST"><b>WINDOW_FIRST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  Marks the first integer id for the range of window event ids.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_ICONIFIED"><b>WINDOW_ICONIFIED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window iconified event type.
  <dt> 	<a href="java.awt.Event.html#WINDOW_ICONIFY"><b>WINDOW_ICONIFY</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The user has asked the window manager to iconify the window.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_LAST"><b>WINDOW_LAST</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  Marks the last integer id for the range of window event ids.
  <dt> 	<a href="java.awt.Event.html#WINDOW_MOVED"><b>WINDOW_MOVED</b></a>.
Static variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd>  The user has asked the window manager to move the window.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WINDOW_OPENED"><b>WINDOW_OPENED</b></a>.
Static variable in class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  The window opened event type.
  <dt> 	<a href="java.awt.SystemColor.html#WINDOW_TEXT"><b>WINDOW_TEXT</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The array index for the window text color.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowActivated(java.awt.event.WindowEvent)"><b>windowActivated</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowActivated event by invoking the
 windowActivated methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowActivated(java.awt.event.WindowEvent)"><b>windowActivated</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowActivated(java.awt.event.WindowEvent)"><b>windowActivated</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window is activated.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#WindowAdapter()"><b>WindowAdapter</b></a>().
Constructor for class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.SystemColor.html#windowBorder"><b>windowBorder</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The border color for windows.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowClosed(java.awt.event.WindowEvent)"><b>windowClosed</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowClosed event by invoking the
 windowClosed methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowClosed(java.awt.event.WindowEvent)"><b>windowClosed</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowClosed(java.awt.event.WindowEvent)"><b>windowClosed</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window has been closed.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowClosing(java.awt.event.WindowEvent)"><b>windowClosing</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowClosing event by invoking the
 windowClosing methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowClosing(java.awt.event.WindowEvent)"><b>windowClosing</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowClosing(java.awt.event.WindowEvent)"><b>windowClosing</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window is in the process of being closed.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowDeactivated(java.awt.event.WindowEvent)"><b>windowDeactivated</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowDeactivated event by invoking the
 windowDeactivated methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowDeactivated(java.awt.event.WindowEvent)"><b>windowDeactivated</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowDeactivated(java.awt.event.WindowEvent)"><b>windowDeactivated</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window is de-activated.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowDeiconified(java.awt.event.WindowEvent)"><b>windowDeiconified</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowDeiconfied event by invoking the
 windowDeiconified methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowDeiconified(java.awt.event.WindowEvent)"><b>windowDeiconified</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowDeiconified(java.awt.event.WindowEvent)"><b>windowDeiconified</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window is de-iconified.
  <dt> 	<a href="java.awt.event.WindowEvent.html#WindowEvent(java.awt.Window, int)"><b>WindowEvent</b></a>(Window, int).
Constructor for class java.awt.event.<a href="java.awt.event.WindowEvent.html#_top_">WindowEvent</a>
  <dd>  Constructs a WindowEvent object with the specified source window 
 and type.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowIconified(java.awt.event.WindowEvent)"><b>windowIconified</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowIconified event by invoking the
 windowIconified methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowIconified(java.awt.event.WindowEvent)"><b>windowIconified</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowIconified(java.awt.event.WindowEvent)"><b>windowIconified</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window is iconified.
  <dt> 	<a href="java.awt.AWTEventMulticaster.html#windowOpened(java.awt.event.WindowEvent)"><b>windowOpened</b></a>(WindowEvent).
Method in class java.awt.<a href="java.awt.AWTEventMulticaster.html#_top_">AWTEventMulticaster</a>
  <dd>  Handles the windowOpened event by invoking the
 windowOpened methods on listener-a and listener-b.
  <dt> 	<a href="java.awt.event.WindowAdapter.html#windowOpened(java.awt.event.WindowEvent)"><b>windowOpened</b></a>(WindowEvent).
Method in class java.awt.event.<a href="java.awt.event.WindowAdapter.html#_top_">WindowAdapter</a>
  <dd> 
  <dt> 	<a href="java.awt.event.WindowListener.html#windowOpened(java.awt.event.WindowEvent)"><b>windowOpened</b></a>(WindowEvent).
Method in interface java.awt.event.<a href="java.awt.event.WindowListener.html#_top_">WindowListener</a>
  <dd>  Invoked when a window has been opened.
  <dt> 	<a href="java.awt.SystemColor.html#windowText"><b>windowText</b></a>.
Static variable in class java.awt.<a href="java.awt.SystemColor.html#_top_">SystemColor</a>
  <dd>  The text color for windows.
  <dt> 	<a href="java.io.StreamTokenizer.html#wordChars(int, int)"><b>wordChars</b></a>(int, int).
Method in class java.io.<a href="java.io.StreamTokenizer.html#_top_">StreamTokenizer</a>
  <dd> 
 Specifies that all characters <i>c</i> in the range 
 <code>low&nbsp;&lt;=&nbsp;<i>c</i>&nbsp;&lt;=&nbsp;high</code> 
 are word constituents.
  <dt> 	<a href="java.io.DataOutput.html#write(byte[])"><b>write</b></a>(byte[]).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes <code>b.length</code> bytes from the specified byte array 
 to this output stream.
  <dt> 	<a href="java.io.FileOutputStream.html#write(byte[])"><b>write</b></a>(byte[]).
Method in class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Writes <code>b.length</code> bytes from the specified byte array 
 to this file output stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#write(byte[])"><b>write</b></a>(byte[]).
Method in class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  Writes <code>b.length</code> bytes to this output stream.
  <dt> 	<a href="java.io.ObjectOutput.html#write(byte[])"><b>write</b></a>(byte[]).
Method in interface java.io.<a href="java.io.ObjectOutput.html#_top_">ObjectOutput</a>
  <dd>  Writes an array of bytes.
  <dt> 	<a href="java.io.ObjectOutputStream.html#write(byte[])"><b>write</b></a>(byte[]).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes an array of bytes.
  <dt> 	<a href="java.io.OutputStream.html#write(byte[])"><b>write</b></a>(byte[]).
Method in class java.io.<a href="java.io.OutputStream.html#_top_">OutputStream</a>
  <dd>  Writes <code>b.length</code> bytes from the specified byte array 
 to this output stream.
  <dt> 	<a href="java.io.RandomAccessFile.html#write(byte[])"><b>write</b></a>(byte[]).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes <code>b.length</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this file.
  <dt> 	<a href="java.io.BufferedOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this buffered output stream.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this byte array output stream.
  <dt> 	<a href="java.util.zip.CheckedOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.CheckedOutputStream.html#_top_">CheckedOutputStream</a>
  <dd>  Writes an array of bytes.
  <dt> 	<a href="java.io.DataOutput.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to the underlying output stream.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Writes an array of bytes to the compressed output stream.
  <dt> 	<a href="java.security.DigestOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Updates the message digest (if the digest function is on) using
 the specified subarray, and in any case writes the subarray to
 the output stream.
  <dt> 	<a href="java.io.FileOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this file output stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified 
 <code>byte</code> array starting at offset <code>off</code> to 
 this output stream.
  <dt> 	<a href="java.util.zip.GZIPOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.GZIPOutputStream.html#_top_">GZIPOutputStream</a>
  <dd>  Writes array of bytes to the compressed output stream.
  <dt> 	<a href="java.rmi.server.LogStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Write a subarray of bytes.
  <dt> 	<a href="java.io.ObjectOutput.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in interface java.io.<a href="java.io.ObjectOutput.html#_top_">ObjectOutput</a>
  <dd>  Writes a sub array of bytes.
  <dt> 	<a href="java.io.ObjectOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a sub array of bytes.
  <dt> 	<a href="java.io.OutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.OutputStream.html#_top_">OutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this output stream.
  <dt> 	<a href="java.io.PipedOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this piped output stream.
  <dt> 	<a href="java.io.PrintStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Write a portion of a byte array, blocking if necessary.
  <dt> 	<a href="java.io.RandomAccessFile.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes <code>len</code> bytes from the specified byte array 
 starting at offset <code>off</code> to this file.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#write(byte[], int, int)"><b>write</b></a>(byte[], int, int).
Method in class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Writes an array of bytes to the current ZIP entry data.
  <dt> 	<a href="java.io.PrintWriter.html#write(char[])"><b>write</b></a>(char[]).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Write an array of characters.
  <dt> 	<a href="java.io.Writer.html#write(char[])"><b>write</b></a>(char[]).
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Write an array of characters.
  <dt> 	<a href="java.io.BufferedWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Write a portion of an array of characters.
  <dt> 	<a href="java.io.CharArrayWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Writes characters to the buffer.
  <dt> 	<a href="java.io.FilterWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  Write a portion of an array of characters.
  <dt> 	<a href="java.io.OutputStreamWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Write a portion of an array of characters.
  <dt> 	<a href="java.io.PipedWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.PipedWriter.html#_top_">PipedWriter</a>
  <dd>  Write a portion of an array of characters.
  <dt> 	<a href="java.io.PrintWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Write a portion of an array of characters.
  <dt> 	<a href="java.io.StringWriter.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Write a portion of an array of characters.
  <dt> 	<a href="java.io.Writer.html#write(char[], int, int)"><b>write</b></a>(char[], int, int).
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Write a portion of an array of characters.
  <dt> 	<a href="java.rmi.server.UID.html#write(java.io.DataOutput)"><b>write</b></a>(DataOutput).
Method in class java.rmi.server.<a href="java.rmi.server.UID.html#_top_">UID</a>
  <dd>  Write uid to output stream.
  <dt> 	<a href="java.io.BufferedOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.BufferedOutputStream.html#_top_">BufferedOutputStream</a>
  <dd>  Writes the specified byte to this buffered output stream.
  <dt> 	<a href="java.io.BufferedWriter.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Write a single character.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Writes the specified byte to this byte array output stream.
  <dt> 	<a href="java.io.CharArrayWriter.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Writes a character to the buffer.
  <dt> 	<a href="java.util.zip.CheckedOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.CheckedOutputStream.html#_top_">CheckedOutputStream</a>
  <dd>  Writes a byte.
  <dt> 	<a href="java.io.DataOutput.html#write(int)"><b>write</b></a>(int).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes the specified byte to this data output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes the specified byte to the underlying output stream.
  <dt> 	<a href="java.util.zip.DeflaterOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.util.zip.<a href="java.util.zip.DeflaterOutputStream.html#_top_">DeflaterOutputStream</a>
  <dd>  Writes a byte to the compressed output stream.
  <dt> 	<a href="java.security.DigestOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.security.<a href="java.security.DigestOutputStream.html#_top_">DigestOutputStream</a>
  <dd>  Updates the message digest (if the digest function is on) using
 the specified byte, and in any case writes the byte
 to the output stream.
  <dt> 	<a href="java.io.FileOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.FileOutputStream.html#_top_">FileOutputStream</a>
  <dd>  Writes the specified byte to this file output stream.
  <dt> 	<a href="java.io.FilterOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.FilterOutputStream.html#_top_">FilterOutputStream</a>
  <dd>  Writes the specified <code>byte</code> to this output stream.
  <dt> 	<a href="java.io.FilterWriter.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  Write a single character.
  <dt> 	<a href="java.rmi.server.LogStream.html#write(int)"><b>write</b></a>(int).
Method in class java.rmi.server.<a href="java.rmi.server.LogStream.html#_top_">LogStream</a>
  <dd>  Write a byte of data to the stream.
  <dt> 	<a href="java.io.ObjectOutput.html#write(int)"><b>write</b></a>(int).
Method in interface java.io.<a href="java.io.ObjectOutput.html#_top_">ObjectOutput</a>
  <dd>  Writes a byte.
  <dt> 	<a href="java.io.ObjectOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a byte.
  <dt> 	<a href="java.io.OutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.OutputStream.html#_top_">OutputStream</a>
  <dd>  Writes the specified byte to this output stream.
  <dt> 	<a href="java.io.OutputStreamWriter.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Write a single character.
  <dt> 	<a href="java.io.PipedOutputStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.PipedOutputStream.html#_top_">PipedOutputStream</a>
  <dd>  Writes the specified <code>byte</code> to the piped output stream.
  <dt> 	<a href="java.io.PrintStream.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.PrintStream.html#_top_">PrintStream</a>
  <dd>  Write a byte, blocking if necessary.
  <dt> 	<a href="java.io.PrintWriter.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Write a single character.
  <dt> 	<a href="java.io.RandomAccessFile.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes the specified byte to this file.
  <dt> 	<a href="java.io.StringWriter.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Write a single character.
  <dt> 	<a href="java.io.Writer.html#write(int)"><b>write</b></a>(int).
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Write a single character.
  <dt> 	<a href="java.rmi.server.ObjID.html#write(java.io.ObjectOutput)"><b>write</b></a>(ObjectOutput).
Method in class java.rmi.server.<a href="java.rmi.server.ObjID.html#_top_">ObjID</a>
  <dd>  Marshal object id to output stream.
  <dt> 	<a href="java.io.PrintWriter.html#write(java.lang.String)"><b>write</b></a>(String).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd>  Write a string.
  <dt> 	<a href="java.io.StringWriter.html#write(java.lang.String)"><b>write</b></a>(String).
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Write a string.
  <dt> 	<a href="java.io.Writer.html#write(java.lang.String)"><b>write</b></a>(String).
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Write a string.
  <dt> 	<a href="java.io.BufferedWriter.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.BufferedWriter.html#_top_">BufferedWriter</a>
  <dd>  Write a portion of a String.
  <dt> 	<a href="java.io.CharArrayWriter.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Write a portion of a string to the buffer.
  <dt> 	<a href="java.io.FilterWriter.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.FilterWriter.html#_top_">FilterWriter</a>
  <dd>  Write a portion of a string.
  <dt> 	<a href="java.io.OutputStreamWriter.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.OutputStreamWriter.html#_top_">OutputStreamWriter</a>
  <dd>  Write a portion of a string.
  <dt> 	<a href="java.io.PrintWriter.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.PrintWriter.html#_top_">PrintWriter</a>
  <dd> Write a portion of a string.
  <dt> 	<a href="java.io.StringWriter.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.StringWriter.html#_top_">StringWriter</a>
  <dd>  Write a portion of a string.
  <dt> 	<a href="java.io.Writer.html#write(java.lang.String, int, int)"><b>write</b></a>(String, int, int).
Method in class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Write a portion of a string.
  <dt> 	<a href="java.io.WriteAbortedException.html#WriteAbortedException(java.lang.String, java.lang.Exception)"><b>WriteAbortedException</b></a>(String, Exception).
Constructor for class java.io.<a href="java.io.WriteAbortedException.html#_top_">WriteAbortedException</a>
  <dd>  A WriteAbortedException is thrown during a read when one of the
 ObjectStreamExceptions was thrown during writing.
  <dt> 	<a href="java.io.DataOutput.html#writeBoolean(boolean)"><b>writeBoolean</b></a>(boolean).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a <code>boolean</code> value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeBoolean(boolean)"><b>writeBoolean</b></a>(boolean).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes a <code>boolean</code> to the underlying output stream as 
 a 1-byte value.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeBoolean(boolean)"><b>writeBoolean</b></a>(boolean).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a boolean.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeBoolean(boolean)"><b>writeBoolean</b></a>(boolean).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a <code>boolean</code> to the file as a 1-byte value.
  <dt> 	<a href="java.io.DataOutput.html#writeByte(int)"><b>writeByte</b></a>(int).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes an 8-bit value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeByte(int)"><b>writeByte</b></a>(int).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes out a <code>byte</code> to the underlying output stream as 
 a 1-byte value.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeByte(int)"><b>writeByte</b></a>(int).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes an 8 bit byte.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeByte(int)"><b>writeByte</b></a>(int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a <code>byte</code> to the file as a 1-byte value.
  <dt> 	<a href="java.io.DataOutput.html#writeBytes(java.lang.String)"><b>writeBytes</b></a>(String).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a string to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeBytes(java.lang.String)"><b>writeBytes</b></a>(String).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes out the string to the underlying output stream as a 
 sequence of bytes.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeBytes(java.lang.String)"><b>writeBytes</b></a>(String).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a String as a sequence of bytes.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeBytes(java.lang.String)"><b>writeBytes</b></a>(String).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes the string to the file as a sequence of bytes.
  <dt> 	<a href="java.io.DataOutput.html#writeChar(int)"><b>writeChar</b></a>(int).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a <code>char</code> value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeChar(int)"><b>writeChar</b></a>(int).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes a <code>char</code> to the underlying output stream as a 
 2-byte value, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeChar(int)"><b>writeChar</b></a>(int).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a 16 bit char.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeChar(int)"><b>writeChar</b></a>(int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a <code>char</code> to the file as a 2-byte value, high
 byte first.
  <dt> 	<a href="java.io.DataOutput.html#writeChars(java.lang.String)"><b>writeChars</b></a>(String).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a string to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeChars(java.lang.String)"><b>writeChars</b></a>(String).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes a string to the underlying output stream as a sequence of 
 characters.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeChars(java.lang.String)"><b>writeChars</b></a>(String).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a String as a sequence of chars.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeChars(java.lang.String)"><b>writeChars</b></a>(String).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a string to the file as a sequence of characters.
  <dt> 	<a href="java.io.DataOutput.html#writeDouble(double)"><b>writeDouble</b></a>(double).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a <code>double</code> value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeDouble(double)"><b>writeDouble</b></a>(double).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Converts the double argument to a <code>long</code> using the 
 <code>doubleToLongBits</code> method in class <code>Double</code>, 
 and then writes that <code>long</code> value to the underlying 
 output stream as an 8-byte quantity, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeDouble(double)"><b>writeDouble</b></a>(double).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a 64 bit double.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeDouble(double)"><b>writeDouble</b></a>(double).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Converts the double argument to a <code>long</code> using the 
 <code>doubleToLongBits</code> method in class <code>Double</code>, 
 and then writes that <code>long</code> value to the file as an 
 8-byte quantity, high byte first.
  <dt> 	<a href="java.io.Externalizable.html#writeExternal(java.io.ObjectOutput)"><b>writeExternal</b></a>(ObjectOutput).
Method in interface java.io.<a href="java.io.Externalizable.html#_top_">Externalizable</a>
  <dd>  The object implements the writeExternal method to save its contents
 by calling the methods of DataOutput for its primitive values or
 calling the writeObject method of ObjectOutput for objects, strings
 and arrays.
  <dt> 	<a href="java.io.DataOutput.html#writeFloat(float)"><b>writeFloat</b></a>(float).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a <code>float</code> value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeFloat(float)"><b>writeFloat</b></a>(float).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Converts the float argument to an <code>int</code> using the 
 <code>floatToIntBits</code> method in class <code>Float</code>, 
 and then writes that <code>int</code> value to the underlying 
 output stream as a 4-byte quantity, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeFloat(float)"><b>writeFloat</b></a>(float).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a 32 bit float.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeFloat(float)"><b>writeFloat</b></a>(float).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Converts the float argument to an <code>int</code> using the 
 <code>floatToIntBits</code> method in class <code>Float</code>, 
 and then writes that <code>int</code> value to the file as a 
 4-byte quantity, high byte first.
  <dt> 	<a href="java.io.DataOutput.html#writeInt(int)"><b>writeInt</b></a>(int).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes an <code>int</code> value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeInt(int)"><b>writeInt</b></a>(int).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes an <code>int</code> to the underlying output stream as four
 bytes, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeInt(int)"><b>writeInt</b></a>(int).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a 32 bit int.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeInt(int)"><b>writeInt</b></a>(int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes an <code>int</code> to the file as four bytes, high byte first.
  <dt> 	<a href="java.io.DataOutput.html#writeLong(long)"><b>writeLong</b></a>(long).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a <code>long</code> value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeLong(long)"><b>writeLong</b></a>(long).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes a <code>long</code> to the underlying output stream as eight
 bytes, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeLong(long)"><b>writeLong</b></a>(long).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a 64 bit long.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeLong(long)"><b>writeLong</b></a>(long).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a <code>long</code> to the file as eight bytes, high byte first.
  <dt> 	<a href="java.io.ObjectOutput.html#writeObject(java.lang.Object)"><b>writeObject</b></a>(Object).
Method in interface java.io.<a href="java.io.ObjectOutput.html#_top_">ObjectOutput</a>
  <dd>  Write an object to the underlying storage or stream.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeObject(java.lang.Object)"><b>writeObject</b></a>(Object).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Write the specified object to the ObjectOutputStream.
  <dt> 	<a href="java.io.Writer.html#Writer()"><b>Writer</b></a>().
Constructor for class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Create a new character-stream writer whose critical sections will
 synchronize on the writer itself.
  <dt> 	<a href="java.io.Writer.html#Writer(java.lang.Object)"><b>Writer</b></a>(Object).
Constructor for class java.io.<a href="java.io.Writer.html#_top_">Writer</a>
  <dd>  Create a new character-stream writer whose critical sections will
 synchronize on the given object.
  <dt> 	<a href="java.io.DataOutput.html#writeShort(int)"><b>writeShort</b></a>(int).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a 16-bit value to this output stream.
  <dt> 	<a href="java.io.DataOutputStream.html#writeShort(int)"><b>writeShort</b></a>(int).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes a <code>short</code> to the underlying output stream as two
 bytes, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeShort(int)"><b>writeShort</b></a>(int).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a 16 bit short.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeShort(int)"><b>writeShort</b></a>(int).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a <code>short</code> to the file as two bytes, high byte first.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeStreamHeader()"><b>writeStreamHeader</b></a>().
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  The writeStreamHeader method is provided so subclasses can
 append or prepend their own header to the stream.
  <dt> 	<a href="java.io.ByteArrayOutputStream.html#writeTo(java.io.OutputStream)"><b>writeTo</b></a>(OutputStream).
Method in class java.io.<a href="java.io.ByteArrayOutputStream.html#_top_">ByteArrayOutputStream</a>
  <dd>  Writes the complete contents of this byte array output stream to 
 the specified output stream argument, as if by calling the output 
 stream's write method using <code>out.write(buf, 0, count)</code>.
  <dt> 	<a href="java.io.CharArrayWriter.html#writeTo(java.io.Writer)"><b>writeTo</b></a>(Writer).
Method in class java.io.<a href="java.io.CharArrayWriter.html#_top_">CharArrayWriter</a>
  <dd>  Writes the contents of the buffer to another character stream.
  <dt> 	<a href="java.io.DataOutput.html#writeUTF(java.lang.String)"><b>writeUTF</b></a>(String).
Method in interface java.io.<a href="java.io.DataOutput.html#_top_">DataOutput</a>
  <dd>  Writes a Unicode string by encoding it using modified UTF-8 format.
  <dt> 	<a href="java.io.DataOutputStream.html#writeUTF(java.lang.String)"><b>writeUTF</b></a>(String).
Method in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  Writes a string to the underlying output stream using UTF-8 
 encoding in a machine-independent manner.
  <dt> 	<a href="java.io.ObjectOutputStream.html#writeUTF(java.lang.String)"><b>writeUTF</b></a>(String).
Method in class java.io.<a href="java.io.ObjectOutputStream.html#_top_">ObjectOutputStream</a>
  <dd>  Writes a String in UTF format.
  <dt> 	<a href="java.io.RandomAccessFile.html#writeUTF(java.lang.String)"><b>writeUTF</b></a>(String).
Method in class java.io.<a href="java.io.RandomAccessFile.html#_top_">RandomAccessFile</a>
  <dd>  Writes a string to the file using UTF-8 encoding in a 
 machine-independent manner.
  <dt> 	<a href="java.io.DataOutputStream.html#written"><b>written</b></a>.
Variable in class java.io.<a href="java.io.DataOutputStream.html#_top_">DataOutputStream</a>
  <dd>  The number of bytes written to the data output stream.
</dl>
<a name="Thumb-X"></a>
<hr>
<h2>
<a name="Thumb-X"><b> X </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Event.html#x"><b>x</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The <i>x</i> coordinate of the event.
  <dt> 	<a href="java.awt.Point.html#x"><b>x</b></a>.
Variable in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  The <i>x</i> coordinate.
  <dt> 	<a href="java.awt.Rectangle.html#x"><b>x</b></a>.
Variable in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  The <i>x</i> coordinate of the rectangle.
  <dt> 	<a href="java.math.BigInteger.html#xor(java.math.BigInteger)"><b>xor</b></a>(BigInteger).
Method in class java.math.<a href="java.math.BigInteger.html#_top_">BigInteger</a>
  <dd>  Returns a BigInteger whose value is (this ^ val).
  <dt> 	<a href="java.util.BitSet.html#xor(java.util.BitSet)"><b>xor</b></a>(BitSet).
Method in class java.util.<a href="java.util.BitSet.html#_top_">BitSet</a>
  <dd>  Logically XORs this bit set with the specified set of bits.
  <dt> 	<a href="java.awt.Polygon.html#xpoints"><b>xpoints</b></a>.
Variable in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  The array of <i>x</i> coordinates.
</dl>
<a name="Thumb-Y"></a>
<hr>
<h2>
<a name="Thumb-Y"><b> Y </b></a>
</h2>
<dl>
  <dt> 	<a href="java.awt.Event.html#y"><b>y</b></a>.
Variable in class java.awt.<a href="java.awt.Event.html#_top_">Event</a>
  <dd> 
 The <i>y</i> coordinate of the event.
  <dt> 	<a href="java.awt.Point.html#y"><b>y</b></a>.
Variable in class java.awt.<a href="java.awt.Point.html#_top_">Point</a>
  <dd>  The <i>y</i> coordinate.
  <dt> 	<a href="java.awt.Rectangle.html#y"><b>y</b></a>.
Variable in class java.awt.<a href="java.awt.Rectangle.html#_top_">Rectangle</a>
  <dd>  The <i>y</i> coordinate of the rectangle.
  <dt> 	<a href="java.util.Calendar.html#YEAR"><b>YEAR</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
  <dt> 	<a href="java.text.DateFormat.html#YEAR_FIELD"><b>YEAR_FIELD</b></a>.
Static variable in class java.text.<a href="java.text.DateFormat.html#_top_">DateFormat</a>
  <dd>  Useful constant for YEAR field alignment.
  <dt> 	<a href="java.awt.Color.html#yellow"><b>yellow</b></a>.
Static variable in class java.awt.<a href="java.awt.Color.html#_top_">Color</a>
  <dd>  The color yellow.
  <dt> 	<a href="java.lang.Thread.html#yield()"><b>yield</b></a>().
Static method in class java.lang.<a href="java.lang.Thread.html#_top_">Thread</a>
  <dd>  Causes the currently executing thread object to temporarily pause
 and allow other threads to execute.
  <dt> 	<a href="java.awt.Polygon.html#ypoints"><b>ypoints</b></a>.
Variable in class java.awt.<a href="java.awt.Polygon.html#_top_">Polygon</a>
  <dd>  The array of <i>y</i> coordinates.
</dl>
<a name="Thumb-Z"></a>
<hr>
<h2>
<a name="Thumb-Z"><b> Z </b></a>
</h2>
<dl>
  <dt> 	<a href="java.util.zip.ZipEntry.html#ZipEntry(java.lang.String)"><b>ZipEntry</b></a>(String).
Constructor for class java.util.zip.<a href="java.util.zip.ZipEntry.html#_top_">ZipEntry</a>
  <dd>  Creates a new ZIP file entry with the specified name.
  <dt> 	<a href="java.util.zip.ZipException.html#ZipException()"><b>ZipException</b></a>().
Constructor for class java.util.zip.<a href="java.util.zip.ZipException.html#_top_">ZipException</a>
  <dd> 
  <dt> 	<a href="java.util.zip.ZipException.html#ZipException(java.lang.String)"><b>ZipException</b></a>(String).
Constructor for class java.util.zip.<a href="java.util.zip.ZipException.html#_top_">ZipException</a>
  <dd> 
  <dt> 	<a href="java.util.zip.ZipFile.html#ZipFile(java.io.File)"><b>ZipFile</b></a>(File).
Constructor for class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Opens a ZIP file for reading given the specified File object.
  <dt> 	<a href="java.util.zip.ZipFile.html#ZipFile(java.lang.String)"><b>ZipFile</b></a>(String).
Constructor for class java.util.zip.<a href="java.util.zip.ZipFile.html#_top_">ZipFile</a>
  <dd>  Opens a ZIP file for reading given the specified file name.
  <dt> 	<a href="java.util.zip.ZipInputStream.html#ZipInputStream(java.io.InputStream)"><b>ZipInputStream</b></a>(InputStream).
Constructor for class java.util.zip.<a href="java.util.zip.ZipInputStream.html#_top_">ZipInputStream</a>
  <dd>  Creates a new ZIP input stream.
  <dt> 	<a href="java.util.zip.ZipOutputStream.html#ZipOutputStream(java.io.OutputStream)"><b>ZipOutputStream</b></a>(OutputStream).
Constructor for class java.util.zip.<a href="java.util.zip.ZipOutputStream.html#_top_">ZipOutputStream</a>
  <dd>  Creates a new ZIP output stream.
  <dt> 	<a href="java.util.Calendar.html#ZONE_OFFSET"><b>ZONE_OFFSET</b></a>.
Static variable in class java.util.<a href="java.util.Calendar.html#_top_">Calendar</a>
  <dd>  Useful constant for date and time.
</dl>
</body>
</html>
