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

A

AA_COMPROMISE - Static variable in class sun.security.x509.CRLReasonCodeExtension
 
abort() - Method in class sun.awt.image.ImageDecoder
 
aborted - Variable in class sun.awt.image.ImageDecoder
 
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(int) - Static method in class java.lang.StrictMath
Returns the absolute value of an int value..
abs(long) - Static method in class java.lang.StrictMath
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
abs() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
The int value representing the abstract modifier.
AbstractCollection - Class in java.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractList - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractMap - Class in java.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractSequentialList - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet - Class in java.util
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
ACC_ABSTRACT - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_FINAL - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_INTERFACE - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_NATIVE - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_PRIVATE - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_PROTECTED - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_PUBLIC - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_STATIC - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_STRICT - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_SUPER - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_SYNCHRONIZED - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_TRANSIENT - Static variable in interface sun.tools.java.RuntimeConstants
 
ACC_VOLATILE - Static variable in interface sun.tools.java.RuntimeConstants
 
accept(Component) - Method in class java.awt.DefaultFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(SocketImpl) - Method in class java.net.SocketImpl
Accepts a connection.
acceptAndOpen() - Method in class com.sun.cdc.io.j2me.serversocket.Protocol
Returns a GenericConnection that represents a server side socket connection
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
AccessControlContext - Class in java.security
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Create an AccessControlContext with the given set of ProtectionDomains.
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
AccessControlException - Exception in java.security
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
AccessControlException(String) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - Class in java.security
The AccessController class is used for access control operations and decisions.
AccessibleObject - Class in java.lang.reflect
The AccessibleObject class is the base class for Field, Method and Constructor objects.
AccessibleObject() - Constructor for class java.lang.reflect.AccessibleObject
Constructor: only used by the Java Virtual Machine.
Acl - Interface in java.security.acl
Interface representing an Access Control List (ACL).
AclEntry - Interface in java.security.acl
This is the interface used for representing one entry in an Access Control List (ACL).
AclNotFoundException - Exception in java.security.acl
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
AclNotFoundException() - Constructor for exception java.security.acl.AclNotFoundException
Constructs an AclNotFoundException.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of an angle, in the range of 0.0 through pi.
acquireInputFocus() - Method in interface sun.porting.windowsystem.Window
Assign the keyboard input focus to this window.
action(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
ACTION - Static variable in interface sun.porting.windowsystem.EventHandler
The ACTION event is sent whenever an action button is activated.
action - Variable in class sun.security.provider.PolicyParser.PermissionEntry
 
ACTION_EVENT - Static variable in class java.awt.Event
This event indicates that the user wants some action to occur.
ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_PRESSED - Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a press of special "non-keyboard" keys, like a "GO" key on a remote control.
ACTION_RELEASED - Static variable in interface sun.porting.toolkit.ToolkitEventHandler
Event ID for a release of special "non-keyboard" keys, like a "GO" key on a remote control.
activate(Applet) - Method in interface java.beans.AppletInitializer
Activate, and/or mark Applet active.
activate(Window) - Method in class sun.awt.qt.QtToolkit
Show the specified window in a multi-vm environment
activeCount() - Static method in class java.lang.Thread
Returns the number of active threads in the current thread's thread group.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
activeGroupCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
add(String) - Method in class java.awt.Choice
Adds an item to this Choice menu.
add(PopupMenu) - Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Component) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(String, Component) - Method in class java.awt.Container
Adds the specified component to this container.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(String) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String, int) - Method in class java.awt.List
Adds the specified item to the the scrolling list at the position indicated by the index.
add(MenuItem) - Method in class java.awt.Menu
Adds the specified menu item to this menu.
add(String) - Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(Menu) - Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(int, int) - Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this Rectangle.
add(Point) - Method in class java.awt.Rectangle
Adds the specified Point to this Rectangle.
add(Rectangle) - Method in class java.awt.Rectangle
Adds a Rectangle to this Rectangle.
add(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + val), and whose scale is max(this.scale(), val.scale()).
add(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
add(Permission) - Method in class java.security.PermissionCollection
Adds a permission object to the current collection of permission objects.
add(Permission) - Method in class java.security.Permissions
Adds a permission object to the PermissionCollection for the class the permission belongs to.
add(Object) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(int, Object) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list.
add(Object) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(int, int) - Method in class java.util.Calendar
Date Arithmetic function.
add(Object) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified (signed) amount of time to the given time field, based on the calendar's rules.
add(Object) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(int, Object) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(Object) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(int, Object) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Object) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, Object) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(AppletListener, AppletListener) - Static method in class sun.applet.AppletEventMulticaster
Adds Applet-listener-a with Applet-listener-b and returns the resulting multicast listener.
add(GMenuItemPeer) - Method in interface sun.awt.gtk.GMenuContainer
 
add(String, int) - Method in interface sun.awt.peer.ChoicePeer
 
add(String, int) - Method in interface sun.awt.peer.ListPeer
 
add(PPCMenuItemPeer) - Method in interface sun.awt.pocketpc.PPCMenuContainer
 
add(QtMenuItemPeer) - Method in interface sun.awt.qt.QtMenuContainer
 
add(ClassFileTransformer) - Static method in class sun.misc.ClassFileTransformer
Add the class file transformer object.
add(String, String) - Method in class sun.misc.JarIndex
Add the mapping from the specified file to the specified jar file.
add(String, Object) - Method in class sun.misc.RegexpPool
Add a regular expression to the pool of regular expressions.
add(Thread) - Static method in class sun.misc.ThreadRegistry
 
add(String, String) - Method in class sun.net.www.MessageHeader
Adds a key value pair to the end of the header.
add(MimeEntry) - Method in class sun.net.www.MimeTable
 
add(Rectangle) - Method in class sun.porting.utils.Rectangle
 
add(int, int, int, int) - Method in class sun.porting.utils.Rectangle
 
add(PolicyParser.GrantEntry) - Method in class sun.security.provider.PolicyParser
 
add(PolicyParser.PermissionEntry) - Method in class sun.security.provider.PolicyParser.GrantEntry
 
add(GeneralName) - Method in class sun.security.x509.GeneralNames
 
add(GeneralSubtree) - Method in class sun.security.x509.GeneralSubtrees
 
add(int, int) - Method in class sun.util.BuddhistCalendar
Adds the specified (signed) amount of time to the given time field.
addActionListener(ActionListener) - Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener) - Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener) - Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener) - Method in class java.awt.TextField
Adds the specified action listener to recieve action events from this text field.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addAll(Collection) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in in the specified collection into this list at the specified position.
addAll(Collection) - Method in class java.util.ArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class java.util.ArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(Collection) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class java.util.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAppletListener(AppletListener) - Method in class sun.applet.AppletPanel
 
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
Adds an attribute to the entire string.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
Adds an attribute to a subrange of the string.
addAttribute(String, String, Class) - Static method in class sun.security.x509.OIDMap
Add a name to lookup table.
addAttributes(Map, int, int) - Method in class java.text.AttributedString
Adds a set of attributes to a subrange of the string.
addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask.
addCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Adds a certificate for this identity.
addComponentListener(ComponentListener) - Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addConsumer(ImageConsumer) - Method in class sun.awt.image.InputStreamImageSource
 
addContainerListener(ContainerListener) - Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
Adds an ACL entry to this ACL.
addExtensionInstallationProvider(ExtensionInstallationProvider) - Static method in class sun.misc.ExtensionDependency
Register an ExtensionInstallationProvider.
addFinalizeable(AWTFinalizeable) - Static method in class sun.awt.AWTFinalizer
 
addFirst(Object) - Method in class java.util.LinkedList
Inserts the given element at the beginning of this list.
addFocusListener(FocusListener) - Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component.
addHelpMenu(Menu) - Method in interface sun.awt.peer.MenuBarPeer
 
addIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated. Adds an identity to this identity scope.
addIdentity(Identity) - Method in class sun.security.provider.IdentityDatabase
Adds an identity to the database.
addImpl(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int) - Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addItem(String) - Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String) - Method in class java.awt.List
Deprecated. replaced by add(String).
addItem(String, int) - Method in class java.awt.List
Deprecated. replaced by add(String, int).
addItem(MenuItem) - Method in interface sun.awt.peer.MenuPeer
 
addItemListener(ItemListener) - Method in class java.awt.Checkbox
Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener) - Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
addItemListener(ItemListener) - Method in class java.awt.List
Adds the specified item listener to receive item events from this list.
addKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
 
addKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
 
addKeyListener(KeyListener) - Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLast(Object) - Method in class java.util.LinkedList
Appends the given element to the end of this list.
addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addMember(Principal) - Method in interface java.security.acl.Group
Adds the specified member to the group.
addMenu(Menu) - Method in interface sun.awt.peer.MenuBarPeer
 
addMenuItem(Menu, String) - Method in class sun.applet.AppletViewer
 
addMouseListener(MouseListener) - Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addNotify() - Method in class java.awt.Button
Creates the peer of the button.
addNotify() - Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify() - Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify() - Method in class java.awt.Choice
Creates the Choice's peer.
addNotify() - Method in class java.awt.Component
Notifies this component that it has been added to a container and if a peer is required, it should be created.
addNotify() - Method in class java.awt.Container
Notifies the container to create a peer.
addNotify() - Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify() - Method in class java.awt.Frame
 
addNotify() - Method in class java.awt.Label
Creates the peer for this label.
addNotify() - Method in class java.awt.List
Creates the peer for the list.
addNotify() - Method in class java.awt.Menu
Creates the menu's peer.
addNotify() - Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify() - Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify() - Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify() - Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify() - Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify() - Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify() - Method in class java.awt.TextComponent
Makes this Component displayable by connecting it to a native screen resource.
addNotify() - Method in class java.awt.TextField
Creates the TextField's peer.
addNotify() - Method in class sun.awt.EmbeddedFrame
 
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Adds an owner.
addPermission(Permission) - Method in interface java.security.acl.AclEntry
Adds the specified permission to this ACL entry.
addPoint(int, int) - Method in class java.awt.Polygon
Appends a point to this polygon.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
 
addProvider(Provider) - Static method in class java.security.Security
Adds a provider to the next position available.
addPTimerWentOffListener(PTimerWentOffListener) - Method in class com.sun.util.PTimerSpec
Adds a listener to this timer specification.
addRequestProperty(String, String) - Method in class java.net.URLConnection
Adds a general request property specified by a key-value pair.
addRequestProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
Adds a general request property specified by a key-value pair.
address - Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
addRestrictions(String, String[], String[]) - Method in class sun.misc.MemberFilter
 
addrToObject(long) - Static method in class sun.misc.VMInspector
Returns an object reference for the specified object address.
addSeparator() - Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addShutdownHook(Thread) - Method in class java.lang.Runtime
Registers a new virtual-machine shutdown hook.
addSnapshot(Properties) - Static method in class com.sun.cdc.config.DynamicProperties
Adds all dynamic properties in their current state to the given Properties object.
addTextListener(TextListener) - Method in class java.awt.TextComponent
Adds the specified text event listener to recieve text events from this textcomponent.
addURL(URL) - Method in class java.net.URLClassLoader
Appends the specified URL to the list of URLs to search for classes and resources.
addURL(URL) - Method in class sun.misc.URLClassPath
Appends the specified URL to the search path of directory and JAR file URLs from which to load classes and resources.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
 
addWindowListener(WindowListener) - Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
adjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
Adjusts the x, y, width, and height fields to the correct values depending on the constraint geometry and pads.
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
 
ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
Adler32 - Class in java.util.zip
A class that can be used to compute the Adler-32 checksum of a data stream.
Adler32() - Constructor for class java.util.zip.Adler32
Creates a new Adler32 object.
AFFLIATION_CHANGED - Static variable in class sun.security.x509.CRLReasonCodeExtension
 
after(Object) - Method in class java.util.Calendar
Compares the time field records.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
afterConnect() - Method in class sun.net.www.http.HttpClient
 
agentlibInitialize(int) - Static method in class sun.misc.CVM
 
agentlibProcess(String) - Static method in class sun.misc.CVM
 
agentlibSupported() - Static method in class sun.misc.CVM
 
ALG_ID - Static variable in class sun.security.x509.X509CertImpl
 
algid - Variable in class sun.security.pkcs.PKCS8Key
 
algId - Variable in class sun.security.x509.X509CertImpl
 
algId - Variable in class sun.security.x509.X509CertInfo
 
algid - Variable in class sun.security.x509.X509Key
 
AlgIdDSA - Class in sun.security.x509
This class identifies DSS/DSA Algorithm variants, which are distinguished by using different algorithm parameters P, Q, G.
AlgIdDSA() - Constructor for class sun.security.x509.AlgIdDSA
Default constructor.
AlgIdDSA(byte[]) - Constructor for class sun.security.x509.AlgIdDSA
Construct an AlgIdDSA from an X.509 encoded byte array.
AlgIdDSA(byte[], byte[], byte[]) - Constructor for class sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from unsigned integers that define the algorithm parameters.
AlgIdDSA(BigInteger, BigInteger, BigInteger) - Constructor for class sun.security.x509.AlgIdDSA
Constructs a DSS/DSA Algorithm ID from numeric parameters.
ALGORITHM - Static variable in class sun.security.x509.CertificateAlgorithmId
Identifier to be used with get, set, and delete methods.
ALGORITHM_ID - Static variable in class sun.security.x509.X509CertInfo
 
AlgorithmId - Class in sun.security.x509
This class identifies algorithms, such as cryptographic transforms, each of which may be associated with parameters.
AlgorithmId(ObjectIdentifier) - Constructor for class sun.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
AlgorithmId(ObjectIdentifier, AlgorithmParameters) - Constructor for class sun.security.x509.AlgorithmId
Constructs an algorithm ID with algorithm parameters.
AlgorithmId() - Constructor for class sun.security.x509.AlgorithmId
Deprecated. use one of the other constructors.
AlgorithmParameterGenerator - Class in java.security
The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String) - Constructor for class java.security.AlgorithmParameterGenerator
Creates an AlgorithmParameterGenerator object.
AlgorithmParameterGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
 
AlgorithmParameters - Class in java.security
This class is used as an opaque representation of cryptographic parameters.
AlgorithmParameters(AlgorithmParametersSpi, Provider, String) - Constructor for class java.security.AlgorithmParameters
Creates an AlgorithmParameters object.
AlgorithmParameterSpec - Interface in java.security.spec
A (transparent) specification of cryptographic parameters.
AlgorithmParametersSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage algorithm parameters.
AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
 
aliases() - Method in class java.security.KeyStore
Lists all the alias names of this keystore.
aliasName - Variable in class sun.awt.PlatformFont
 
aliasName(String) - Static method in class sun.io.CharacterEncoding
 
ALL_PERMISSION - Static variable in class sun.security.util.SecurityConstants
 
allAvas() - Method in class sun.security.x509.X500Name
Return an immutable List of the the AVAs contained in all the RDNs of this X500Name.
allowsMultipleSelections() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by isMultipleMode().
allowUserInteraction - Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
AllPermission - Class in java.security
The AllPermission is a permission that implies all other permissions.
AllPermission() - Constructor for class java.security.AllPermission
Creates a new AllPermission object.
AllPermission(String, String) - Constructor for class java.security.AllPermission
Creates a new AllPermission object.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ALT_MASK - Static variable in class java.awt.Event
This flag indicates that the Alt key was down when the event occurred.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.text.DateFormat.Field
Constant identifying the time of day indicator (e.g.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_FIELD - Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
and(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
annotateClass(Class) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
annotateProxyClass(Class) - Method in class java.io.ObjectOutputStream
Subclasses may implement this method to store custom data in the stream along with descriptors for dynamic proxy classes.
Annotation - Class in java.text
An Annotation object is used as a wrapper for a text attribute value if the attribute has annotation characteristics.
Annotation(Object) - Constructor for class java.text.Annotation
Constructs an annotation record with the given value, which may be null.
append(String) - Method in class java.awt.TextArea
Appends the given text to the text area's current text.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this StringBuffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
appendText(String) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by append(String).
Applet - Class in java.applet
An applet is a small program that is intended not to be run on its own, but rather to be embedded inside another application.
Applet() - Constructor for class java.applet.Applet
 
APPLET_DESTROY - Static variable in class sun.applet.AppletPanel
 
APPLET_DISPOSE - Static variable in class sun.applet.AppletPanel
 
APPLET_ERROR - Static variable in class sun.applet.AppletPanel
 
APPLET_INIT - Static variable in class sun.applet.AppletPanel
 
APPLET_LOAD - Static variable in class sun.applet.AppletPanel
 
APPLET_LOADING - Static variable in class sun.applet.AppletPanel
 
APPLET_LOADING_COMPLETED - Static variable in class sun.applet.AppletPanel
 
APPLET_QUIT - Static variable in class sun.applet.AppletPanel
 
APPLET_RESIZE - Static variable in class sun.applet.AppletPanel
 
APPLET_START - Static variable in class sun.applet.AppletPanel
 
APPLET_STOP - Static variable in class sun.applet.AppletPanel
 
AppletAudioClip - Class in sun.applet
Applet audio clip;
AppletAudioClip(URL) - Constructor for class sun.applet.AppletAudioClip
This should really fork a seperate thread to load the data.
AppletAudioClip(byte[]) - Constructor for class sun.applet.AppletAudioClip
 
AppletClassLoader - Class in sun.applet
This class defines the class loader for loading applet classes and resources.
AppletClassLoader(URL) - Constructor for class sun.applet.AppletClassLoader
 
AppletContext - Interface in java.applet
This interface corresponds to an applet's environment: the document containing the applet and the other applets in the same document.
AppletEvent - Class in sun.applet
AppletEvent class.
AppletEvent(Object, int, Object) - Constructor for class sun.applet.AppletEvent
 
AppletEventMulticaster - Class in sun.applet
AppletEventMulticaster class.
AppletEventMulticaster(AppletListener, AppletListener) - Constructor for class sun.applet.AppletEventMulticaster
 
AppletIllegalArgumentException - Exception in sun.applet
An applet security exception.
AppletIllegalArgumentException(String) - Constructor for exception sun.applet.AppletIllegalArgumentException
 
AppletInitializer - Interface in java.beans
This interface is designed to work in collusion with java.beans.Beans.instantiate.
AppletIOException - Exception in sun.applet
An applet IO exception.
AppletIOException(String) - Constructor for exception sun.applet.AppletIOException
 
AppletIOException(String, Object) - Constructor for exception sun.applet.AppletIOException
 
AppletListener - Interface in sun.applet
Applet Listener interface.
AppletPanel - Class in sun.applet
Applet panel class.
AppletPanel() - Constructor for class sun.applet.AppletPanel
 
appletQuit() - Method in class sun.applet.AppletViewer
Quit all viewers.
appletResize(int, int) - Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
appletResize(int, int) - Method in class sun.applet.AppletPanel
Is called when the applet wants to be resized.
AppletResourceLoader - Class in sun.applet
Part of this class still remains only to support legacy, 100%-impure applications such as HotJava 1.0.1.
AppletResourceLoader() - Constructor for class sun.applet.AppletResourceLoader
 
AppletSecurity - Class in sun.applet
This class defines an applet security policy
AppletSecurity() - Constructor for class sun.applet.AppletSecurity
Construct and initialize.
AppletSecurityException - Exception in sun.applet
An applet security exception.
AppletSecurityException(String) - Constructor for exception sun.applet.AppletSecurityException
 
AppletSecurityException(String, String) - Constructor for exception sun.applet.AppletSecurityException
 
AppletSecurityException(String, String, String) - Constructor for exception sun.applet.AppletSecurityException
 
appletStateChanged(AppletEvent) - Method in class sun.applet.AppletEventMulticaster
 
appletStateChanged(AppletEvent) - Method in interface sun.applet.AppletListener
 
AppletStub - Interface in java.applet
When an applet is first created, an applet stub is attached to it using the applet's setStub method.
AppletThreadGroup - Class in sun.applet
This class defines an applet thread group.
AppletThreadGroup(String) - Constructor for class sun.applet.AppletThreadGroup
Constructs a new thread group for an applet.
AppletThreadGroup(ThreadGroup, String) - Constructor for class sun.applet.AppletThreadGroup
Creates a new thread group for an applet.
AppletViewer - Class in sun.applet
The applet viewer makes it possible to run a Java applet without using a browser.
AppletViewer(int, int, URL, Hashtable, PrintStream, AppletViewerFactory) - Constructor for class sun.applet.AppletViewer
Create the applet viewer
AppletViewerFactory - Interface in sun.applet
 
ApplicationLaunchException - Exception in sun.net.www
An exception thrown by the MimeLauncher when it is unable to launch an external content viewer.
ApplicationLaunchException(String) - Constructor for exception sun.net.www.ApplicationLaunchException
 
applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given localized pattern string to this date format.
applyPattern(String) - Method in class java.text.ChoiceFormat
Sets the pattern.
applyPattern(String) - Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyPattern(String) - Method in class java.text.MessageFormat
Sets the pattern used by this message format.
applyPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given pattern string to this date format.
appRandom - Variable in class java.security.SignatureSpi
Application-specified source of randomness.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
APRIL - Static variable in interface sun.util.calendar.CalendarSystem
 
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
arg - Variable in class java.awt.Event
An arbitrary argument of the event.
ARG_PARSE_ERR - Static variable in class sun.misc.CVM
 
ARG_PARSE_EXITVM - Static variable in class sun.misc.CVM
 
ARG_PARSE_OK - Static variable in class sun.misc.CVM
 
ARG_PARSE_UNINIT - Static variable in class sun.misc.CVM
 
ARG_PARSE_USAGE - Static variable in class sun.misc.CVM
 
ARGUMENT - Static variable in class java.text.MessageFormat.Field
Constant identifying a portion of a message that was generated from an argument passed into formatToCharacterIterator.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
arrangeGrid(Container) - Method in class java.awt.GridBagLayout
Lays out the grid.
ArrangeGrid(Container) - Method in class java.awt.GridBagLayout
 
Array - Class in java.lang.reflect
The Array class provides static methods to dynamically create and access Java arrays.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayEquals(Object[], Object) - Static method in class sun.text.Utility
Convenience utility to compare two Object[]s.
arrayEquals(int[], Object) - Static method in class sun.text.Utility
Convenience utility to compare two int[]s Ought to be in System
arrayEquals(double[], Object) - Static method in class sun.text.Utility
Convenience utility to compare two double[]s Ought to be in System
arrayEquals(Object, Object) - Static method in class sun.text.Utility
Convenience utility to compare two Object[]s Ought to be in System
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList - Class in java.util
Resizable-array implementation of the List interface.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
arrayRegionMatches(Object[], int, Object[], int, int) - Static method in class sun.text.Utility
Convenience utility to compare two Object[]s Ought to be in System.
arrayRegionMatches(int[], int, int[], int, int) - Static method in class sun.text.Utility
Convenience utility to compare two int[]s.
arrayRegionMatches(double[], int, double[], int, int) - Static method in class sun.text.Utility
Convenience utility to compare two arrays of doubles.
Arrays - Class in java.util
This class contains various methods for manipulating arrays (such as sorting and searching).
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
arrayToRLEString(short[]) - Static method in class sun.text.Utility
Construct a string representing a short array.
arrayToRLEString(byte[]) - Static method in class sun.text.Utility
Construct a string representing a byte array.
arrayToRLEString(char[]) - Static method in class sun.text.Utility
Construct a string representing a char array.
arrayToRLEString(int[]) - Static method in class sun.text.Utility
Construct a string representing an int array.
ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ascii() - Method in class sun.net.ftp.FtpClient
Set transfer type to 'A'
asin(double) - Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asin(double) - Static method in class java.lang.StrictMath
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asList(Object[]) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
AssertionError - Error in java.lang
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for error java.lang.AssertionError
Constructs an AssertionError with no detail message.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(char) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(int) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(long) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(float) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(double) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
asX500Name(X500Principal) - Static method in class sun.security.x509.X500Name
Get the X500Name contained in the given X500Principal.
asX500Principal() - Method in class sun.security.x509.X500Name
Get an X500Principal backed by this X500Name.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan(double) - Static method in class java.lang.StrictMath
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Converts rectangular coordinates (xy) to polar (r, theta).
atan2(double, double) - Static method in class java.lang.StrictMath
Converts rectangular coordinates (xy) to polar (r, theta).
AttributedCharacterIterator - Interface in java.text
An AttributedCharacterIterator allows iteration through both text and related attribute information.
AttributedCharacterIterator.Attribute - Class in java.text
Defines attribute keys that are used to identify text attributes.
AttributedCharacterIterator.Attribute(String) - Constructor for class java.text.AttributedCharacterIterator.Attribute
Constructs an Attribute with the given name.
AttributedString - Class in java.text
An AttributedString holds text and related attribute information.
AttributedString(String) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text.
AttributedString(String, Map) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text and attributes.
AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributeNameEnumeration - Class in sun.security.x509
This class provides the Enumeration implementation used by all the X509 certificate attributes to return the attribute names contained within them.
AttributeNameEnumeration() - Constructor for class sun.security.x509.AttributeNameEnumeration
The default constructor for this class.
Attributes - Class in java.util.jar
The Attributes class maps Manifest attribute names to associated string values.
Attributes() - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with default size.
Attributes(int) - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with the specified initial size.
Attributes(Attributes) - Constructor for class java.util.jar.Attributes
Constructs a new Attributes object with the same attribute name-value mappings as in the specified Attributes.
Attributes.Name - Class in java.util.jar
The Attributes.Name class represents an attribute name stored in this Map.
Attributes.Name(String) - Constructor for class java.util.jar.Attributes.Name
Constructs a new attribute name using the given string name.
AUDIO - Static variable in class sun.net.ProgressEntry
 
AudioClip - Interface in java.applet
The AudioClip interface is a simple abstraction for playing a sound clip.
AudioData - Class in sun.audio
A clip of audio data, contains ulaw 8bit, 8000hz data.
AudioData(byte[]) - Constructor for class sun.audio.AudioData
Constructor
AudioDataStream - Class in sun.audio
An input stream to play AudioData.
AudioDataStream(AudioData) - Constructor for class sun.audio.AudioDataStream
Constructor
AudioDevice - Class in sun.audio
This class provides an interface to a Sun audio device.
AudioPlayer - Class in sun.audio
This class provides an interface to play audio streams.
AudioStream - Class in sun.audio
Convert an InputStream to an AudioStream.
AudioStream(InputStream) - Constructor for class sun.audio.AudioStream
 
AudioTranslatorStream - Class in sun.audio
A Sun-specific AudioStream that supports the .au file format.
AudioTranslatorStream(InputStream) - Constructor for class sun.audio.AudioTranslatorStream
 
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
AUGUST - Static variable in interface sun.util.calendar.CalendarSystem
 
AUTH_NAME - Static variable in class sun.security.x509.AuthorityKeyIdentifierExtension
 
AuthenticationHeader - Class in sun.net.www.protocol.http
This class is used to parse the information in WWW-Authenticate: and Proxy-Authenticate: headers.
AuthenticationHeader(String, MessageHeader) - Constructor for class sun.net.www.protocol.http.AuthenticationHeader
parse a set of authentication headers and choose the preferred scheme that we support
Authenticator - Class in java.net
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class java.net.Authenticator
 
AuthorityKey_Id - Static variable in class sun.security.x509.PKIXExtensions
Identifies the particular public key used to sign the certificate.
AuthorityKeyIdentifierExtension - Class in sun.security.x509
This class represents the Authority Key Identifier Extension.
AuthorityKeyIdentifierExtension(KeyIdentifier, GeneralNames, SerialNumber) - Constructor for class sun.security.x509.AuthorityKeyIdentifierExtension
The default constructor for this extension.
AuthorityKeyIdentifierExtension(Boolean, Object) - Constructor for class sun.security.x509.AuthorityKeyIdentifierExtension
Create the extension from the passed DER encoded value of the same.
authString(URL, String, String) - Method in interface sun.net.www.protocol.http.HttpAuthenticator
Deprecated. Returns the String that should be included in the HTTP Authorization field.
AuxPreloadClassLoader - Class in sun.misc
 
AuxPreloadClassLoader(PermissionCollection, ClassLoader) - Constructor for class sun.misc.AuxPreloadClassLoader
 
AVA - Class in sun.security.x509
X.500 Attribute-Value-Assertion (AVA): an attribute, as identified by some attribute ID, has some particular value.
AVA(ObjectIdentifier, DerValue) - Constructor for class sun.security.x509.AVA
 
available() - Method in class com.sun.cdc.io.BufferedConnectionAdapter
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.sun.cdc.io.j2me.http.Protocol.PrivateInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.sun.cdc.io.j2me.UniversalFilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available() - Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available() - Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available() - Method in class java.util.zip.InflaterInputStream
Returns 0 after EOF has reached, otherwise always return 1.
available() - Method in class java.util.zip.ZipInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
available() - Method in class sun.io.FDInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available() - Method in class sun.net.www.http.ChunkedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class sun.net.www.MeteredStream
 
available() - Method in class sun.security.util.DerInputStream
Returns the number of bytes available for reading.
available0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
available0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
availableProcessors() - Method in class java.lang.Runtime
Returns the number of processors available to the Java virtual machine.
avas() - Method in class sun.security.x509.RDN
Return an immutable List of the AVAs in this RDN.
avaSize() - Method in class sun.security.x509.X500Name
Return the total number of AVAs contained in all the RDNs of this X500Name.
AWTEvent - Class in java.awt
The root event class for all AWT events.
AWTEvent(Event) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTFinalizer - Class in sun.awt
 

B

BACK_SPACE - Static variable in class java.awt.Event
The BackSpace key.
BACKWARD_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
 
BAD_EXTENSIONS - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
badInputLength - Variable in class sun.io.ByteToCharConverter
 
badInputLength - Variable in class sun.io.ByteToCharDoubleByte
 
badInputLength - Variable in class sun.io.CharToByteConverter
Length of bad input that caused conversion to stop.
badInputLength - Variable in class sun.io.CharToByteDoubleByte
 
BASE64Decoder - Class in sun.misc
This class implements a BASE64 Character decoder as specified in RFC1521.
BASE64Decoder() - Constructor for class sun.misc.BASE64Decoder
 
BASE64Encoder - Class in sun.misc
This class implements a BASE64 Character encoder as specified in RFC1521.
BASE64Encoder() - Constructor for class sun.misc.BASE64Encoder
 
baseWireHandle - Static variable in interface java.io.ObjectStreamConstants
First wire handle to be assigned.
BASIC_LATIN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BasicConstraints_Id - Static variable in class sun.security.x509.PKIXExtensions
Identifies whether the subject of the certificate is a CA and how deep a certification path may exist through that CA.
BasicConstraintsExtension - Class in sun.security.x509
This class represents the Basic Constraints Extension.
BasicConstraintsExtension(boolean, int) - Constructor for class sun.security.x509.BasicConstraintsExtension
Default constructor for this object.
BasicConstraintsExtension(Boolean, boolean, int) - Constructor for class sun.security.x509.BasicConstraintsExtension
Constructor for this object with specified criticality.
BasicConstraintsExtension(Boolean, Object) - Constructor for class sun.security.x509.BasicConstraintsExtension
Create the extension from the passed DER encoded value of the same.
BasicPermission - Class in java.security
The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
BasicPermission(String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission with the specified name.
BasicPermission(String, String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission object with the specified name.
BC - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the period before the common era (before Christ), also known as BCE.
Beans - Class in java.beans
This class provides some general purpose beans control methods.
Beans() - Constructor for class java.beans.Beans
 
beep() - Method in class java.awt.Toolkit
Emits an audio beep.
beep() - Method in class sun.awt.gtk.GToolkit
Emits an audio beep.
beep() - Method in class sun.awt.pocketpc.PPCToolkit
 
beep() - Method in class sun.awt.qt.QtToolkit
Emits an audio beep.
beep() - Method in class sun.porting.graphicssystem.GraphicsSystem
Emits an audio beep.
beep() - Method in class sun.porting.windowsystem.WindowSystem
Emits an audio beep.
before(Object) - Method in class java.util.Calendar
Compares the time field records.
before(Date) - Method in class java.util.Date
Tests if this date is before the specified date.
BEGIN_CERT - Static variable in class sun.security.provider.X509Factory
 
beginValidate() - Method in interface sun.awt.peer.ContainerPeer
 
beginValidate() - Method in class sun.awt.pocketpc.PPCFileDialogPeer
 
BENGALI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BEST_COMPRESSION - Static variable in class java.util.zip.Deflater
Compression level for best compression.
BEST_SPEED - Static variable in class java.util.zip.Deflater
Compression level for fastest compression.
BigDecimal - Class in java.math
Immutable, arbitrary-precision signed decimal numbers.
BigDecimal(String) - Constructor for class java.math.BigDecimal
Translates the String representation of a BigDecimal into a BigDecimal.
BigDecimal(double) - Constructor for class java.math.BigDecimal
Translates a double into a BigDecimal.
BigDecimal(BigInteger) - Constructor for class java.math.BigDecimal
Translates a BigInteger into a BigDecimal.
BigDecimal(BigInteger, int) - Constructor for class java.math.BigDecimal
Translates a BigInteger unscaled value and an int scale into a BigDecimal.
BigInt - Class in sun.security.util
A low-overhead arbitrary-precision unsigned integer.
BigInt(byte[]) - Constructor for class sun.security.util.BigInt
Constructs a "Big" integer from a set of (big-endian) bytes.
BigInt(BigInteger) - Constructor for class sun.security.util.BigInt
Constructs a "Big" integer from a "BigInteger", which must be positive (or zero) in value.
BigInt(int) - Constructor for class sun.security.util.BigInt
Constructs a "Big" integer from a normal Java integer.
BigInteger - Class in java.math
Immutable arbitrary-precision integers.
BigInteger(byte[]) - Constructor for class java.math.BigInteger
Translates a byte array containing the two's-complement binary representation of a BigInteger into a BigInteger.
BigInteger(int, byte[]) - Constructor for class java.math.BigInteger
Translates the sign-magnitude representation of a BigInteger into a BigInteger.
BigInteger(String, int) - Constructor for class java.math.BigInteger
Translates the String representation of a BigInteger in the specified radix into a BigInteger.
BigInteger(String) - Constructor for class java.math.BigInteger
Translates the decimal String representation of a BigInteger into a BigInteger.
BigInteger(int, Random) - Constructor for class java.math.BigInteger
Constructs a randomly generated BigInteger, uniformly distributed over the range 0 to (2numBits - 1), inclusive.
BigInteger(int, int, Random) - Constructor for class java.math.BigInteger
Constructs a randomly generated positive BigInteger that is probably prime, with the specified bitLength.
binary() - Method in class sun.net.ftp.FtpClient
Set transfer type to 'I'
binaryMode - Variable in class sun.net.TelnetInputStream
 
binaryMode - Variable in class sun.net.TelnetOutputStream
 
binarySearch(long[], long) - Static method in class java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(short[], short) - Static method in class java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], Object, Comparator) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(List, Object) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List, Object, Comparator) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
bind(SocketAddress) - Method in class java.net.DatagramSocket
Binds this DatagramSocket to a specific address & port.
bind(int, InetAddress) - Method in class java.net.DatagramSocketImpl
Binds a datagram socket to a local port and address.
bind(SocketAddress) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress, int) - Method in class java.net.ServerSocket
Binds the ServerSocket to a specific address (IP address and port number).
bind(SocketAddress) - Method in class java.net.Socket
Binds the socket to a local address.
bind(InetAddress, int) - Method in class java.net.SocketImpl
Binds this socket to the specified port number on the specified host.
BindException - Exception in java.net
Signals that an error occurred while attempting to bind a socket to a local address and port.
BindException(String) - Constructor for exception java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
BindException() - Constructor for exception java.net.BindException
Construct a new BindException with no detailed message.
BitArray - Class in sun.security.util
A packed array of booleans.
BitArray(int) - Constructor for class sun.security.util.BitArray
Creates a BitArray of the specified size, initialized to zeros.
BitArray(int, byte[]) - Constructor for class sun.security.util.BitArray
Creates a BitArray of the specified size, initialized from the specified byte array.
BitArray(boolean[]) - Constructor for class sun.security.util.BitArray
Create a BitArray whose bits are those of the given array of Booleans.
bitCount() - Method in class java.math.BigInteger
Returns the number of bits in the two's complement representation of this BigInteger that differ from its sign bit.
bitLength() - Method in class java.math.BigInteger
Returns the number of bits in the minimal two's-complement representation of this BigInteger, excluding a sign bit.
BitmapImageSource - Class in sun.porting.utils
A memory image source whose memory representation consists of a packed bitmap (32 bits packed into each int) and an IndexColorModel describing the colors represented by the bits (i.e.
BitmapImageSource(int, int, int[], IndexColorModel) - Constructor for class sun.porting.utils.BitmapImageSource
Create an image source for an image of the given width and height, with packed bitmap data stored in pix[] and using the given IndexColorModel to translate the bits into colors.
BitSet - Class in java.util
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class java.util.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
BLOCK_ELEMENTS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BOLD - Static variable in class java.awt.Font
The bold style constant.
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BOPOMOFO - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BOPOMOFO_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BorderLayout - Class in java.awt
A border layout lays out a container, arranging and resizing its components to fit in five regions: North, South, East, West, and Center.
BorderLayout() - Constructor for class java.awt.BorderLayout
Constructs a new border layout with no gaps between components.
BorderLayout(int, int) - Constructor for class java.awt.BorderLayout
Constructs a border layout with the specified gaps between components.
BOTTOM_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY.
boundingBox - Variable in class sun.porting.utils.RegionImpl
 
bounds() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getBounds().
bounds - Variable in class java.awt.Polygon
 
BOX_DRAWING - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BRAILLE_PATTERNS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
BreakIterator - Class in java.text
The BreakIterator class implements methods for finding the location of boundaries in text.
BreakIterator() - Constructor for class java.text.BreakIterator
Constructor.
BreakIteratorRules - Class in sun.text.resources
Default break-iterator rules.
BreakIteratorRules() - Constructor for class sun.text.resources.BreakIteratorRules
 
BROKEN_CHAIN - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.
BuddhistCalendar - Class in sun.util
 
BuddhistCalendar() - Constructor for class sun.util.BuddhistCalendar
Constructs a default BuddhistCalendar using the current time in the default time zone with the default locale.
BuddhistCalendar(TimeZone) - Constructor for class sun.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the given time zone with the default locale.
BuddhistCalendar(Locale) - Constructor for class sun.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the default time zone with the given locale.
BuddhistCalendar(TimeZone, Locale) - Constructor for class sun.util.BuddhistCalendar
Constructs a BuddhistCalendar based on the current time in the given time zone with the given locale.
buf - Variable in class com.sun.cdc.io.BufferedConnectionAdapter
The internal buffer array where the data is stored.
buf - Variable in class java.io.BufferedInputStream
The internal buffer array where the data is stored.
buf - Variable in class java.io.BufferedOutputStream
The internal buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.CharArrayReader
The character buffer.
buf - Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf - Variable in class java.io.PushbackInputStream
The pushback buffer.
buf - Variable in class java.util.zip.DeflaterOutputStream
Output buffer for writing compressed data.
buf - Variable in class java.util.zip.InflaterInputStream
Input buffer for decompression.
buffer - Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer - Variable in class sun.security.util.DerValue
 
BufferedConnectionAdapter - Class in com.sun.cdc.io
This class adds read buffering to the ConnectionBaseAdapter.
BufferedConnectionAdapter(int) - Constructor for class com.sun.cdc.io.BufferedConnectionAdapter
Initializes the connection.
BufferedInputStream - Class in java.io
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedOutputStream - Class in java.io
The class implements a buffered output stream.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with a default 512-byte buffer size.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader - Class in java.io
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedWriter - Class in java.io
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
bufferSize - Static variable in class com.sun.cdc.io.j2me.comm.Protocol
Size of the read ahead buffer, default is 256.
Button - Class in java.awt
This class creates a labeled button.
Button() - Constructor for class java.awt.Button
Constructs a Button with no label.
Button(String) - Constructor for class java.awt.Button
Constructs a Button with the specified label.
ButtonPeer - Interface in sun.awt.peer
 
Byte - Class in java.lang
The Byte class wraps a value of primitive type byte in an object.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the specified byte value.
Byte(String) - Constructor for class java.lang.Byte
Constructs a newly allocated Byte object that represents the byte value indicated by the String parameter.
BYTE_TO_CHAR - Static variable in class sun.io.Converters
 
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayLexOrder - Class in sun.security.util
Compare two byte arrays in lexicographical order.
ByteArrayLexOrder() - Constructor for class sun.security.util.ByteArrayLexOrder
 
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteArrayTagOrder - Class in sun.security.util
 
ByteArrayTagOrder() - Constructor for class sun.security.util.ByteArrayTagOrder
 
byteOff - Variable in class sun.io.ByteToCharConverter
 
byteOff - Variable in class sun.io.CharToByteConverter
Offset of next byte to be output.
byteOrder - Variable in class sun.io.CharToByteUnicode
 
bytesPerAtom() - Method in class sun.misc.BASE64Decoder
This class has 4 bytes per atom
bytesPerAtom() - Method in class sun.misc.BASE64Encoder
this class encodes three bytes per atom.
bytesPerAtom() - Method in class sun.misc.CharacterDecoder
Return the number of bytes per atom of decoding
bytesPerAtom() - Method in class sun.misc.CharacterEncoder
Return the number of bytes per atom of encoding
bytesPerAtom() - Method in class sun.misc.HexDumpEncoder
 
bytesPerLine() - Method in class sun.misc.BASE64Decoder
Any multiple of 4 will do, 72 might be common
bytesPerLine() - Method in class sun.misc.BASE64Encoder
this class encodes 57 bytes per line.
bytesPerLine() - Method in class sun.misc.CharacterDecoder
Return the maximum number of bytes that can be encoded per line
bytesPerLine() - Method in class sun.misc.CharacterEncoder
Return the number of bytes that can be encoded per line
bytesPerLine() - Method in class sun.misc.HexDumpEncoder
 
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
bytesWidth(byte[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of bytes in this Font.
byteToCharArray(byte[], int, int) - Static method in class com.sun.cdc.i18n.Helper
Convert a byte array to a char array
byteToCharArray(byte[], int, int, String) - Static method in class com.sun.cdc.i18n.Helper
Convert a byte array to a char array
ByteToCharASCII - Class in sun.io
A algorithmic conversion from ASCII to Unicode
ByteToCharASCII() - Constructor for class sun.io.ByteToCharASCII
 
ByteToCharBig5 - Class in sun.io
Tables and data to convert Big5 to Unicode
ByteToCharBig5() - Constructor for class sun.io.ByteToCharBig5
 
ByteToCharConverter - Class in sun.io
An abstract base class for subclasses which convert character data in an external encoding into Unicode characters.
ByteToCharConverter() - Constructor for class sun.io.ByteToCharConverter
 
ByteToCharCp037 - Class in sun.io
A table to convert Cp037 to Unicode
ByteToCharCp037() - Constructor for class sun.io.ByteToCharCp037
 
ByteToCharCp1006 - Class in sun.io
A table to convert Cp1006 to Unicode
ByteToCharCp1006() - Constructor for class sun.io.ByteToCharCp1006
 
ByteToCharCp1025 - Class in sun.io
A table to convert Cp1025 to Unicode
ByteToCharCp1025() - Constructor for class sun.io.ByteToCharCp1025
 
ByteToCharCp1026 - Class in sun.io
A table to convert Cp1026 to Unicode
ByteToCharCp1026() - Constructor for class sun.io.ByteToCharCp1026
 
ByteToCharCp1046 - Class in sun.io
A table to convert Cp1046 to Unicode
ByteToCharCp1046() - Constructor for class sun.io.ByteToCharCp1046
 
ByteToCharCp1097 - Class in sun.io
A table to convert Cp1097 to Unicode
ByteToCharCp1097() - Constructor for class sun.io.ByteToCharCp1097
 
ByteToCharCp1098 - Class in sun.io
A table to convert Cp1098 to Unicode
ByteToCharCp1098() - Constructor for class sun.io.ByteToCharCp1098
 
ByteToCharCp1112 - Class in sun.io
A table to convert Cp1112 to Unicode
ByteToCharCp1112() - Constructor for class sun.io.ByteToCharCp1112
 
ByteToCharCp1122 - Class in sun.io
A table to convert Cp1122 to Unicode
ByteToCharCp1122() - Constructor for class sun.io.ByteToCharCp1122
 
ByteToCharCp1123 - Class in sun.io
A table to convert Cp1123 to Unicode
ByteToCharCp1123() - Constructor for class sun.io.ByteToCharCp1123
 
ByteToCharCp1124 - Class in sun.io
A table to convert Cp1124 to Unicode
ByteToCharCp1124() - Constructor for class sun.io.ByteToCharCp1124
 
ByteToCharCp1140 - Class in sun.io
A table to convert Cp1140 to Unicode
ByteToCharCp1140() - Constructor for class sun.io.ByteToCharCp1140
 
ByteToCharCp1141 - Class in sun.io
A table to convert Cp1141 to Unicode
ByteToCharCp1141() - Constructor for class sun.io.ByteToCharCp1141
 
ByteToCharCp1142 - Class in sun.io
A table to convert Cp1142 to Unicode
ByteToCharCp1142() - Constructor for class sun.io.ByteToCharCp1142
 
ByteToCharCp1143 - Class in sun.io
A table to convert Cp1143 to Unicode
ByteToCharCp1143() - Constructor for class sun.io.ByteToCharCp1143
 
ByteToCharCp1144 - Class in sun.io
A table to convert Cp1144 to Unicode
ByteToCharCp1144() - Constructor for class sun.io.ByteToCharCp1144
 
ByteToCharCp1145 - Class in sun.io
A table to convert Cp1145 to Unicode
ByteToCharCp1145() - Constructor for class sun.io.ByteToCharCp1145
 
ByteToCharCp1146 - Class in sun.io
A table to convert Cp1146 to Unicode
ByteToCharCp1146() - Constructor for class sun.io.ByteToCharCp1146
 
ByteToCharCp1147 - Class in sun.io
A table to convert Cp1147 to Unicode
ByteToCharCp1147() - Constructor for class sun.io.ByteToCharCp1147
 
ByteToCharCp1148 - Class in sun.io
A table to convert Cp1148 to Unicode
ByteToCharCp1148() - Constructor for class sun.io.ByteToCharCp1148
 
ByteToCharCp1149 - Class in sun.io
A table to convert Cp1149 to Unicode
ByteToCharCp1149() - Constructor for class sun.io.ByteToCharCp1149
 
ByteToCharCp1250 - Class in sun.io
A table to convert Cp1250 to Unicode
ByteToCharCp1250() - Constructor for class sun.io.ByteToCharCp1250
 
ByteToCharCp1251 - Class in sun.io
A table to convert Cp1251 to Unicode
ByteToCharCp1251() - Constructor for class sun.io.ByteToCharCp1251
 
ByteToCharCp1252 - Class in sun.io
A table to convert Cp1252 to Unicode
ByteToCharCp1252() - Constructor for class sun.io.ByteToCharCp1252
 
ByteToCharCp1253 - Class in sun.io
A table to convert Cp1253 to Unicode
ByteToCharCp1253() - Constructor for class sun.io.ByteToCharCp1253
 
ByteToCharCp1254 - Class in sun.io
A table to convert Cp1254 to Unicode
ByteToCharCp1254() - Constructor for class sun.io.ByteToCharCp1254
 
ByteToCharCp1255 - Class in sun.io
A table to convert Cp1255 to Unicode
ByteToCharCp1255() - Constructor for class sun.io.ByteToCharCp1255
 
ByteToCharCp1256 - Class in sun.io
A table to convert Cp1256 to Unicode
ByteToCharCp1256() - Constructor for class sun.io.ByteToCharCp1256
 
ByteToCharCp1257 - Class in sun.io
A table to convert Cp1257 to Unicode
ByteToCharCp1257() - Constructor for class sun.io.ByteToCharCp1257
 
ByteToCharCp1258 - Class in sun.io
A table to convert Cp1258 to Unicode
ByteToCharCp1258() - Constructor for class sun.io.ByteToCharCp1258
 
ByteToCharCp1381 - Class in sun.io
Tables and data to convert Cp1381 to Unicode.
ByteToCharCp1381() - Constructor for class sun.io.ByteToCharCp1381
 
ByteToCharCp1383 - Class in sun.io
A table to convert Cp1383 to Unicode
ByteToCharCp1383() - Constructor for class sun.io.ByteToCharCp1383
 
ByteToCharCp273 - Class in sun.io
A table to convert Cp273 to Unicode
ByteToCharCp273() - Constructor for class sun.io.ByteToCharCp273
 
ByteToCharCp277 - Class in sun.io
A table to convert Cp277 to Unicode
ByteToCharCp277() - Constructor for class sun.io.ByteToCharCp277
 
ByteToCharCp278 - Class in sun.io
A table to convert Cp278 to Unicode
ByteToCharCp278() - Constructor for class sun.io.ByteToCharCp278
 
ByteToCharCp280 - Class in sun.io
A table to convert Cp280 to Unicode
ByteToCharCp280() - Constructor for class sun.io.ByteToCharCp280
 
ByteToCharCp284 - Class in sun.io
A table to convert Cp284 to Unicode
ByteToCharCp284() - Constructor for class sun.io.ByteToCharCp284
 
ByteToCharCp285 - Class in sun.io
A table to convert Cp285 to Unicode
ByteToCharCp285() - Constructor for class sun.io.ByteToCharCp285
 
ByteToCharCp297 - Class in sun.io
A table to convert Cp297 to Unicode
ByteToCharCp297() - Constructor for class sun.io.ByteToCharCp297
 
ByteToCharCp33722 - Class in sun.io
 
ByteToCharCp33722() - Constructor for class sun.io.ByteToCharCp33722
 
ByteToCharCp420 - Class in sun.io
A table to convert Cp420 to Unicode
ByteToCharCp420() - Constructor for class sun.io.ByteToCharCp420
 
ByteToCharCp424 - Class in sun.io
A table to convert Cp424 to Unicode
ByteToCharCp424() - Constructor for class sun.io.ByteToCharCp424
 
ByteToCharCp437 - Class in sun.io
A table to convert Cp437 to Unicode
ByteToCharCp437() - Constructor for class sun.io.ByteToCharCp437
 
ByteToCharCp500 - Class in sun.io
A table to convert Cp500 to Unicode
ByteToCharCp500() - Constructor for class sun.io.ByteToCharCp500
 
ByteToCharCp737 - Class in sun.io
A table to convert Cp737 to Unicode
ByteToCharCp737() - Constructor for class sun.io.ByteToCharCp737
 
ByteToCharCp775 - Class in sun.io
A table to convert Cp775 to Unicode
ByteToCharCp775() - Constructor for class sun.io.ByteToCharCp775
 
ByteToCharCp838 - Class in sun.io
A table to convert Cp838 to Unicode
ByteToCharCp838() - Constructor for class sun.io.ByteToCharCp838
 
ByteToCharCp850 - Class in sun.io
A table to convert Cp850 to Unicode
ByteToCharCp850() - Constructor for class sun.io.ByteToCharCp850
 
ByteToCharCp852 - Class in sun.io
A table to convert Cp852 to Unicode
ByteToCharCp852() - Constructor for class sun.io.ByteToCharCp852
 
ByteToCharCp855 - Class in sun.io
A table to convert Cp855 to Unicode
ByteToCharCp855() - Constructor for class sun.io.ByteToCharCp855
 
ByteToCharCp856 - Class in sun.io
A table to convert Cp856 to Unicode
ByteToCharCp856() - Constructor for class sun.io.ByteToCharCp856
 
ByteToCharCp857 - Class in sun.io
A table to convert Cp857 to Unicode
ByteToCharCp857() - Constructor for class sun.io.ByteToCharCp857
 
ByteToCharCp858 - Class in sun.io
A table to convert Cp858 to Unicode
ByteToCharCp858() - Constructor for class sun.io.ByteToCharCp858
 
ByteToCharCp860 - Class in sun.io
A table to convert Cp860 to Unicode
ByteToCharCp860() - Constructor for class sun.io.ByteToCharCp860
 
ByteToCharCp861 - Class in sun.io
A table to convert Cp861 to Unicode
ByteToCharCp861() - Constructor for class sun.io.ByteToCharCp861
 
ByteToCharCp862 - Class in sun.io
A table to convert Cp862 to Unicode
ByteToCharCp862() - Constructor for class sun.io.ByteToCharCp862
 
ByteToCharCp863 - Class in sun.io
A table to convert Cp863 to Unicode
ByteToCharCp863() - Constructor for class sun.io.ByteToCharCp863
 
ByteToCharCp864 - Class in sun.io
A table to convert Cp864 to Unicode
ByteToCharCp864() - Constructor for class sun.io.ByteToCharCp864
 
ByteToCharCp865 - Class in sun.io
A table to convert Cp865 to Unicode
ByteToCharCp865() - Constructor for class sun.io.ByteToCharCp865
 
ByteToCharCp866 - Class in sun.io
A table to convert Cp866 to Unicode
ByteToCharCp866() - Constructor for class sun.io.ByteToCharCp866
 
ByteToCharCp868 - Class in sun.io
A table to convert Cp868 to Unicode
ByteToCharCp868() - Constructor for class sun.io.ByteToCharCp868
 
ByteToCharCp869 - Class in sun.io
A table to convert Cp869 to Unicode
ByteToCharCp869() - Constructor for class sun.io.ByteToCharCp869
 
ByteToCharCp870 - Class in sun.io
A table to convert Cp870 to Unicode
ByteToCharCp870() - Constructor for class sun.io.ByteToCharCp870
 
ByteToCharCp871 - Class in sun.io
A table to convert Cp871 to Unicode
ByteToCharCp871() - Constructor for class sun.io.ByteToCharCp871
 
ByteToCharCp874 - Class in sun.io
A table to convert Cp874 to Unicode
ByteToCharCp874() - Constructor for class sun.io.ByteToCharCp874
 
ByteToCharCp875 - Class in sun.io
A table to convert Cp875 to Unicode
ByteToCharCp875() - Constructor for class sun.io.ByteToCharCp875
 
ByteToCharCp918 - Class in sun.io
A table to convert Cp918 to Unicode
ByteToCharCp918() - Constructor for class sun.io.ByteToCharCp918
 
ByteToCharCp921 - Class in sun.io
A table to convert Cp921 to Unicode
ByteToCharCp921() - Constructor for class sun.io.ByteToCharCp921
 
ByteToCharCp922 - Class in sun.io
A table to convert Cp922 to Unicode
ByteToCharCp922() - Constructor for class sun.io.ByteToCharCp922
 
ByteToCharCp923 - Class in sun.io
A table to convert Cp923 to Unicode
ByteToCharCp923() - Constructor for class sun.io.ByteToCharCp923
 
ByteToCharCp930 - Class in sun.io
Tables and data to convert Cp930 to Unicode.
ByteToCharCp930() - Constructor for class sun.io.ByteToCharCp930
 
ByteToCharCp933 - Class in sun.io
Tables and data to convert Cp933 to Unicode.
ByteToCharCp933() - Constructor for class sun.io.ByteToCharCp933
 
ByteToCharCp935 - Class in sun.io
Tables and data to convert Cp935 to Unicode.
ByteToCharCp935() - Constructor for class sun.io.ByteToCharCp935
 
ByteToCharCp937 - Class in sun.io
Tables and data to convert Cp937 to Unicode.
ByteToCharCp937() - Constructor for class sun.io.ByteToCharCp937
 
ByteToCharCp939 - Class in sun.io
Tables and data to convert Cp939 to Unicode.
ByteToCharCp939() - Constructor for class sun.io.ByteToCharCp939
 
ByteToCharCp942 - Class in sun.io
Tables and data to convert Cp942 to Unicode.
ByteToCharCp942() - Constructor for class sun.io.ByteToCharCp942
 
ByteToCharCp942C - Class in sun.io
 
ByteToCharCp943 - Class in sun.io
Tables and data to convert Cp943 to Unicode.
ByteToCharCp943() - Constructor for class sun.io.ByteToCharCp943
 
ByteToCharCp943C - Class in sun.io
 
ByteToCharCp948 - Class in sun.io
Tables and data to convert Cp948 to Unicode.
ByteToCharCp948() - Constructor for class sun.io.ByteToCharCp948
 
ByteToCharCp949 - Class in sun.io
Tables and data to convert Cp949 to Unicode.
ByteToCharCp949() - Constructor for class sun.io.ByteToCharCp949
 
ByteToCharCp949C - Class in sun.io
 
ByteToCharCp950 - Class in sun.io
Tables and data to convert Cp950 to Unicode.
ByteToCharCp950() - Constructor for class sun.io.ByteToCharCp950
 
ByteToCharCp964 - Class in sun.io
 
ByteToCharCp964() - Constructor for class sun.io.ByteToCharCp964
 
ByteToCharCp970 - Class in sun.io
A table to convert Cp970 to Unicode
ByteToCharCp970() - Constructor for class sun.io.ByteToCharCp970
 
ByteToCharDBCS_ASCII - Class in sun.io
 
ByteToCharDBCS_ASCII() - Constructor for class sun.io.ByteToCharDBCS_ASCII
 
ByteToCharDBCS_EBCDIC - Class in sun.io
 
ByteToCharDBCS_EBCDIC() - Constructor for class sun.io.ByteToCharDBCS_EBCDIC
 
ByteToCharDoubleByte - Class in sun.io
 
ByteToCharDoubleByte() - Constructor for class sun.io.ByteToCharDoubleByte
 
ByteToCharEUC - Class in sun.io
 
ByteToCharEUC() - Constructor for class sun.io.ByteToCharEUC
 
ByteToCharEUC_CN - Class in sun.io
Tables and data to convert EUC_CN to Unicode
ByteToCharEUC_CN() - Constructor for class sun.io.ByteToCharEUC_CN
 
ByteToCharEUC_JP - Class in sun.io
 
ByteToCharEUC_JP() - Constructor for class sun.io.ByteToCharEUC_JP
 
ByteToCharEUC_KR - Class in sun.io
Tables and data to convert EUC_KR to Unicode
ByteToCharEUC_KR() - Constructor for class sun.io.ByteToCharEUC_KR
 
ByteToCharEUC_TW - Class in sun.io
 
ByteToCharEUC_TW() - Constructor for class sun.io.ByteToCharEUC_TW
 
ByteToCharGBK - Class in sun.io
Tables and data to convert GBK to Unicode
ByteToCharGBK() - Constructor for class sun.io.ByteToCharGBK
 
ByteToCharISO2022 - Class in sun.io
An algorithmic conversion from ISO 2022 to Unicode
ByteToCharISO2022() - Constructor for class sun.io.ByteToCharISO2022
 
ByteToCharISO2022CN - Class in sun.io
 
ByteToCharISO2022CN() - Constructor for class sun.io.ByteToCharISO2022CN
 
ByteToCharISO2022JP - Class in sun.io
 
ByteToCharISO2022JP() - Constructor for class sun.io.ByteToCharISO2022JP
 
ByteToCharISO2022KR - Class in sun.io
 
ByteToCharISO2022KR() - Constructor for class sun.io.ByteToCharISO2022KR
 
ByteToCharISO8859_1 - Class in sun.io
A algorithmic conversion from ISO 8859-1 to Unicode
ByteToCharISO8859_1() - Constructor for class sun.io.ByteToCharISO8859_1
 
ByteToCharISO8859_15_FDIS - Class in sun.io
A table to convert ISO8859_15_FDIS to Unicode
ByteToCharISO8859_15_FDIS() - Constructor for class sun.io.ByteToCharISO8859_15_FDIS
 
ByteToCharISO8859_2 - Class in sun.io
A table to convert ISO8859_2 to Unicode
ByteToCharISO8859_2() - Constructor for class sun.io.ByteToCharISO8859_2
 
ByteToCharISO8859_3 - Class in sun.io
A table to convert ISO8859_3 to Unicode
ByteToCharISO8859_3() - Constructor for class sun.io.ByteToCharISO8859_3
 
ByteToCharISO8859_4 - Class in sun.io
A table to convert ISO8859_4 to Unicode
ByteToCharISO8859_4() - Constructor for class sun.io.ByteToCharISO8859_4
 
ByteToCharISO8859_5 - Class in sun.io
A table to convert ISO8859_5 to Unicode
ByteToCharISO8859_5() - Constructor for class sun.io.ByteToCharISO8859_5
 
ByteToCharISO8859_6 - Class in sun.io
A table to convert ISO8859_6 to Unicode
ByteToCharISO8859_6() - Constructor for class sun.io.ByteToCharISO8859_6
 
ByteToCharISO8859_7 - Class in sun.io
A table to convert ISO8859_7 to Unicode
ByteToCharISO8859_7() - Constructor for class sun.io.ByteToCharISO8859_7
 
ByteToCharISO8859_8 - Class in sun.io
A table to convert ISO8859_8 to Unicode
ByteToCharISO8859_8() - Constructor for class sun.io.ByteToCharISO8859_8
 
ByteToCharISO8859_9 - Class in sun.io
A table to convert ISO8859_9 to Unicode
ByteToCharISO8859_9() - Constructor for class sun.io.ByteToCharISO8859_9
 
ByteToCharJISAutoDetect - Class in sun.io
 
ByteToCharJISAutoDetect() - Constructor for class sun.io.ByteToCharJISAutoDetect
 
ByteToCharJohab - Class in sun.io
Tables and data to convert Johab to Unicode
ByteToCharJohab() - Constructor for class sun.io.ByteToCharJohab
 
ByteToCharKOI8_R - Class in sun.io
A table to convert KOI8_R to Unicode
ByteToCharKOI8_R() - Constructor for class sun.io.ByteToCharKOI8_R
 
ByteToCharMacArabic - Class in sun.io
A table to convert MacArabic to Unicode
ByteToCharMacArabic() - Constructor for class sun.io.ByteToCharMacArabic
 
ByteToCharMacCentralEurope - Class in sun.io
A table to convert MacCentralEurope to Unicode
ByteToCharMacCentralEurope() - Constructor for class sun.io.ByteToCharMacCentralEurope
 
ByteToCharMacCroatian - Class in sun.io
A table to convert MacCroatian to Unicode
ByteToCharMacCroatian() - Constructor for class sun.io.ByteToCharMacCroatian
 
ByteToCharMacCyrillic - Class in sun.io
A table to convert MacCyrillic to Unicode
ByteToCharMacCyrillic() - Constructor for class sun.io.ByteToCharMacCyrillic
 
ByteToCharMacDingbat - Class in sun.io
A table to convert MacDingbat to Unicode
ByteToCharMacDingbat() - Constructor for class sun.io.ByteToCharMacDingbat
 
ByteToCharMacGreek - Class in sun.io
A table to convert MacGreek to Unicode
ByteToCharMacGreek() - Constructor for class sun.io.ByteToCharMacGreek
 
ByteToCharMacHebrew - Class in sun.io
A table to convert MacHebrew to Unicode
ByteToCharMacHebrew() - Constructor for class sun.io.ByteToCharMacHebrew
 
ByteToCharMacIceland - Class in sun.io
A table to convert MacIceland to Unicode
ByteToCharMacIceland() - Constructor for class sun.io.ByteToCharMacIceland
 
ByteToCharMacRoman - Class in sun.io
A table to convert MacRoman to Unicode
ByteToCharMacRoman() - Constructor for class sun.io.ByteToCharMacRoman
 
ByteToCharMacRomania - Class in sun.io
A table to convert MacRomania to Unicode
ByteToCharMacRomania() - Constructor for class sun.io.ByteToCharMacRomania
 
ByteToCharMacSymbol - Class in sun.io
A table to convert MacSymbol to Unicode
ByteToCharMacSymbol() - Constructor for class sun.io.ByteToCharMacSymbol
 
ByteToCharMacThai - Class in sun.io
A table to convert MacThai to Unicode
ByteToCharMacThai() - Constructor for class sun.io.ByteToCharMacThai
 
ByteToCharMacTurkish - Class in sun.io
A table to convert MacTurkish to Unicode
ByteToCharMacTurkish() - Constructor for class sun.io.ByteToCharMacTurkish
 
ByteToCharMacUkraine - Class in sun.io
A table to convert MacUkraine to Unicode
ByteToCharMacUkraine() - Constructor for class sun.io.ByteToCharMacUkraine
 
ByteToCharMS874 - Class in sun.io
A table to convert MS874 to Unicode
ByteToCharMS874() - Constructor for class sun.io.ByteToCharMS874
 
ByteToCharMS932 - Class in sun.io
Tables and data to convert MS932 to Unicode
ByteToCharMS932() - Constructor for class sun.io.ByteToCharMS932
 
ByteToCharMS936 - Class in sun.io
Tables and data to convert MS936 to Unicode
ByteToCharMS936() - Constructor for class sun.io.ByteToCharMS936
 
ByteToCharMS950 - Class in sun.io
Tables and data to convert MS950 to Unicode
ByteToCharMS950() - Constructor for class sun.io.ByteToCharMS950
 
ByteToCharSingleByte - Class in sun.io
A table driven conversion from byte to char for single byte character sets.
ByteToCharSingleByte() - Constructor for class sun.io.ByteToCharSingleByte
 
ByteToCharSJIS - Class in sun.io
 
ByteToCharSJIS() - Constructor for class sun.io.ByteToCharSJIS
 
byteToCharTable - Variable in class sun.io.ByteToCharEUC
 
byteToCharTable - Variable in class sun.io.ByteToCharSingleByte
Mapping table.
ByteToCharTIS620 - Class in sun.io
A table to convert TIS620 to Unicode
ByteToCharTIS620() - Constructor for class sun.io.ByteToCharTIS620
 
ByteToCharUnicode - Class in sun.io
Convert byte arrays containing Unicode characters into arrays of actual Unicode characters.
ByteToCharUnicode() - Constructor for class sun.io.ByteToCharUnicode
Creates a Unicode byte-to-char converter that expects the first pair of input bytes to be a byte-order mark, which will be interpreted and discarded.
ByteToCharUnicode(int, boolean) - Constructor for class sun.io.ByteToCharUnicode
Creates a Unicode byte-to-char converter that uses the given byte order and may or may not insist upon an initial byte-order mark.
ByteToCharUnicodeBig - Class in sun.io
Convert byte arrays containing Unicode characters into arrays of actual Unicode characters, assuming a big-endian byte order.
ByteToCharUnicodeBig() - Constructor for class sun.io.ByteToCharUnicodeBig
 
ByteToCharUnicodeBigUnmarked - Class in sun.io
Convert byte arrays containing Unicode characters into arrays of actual Unicode characters, assuming a big-endian byte order and requiring no byte-order mark.
ByteToCharUnicodeBigUnmarked() - Constructor for class sun.io.ByteToCharUnicodeBigUnmarked
 
ByteToCharUnicodeLittle - Class in sun.io
Convert byte arrays containing Unicode characters into arrays of actual Unicode characters, assuming a little-endian byte order.
ByteToCharUnicodeLittle() - Constructor for class sun.io.ByteToCharUnicodeLittle
 
ByteToCharUnicodeLittleUnmarked - Class in sun.io
Convert byte arrays containing Unicode characters into arrays of actual Unicode characters, assuming a little-endian byte order and requiring no byte-order mark.
ByteToCharUnicodeLittleUnmarked() - Constructor for class sun.io.ByteToCharUnicodeLittleUnmarked
 
ByteToCharUTF16 - Class in sun.io
Convert byte arrays containing Unicode characters into arrays of actual Unicode characters, assuming an initial byte-order mark.
ByteToCharUTF16() - Constructor for class sun.io.ByteToCharUTF16
 
ByteToCharUTF8 - Class in sun.io
UCS Transformation Format 8 (UTF-8) -> UCS2 (UTF16) converter see CharToByteUTF8.java about UTF-8 format
ByteToCharUTF8() - Constructor for class sun.io.ByteToCharUTF8
 
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue() - Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue() - Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue() - Method in class java.lang.Short
Returns the value of this Short as a byte.

C

CA_COMPROMISE - Static variable in class sun.security.x509.CRLReasonCodeExtension
 
Cache - Class in sun.misc
The Cache class.
Cache(int, float) - Constructor for class sun.misc.Cache
Constructs a new, empty Cache with the specified initial capacity and the specified load factor.
Cache(int) - Constructor for class sun.misc.Cache
Constructs a new, empty Cache with the specified initial capacity.
Cache() - Constructor for class sun.misc.Cache
Constructs a new, empty Cache.
Cache - Class in sun.security.util
Abstract base class and factory for caches.
Cache() - Constructor for class sun.security.util.Cache
 
Cache.EqualByteArray - Class in sun.security.util
Utility class that wraps a byte array and implements the equals() and hashCode() contract in a way suitable for Maps and caches.
Cache.EqualByteArray(byte[]) - Constructor for class sun.security.util.Cache.EqualByteArray
 
cachedHttpClient - Variable in class sun.net.www.http.HttpClient
 
cacheProperties() - Method in interface com.sun.cdc.config.PropertyProvider
Tells underlying implementation to cache values of all the properties corresponding to this particular class.
cacheProperties() - Method in class com.sun.cdc.config.PropertyProviderAdapter
Tells underlying implementation to cache values of all the properties corresponding to this particular class.
calendar - Variable in class java.text.DateFormat
The calendar that DateFormat uses to produce the time field values needed to implement date and time formatting.
Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and locale.
Calendar(TimeZone, Locale) - Constructor for class java.util.Calendar
Constructs a calendar with the specified time zone and locale.
CalendarDate - Class in sun.util.calendar
CalendarDate holds the date fields, such as year and month, to represent a particular date and time.
CalendarDate() - Constructor for class sun.util.calendar.CalendarDate
 
CalendarDate(int, int, int) - Constructor for class sun.util.calendar.CalendarDate
 
CalendarSystem - Interface in sun.util.calendar
 
callerCLIsMIDCLs() - Static method in class sun.misc.CVM
 
CallSite(int, int) - Static method in class com.sun.demo.jvmti.hprof.Tracker
 
CANADA - Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH - Static variable in class java.util.Locale
Useful constant for country.
canCache() - Method in class sun.net.www.URLConnection
Returns true if the data associated with this URL can be cached.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel() - Method in class sun.misc.GC.LatencyRequest
Cancels this latency request.
canConvert(char) - Method in class sun.awt.pocketpc.PPCDefaultFontCharset
 
canConvert(char) - Method in class sun.io.CharToByteASCII
 
canConvert(char) - Method in class sun.io.CharToByteConverter
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteCp933
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteCp949
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteCp949C
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteCp970
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteDBCS_ASCII
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteDBCS_EBCDIC
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteDoubleByte
Return whether a character is mappable or not
canConvert(char) - Method in class sun.io.CharToByteEUC
Returns true if the given character can be converted to the target character encoding.
canConvert(char) - Method in class sun.io.CharToByteEUC_TW
 
canConvert(char) - Method in class sun.io.CharToByteISO2022
 
canConvert(char) - Method in class sun.io.CharToByteISO8859_1
This method is changed to a CNI method for performance purpose.
canConvert(char) - Method in class sun.io.CharToByteUTF8
 
CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
canonicalID(String) - Static method in class sun.net.www.MessageHeader
Convert a message-id string to canonical form (strips off leading and trailing <>s)
canonizeString(String) - Method in class sun.net.www.ParseUtil
Returns a canonical version of the specified string.
canRead() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Test to see if the selected item can be read
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canRead0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
canRead0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
Canvas - Class in java.awt
A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
Canvas() - Constructor for class java.awt.Canvas
Constructs a new Canvas.
CanvasPeer - Interface in sun.awt.peer
 
canWrite() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Test to see if the selected item can be written
canWrite() - Method in class java.io.File
Tests whether the application can modify to the file denoted by this abstract pathname.
canWrite0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
canWrite0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPS_LOCK - Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
captureHeapState(String) - Static method in class sun.misc.VMInspector
 
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that orders String objects as by compareToIgnoreCase.
cd(String) - Method in class sun.net.ftp.FtpClient
CD to a specific directory on a remote FTP server
CDCAppClassLoader - Class in sun.misc
 
CDCAppClassLoader(URL[], ClassLoader) - Constructor for class sun.misc.CDCAppClassLoader
 
CEFormatException - Exception in sun.misc
 
CEFormatException(String) - Constructor for exception sun.misc.CEFormatException
 
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENTER - Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER - Static variable in class java.awt.Label
Indicates that the label should be centered.
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CertAttrSet - Interface in sun.security.x509
This interface defines the methods required of a certificate attribute.
Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Creates a certificate of the specified type.
Certificate - Interface in java.security
Deprecated. A new certificate handling package is created in the Java 2 platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.
Certificate - Interface in javax.microedition.pki
Interface common to certificates.
Certificate.CertificateRep - Class in java.security.cert
Alternate Certificate class for serialization.
Certificate.CertificateRep(String, byte[]) - Constructor for class java.security.cert.Certificate.CertificateRep
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
CERTIFICATE_CHAIN_TOO_LONG - Static variable in exception javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CERTIFICATE_HOLD - Static variable in class sun.security.x509.CRLReasonCodeExtension
 
CertificateAlgorithmId - Class in sun.security.x509
This class defines the AlgorithmId for the Certificate.
CertificateAlgorithmId(AlgorithmId) - Constructor for class sun.security.x509.CertificateAlgorithmId
Default constructor for the certificate attribute.
CertificateAlgorithmId(DerInputStream) - Constructor for class sun.security.x509.CertificateAlgorithmId
Create the object, decoding the values from the passed DER stream.
CertificateAlgorithmId(InputStream) - Constructor for class sun.security.x509.CertificateAlgorithmId
Create the object, decoding the values from the passed stream.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateException - Exception in java.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateException - Exception in javax.microedition.pki
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
CertificateExpiredException - Exception in java.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateExtensions - Class in sun.security.x509
This class defines the Extensions attribute for the Certificate.
CertificateExtensions() - Constructor for class sun.security.x509.CertificateExtensions
Default constructor.
CertificateExtensions(DerInputStream) - Constructor for class sun.security.x509.CertificateExtensions
Create the object, decoding the values from the passed DER stream.
CertificateFactory - Class in java.security.cert
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactory(CertificateFactorySpi, Provider, String) - Constructor for class java.security.cert.CertificateFactory
Creates a CertificateFactory object of the given type, and encapsulates the given provider implementation (SPI object) in it.
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
CertificateIssuerName - Class in sun.security.x509
This class defines the X500Name attribute for the Certificate.
CertificateIssuerName(X500Name) - Constructor for class sun.security.x509.CertificateIssuerName
Default constructor for the certificate attribute.
CertificateIssuerName(DerInputStream) - Constructor for class sun.security.x509.CertificateIssuerName
Create the object, decoding the values from the passed DER stream.
CertificateIssuerName(InputStream) - Constructor for class sun.security.x509.CertificateIssuerName
Create the object, decoding the values from the passed stream.
CertificateIssuerUniqueIdentity - Class in sun.security.x509
This class defines the subject/issuer unique identity attribute for the Certificate.
CertificateIssuerUniqueIdentity(UniqueIdentity) - Constructor for class sun.security.x509.CertificateIssuerUniqueIdentity
Default constructor for the certificate attribute.
CertificateIssuerUniqueIdentity(DerInputStream) - Constructor for class sun.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed DER stream.
CertificateIssuerUniqueIdentity(InputStream) - Constructor for class sun.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed stream.
CertificateIssuerUniqueIdentity(DerValue) - Constructor for class sun.security.x509.CertificateIssuerUniqueIdentity
Create the object, decoding the values from the passed DER value.
CertificateNotYetValidException - Exception in java.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateParsingException - Exception in java.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificatePolicies_Id - Static variable in class sun.security.x509.PKIXExtensions
Contains the sequence of policy information terms.
CertificatePolicyId - Class in sun.security.x509
Represent the CertificatePolicyId ASN.1 object.
CertificatePolicyId(ObjectIdentifier) - Constructor for class sun.security.x509.CertificatePolicyId
Create a CertificatePolicyId with the ObjectIdentifier.
CertificatePolicyId(DerValue) - Constructor for class sun.security.x509.CertificatePolicyId
Create the object from its Der encoded value.
CertificatePolicyMap - Class in sun.security.x509
Represent the CertificatePolicyMap ASN.1 object.
CertificatePolicyMap(CertificatePolicyId, CertificatePolicyId) - Constructor for class sun.security.x509.CertificatePolicyMap
Create a CertificatePolicyMap with the passed CertificatePolicyId's.
CertificatePolicyMap(DerValue) - Constructor for class sun.security.x509.CertificatePolicyMap
Create the CertificatePolicyMap from the DER encoded value.
certificates() - Method in class java.security.Identity
Deprecated. Returns a copy of all the certificates for this identity.
CertificateSerialNumber - Class in sun.security.x509
This class defines the SerialNumber attribute for the Certificate.
CertificateSerialNumber(BigInteger) - Constructor for class sun.security.x509.CertificateSerialNumber
Default constructor for the certificate attribute.
CertificateSerialNumber(int) - Constructor for class sun.security.x509.CertificateSerialNumber
Default constructor for the certificate attribute.
CertificateSerialNumber(DerInputStream) - Constructor for class sun.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed DER stream.
CertificateSerialNumber(InputStream) - Constructor for class sun.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed stream.
CertificateSerialNumber(DerValue) - Constructor for class sun.security.x509.CertificateSerialNumber
Create the object, decoding the values from the passed DerValue.
CertificateSubjectName - Class in sun.security.x509
This class defines the X500Name attribute for the Certificate.
CertificateSubjectName(X500Name) - Constructor for class sun.security.x509.CertificateSubjectName
Default constructor for the certificate attribute.
CertificateSubjectName(DerInputStream) - Constructor for class sun.security.x509.CertificateSubjectName
Create the object, decoding the values from the passed DER stream.
CertificateSubjectName(InputStream) - Constructor for class sun.security.x509.CertificateSubjectName
Create the object, decoding the values from the passed stream.
CertificateSubjectUniqueIdentity - Class in sun.security.x509
This class defines the subject/issuer unique identity attribute for the Certificate.
CertificateSubjectUniqueIdentity(UniqueIdentity) - Constructor for class sun.security.x509.CertificateSubjectUniqueIdentity
Default constructor for the certificate attribute.
CertificateSubjectUniqueIdentity(DerInputStream) - Constructor for class sun.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed DER stream.
CertificateSubjectUniqueIdentity(InputStream) - Constructor for class sun.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed stream.
CertificateSubjectUniqueIdentity(DerValue) - Constructor for class sun.security.x509.CertificateSubjectUniqueIdentity
Create the object, decoding the values from the passed DER value.
CertificateValidity - Class in sun.security.x509
This class defines the interval for which the certificate is valid.
CertificateValidity() - Constructor for class sun.security.x509.CertificateValidity
Default constructor for the class.
CertificateValidity(Date, Date) - Constructor for class sun.security.x509.CertificateValidity
The default constructor for this class for the specified interval.
CertificateValidity(DerInputStream) - Constructor for class sun.security.x509.CertificateValidity
Create the object, decoding the values from the passed DER stream.
CertificateVersion - Class in sun.security.x509
This class defines the version of the X509 Certificate.
CertificateVersion() - Constructor for class sun.security.x509.CertificateVersion
The default constructor for this class, sets the version to 0 (i.e.
CertificateVersion(int) - Constructor for class sun.security.x509.CertificateVersion
The constructor for this class for the required version.
CertificateVersion(DerInputStream) - Constructor for class sun.security.x509.CertificateVersion
Create the object, decoding the values from the passed DER stream.
CertificateVersion(InputStream) - Constructor for class sun.security.x509.CertificateVersion
Create the object, decoding the values from the passed stream.
CertificateVersion(DerValue) - Constructor for class sun.security.x509.CertificateVersion
Create the object, decoding the values from the passed DerValue.
CertificateX509Key - Class in sun.security.x509
This class defines the X509Key attribute for the Certificate.
CertificateX509Key(PublicKey) - Constructor for class sun.security.x509.CertificateX509Key
Default constructor for the certificate attribute.
CertificateX509Key(DerInputStream) - Constructor for class sun.security.x509.CertificateX509Key
Create the object, decoding the values from the passed DER stream.
CertificateX509Key(InputStream) - Constructor for class sun.security.x509.CertificateX509Key
Create the object, decoding the values from the passed stream.
CertPath - Class in java.security.cert
An immutable sequence of certificates (a certification path).
CertPath(String) - Constructor for class java.security.cert.CertPath
Creates a CertPath of the specified type.
CertPath.CertPathRep - Class in java.security.cert
Alternate CertPath class for serialization.
CertPath.CertPathRep(String, byte[]) - Constructor for class java.security.cert.CertPath.CertPathRep
Creates a CertPathRep with the specified type and encoded form of a certification path.
CESSATION_OF_OPERATION - Static variable in class sun.security.x509.CRLReasonCodeExtension
 
CEStreamExhausted - Exception in sun.misc
This exception is thrown when EOF is reached
CEStreamExhausted() - Constructor for exception sun.misc.CEStreamExhausted
 
chainDecorator(InputStream) - Method in class sun.net.www.protocol.file.FileURLConnection
 
CHALLENGE_PASSWORD_OID - Static variable in class sun.security.pkcs.PKCS9Attribute
 
CHALLENGE_PASSWORD_STR - Static variable in class sun.security.pkcs.PKCS9Attribute
 
CHAR_TO_BYTE - Static variable in class sun.io.Converters
 
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
Character.Subset - Class in java.lang
Instances of this class represent particular subsets of the Unicode character set.
Character.Subset(String) - Constructor for class java.lang.Character.Subset
Constructs a new Subset instance.
Character.UnicodeBlock - Class in java.lang
A family of character subsets representing the character blocks in the Unicode specification.
CharacterDecoder - Class in sun.misc
This class defines the decoding half of character encoders.
CharacterDecoder() - Constructor for class sun.misc.CharacterDecoder
 
CharacterEncoder - Class in sun.misc
This class defines the encoding half of character encoders.
CharacterEncoder() - Constructor for class sun.misc.CharacterEncoder
 
CharacterEncoding - Class in sun.io
 
CharacterEncoding() - Constructor for class sun.io.CharacterEncoding
 
CharacterIterator - Interface in java.text
This interface defines a protocol for bidirectional iteration over text.
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayWriter - Class in java.io
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the character at the specified index.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
CharConversionException - Exception in java.io
Base class for character conversion exceptions.
CharConversionException() - Constructor for exception java.io.CharConversionException
This provides no detailed message.
CharConversionException(String) - Constructor for exception java.io.CharConversionException
This provides a detailed message.
charOff - Variable in class sun.io.ByteToCharConverter
 
charOff - Variable in class sun.io.CharToByteConverter
Offset of next character to be converted.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of characters.
charsetChars - Variable in class sun.awt.CharsetString
chars for this string.
charsetRegistry - Static variable in class sun.awt.PlatformFont
 
CharsetString - Class in sun.awt
 
CharsetString(char[], int, int, FontDescriptor) - Constructor for class sun.awt.CharsetString
Creates a new CharsetString
charsWidth(char[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charToByteArray(char[], int, int) - Static method in class com.sun.cdc.i18n.Helper
Convert a char array to a byte array
charToByteArray(char[], int, int, String) - Static method in class com.sun.cdc.i18n.Helper
Convert a char array to a byte array
CharToByteASCII - Class in sun.io
 
CharToByteASCII() - Constructor for class sun.io.CharToByteASCII
 
CharToByteBig5 - Class in sun.io
Tables and data to convert Unicode to Big5
CharToByteBig5() - Constructor for class sun.io.CharToByteBig5
 
CharToByteConverter - Class in sun.io
An abstract base class for subclasses which convert Unicode characters into an external encoding.
CharToByteConverter() - Constructor for class sun.io.CharToByteConverter
 
CharToByteCp037 - Class in sun.io
Tables and data to convert Unicode to Cp037
CharToByteCp037() - Constructor for class sun.io.CharToByteCp037
 
CharToByteCp1006 - Class in sun.io
Tables and data to convert Unicode to Cp1006
CharToByteCp1006() - Constructor for class sun.io.CharToByteCp1006
 
CharToByteCp1025 - Class in sun.io
Tables and data to convert Unicode to Cp1025
CharToByteCp1025() - Constructor for class sun.io.CharToByteCp1025
 
CharToByteCp1026 - Class in sun.io
Tables and data to convert Unicode to Cp1026
CharToByteCp1026() - Constructor for class sun.io.CharToByteCp1026
 
CharToByteCp1046 - Class in sun.io
Tables and data to convert Unicode to Cp1046
CharToByteCp1046() - Constructor for class sun.io.CharToByteCp1046
 
CharToByteCp1097 - Class in sun.io
Tables and data to convert Unicode to Cp1097
CharToByteCp1097() - Constructor for class sun.io.CharToByteCp1097
 
CharToByteCp1098 - Class in sun.io
Tables and data to convert Unicode to Cp1098
CharToByteCp1098() - Constructor for class sun.io.CharToByteCp1098
 
CharToByteCp1112 - Class in sun.io
Tables and data to convert Unicode to Cp1112
CharToByteCp1112() - Constructor for class sun.io.CharToByteCp1112
 
CharToByteCp1122 - Class in sun.io
Tables and data to convert Unicode to Cp1122
CharToByteCp1122() - Constructor for class sun.io.CharToByteCp1122
 
CharToByteCp1123 - Class in sun.io
Tables and data to convert Unicode to Cp1123
CharToByteCp1123() - Constructor for class sun.io.CharToByteCp1123
 
CharToByteCp1124 - Class in sun.io
Tables and data to convert Unicode to Cp1124
CharToByteCp1124() - Constructor for class sun.io.CharToByteCp1124
 
CharToByteCp1140 - Class in sun.io
Tables and data to convert Unicode to Cp1140
CharToByteCp1140() - Constructor for class sun.io.CharToByteCp1140
 
CharToByteCp1141 - Class in sun.io
Tables and data to convert Unicode to Cp1141
CharToByteCp1141() - Constructor for class sun.io.CharToByteCp1141
 
CharToByteCp1142 - Class in sun.io
Tables and data to convert Unicode to Cp1142
CharToByteCp1142() - Constructor for class sun.io.CharToByteCp1142
 
CharToByteCp1143 - Class in sun.io
Tables and data to convert Unicode to Cp1143
CharToByteCp1143() - Constructor for class sun.io.CharToByteCp1143
 
CharToByteCp1144 - Class in sun.io
Tables and data to convert Unicode to Cp1144
CharToByteCp1144() - Constructor for class sun.io.CharToByteCp1144
 
CharToByteCp1145 - Class in sun.io
Tables and data to convert Unicode to Cp1145
CharToByteCp1145() - Constructor for class sun.io.CharToByteCp1145
 
CharToByteCp1146 - Class in sun.io
Tables and data to convert Unicode to Cp1146
CharToByteCp1146() - Constructor for class sun.io.CharToByteCp1146
 
CharToByteCp1147 - Class in sun.io
Tables and data to convert Unicode to Cp1147
CharToByteCp1147() - Constructor for class sun.io.CharToByteCp1147
 
CharToByteCp1148 - Class in sun.io
Tables and data to convert Unicode to Cp1148
CharToByteCp1148() - Constructor for class sun.io.CharToByteCp1148
 
CharToByteCp1149 - Class in sun.io
Tables and data to convert Unicode to Cp1149
CharToByteCp1149() - Constructor for class sun.io.CharToByteCp1149
 
CharToByteCp1250 - Class in sun.io
Tables and data to convert Unicode to Cp1250
CharToByteCp1250() - Constructor for class sun.io.CharToByteCp1250
 
CharToByteCp1251 - Class in sun.io
Tables and data to convert Unicode to Cp1251
CharToByteCp1251() - Constructor for class sun.io.CharToByteCp1251
 
CharToByteCp1253 - Class in sun.io
Tables and data to convert Unicode to Cp1253
CharToByteCp1253() - Constructor for class sun.io.CharToByteCp1253
 
CharToByteCp1254 - Class in sun.io
Tables and data to convert Unicode to Cp1254
CharToByteCp1254() - Constructor for class sun.io.CharToByteCp1254
 
CharToByteCp1255 - Class in sun.io
Tables and data to convert Unicode to Cp1255
CharToByteCp1255() - Constructor for class sun.io.CharToByteCp1255
 
CharToByteCp1256 - Class in sun.io
Tables and data to convert Unicode to Cp1256
CharToByteCp1256() - Constructor for class sun.io.CharToByteCp1256
 
CharToByteCp1257 - Class in sun.io
Tables and data to convert Unicode to Cp1257
CharToByteCp1257() - Constructor for class sun.io.CharToByteCp1257
 
CharToByteCp1258 - Class in sun.io
Tables and data to convert Unicode to Cp1258
CharToByteCp1258() - Constructor for class sun.io.CharToByteCp1258
 
CharToByteCp1381 - Class in sun.io
Tables and data to convert Unicode to Cp1381
CharToByteCp1381() - Constructor for class sun.io.CharToByteCp1381
 
CharToByteCp1383 - Class in sun.io
Tables and data to convert Unicode to Cp1383
CharToByteCp1383() - Constructor for class sun.io.CharToByteCp1383
 
CharToByteCp273 - Class in sun.io
Tables and data to convert Unicode to Cp273
CharToByteCp273() - Constructor for class sun.io.CharToByteCp273
 
CharToByteCp277 - Class in sun.io
Tables and data to convert Unicode to Cp277
CharToByteCp277() - Constructor for class sun.io.CharToByteCp277
 
CharToByteCp278 - Class in sun.io
Tables and data to convert Unicode to Cp278
CharToByteCp278() - Constructor for class sun.io.CharToByteCp278
 
CharToByteCp280 - Class in sun.io
Tables and data to convert Unicode to Cp280
CharToByteCp280() - Constructor for class sun.io.CharToByteCp280
 
CharToByteCp284 - Class in sun.io
Tables and data to convert Unicode to Cp284
CharToByteCp284() - Constructor for class sun.io.CharToByteCp284
 
CharToByteCp285 - Class in sun.io
Tables and data to convert Unicode to Cp285
CharToByteCp285() - Constructor for class sun.io.CharToByteCp285
 
CharToByteCp297 - Class in sun.io
Tables and data to convert Unicode to Cp297
CharToByteCp297() - Constructor for class sun.io.CharToByteCp297
 
CharToByteCp33722 - Class in sun.io
Tables and data to convert Unicode to Cp33722
CharToByteCp33722() - Constructor for class sun.io.CharToByteCp33722
 
CharToByteCp420 - Class in sun.io
Tables and data to convert Unicode to Cp420
CharToByteCp420() - Constructor for class sun.io.CharToByteCp420
 
CharToByteCp424 - Class in sun.io
Tables and data to convert Unicode to Cp424
CharToByteCp424() - Constructor for class sun.io.CharToByteCp424
 
CharToByteCp437 - Class in sun.io
Tables and data to convert Unicode to Cp437
CharToByteCp437() - Constructor for class sun.io.CharToByteCp437
 
CharToByteCp500 - Class in sun.io
Tables and data to convert Unicode to Cp500
CharToByteCp500() - Constructor for class sun.io.CharToByteCp500
 
CharToByteCp737 - Class in sun.io
Tables and data to convert Unicode to Cp737
CharToByteCp737() - Constructor for class sun.io.CharToByteCp737
 
CharToByteCp775 - Class in sun.io
Tables and data to convert Unicode to Cp775
CharToByteCp775() - Constructor for class sun.io.CharToByteCp775
 
CharToByteCp838 - Class in sun.io
Tables and data to convert Unicode to Cp838
CharToByteCp838() - Constructor for class sun.io.CharToByteCp838
 
CharToByteCp850 - Class in sun.io
Tables and data to convert Unicode to Cp850
CharToByteCp850() - Constructor for class sun.io.CharToByteCp850
 
CharToByteCp852 - Class in sun.io
Tables and data to convert Unicode to Cp852
CharToByteCp852() - Constructor for class sun.io.CharToByteCp852
 
CharToByteCp855 - Class in sun.io
Tables and data to convert Unicode to Cp855
CharToByteCp855() - Constructor for class sun.io.CharToByteCp855
 
CharToByteCp856 - Class in sun.io
Tables and data to convert Unicode to Cp856
CharToByteCp856() - Constructor for class sun.io.CharToByteCp856
 
CharToByteCp857 - Class in sun.io
Tables and data to convert Unicode to Cp857
CharToByteCp857() - Constructor for class sun.io.CharToByteCp857
 
CharToByteCp858 - Class in sun.io
Tables and data to convert Unicode to Cp858
CharToByteCp858() - Constructor for class sun.io.CharToByteCp858
 
CharToByteCp860 - Class in sun.io
Tables and data to convert Unicode to Cp860
CharToByteCp860() - Constructor for class sun.io.CharToByteCp860
 
CharToByteCp861 - Class in sun.io
Tables and data to convert Unicode to Cp861
CharToByteCp861() - Constructor for class sun.io.CharToByteCp861
 
CharToByteCp862 - Class in sun.io
Tables and data to convert Unicode to Cp862
CharToByteCp862() - Constructor for class sun.io.CharToByteCp862
 
CharToByteCp863 - Class in sun.io
Tables and data to convert Unicode to Cp863
CharToByteCp863() - Constructor for class sun.io.CharToByteCp863
 
CharToByteCp864 - Class in sun.io
Tables and data to convert Unicode to Cp864
CharToByteCp864() - Constructor for class sun.io.CharToByteCp864
 
CharToByteCp865 - Class in sun.io
Tables and data to convert Unicode to Cp865
CharToByteCp865() - Constructor for class sun.io.CharToByteCp865
 
CharToByteCp866 - Class in sun.io
Tables and data to convert Unicode to Cp866
CharToByteCp866() - Constructor for class sun.io.CharToByteCp866
 
CharToByteCp868 - Class in sun.io
Tables and data to convert Unicode to Cp868
CharToByteCp868() - Constructor for class sun.io.CharToByteCp868
 
CharToByteCp869 - Class in sun.io
Tables and data to convert Unicode to Cp869
CharToByteCp869() - Constructor for class sun.io.CharToByteCp869
 
CharToByteCp870 - Class in sun.io
Tables and data to convert Unicode to Cp870
CharToByteCp870() - Constructor for class sun.io.CharToByteCp870
 
CharToByteCp871 - Class in sun.io
Tables and data to convert Unicode to Cp871
CharToByteCp871() - Constructor for class sun.io.CharToByteCp871
 
CharToByteCp874 - Class in sun.io
Tables and data to convert Unicode to Cp874
CharToByteCp874() - Constructor for class sun.io.CharToByteCp874
 
CharToByteCp875 - Class in sun.io
Tables and data to convert Unicode to Cp875
CharToByteCp875() - Constructor for class sun.io.CharToByteCp875
 
CharToByteCp918 - Class in sun.io
Tables and data to convert Unicode to Cp918
CharToByteCp918() - Constructor for class sun.io.CharToByteCp918
 
CharToByteCp921 - Class in sun.io
Tables and data to convert Unicode to Cp921
CharToByteCp921() - Constructor for class sun.io.CharToByteCp921
 
CharToByteCp922 - Class in sun.io
Tables and data to convert Unicode to Cp922
CharToByteCp922() - Constructor for class sun.io.CharToByteCp922
 
CharToByteCp923 - Class in sun.io
Tables and data to convert Unicode to Cp923
CharToByteCp923() - Constructor for class sun.io.CharToByteCp923
 
CharToByteCp930 - Class in sun.io
Tables and data to convert Unicode to Cp930
CharToByteCp930() - Constructor for class sun.io.CharToByteCp930
 
CharToByteCp933 - Class in sun.io
 
CharToByteCp933() - Constructor for class sun.io.CharToByteCp933
 
CharToByteCp935 - Class in sun.io
Tables and data to convert Unicode to Cp935
CharToByteCp935() - Constructor for class sun.io.CharToByteCp935
 
CharToByteCp937 - Class in sun.io
Tables and data to convert Unicode to Cp937
CharToByteCp937() - Constructor for class sun.io.CharToByteCp937
 
CharToByteCp939 - Class in sun.io
Tables and data to convert Unicode to Cp939
CharToByteCp939() - Constructor for class sun.io.CharToByteCp939
 
CharToByteCp942 - Class in sun.io
Tables and data to convert Unicode to Cp942
CharToByteCp942() - Constructor for class sun.io.CharToByteCp942
 
CharToByteCp942C - Class in sun.io
 
CharToByteCp943 - Class in sun.io
Tables and data to convert Unicode to Cp943
CharToByteCp943() - Constructor for class sun.io.CharToByteCp943
 
CharToByteCp943C - Class in sun.io
 
CharToByteCp948 - Class in sun.io
Tables and data to convert Unicode to Cp948
CharToByteCp948() - Constructor for class sun.io.CharToByteCp948
 
CharToByteCp949 - Class in sun.io
 
CharToByteCp949() - Constructor for class sun.io.CharToByteCp949
 
CharToByteCp949C - Class in sun.io
 
CharToByteCp949C() - Constructor for class sun.io.CharToByteCp949C
 
CharToByteCp950 - Class in sun.io
Tables and data to convert Unicode to Cp950
CharToByteCp950() - Constructor for class sun.io.CharToByteCp950
 
CharToByteCp964 - Class in sun.io
Tables and data to convert Unicode to Cp964
CharToByteCp964() - Constructor for class sun.io.CharToByteCp964
 
CharToByteCp970 - Class in sun.io
 
CharToByteCp970() - Constructor for class sun.io.CharToByteCp970
 
CharToByteDBCS_ASCII - Class in sun.io
 
CharToByteDBCS_ASCII() - Constructor for class sun.io.CharToByteDBCS_ASCII
 
CharToByteDBCS_EBCDIC - Class in sun.io
 
CharToByteDBCS_EBCDIC() - Constructor for class sun.io.CharToByteDBCS_EBCDIC
 
CharToByteDoubleByte - Class in sun.io
 
CharToByteDoubleByte() - Constructor for class sun.io.CharToByteDoubleByte
 
CharToByteEUC - Class in sun.io
 
CharToByteEUC() - Constructor for class sun.io.CharToByteEUC
 
CharToByteEUC_CN - Class in sun.io
Tables and data to convert Unicode to EUC_CN
CharToByteEUC_CN() - Constructor for class sun.io.CharToByteEUC_CN
 
CharToByteEUC_JP - Class in sun.io
 
CharToByteEUC_JP() - Constructor for class sun.io.CharToByteEUC_JP
 
CharToByteEUC_KR - Class in sun.io
Tables and data to convert Unicode to EUC_KR
CharToByteEUC_KR() - Constructor for class sun.io.CharToByteEUC_KR
 
CharToByteEUC_TW - Class in sun.io
 
CharToByteEUC_TW() - Constructor for class sun.io.CharToByteEUC_TW
 
CharToByteGBK - Class in sun.io
Tables and data to convert Unicode to GBK
CharToByteGBK() - Constructor for class sun.io.CharToByteGBK
 
CharToByteISO2022 - Class in sun.io
 
CharToByteISO2022() - Constructor for class sun.io.CharToByteISO2022
 
CharToByteISO2022CN_CNS - Class in sun.io
 
CharToByteISO2022CN_CNS() - Constructor for class sun.io.CharToByteISO2022CN_CNS
 
CharToByteISO2022CN_GB - Class in sun.io
 
CharToByteISO2022CN_GB() - Constructor for class sun.io.CharToByteISO2022CN_GB
 
CharToByteISO2022JP - Class in sun.io
 
CharToByteISO2022JP() - Constructor for class sun.io.CharToByteISO2022JP
 
CharToByteISO2022KR - Class in sun.io
 
CharToByteISO2022KR() - Constructor for class sun.io.CharToByteISO2022KR
 
CharToByteISO8859_1 - Class in sun.io
 
CharToByteISO8859_1() - Constructor for class sun.io.CharToByteISO8859_1
 
CharToByteISO8859_15_FDIS - Class in sun.io
Tables and data to convert Unicode to ISO8859_15_FDIS
CharToByteISO8859_15_FDIS() - Constructor for class sun.io.CharToByteISO8859_15_FDIS
 
CharToByteISO8859_2 - Class in sun.io
Tables and data to convert Unicode to ISO8859_2
CharToByteISO8859_2() - Constructor for class sun.io.CharToByteISO8859_2
 
CharToByteISO8859_3 - Class in sun.io
Tables and data to convert Unicode to ISO8859_3
CharToByteISO8859_3() - Constructor for class sun.io.CharToByteISO8859_3
 
CharToByteISO8859_4 - Class in sun.io
Tables and data to convert Unicode to ISO8859_4
CharToByteISO8859_4() - Constructor for class sun.io.CharToByteISO8859_4
 
CharToByteISO8859_5 - Class in sun.io
Tables and data to convert Unicode to ISO8859_5
CharToByteISO8859_5() - Constructor for class sun.io.CharToByteISO8859_5
 
CharToByteISO8859_6 - Class in sun.io
Tables and data to convert Unicode to ISO8859_6
CharToByteISO8859_6() - Constructor for class sun.io.CharToByteISO8859_6
 
CharToByteISO8859_7 - Class in sun.io
Tables and data to convert Unicode to ISO8859_7
CharToByteISO8859_7() - Constructor for class sun.io.CharToByteISO8859_7
 
CharToByteISO8859_8 - Class in sun.io
Tables and data to convert Unicode to ISO8859_8
CharToByteISO8859_8() - Constructor for class sun.io.CharToByteISO8859_8
 
CharToByteISO8859_9 - Class in sun.io
Tables and data to convert Unicode to ISO8859_9
CharToByteISO8859_9() - Constructor for class sun.io.CharToByteISO8859_9
 
CharToByteJIS0208 - Class in sun.io
Tables and data to convert Unicode to JIS0208
CharToByteJIS0208() - Constructor for class sun.io.CharToByteJIS0208
 
CharToByteJohab - Class in sun.io
Tables and data to convert Unicode to Johab
CharToByteJohab() - Constructor for class sun.io.CharToByteJohab
 
CharToByteKOI8_R - Class in sun.io
Tables and data to convert Unicode to KOI8_R
CharToByteKOI8_R() - Constructor for class sun.io.CharToByteKOI8_R
 
CharToByteMacArabic - Class in sun.io
Tables and data to convert Unicode to MacArabic
CharToByteMacArabic() - Constructor for class sun.io.CharToByteMacArabic
 
CharToByteMacCentralEurope - Class in sun.io
Tables and data to convert Unicode to MacCentralEurope
CharToByteMacCentralEurope() - Constructor for class sun.io.CharToByteMacCentralEurope
 
CharToByteMacCroatian - Class in sun.io
Tables and data to convert Unicode to MacCroatian
CharToByteMacCroatian() - Constructor for class sun.io.CharToByteMacCroatian
 
CharToByteMacCyrillic - Class in sun.io
Tables and data to convert Unicode to MacCyrillic
CharToByteMacCyrillic() - Constructor for class sun.io.CharToByteMacCyrillic
 
CharToByteMacDingbat - Class in sun.io
Tables and data to convert Unicode to MacDingbat
CharToByteMacDingbat() - Constructor for class sun.io.CharToByteMacDingbat
 
CharToByteMacGreek - Class in sun.io
Tables and data to convert Unicode to MacGreek
CharToByteMacGreek() - Constructor for class sun.io.CharToByteMacGreek
 
CharToByteMacHebrew - Class in sun.io
Tables and data to convert Unicode to MacHebrew
CharToByteMacHebrew() - Constructor for class sun.io.CharToByteMacHebrew
 
CharToByteMacIceland - Class in sun.io
Tables and data to convert Unicode to MacIceland
CharToByteMacIceland() - Constructor for class sun.io.CharToByteMacIceland
 
CharToByteMacRoman - Class in sun.io
Tables and data to convert Unicode to MacRoman
CharToByteMacRoman() - Constructor for class sun.io.CharToByteMacRoman
 
CharToByteMacRomania - Class in sun.io
Tables and data to convert Unicode to MacRomania
CharToByteMacRomania() - Constructor for class sun.io.CharToByteMacRomania
 
CharToByteMacSymbol - Class in sun.io
Tables and data to convert Unicode to MacSymbol
CharToByteMacSymbol() - Constructor for class sun.io.CharToByteMacSymbol
 
CharToByteMacThai - Class in sun.io
Tables and data to convert Unicode to MacThai
CharToByteMacThai() - Constructor for class sun.io.CharToByteMacThai
 
CharToByteMacTurkish - Class in sun.io
Tables and data to convert Unicode to MacTurkish
CharToByteMacTurkish() - Constructor for class sun.io.CharToByteMacTurkish
 
CharToByteMacUkraine - Class in sun.io
Tables and data to convert Unicode to MacUkraine
CharToByteMacUkraine() - Constructor for class sun.io.CharToByteMacUkraine
 
CharToByteMS874 - Class in sun.io
Tables and data to convert Unicode to MS874
CharToByteMS874() - Constructor for class sun.io.CharToByteMS874
 
CharToByteMS932 - Class in sun.io
Tables and data to convert Unicode to MS932
CharToByteMS932() - Constructor for class sun.io.CharToByteMS932
 
CharToByteMS936 - Class in sun.io
Tables and data to convert Unicode to MS936
CharToByteMS936() - Constructor for class sun.io.CharToByteMS936
 
CharToByteMS950 - Class in sun.io
Tables and data to convert Unicode to MS950
CharToByteMS950() - Constructor for class sun.io.CharToByteMS950
 
CharToByteSJIS - Class in sun.io
 
CharToByteSJIS() - Constructor for class sun.io.CharToByteSJIS
 
CharToByteTIS620 - Class in sun.io
Tables and data to convert Unicode to TIS620
CharToByteTIS620() - Constructor for class sun.io.CharToByteTIS620
 
CharToByteUnicode - Class in sun.io
Convert arrays containing Unicode characters into arrays of bytes, using the platform-default byte order.
CharToByteUnicode() - Constructor for class sun.io.CharToByteUnicode
 
CharToByteUnicode(int, boolean) - Constructor for class sun.io.CharToByteUnicode
 
CharToByteUnicode(boolean) - Constructor for class sun.io.CharToByteUnicode
 
CharToByteUnicodeBig - Class in sun.io
Convert arrays containing Unicode characters into arrays of bytes, using big-endian byte order.
CharToByteUnicodeBig() - Constructor for class sun.io.CharToByteUnicodeBig
 
CharToByteUnicodeBigUnmarked - Class in sun.io
Convert arrays containing Unicode characters into arrays of bytes, using big-endian byte order; do not write a byte-order mark before the first converted character.
CharToByteUnicodeBigUnmarked() - Constructor for class sun.io.CharToByteUnicodeBigUnmarked
 
CharToByteUnicodeLittle - Class in sun.io
Convert arrays containing Unicode characters into arrays of bytes, using little-endian byte order.
CharToByteUnicodeLittle() - Constructor for class sun.io.CharToByteUnicodeLittle
 
CharToByteUnicodeLittleUnmarked - Class in sun.io
Convert arrays containing Unicode characters into arrays of bytes, using little-endian byte order; do not write a byte-order mark before the first converted character.
CharToByteUnicodeLittleUnmarked() - Constructor for class sun.io.CharToByteUnicodeLittleUnmarked
 
CharToByteUTF16 - Class in sun.io
Convert arrays containing Unicode characters into arrays of bytes, using big-endian byte order and writing an initial byte-order mark.
CharToByteUTF16() - Constructor for class sun.io.CharToByteUTF16
 
CharToByteUTF8 - Class in sun.io
UCS2 (UTF16) -> UCS Transformation Format 8 (UTF-8) converter It's represented like below.
CharToByteUTF8() - Constructor for class sun.io.CharToByteUTF8
 
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(int) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(char) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
check() - Method in class sun.misc.Ref
Deprecated. Checks to see what object is being pointed at by this Ref and returns it.
CHECK_MEMBER_ACCESS_PERMISSION - Static variable in class sun.security.util.SecurityConstants
 
checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess() - Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Thread) - Method in class sun.applet.AppletSecurity
Applets are not allowed to manipulate threads outside applet thread groups.
checkAccess(ThreadGroup) - Method in class sun.applet.AppletSecurity
Applets are not allowed to manipulate thread groups outside applet thread groups.
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the AWT event queue, or the AWT package is not available.
checkAwtEventQueueAccess() - Method in class sun.applet.AppletSecurity
Tests if a client can get access to the AWT event queue.
Checkbox - Class in java.awt
A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
Checkbox() - Constructor for class java.awt.Checkbox
Creates a check box with no label.
Checkbox(String) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
CheckboxGroup - Class in java.awt
The CheckboxGroup class is used to group together a set of Checkbox buttons.
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
CheckboxMenuItem - Class in java.awt
This class represents a check box that can be included in a menu.
CheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with an empty label.
CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label and state.
CheckboxMenuItemPeer - Interface in sun.awt.peer
 
CheckboxPeer - Interface in sun.awt.peer
 
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDebugFlags(int) - Static method in class sun.misc.CVM
 
checkDebugJITFlags(int) - Static method in class sun.misc.CVM
 
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
CheckedInputStream - Class in java.util.zip
An input stream that also maintains a checksum of the data being read.
CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
CheckedOutputStream - Class in java.util.zip
An output stream that also maintains a checksum of the data being written.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkError() - Method in class com.sun.cdc.io.j2me.UniversalOutputStream
Flush the stream and check its error state.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkError() - Method in class java.io.PrintWriter
Flush the stream if it's not closed and check its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkExtension(String, Attributes) - Method in class sun.misc.ExtensionDependency
 
checkExtensionAgainst(String, Attributes, File) - Method in class sun.misc.ExtensionDependency
 
checkExtensions(JarFile) - Method in class sun.misc.ExtensionDependency
 
checkExtensionsDependencies(JarFile) - Static method in class sun.misc.ExtensionDependency
Checks the dependencies of the jar file on installed extension.
checkForPermission() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Overridden by Protocols to check for permissions.
checkGuard(Object) - Method in interface java.security.Guard
Determines whether or not to allow access to the guarded object object.
checkGuard(Object) - Method in class java.security.Permission
Implements the guard interface for a permission.
checkImage(Image, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
checkImage(Image, int, int, ImageObserver) - Method in class sun.awt.gtk.GToolkit
Indicates the construction status of a specified image that is being prepared for display.
checkImage(Image, int, int, ImageObserver) - Method in interface sun.awt.peer.ComponentPeer
 
checkImage(Image, int, int, ImageObserver) - Method in class sun.awt.pocketpc.PPCToolkit
 
checkImage(Image, int, int, ImageObserver) - Method in class sun.awt.qt.QtToolkit
Indicates the construction status of a specified image that is being prepared for display.
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access members.
checkMemberAccessValidity(Class) - Method in class sun.misc.MemberFilter
 
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Deprecated. Use #checkPermission(java.security.Permission) instead
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageAccess(String) - Method in class sun.applet.AppletSecurity
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(String) - Method in class com.sun.cdc.io.j2me.comm.Protocol
 
checkPermission(String, int) - Method in class com.sun.cdc.io.j2me.datagram.Protocol
 
checkPermission(String, String, int) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
checkPermission(String, int, String) - Method in class com.sun.cdc.io.j2me.http.Protocol
 
checkPermission(int) - Method in class com.sun.cdc.io.j2me.serversocket.Protocol
 
checkPermission(String, int) - Method in class com.sun.cdc.io.j2me.socket.Protocol
 
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPermission(Permission) - Method in class java.security.AccessControlContext
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object.
checkPermission(Permission) - Static method in class java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
checkPermission(Principal, Permission) - Method in interface java.security.acl.Acl
Checks whether or not the specified principal has the specified permission.
checkPermission(Permission) - Method in interface java.security.acl.AclEntry
Checks if the specified permission is part of the permission set in this entry.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkScrImage(Image, int, int, ImageObserver) - Method in class sun.porting.graphicssystem.GraphicsSystem
Indicates the construction status of a specified image that is being prepared for display.
checkScrImage(Image, int, int, ImageObserver) - Method in class sun.porting.windowsystem.WindowSystem
Indicates the construction status of a specified image that is being prepared for display.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
Checksum - Interface in java.util.zip
An interface representing a data checksum.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system clipboard, or the AWT package is not available.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument, or the AWT package is not available.
checkURL(URL) - Method in class sun.misc.URLClassPath
 
checkValidity() - Method in class java.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity(Date) - Method in class java.security.cert.X509Certificate
Checks that the given date is within the certificate's validity period.
checkValidity() - Method in class sun.security.x509.X509CertImpl
Checks that the certificate is currently valid, i.e.
checkValidity(Date) - Method in class sun.security.x509.X509CertImpl
Checks that the specified date is within the certificate's validity period, or basically if the certificate would be valid at the specified date/time.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CHILD_WINDOW - Static variable in interface sun.porting.windowsystem.WindowFactory
The default window type.
childResized(int, int) - Method in interface sun.awt.peer.ScrollPanePeer
 
childValue(Object) - Method in class java.lang.InheritableThreadLocal
Computes the child's initial value for this inheritable thread-local variable as a function of the parent's value at the time the child thread is created.
CHINA - Static variable in class java.util.Locale
Useful constant for country.
CHINESE - Static variable in class java.util.Locale
Useful constant for language.
Choice - Class in java.awt
The Choice class presents a pop-up menu of choices.
Choice() - Constructor for class java.awt.Choice
Creates a new choice menu.
ChoiceFormat - Class in java.text
A ChoiceFormat allows you to attach a format to a range of numbers.
ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
Constructs with limits and corresponding formats based on the pattern.
ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
Constructs with the limits and the corresponding formats.
ChoicePeer - Interface in sun.awt.peer
 
ChunkedInputStream - Class in sun.net.www.http
A ChunkedInputStream provides a stream for reading a body of a http message that can be sent as a series of chunks, each with its own size indicator.
ChunkedInputStream(InputStream, HttpClient, MessageHeader) - Constructor for class sun.net.www.http.ChunkedInputStream
Creates a ChunkedInputStream and saves its arguments, for later use.
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Class - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS - Static variable in class sun.net.ProgressEntry
 
CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
Name object for Class-Path manifest attribute.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when a circularity has been detected while initializing a class.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassFileTransformer - Class in sun.misc
This is an abstract base class which is called by java.lang.ClassLoader when ClassFormatError is thrown inside defineClass().
ClassFileTransformer() - Constructor for class sun.misc.ClassFileTransformer
 
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader - Class in java.lang
A class loader is an object that is responsible for loading classes.
ClassLoader(ClassLoader) - Constructor for class java.lang.ClassLoader
Creates a new class loader using the specified parent class loader for delegation.
ClassLoader() - Constructor for class java.lang.ClassLoader
Creates a new class loader using the ClassLoader returned by the method getSystemClassLoader() as the parent class loader.
classname - Variable in exception java.io.InvalidClassException
Name of the invalid class.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
classRoot - Variable in class com.sun.cdc.io.InternalConnectorImpl
 
CLDCVersion - Static variable in class sun.misc.MIDPConfig
 
clear() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by removeAll().
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.security.Provider
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all mappings from this map (optional operation).
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex(inclusive) to the specified toIndex(exclusive) to false.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
clear() - Method in class java.util.Calendar
Clears the values of all the time fields.
clear(int) - Method in class java.util.Calendar
Clears the value in the given time field.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.HashMap
Removes all mappings from this map.
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.IdentityHashMap
Removes all mappings from this map.
clear() - Method in class java.util.jar.Attributes
Removes all attributes from this Map.
clear() - Method in class java.util.jar.Manifest
Clears the main Attributes as well as the entries in this Manifest.
clear() - Method in class java.util.LinkedHashMap
Removes all mappings from this map.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in interface java.util.Map
Removes all mappings from this map (optional operation).
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Removes all mappings from this TreeMap.
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all mappings from this map.
clear() - Method in class sun.misc.SoftCache
Remove all mappings from this cache.
clear() - Method in class sun.mtask.xlet.PXletStateQueue
 
clear() - Method in class sun.security.util.Cache
Remove all entries from the cache.
clearAssertionStatus() - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader.
clearBackground(Graphics) - Method in interface sun.awt.peer.ComponentPeer
 
clearBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
clearChanged() - Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change, so that the hasChanged method will now return false.
clearDebugFlags(int) - Static method in class sun.misc.CVM
 
clearDebugJITFlags(int) - Static method in class sun.misc.CVM
 
clearGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
 
clearLoadAbortRequest() - Method in class sun.applet.AppletPanel
 
clearRect(int, int, int, int) - Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearSelection() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
clearURLClassLoaderUcpField(URLClassLoader) - Static method in class sun.misc.CVM
 
clickCount - Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates the number of consecutive clicks.
Clipboard - Class in java.awt.datatransfer
A class which implements a mechanism to transfer data using cut/copy/paste operations.
Clipboard(String) - Constructor for class java.awt.datatransfer.Clipboard
Creates a clipboard object.
ClipboardOwner - Interface in java.awt.datatransfer
Defines the interface for classes that will provide data to a clipboard.
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
clone() - Method in class java.awt.datatransfer.DataFlavor
 
clone() - Method in class java.awt.Rectangle
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in interface java.security.acl.AclEntry
Clones this ACL entry.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.text.BreakIterator
Create a copy of this iterator
clone() - Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone() - Method in class java.text.ChoiceFormat
Overrides Cloneable
clone() - Method in class java.text.Collator
Overrides Cloneable
clone() - Method in class java.text.DateFormat
Overrides Cloneable
clone() - Method in class java.text.DateFormatSymbols
Overrides Cloneable
clone() - Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone() - Method in class java.text.DecimalFormatSymbols
Standard override.
clone() - Method in class java.text.Format
Creates and returns a copy of this object.
clone() - Method in class java.text.MessageFormat
Creates and returns a copy of this object.
clone() - Method in class java.text.NumberFormat
Overrides Cloneable
clone() - Method in class java.text.RuleBasedCollator
Standard override; no change in semantics.
clone() - Method in class java.text.SimpleDateFormat
Creates a copy of this SimpleDateFormat.
clone() - Method in class java.text.StringCharacterIterator
Creates a copy of this iterator.
clone() - Method in class java.util.AbstractMap
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Calendar
Overrides Cloneable
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.IdentityHashMap
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
clone() - Method in class java.util.jar.Attributes
Returns a copy of the Attributes, implemented as follows:
clone() - Method in class java.util.jar.Manifest
Returns a shallow copy of this Manifest.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Locale
Overrides Cloneable
clone() - Method in class java.util.SimpleTimeZone
Returns a clone of this SimpleTimeZone instance.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.zip.ZipEntry
Returns a copy of this entry.
clone() - Method in class sun.net.www.MimeEntry
 
clone() - Method in class sun.security.provider.MD5
 
clone() - Method in class sun.security.provider.PolicyParser.GrantEntry
 
clone() - Method in class sun.security.provider.SHA
 
clone() - Method in class sun.security.provider.SHA2
 
clone() - Method in class sun.security.provider.SHA3
 
clone() - Method in class sun.security.provider.SHA5
 
clone() - Method in class sun.security.util.BitArray
 
clone() - Method in class sun.security.x509.GeneralSubtrees
 
clone() - Method in class sun.text.CompactByteArray
Overrides Cloneable
clone() - Method in class sun.text.CompactCharArray
Overrides Cloneable
clone() - Method in class sun.text.CompactIntArray
Overrides Cloneable
clone() - Method in class sun.text.IntHashtable
 
clone() - Method in class sun.text.Normalizer
Clones this Normalizer object.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in class com.sun.cdc.i18n.StreamReader
Close the stream.
close() - Method in class com.sun.cdc.i18n.StreamWriter
Close the writer and the output stream.
close() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Close the connection.
close() - Method in class com.sun.cdc.io.GeneralBase
Close the stream.
close() - Method in class com.sun.cdc.io.j2me.comm.Protocol
Override close the GCF connection
close() - Method in class com.sun.cdc.io.j2me.datagram.Protocol
Close the connection to the target.
close() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Close the connection.
close() - Method in class com.sun.cdc.io.j2me.http.Protocol
 
close() - Method in class com.sun.cdc.io.j2me.http.Protocol.PrivateInputStream
 
close() - Method in class com.sun.cdc.io.j2me.http.Protocol.PrivateOutputStream
 
close() - Method in class com.sun.cdc.io.j2me.http.StreamConnectionElement
Clear the fields of the saved connection and release any system resources.
close() - Method in class com.sun.cdc.io.j2me.serversocket.Protocol
Close the connection.
close() - Method in class com.sun.cdc.io.j2me.socket.Protocol
Close the connection.
close() - Method in class com.sun.cdc.io.j2me.UniversalFilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.sun.cdc.io.j2me.UniversalFilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class com.sun.cdc.io.j2me.UniversalOutputStream
Close the stream.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
Close the stream.
close() - Method in class java.io.BufferedWriter
Close the stream.
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class java.io.CharArrayReader
Close the stream.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
Close the stream.
close() - Method in class java.io.FilterWriter
Close the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.PrintWriter
Close the stream.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackReader
Close the stream.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Close the stream.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.DatagramSocketImpl
Close the socket.
close() - Method in class java.net.ServerSocket
Closes this socket.
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.net.SocketImpl
Closes this socket.
close() - Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class java.util.zip.GZIPInputStream
Closes the input stream.
close() - Method in class java.util.zip.InflaterInputStream
Closes the input stream.
close() - Method in class java.util.zip.ZipFile
Closes the ZIP file.
close() - Method in class java.util.zip.ZipInputStream
Closes the ZIP input stream.
close() - Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
close() - Method in class sun.audio.AudioDevice
Close the device (done automatically)
close() - Method in class sun.awt.image.ImageDecoder
 
close() - Method in class sun.io.FDInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class sun.io.FDOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class sun.io.RandomAccessROMFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class sun.net.ftp.FtpInputStream
 
close() - Method in class sun.net.www.http.ChunkedInputStream
Close the stream by either returning the connection to the keep alive cache or closing the underlying stream.
close() - Method in class sun.net.www.http.KeepAliveStream
Attempt to cache this connection
close() - Method in class sun.net.www.http.PosterOutputStream
After close() has been called, it is no longer possible to write to this stream.
close() - Method in class sun.net.www.MeteredStream
 
close() - Method in class sun.net.www.URLConnection
Call this to close the connection and flush any remaining data.
close0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
close0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
closeChannel(InputStream) - Method in class sun.audio.AudioDevice
Close an audio channel.
closed - Variable in class sun.net.www.MeteredStream
 
closeEntry() - Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry() - Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
closeIdleConnection() - Method in class sun.net.www.http.HttpClient
 
closeInputStream() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Called once by each child input stream.
closeOutputStream() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Called once by each child output stream.
closeServer() - Method in class sun.net.ftp.FtpClient
issue the QUIT command to the FTP server and close the connection.
closeServer() - Method in class sun.net.NetworkClient
Close an open connection to the server.
closeServer() - Method in class sun.net.www.http.HttpClient
 
closeStreams() - Method in class sun.audio.AudioDevice
Close streams
cnsTab1 - Variable in class sun.io.CharToByteEUC_TW
 
cnsTab2 - Variable in class sun.io.CharToByteEUC_TW
 
coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
 
coalesceEvents(PeerEvent) - Method in class sun.awt.PeerEvent
 
codeBase - Variable in class sun.security.provider.PolicyParser.GrantEntry
 
codeConverter - Variable in class sun.io.CharToByteISO2022
 
CodeSource - Class in java.security
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate(s) that were used to verify signed code originating from that location.
CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of certificates.
CollationElementIterator - Class in java.text
The CollationElementIterator class is used as an iterator to walk through each character of an international string.
CollationKey - Class in java.text
A CollationKey represents a String under the rules of a specific Collator object.
Collator - Class in java.text
The Collator class performs locale-sensitive String comparison.
Collator() - Constructor for class java.text.Collator
Default constructor.
Collection - Interface in java.util
The root interface in the collection hierarchy.
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
COLORMODEL_CHANGE_FLAG - Static variable in interface sun.porting.windowsystem.EventHandler
Indicates that the pixel definition of the root window has changed.
columnWeights - Variable in class java.awt.GridBagLayout
 
columnWidths - Variable in class java.awt.GridBagLayout
 
com.sun.cdc.config - package com.sun.cdc.config
 
com.sun.cdc.i18n - package com.sun.cdc.i18n
 
com.sun.cdc.i18n.j2me - package com.sun.cdc.i18n.j2me
 
com.sun.cdc.io - package com.sun.cdc.io
 
com.sun.cdc.io.j2me - package com.sun.cdc.io.j2me
 
com.sun.cdc.io.j2me.comm - package com.sun.cdc.io.j2me.comm
 
com.sun.cdc.io.j2me.datagram - package com.sun.cdc.io.j2me.datagram
 
com.sun.cdc.io.j2me.file - package com.sun.cdc.io.j2me.file
 
com.sun.cdc.io.j2me.http - package com.sun.cdc.io.j2me.http
 
com.sun.cdc.io.j2me.serversocket - package com.sun.cdc.io.j2me.serversocket
 
com.sun.cdc.io.j2me.socket - package com.sun.cdc.io.j2me.socket
 
com.sun.demo.jvmti.hprof - package com.sun.demo.jvmti.hprof
 
com.sun.qt.media.sound - package com.sun.qt.media.sound
 
com.sun.util - package com.sun.util
The PTimer is used to schedule timer events to an an application or applet.
com.sun.xlet - package com.sun.xlet
 
combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
Modify or update the provided ProtectionDomains.
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
General category "Mc" in the Unicode specification.
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
commonAncestor(X500Name) - Method in class sun.security.x509.X500Name
Return lowest common ancestor of this name and other name
commonName_oid - Static variable in class sun.security.x509.X500Name
 
compact() - Method in class sun.text.CompactByteArray
Compact the array.
compact() - Method in class sun.text.CompactCharArray
Compact the array.
compact() - Method in class sun.text.CompactIntArray
Compact the array.
CompactByteArray - Class in sun.text
class CompactATypeArray : use only on primitive data types Provides a compact way to store information that is indexed by Unicode values, such as character properties, types, keyboard values, etc.This is very useful when you have a block of Unicode data that contains significant values while the rest of the Unicode data is unused in the application or when you have a lot of redundance, such as where all 21,000 Han ideographs have the same value.
CompactByteArray() - Constructor for class sun.text.CompactByteArray
Default constructor for CompactByteArray, the default value of the compact array is 0.
CompactByteArray(byte) - Constructor for class sun.text.CompactByteArray
Constructor for CompactByteArray.
CompactByteArray(short[], byte[]) - Constructor for class sun.text.CompactByteArray
Constructor for CompactByteArray.
CompactByteArray(String, String) - Constructor for class sun.text.CompactByteArray
Constructor for CompactByteArray.
CompactCharArray - Class in sun.text
class CompactATypeArray : use only on primitive data types Provides a compact way to store information that is indexed by Unicode values, such as character properties, types, keyboard values, etc.This is very useful when you have a block of Unicode data that contains significant values while the rest of the Unicode data is unused in the application or when you have a lot of redundance, such as where all 21,000 Han ideographs have the same value.
CompactCharArray() - Constructor for class sun.text.CompactCharArray
Default constructor for CompactCharArray, the default value of the compact array is ''.
CompactCharArray(char) - Constructor for class sun.text.CompactCharArray
Contructor for CompactCharArray.
CompactCharArray(String, String) - Constructor for class sun.text.CompactCharArray
Constructor for CompactCharArray.
CompactCharArray(char[], char[]) - Constructor for class sun.text.CompactCharArray
Constructor for CompactCharArray.
CompactIntArray - Class in sun.text
class CompactATypeArray : use only on primitive data types Provides a compact way to store information that is indexed by Unicode values, such as character properties, types, keyboard values, etc.This is very useful when you have a block of Unicode data that contains significant values while the rest of the Unicode data is unused in the application or when you have a lot of redundance, such as where all 21,000 Han ideographs have the same value.
CompactIntArray() - Constructor for class sun.text.CompactIntArray
Default constructor for CompactIntArray, the default value of the compact array is 0.
CompactIntArray(int) - Constructor for class sun.text.CompactIntArray
Constructor for CompactIntArray.
CompactIntArray(short[], int[]) - Constructor for class sun.text.CompactIntArray
Constructor for CompactIntArray.
Comparable - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in interface java.util.SortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in interface java.util.SortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class java.util.TreeMap
Returns the comparator used to order this map, or null if this map uses its keys' natural order.
comparator() - Method in class java.util.TreeSet
Returns the comparator used to order this sorted set, or null if this tree set uses its elements natural ordering.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(String, String) - Method in class java.text.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(Object, Object) - Method in class java.text.Collator
Compares its two arguments for order.
compare(String, String) - Method in class java.text.RuleBasedCollator
Compares the character data stored in two different strings based on the collation rules.
compare(Object, Object) - Method in interface java.util.Comparator
Compares its two arguments for order.
Compare - Interface in sun.misc
 
compare(Object, Object) - Method in class sun.security.util.ByteArrayLexOrder
Perform lexicographical comparison of two byte arrays, regarding each byte as unsigned.
compare(Object, Object) - Method in class sun.security.util.ByteArrayTagOrder
Compare two byte arrays, by the order of their tags, as defined in ITU-T X.680, sec.
compare(int) - Method in class sun.security.x509.CertificateVersion
Compare versions.
compareHeapState(int, int) - Static method in class sun.misc.VMInspector
 
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.File
Compares this abstract pathname to another object.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Object) - Method in class java.lang.Byte
Compares this Byte object to another object.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(Object) - Method in class java.lang.Character
Compares this Character object to another object.
compareTo(Object) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(Object) - Method in class java.lang.Double
Compares this Double object to another object.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Object) - Method in class java.lang.Float
Compares this Float object to another object.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Object) - Method in class java.lang.Integer
Compares this Integer object to another object.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(Object) - Method in class java.lang.Long
Compares this Long object to another object.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(Object) - Method in class java.lang.Short
Compares this Short object to another object.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(Object) - Method in class java.lang.String
Compares this String to another Object.
compareTo(BigDecimal) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified BigDecimal.
compareTo(Object) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified Object.
compareTo(BigInteger) - Method in class java.math.BigInteger
Compares this BigInteger with the specified BigInteger.
compareTo(Object) - Method in class java.math.BigInteger
Compares this BigInteger with the specified Object.
compareTo(Object) - Method in class java.net.URI
Compares this URI to another object, which must be a URI.
compareTo(CollationKey) - Method in class java.text.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(Object) - Method in class java.text.CollationKey
Compares this CollationKey with the specified Object for order.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(Object) - Method in class java.util.Date
Compares this Date to another Object.
compareTo(Object) - Method in class sun.misc.GC.LatencyRequest
 
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case differences.
COMPATIBLE - Static variable in class sun.misc.ExtensionInfo
public static values returned by the isCompatible method
compileClass(Class) - Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String) - Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
compileMethod(Member, boolean) - Static method in class sun.misc.JIT
 
Compiler - Class in java.lang
The Compiler class is provided to support Java-to-native-code compilers and related services.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the time field list.
Component - Class in java.awt
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Component() - Constructor for class java.awt.Component
Constructs a new component.
COMPONENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
componentFonts - Variable in class sun.awt.PlatformFont
 
ComponentPeer - Interface in sun.awt.peer
 
COMPOSE - Static variable in class sun.text.Normalizer
Canonical decomposition followed by canonical composition.
compose(String, boolean, int) - Static method in class sun.text.Normalizer
Compose a String.
COMPOSE_COMPAT - Static variable in class sun.text.Normalizer
Compatibility decomposition followed by canonical composition.
ComposedCharIter - Class in sun.text
ComposedCharIter is an iterator class that returns all of the precomposed characters defined in the Unicode standard, along with their decomposed forms.
ComposedCharIter() - Constructor for class sun.text.ComposedCharIter
Construct a new ComposedCharIter.
ComposedCharIter(boolean, int) - Constructor for class sun.text.ComposedCharIter
Constructs a non-default ComposedCharIter with optional behavior.
CompoundEnumeration - Class in sun.misc
 
CompoundEnumeration(Enumeration[]) - Constructor for class sun.misc.CompoundEnumeration
 
comptable - Variable in class java.awt.GridBagLayout
 
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeFields() - Method in class java.util.GregorianCalendar
Converts UTC as milliseconds to time field values.
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
computeTime() - Method in class java.util.GregorianCalendar
Overrides Calendar Converts time field values to UTC as milliseconds.
con - Variable in class com.sun.cdc.io.j2me.UniversalFilterInputStream
Connection object that needs closing
con - Variable in class com.sun.cdc.io.j2me.UniversalFilterOutputStream
Connection object that need closing
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
connect(String, int, boolean) - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Connect to a target.
connect(String, int, boolean) - Method in class com.sun.cdc.io.j2me.comm.Protocol
Open a serial port connection.
connect() - Method in class com.sun.cdc.io.j2me.http.Protocol
 
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects this socket to a remote socket address (IP address + port number).
connect(InetAddress, int) - Method in class java.net.DatagramSocketImpl
Connects a datagram socket to a remote destination.
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
connect(String, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connect(InetAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(SocketAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect() - Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect() - Method in class sun.net.www.protocol.file.FileURLConnection
 
connect() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
connect() - Method in class sun.net.www.protocol.jar.JarURLConnection
 
connected - Variable in class com.sun.cdc.io.j2me.http.Protocol
 
connected - Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
CONNECTED - Static variable in class sun.net.ProgressData
 
connected(URL) - Method in class sun.net.ProgressData
Call this routine to register a new URL for the progress window.
connected - Variable in class sun.net.ProgressEntry
 
connected() - Method in class sun.net.ProgressEntry
 
ConnectException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
ConnectException(String) - Constructor for exception java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException() - Constructor for exception java.net.ConnectException
Construct a new ConnectException with no detailed message.
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
ConnectionBase - Class in com.sun.cdc.io
Base class for Connection protocols.
ConnectionBase() - Constructor for class com.sun.cdc.io.ConnectionBase
 
ConnectionBaseAdapter - Class in com.sun.cdc.io
Protocol classes extend this class to gain some of the common functionality needed to implement a CDC Generic Connection.
ConnectionBaseAdapter() - Constructor for class com.sun.cdc.io.ConnectionBaseAdapter
 
ConnectionBaseInterface - Interface in com.sun.cdc.io
Base class for Connection protocols.
connectionLingerTime - Static variable in class com.sun.cdc.io.j2me.http.Protocol
Connection linger time in the pool, default 60 seconds.
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
connectionOpen - Variable in class com.sun.cdc.io.ConnectionBaseAdapter
Flag indicating if the connection is open.
connectionPool - Static variable in class com.sun.cdc.io.j2me.http.Protocol
 
ConnectionResetException - Exception in sun.net
Thrown to indicate a connection reset.
ConnectionResetException(String) - Constructor for exception sun.net.ConnectionResetException
 
ConnectionResetException() - Constructor for exception sun.net.ConnectionResetException
 
Connector - Class in javax.microedition.io
This class is a factory for creating new Connection objects.
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
General category "Pc" in the Unicode specification.
connectSocket() - Method in class com.sun.cdc.io.j2me.http.Protocol
 
CONSTANT_CLASS - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_DOUBLE - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_FIELD - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_FLOAT - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_INTEGER - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_INTERFACEMETHOD - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_LONG - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_METHOD - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_NAMEANDTYPE - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_STRING - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_UNICODE - Static variable in interface sun.tools.java.RuntimeConstants
 
CONSTANT_UTF8 - Static variable in interface sun.tools.java.RuntimeConstants
 
constrains(GeneralNameInterface) - Method in class sun.security.x509.DNSName
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.EDIPartyName
Return constraint type: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in interface sun.security.x509.GeneralNameInterface
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.IPAddressName
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.OIDName
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.OtherName
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.RFC822Name
Return constraint type: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.URIName
Return type of constraint inputName places on this name: NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
constrains(GeneralNameInterface) - Method in class sun.security.x509.X500Name
Return constraint type: NAME_DIFF_TYPE = -1: input name is different type from this name (i.e.
Constructor - Class in java.lang.reflect
Constructor provides information about, and access to, a single constructor for a class.
consume() - Method in class java.awt.AWTEvent
 
consumed - Variable in class java.awt.AWTEvent
 
Container - Class in java.awt
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
CONTAINER_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
ContainerPeer - Interface in sun.awt.peer
 
contains(int, int) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Polygon
Determines whether the specified point is inside the Polygon.
contains(int, int) - Method in class java.awt.Polygon
Determines whether the specified point is contained by this polygon.
contains(Point) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(int, int) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (xy).
contains(Rectangle) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class java.awt.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (XY) with the specified dimensions (WH).
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(int, int) - Method in interface sun.porting.graphicssystem.Region
Does the region contain the given point?
contains(int, int, int, int) - Method in interface sun.porting.graphicssystem.Region
Does the region contain the given rectangle (in its entirety)?
contains(int, int, int, int) - Method in class sun.porting.utils.Rectangle
 
contains(Rectangle) - Method in class sun.porting.utils.Rectangle
 
contains(int, int) - Method in class sun.porting.utils.RegionImpl
 
contains(int, int, int, int) - Method in class sun.porting.utils.RegionImpl
 
contains(PolicyParser.PrincipalEntry) - Method in class sun.security.provider.PolicyParser.GrantEntry
 
contains(PolicyParser.PermissionEntry) - Method in class sun.security.provider.PolicyParser.GrantEntry
 
contains(GeneralSubtree) - Method in class sun.security.x509.GeneralSubtrees
 
containsAlias(String) - Method in class java.security.KeyStore
Checks if the given alias exists in this keystore.
containsAll(Collection) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a key in this identity hash map.
containsKey(Object) - Method in class java.util.jar.Attributes
Returns true if this Map contains the specified attribute name (key).
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class sun.misc.SoftCache
Return true if this cache contains a mapping for the specified key.
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to this value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a value in this identity hash map.
containsValue(Object) - Method in class java.util.jar.Attributes
Returns true if this Map maps one or more attribute names (keys) to the specified value.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
CONTENT_TYPE - Static variable in class java.util.jar.Attributes.Name
Name object for Content-Type manifest attribute.
CONTENT_TYPE_OID - Static variable in class sun.security.pkcs.PKCS9Attribute
 
CONTENT_TYPE_STR - Static variable in class sun.security.pkcs.PKCS9Attribute
 
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
contentEquals(StringBuffer) - Method in class java.lang.String
Returns true if and only if this String represents the same sequence of characters as the specified StringBuffer.
ContentHandler - Class in java.net
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandlerFactory - Interface in java.net
This interface defines a factory for content handlers.
ContentInfo - Class in sun.security.pkcs
A ContentInfo type, as defined in PKCS#7.
ContentInfo(ObjectIdentifier, DerValue) - Constructor for class sun.security.pkcs.ContentInfo
 
ContentInfo(byte[]) - Constructor for class sun.security.pkcs.ContentInfo
Make a contentInfo of type data.
ContentInfo(DerInputStream) - Constructor for class sun.security.pkcs.ContentInfo
Parses a PKCS#7 content info.
ContentInfo(DerInputStream, boolean) - Constructor for class sun.security.pkcs.ContentInfo
Parses a PKCS#7 content info.
contents - Variable in class java.awt.datatransfer.Clipboard
 
contentsContext - Variable in class sun.awt.SunClipboard
 
ContinuousAudioDataStream - Class in sun.audio
Create a continuous audio stream.
ContinuousAudioDataStream(AudioData) - Constructor for class sun.audio.ContinuousAudioDataStream
Create a continuous stream of audio.
CONTROL - Static variable in class java.lang.Character
General category "Cc" in the Unicode specification.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
controlDown() - Method in class java.awt.Event
Checks if the Control key is down.
ConversionBufferFullException - Exception in sun.io
The output buffer for a character conversion is full, but additional input remains to be converted
ConversionBufferFullException() - Constructor for exception sun.io.ConversionBufferFullException
Constructs a BufferFullException with no detail message.
ConversionBufferFullException(String) - Constructor for exception sun.io.ConversionBufferFullException
Constructs a BufferFullException with the specified detail message.
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharASCII
Algorithmic character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharConverter
Converts an array of bytes containing characters in an external encoding into an array of Unicode characters.
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharCp33722
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharCp964
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharDBCS_ASCII
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharDBCS_EBCDIC
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharDoubleByte
Converts sequences of bytes to characters.
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharEUC
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharEUC_JP
Converts sequences of bytes to characters.
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharEUC_TW
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharISO2022
 
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharISO2022JP
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharISO8859_1
Algorithmic character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharJISAutoDetect
Character conversion
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharSingleByte
Converts bytes to characters according to the selected character encoding.
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharUnicode
 
convert(byte[], int, int, char[], int, int) - Method in class sun.io.ByteToCharUTF8
Character converson
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteASCII
 
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteConverter
Converts an array of Unicode characters into an array of bytes in the target character encoding.
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteCp933
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteCp949
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteCp949C
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteCp970
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteDBCS_ASCII
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteDBCS_EBCDIC
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteDoubleByte
Converts characters to sequences of bytes.
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteEUC
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteEUC_JP
Converts characters to sequences of bytes.
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteEUC_TW
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteISO2022
Character conversion
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteISO2022JP
 
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteISO8859_1
 
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteUnicode
 
convert(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteUTF8
Character conversion
convertAll(byte[]) - Method in class sun.io.ByteToCharConverter
Converts an array of bytes containing characters in an external encoding into an array of Unicode characters.
convertAll(char[]) - Method in class sun.io.CharToByteConverter
Converts an array of Unicode characters into an array of bytes in the target character encoding.
convertAny(char[], int, int, byte[], int, int) - Method in class sun.io.CharToByteConverter
 
Converters - Class in sun.io
Package-private utility class that caches the default converter classes and provides other logic common to both the ByteToCharConverter and CharToByteConverter classes.
convSingleByte(int) - Method in class sun.io.ByteToCharDoubleByte
 
convSingleByte(int) - Method in class sun.io.ByteToCharEUC_JP
 
convSingleByte(int) - Method in class sun.io.ByteToCharSJIS
 
convSingleByte(char, byte[]) - Method in class sun.io.CharToByteDoubleByte
 
convSingleByte(char, byte[]) - Method in class sun.io.CharToByteEUC_JP
 
convSingleByte(char, byte[]) - Method in class sun.io.CharToByteSJIS
 
copy(List, List) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copy() - Method in interface sun.porting.graphicssystem.Region
Create an independent copy of the region.
copy() - Method in class sun.porting.utils.RegionImpl
 
copyArea(int, int, int, int, int, int) - Method in class java.awt.Graphics
Copies an area of the component by a distance specified by dx and dy.
copyArray(Object[], int, Object[], int, int) - Static method in class sun.misc.CVM
 
copyBooleanArray(boolean[], int, boolean[], int, int) - Static method in class sun.misc.CVM
 
copyByteArray(byte[], int, byte[], int, int) - Static method in class sun.misc.CVM
 
copyCharArray(char[], int, char[], int, int) - Static method in class sun.misc.CVM
 
copyDoubleArray(double[], int, double[], int, int) - Static method in class sun.misc.CVM
 
copyFloatArray(float[], int, float[], int, int) - Static method in class sun.misc.CVM
 
copyIntArray(int[], int, int[], int, int) - Static method in class sun.misc.CVM
 
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyLongArray(long[], int, long[], int, int) - Static method in class sun.misc.CVM
 
copyObjectArray(Object[], int, Object[], int, int) - Static method in class sun.misc.CVM
 
copyShortArray(short[], int, short[], int, int) - Static method in class sun.misc.CVM
 
copyValueOf(char[], int, int) - Static method in class java.lang.String
Returns a String that represents the character sequence in the array specified.
copyValueOf(char[]) - Static method in class java.lang.String
Returns a String that represents the character sequence in the array specified.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
count - Variable in class com.sun.cdc.io.BufferedConnectionAdapter
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayReader
The index of the end of this buffer.
count - Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count - Variable in class sun.net.www.MeteredStream
 
countApplets() - Static method in class sun.applet.AppletViewer
How many applets are running?
countComponents() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentCount().
COUNTERSIGNATURE_OID - Static variable in class sun.security.pkcs.PKCS9Attribute
 
COUNTERSIGNATURE_STR - Static variable in class sun.security.pkcs.PKCS9Attribute
 
countItems() - Method in class java.awt.Choice
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.Menu
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countMenus() - Method in class java.awt.MenuBar
Deprecated. As of JDK version 1.1, replaced by getMenuCount().
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countryName_oid - Static variable in class sun.security.x509.X500Name
 
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
crc - Variable in class java.util.zip.GZIPInputStream
CRC-32 for uncompressed data.
crc - Variable in class java.util.zip.GZIPOutputStream
CRC-32 of uncompressed data.
CRC32 - Class in java.util.zip
A class that can be used to compute the CRC-32 of a data stream.
CRC32() - Constructor for class java.util.zip.CRC32
Creates a new CRC32 object.
create() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Create a data item in the collection with a randomly chosen unique name and select it
create(String) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Create a data item with the supplied name and select it
create(int) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Create an item with the supplied number
create() - Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(int, int, int, int) - Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
create() - Method in class java.net.DatagramSocketImpl
Creates a datagram socket.
create(boolean) - Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
create() - Method in class sun.awt.gtk.GLabelPeer
 
create(QtComponentPeer) - Method in class sun.awt.qt.QtLabelPeer
 
create0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
create0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
CREATE_ACC_PERMISSION - Static variable in class sun.security.util.SecurityConstants
 
CREATE_CLASSLOADER_PERMISSION - Static variable in class sun.security.util.SecurityConstants
 
createApplet(AppletClassLoader) - Method in class sun.applet.AppletPanel
 
createAppletViewer(int, int, URL, Hashtable) - Method in interface sun.applet.AppletViewerFactory
 
createButton(Button) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createButton(Button) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createButton(Button) - Method in class sun.awt.pocketpc.PPCToolkit
 
createButton(Button) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createCanvas(Canvas) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCanvas(Canvas) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCanvas(Canvas) - Method in class sun.awt.pocketpc.PPCToolkit
 
createCanvas(Canvas) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCheckbox(Checkbox) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckbox(Checkbox) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckbox(Checkbox) - Method in class sun.awt.pocketpc.PPCToolkit
 
createCheckbox(Checkbox) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class sun.awt.pocketpc.PPCToolkit
 
createCheckboxMenuItem(CheckboxMenuItem) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createChoice(Choice) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createChoice(Choice) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createChoice(Choice) - Method in class sun.awt.pocketpc.PPCToolkit
 
createChoice(Choice) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createClassLoader(URL) - Method in class sun.applet.AppletPanel
This method actually creates an AppletClassLoader.
createComponent(Component) - Method in class sun.awt.PeerBasedToolkit
Creates a peer for a component or container.
createConnectionPool() - Static method in class com.sun.cdc.io.j2me.http.Protocol
 
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createDatagramSocketImpl() - Method in interface java.net.DatagramSocketImplFactory
Creates a new DatagramSocketImpl instance.
createDialog(Dialog) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createDialog(Dialog) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createDialog(Dialog) - Method in class sun.awt.pocketpc.PPCToolkit
 
createDialog(Dialog) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createDirectory(String) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Create a directory with the supplied name
createDirectory0(String) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
createDirectory0(String) - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
createFileDialog(FileDialog) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFileDialog(FileDialog) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFileDialog(FileDialog) - Method in class sun.awt.pocketpc.PPCToolkit
 
createFileDialog(FileDialog) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFrame(Frame) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createFrame(Frame) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createFrame(Frame) - Method in class sun.awt.pocketpc.PPCToolkit
 
createFrame(Frame) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
createGraphics(BufferedImage) - Method in class java.awt.GraphicsEnvironment
 
createGraphics(BufferedImage) - Method in class sun.awt.gtk.GdkGraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
createGraphics(BufferedImage) - Method in class sun.awt.pocketpc.PPCGraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
createGraphics(BufferedImage) - Method in class sun.awt.qt.QtGraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
createImage(ImageProducer) - Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createImage(ImageProducer) - Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(byte[]) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createImage(ImageProducer) - Method in class sun.awt.gtk.GToolkit
Creates an image with the specified image producer.
createImage(ImageProducer) - Method in interface sun.awt.peer.ComponentPeer
 
createImage(int, int) - Method in interface sun.awt.peer.ComponentPeer
 
createImage(ImageProducer) - Method in class sun.awt.pocketpc.PPCToolkit
 
createImage(ImageProducer) - Method in class sun.awt.qt.QtToolkit
Creates an image with the specified image producer.
createLabel(Label) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createLabel(Label) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createLabel(Label) - Method in class sun.awt.pocketpc.PPCToolkit
 
createLabel(Label) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createList(List) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of List using the specified peer interface.
createList(List) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of List using the specified peer interface.
createList(List) - Method in class sun.awt.pocketpc.PPCToolkit
 
createList(List) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of List using the specified peer interface.
createMenu(Menu) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenu(Menu) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenu(Menu) - Method in class sun.awt.pocketpc.PPCToolkit
 
createMenu(Menu) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenuBar(MenuBar) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuBar(MenuBar) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuBar(MenuBar) - Method in class sun.awt.pocketpc.PPCToolkit
 
createMenuBar(MenuBar) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuItem(MenuItem) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createMenuItem(MenuItem) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createMenuItem(MenuItem) - Method in class sun.awt.pocketpc.PPCToolkit
 
createMenuItem(MenuItem) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createName0(String) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
createName0(String) - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
createNameByInt0(int) - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
createNameByInt0(int) - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
createNameService() - Method in interface sun.net.spi.nameservice.NameServiceDescriptor
Create a new instance of the corresponding name service.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createPanel(Panel) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPanel(Panel) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPanel(Panel) - Method in class sun.awt.pocketpc.PPCToolkit
 
createPanel(Panel) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPopupMenu(PopupMenu) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createPopupMenu(PopupMenu) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createPopupMenu(PopupMenu) - Method in class sun.awt.pocketpc.PPCToolkit
 
createPopupMenu(PopupMenu) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createScrollbar(Scrollbar) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollbar(Scrollbar) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollbar(Scrollbar) - Method in class sun.awt.pocketpc.PPCToolkit
 
createScrollbar(Scrollbar) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollPane(ScrollPane) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createScrollPane(ScrollPane) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createScrollPane(ScrollPane) - Method in class sun.awt.pocketpc.PPCToolkit
 
createScrollPane(ScrollPane) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createSocketImpl() - Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createTag(byte, boolean, byte) - Static method in class sun.security.util.DerValue
Create the tag of the attribute.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTextArea(TextArea) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextArea(TextArea) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextArea(TextArea) - Method in class sun.awt.pocketpc.PPCToolkit
 
createTextArea(TextArea) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextField(TextField) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createTextField(TextField) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createTextField(TextField) - Method in class sun.awt.pocketpc.PPCToolkit
 
createTextField(TextField) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createVolatileImage(int, int) - Method in interface sun.awt.peer.ComponentPeer
 
createWindow(Window) - Method in class sun.awt.gtk.GToolkit
Creates this toolkit's implementation of Window using the specified peer interface.
createWindow(Window) - Method in class sun.awt.PeerBasedToolkit
Creates this toolkit's implementation of Window using the specified peer interface.
createWindow(Window) - Method in class sun.awt.pocketpc.PPCToolkit
 
createWindow(Window) - Method in class sun.awt.qt.QtToolkit
Creates this toolkit's implementation of Window using the specified peer interface.
createXlet(String, String, String) - Static method in class sun.mtask.xlet.PXletManager
 
createXlet(String, String, String, String[], String[]) - Static method in class sun.mtask.xlet.PXletManager
 
createZipEntry(String) - Method in class java.util.jar.JarInputStream
Creates a new JarEntry (ZipEntry) for the specified JAR file entry name.
createZipEntry(String) - Method in class java.util.zip.ZipInputStream
Creates a new ZipEntry object for the specified entry name.
critical - Variable in class sun.security.x509.Extension
 
CRL - Class in java.security.cert
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRL(String) - Constructor for class java.security.cert.CRL
Creates a CRL of the specified type.
CRL_SIGN - Static variable in class sun.security.x509.KeyUsageExtension
 
CRLDistributionPoints_Id - Static variable in class sun.security.x509.PKIXExtensions
Identifies how CRL information is obtained.
CRLException - Exception in java.security.cert
CRL (Certificate Revocation List) Exception.
CRLException() - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with no detail message.
CRLException(String) - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with the specified detail message.
CRLExtensions - Class in sun.security.x509
This class defines the CRL Extensions.
CRLExtensions() - Constructor for class sun.security.x509.CRLExtensions
Default constructor.
CRLExtensions(DerInputStream) - Constructor for class sun.security.x509.CRLExtensions
Create the object, decoding the values from the passed DER stream.
CRLNumber_Id - Static variable in class sun.security.x509.PKIXExtensions
Conveys a monotonically increasing sequence number for each CRL issued by a given CA.
CRLNumberExtension - Class in sun.security.x509
Represent the CRL Number Extension.
CRLNumberExtension(int) - Constructor for class sun.security.x509.CRLNumberExtension
Create a CRLNumberExtension with the integer value .
CRLNumberExtension(BigInteger) - Constructor for class sun.security.x509.CRLNumberExtension
Create a CRLNumberExtension with the BigInteger value .
CRLNumberExtension(Boolean, Object) - Constructor for class sun.security.x509.CRLNumberExtension
Create the extension from the passed DER encoded value of the same.
CRLReasonCodeExtension - Class in sun.security.x509
The reasonCode is a non-critical CRL entry extension that identifies the reason for the certificate revocation.
CRLReasonCodeExtension(int) - Constructor for class sun.security.x509.CRLReasonCodeExtension
Create a CRLReasonCodeExtension with the passed in reason.
CRLReasonCodeExtension(boolean, int) - Constructor for class sun.security.x509.CRLReasonCodeExtension
Create a CRLReasonCodeExtension with the passed in reason.
CRLReasonCodeExtension(Boolean, Object) - Constructor for class sun.security.x509.CRLReasonCodeExtension
Create the extension from the passed DER encoded value of the same.
CROSSHAIR_CURSOR - Static variable in class java.awt.Frame
 
CTRL_MASK - Static variable in class java.awt.Event
This flag indicates that the Control key was down when the event occurred.
CURRENCY - Static variable in class java.text.NumberFormat.Field
Constant identifying the currency field.
Currency - Class in java.util
Represents a currency.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
General category "Sc" in the Unicode specification.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
current() - Method in class java.text.BreakIterator
Return character index of the text boundary that was most recently returned by next(), previous(), first(), or last()
current() - Method in interface java.text.CharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.current() for String.
current() - Method in class sun.text.Normalizer
Return the current character in the normalized text.
currentLatencyTarget() - Static method in class sun.misc.GC
Returns the current smallest garbage-collection latency request, or zero if there are no active requests.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
CursorImage - Class in sun.porting.graphicssystem
CursorImage is an object which encapsulates the bitmap and hotspot data describing a cursor.
CursorImage(Image, int, int) - Constructor for class sun.porting.graphicssystem.CursorImage
Create a new CursorImage object from the given image data and hotspot.
CVM - Class in sun.misc
 
CVM() - Constructor for class sun.misc.CVM
 
CVMJVMPI - Class in sun.misc
 
CVMJVMPI() - Constructor for class sun.misc.CVMJVMPI
 
CVMJVMTI - Class in sun.misc
 
CVMJVMTI() - Constructor for class sun.misc.CVMJVMTI
 
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

D

DASH_PUNCTUATION - Static variable in class java.lang.Character
General category "Pd" in the Unicode specification.
data - Variable in class sun.security.util.DerValue
The DER-encoded data of the value.
DATA_ENCIPHERMENT - Static variable in class sun.security.x509.KeyUsageExtension
 
DATA_OID - Static variable in class sun.security.pkcs.ContentInfo
 
DataFlavor - Class in java.awt.datatransfer
Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
DataFlavor() - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a new DataFlavor.
DataFlavor(Class, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a Java class
DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a MimeType
DataFormatException - Exception in java.util.zip
Signals that a data format error has occurred.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
DatagramObject - Class in com.sun.cdc.io.j2me.datagram
This class is required because the J2SE Datagram class is final.
DatagramObject(DatagramPacket) - Constructor for class com.sun.cdc.io.j2me.datagram.DatagramObject
 
DatagramObject(int) - Constructor for class com.sun.cdc.io.j2me.datagram.DatagramObject
 
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramSocket - Class in java.net
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
Creates an unbound datagram socket with the specified DatagramSocketImpl.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl - Class in java.net
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
DatagramSocketImplFactory - Interface in java.net
This interface defines a factory for datagram socket implementations.
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream that uses the specified underlying InputStream.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DATE_FIELD - Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat - Class in java.text
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
DateFormat() - Constructor for class java.text.DateFormat
Create a new date format.
DateFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
DateFormat.Field(String, int) - Constructor for class java.text.DateFormat.Field
Creates a Field with the specified name.
DateFormatSymbols - Class in java.text
DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default locale.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DateFormatZoneData - Class in sun.text.resources
Supplement package private date-time formatting zone data for DateFormat.
DateFormatZoneData() - Constructor for class sun.text.resources.DateFormatZoneData
 
DateFormatZoneData_en - Class in sun.text.resources
Supplement package private date-time formatting zone data for DateFormat.
DateFormatZoneData_en() - Constructor for class sun.text.resources.DateFormatZoneData_en
 
DateParser - Class in com.sun.cdc.io
This class implements somewhat of a subset of the J2SE Date class.
dateToMillis(CalendarDate) - Static method in class sun.util.calendar.Gregorian
Calculates milliseconds of given time from EPOCH, 1970-01-01 00:00AM.
dateToMillis(int, int, int, int) - Static method in class sun.util.calendar.Gregorian
Calculates milliseconds of given time from EPOCH, 1970-01-01 00:00AM.
day - Variable in class com.sun.cdc.io.DateParser
 
DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of month field.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
Constant identifying the day of week field.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of week field.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR - Static variable in class java.text.DateFormat.Field
Constant identifying the day of year field.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
deactivate(Window) - Method in class sun.awt.qt.QtToolkit
Hide the specified window in a multi-vm environment
Debug - Class in sun.security.util
A utility class for debuging.
Debug() - Constructor for class sun.security.util.Debug
 
DEBUGFLAG_TRACE_BARRIERS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_CLASSLINK - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_CLASSLOADING - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_CLASSLOOKUP - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_CLASSUNLOAD - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_CLINIT - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_CS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_DETLOCK - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_EXCEPTIONS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_FASTLOCK - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_GCALLOC - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_GCCOLLECT - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_GCSAFETY - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_GCSCAN - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_GCSCANOBJ - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_GCSTARTSTOP - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITBCTOIR - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITCODEGEN - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITERROR - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITINLINING - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITIROPT - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITOSR - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITPATCHEDINVOKES - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITREGLOCALS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITSTATS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JITSTATUS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_JVMTI - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_LVM - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_METHOD - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_MISC - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_MUTEX - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_OPCODE - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_STACKMAPS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_STATUS - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_TYPEID - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_VERIFIER - Static variable in class sun.misc.CVM
 
DEBUGFLAG_TRACE_WEAKREFS - Static variable in class sun.misc.CVM
 
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECEMBER - Static variable in interface sun.util.calendar.CalendarSystem
 
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
General category "Nd" in the Unicode specification.
DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the decimal separator field.
DecimalFormat - Class in java.text
DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
DecimalFormat() - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and symbols.
DecimalFormatSymbols - Class in java.text
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECIPHER_ONLY - Static variable in class sun.security.x509.KeyUsageExtension
 
DECLARED - Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(String) - Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.net.URLDecoder
Deprecated. The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
decode(InputStream) - Method in interface java.security.Certificate
Deprecated. Decodes a certificate from an input stream.
decode(String) - Static method in class sun.net.www.ParseUtil
Returns a new String constructed from the specified String by replacing the URL escape sequences and UTF8 encoding with the characters they represent.
decode(InputStream) - Method in class sun.security.pkcs.PKCS8Key
Initialize an PKCS8Key object from an input stream.
decode(byte[]) - Method in class sun.security.pkcs.PKCS8Key
 
decode(InputStream) - Method in class sun.security.x509.AuthorityKeyIdentifierExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.BasicConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in interface sun.security.x509.CertAttrSet
Decodes the attribute in the input stream.
decode(InputStream) - Method in class sun.security.x509.CertificateAlgorithmId
Decode the algorithm identifier from the passed stream.
decode(InputStream) - Method in class sun.security.x509.CertificateExtensions
Decode the extensions from the InputStream.
decode(InputStream) - Method in class sun.security.x509.CertificateIssuerName
Decode the name in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CertificateIssuerUniqueIdentity
Decode the identity in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CertificateSerialNumber
Decode the serial number in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CertificateSubjectName
Decode the name in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CertificateSubjectUniqueIdentity
Decode the identity in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CertificateValidity
Decode the CertificateValidity period from the InputStream.
decode(InputStream) - Method in class sun.security.x509.CertificateVersion
Decode the CertificateVersion period in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CertificateX509Key
Decode the key in DER form from the stream.
decode(InputStream) - Method in class sun.security.x509.CRLExtensions
Decode the extensions from the InputStream.
decode(InputStream) - Method in class sun.security.x509.CRLNumberExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.CRLReasonCodeExtension
Decode the extension from the InputStream - not just the value but the OID, criticality and the extension value.
decode(InputStream) - Method in class sun.security.x509.ExtendedKeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.IssuerAlternativeNameExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.KeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.NameConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.NetscapeCertTypeExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.PolicyConstraintsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.PolicyMappingsExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.PrivateKeyUsageExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.SubjectAlternativeNameExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.SubjectKeyIdentifierExtension
Decode the extension from the InputStream.
decode(InputStream) - Method in class sun.security.x509.X509CertInfo
Decode an X.509 certificate from an input stream.
decode(InputStream) - Method in class sun.security.x509.X509Key
Initialize an X509Key object from an input stream.
decode(byte[]) - Method in class sun.security.x509.X509Key
 
decodeAtom(InputStream, OutputStream, int) - Method in class sun.misc.BASE64Decoder
Decode one BASE64 atom into 1, 2, or 3 bytes of data.
decodeAtom(InputStream, OutputStream, int) - Method in class sun.misc.CharacterDecoder
This method does an actual decode.
decodeBuffer(InputStream, OutputStream) - Method in class sun.misc.CharacterDecoder
Decode the text from the InputStream and write the decoded octets to the OutputStream.
decodeBuffer(String) - Method in class sun.misc.CharacterDecoder
Alternate decode interface that takes a String containing the encoded buffer and returns a byte array containing the data.
decodeBuffer(InputStream) - Method in class sun.misc.CharacterDecoder
Decode the contents of the inputstream into a buffer.
decodeBufferPrefix(InputStream, OutputStream) - Method in class sun.misc.CharacterDecoder
decode the beginning of the buffer, by default this is a NOP.
decodeBufferSuffix(InputStream, OutputStream) - Method in class sun.misc.CharacterDecoder
decode the buffer suffix, again by default it is a NOP.
decodeLinePrefix(InputStream, OutputStream) - Method in class sun.misc.CharacterDecoder
This method should return, if it knows, the number of bytes that will be decoded.
decodeLineSuffix(InputStream, OutputStream) - Method in class sun.misc.CharacterDecoder
This method post processes the line, if there are error detection or correction codes in a line, they are generally processed by this method.
decodeParams() - Method in class sun.security.x509.AlgIdDSA
Parses algorithm parameters P, Q, and G.
decodeParams() - Method in class sun.security.x509.AlgorithmId
 
decoderForType(InputStream, String) - Method in class sun.awt.image.InputStreamImageSource
 
DECOMP - Static variable in class sun.text.Normalizer
Canonical decomposition.
DECOMP_COMPAT - Static variable in class sun.text.Normalizer
Compatibility decomposition.
decompose(String, boolean, int) - Static method in class sun.text.Normalizer
Static method to decompose a String.
decompose(String, boolean, int, boolean) - Static method in class sun.text.Normalizer
 
decomposition() - Method in class sun.text.ComposedCharIter
Returns the Unicode decomposition of the current character.
def - Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR - Static variable in class java.awt.Frame
 
Default_Reader - Class in com.sun.cdc.i18n.j2me
Default class reading input streams
Default_Reader() - Constructor for class com.sun.cdc.i18n.j2me.Default_Reader
 
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
Default_Writer - Class in com.sun.cdc.i18n.j2me
Default class for writing output streams.
Default_Writer() - Constructor for class com.sun.cdc.i18n.j2me.Default_Writer
 
defaultChar - Variable in class sun.awt.PlatformFont
 
defaultConnectTimeout - Static variable in class sun.net.NetworkClient
 
defaultConstraints - Variable in class java.awt.GridBagLayout
 
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
DefaultFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
DefaultFocusTraversalPolicy() - Constructor for class java.awt.DefaultFocusTraversalPolicy
 
defaultFont - Variable in class sun.awt.PlatformFont
 
defaultImagePath - Static variable in class sun.net.www.MimeEntry
 
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultSoTimeout - Static variable in class sun.net.NetworkClient
 
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain.
defineClass(String, byte[], int, int, CodeSource) - Method in class java.security.SecureClassLoader
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a new package by name in this ClassLoader.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[]) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate() - Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
DEFLATED - Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater - Class in java.util.zip
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
DeflaterOutputStream - Class in java.util.zip
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
defragment(boolean) - Method in interface sun.porting.graphicssystem.Region
Defragment a region.
defragment(boolean) - Method in class sun.porting.utils.RegionImpl
 
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
delete() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Delete the current data item from the collection
DELETE - Static variable in class java.awt.Event
The Delete key.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete(String) - Method in class sun.misc.RegexpPool
Delete the regular expression and its target.
DELETE - Static variable in class sun.net.ProgressData
 
delete(String) - Method in class sun.security.x509.AuthorityKeyIdentifierExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.BasicConstraintsExtension
Delete the attribute value.
delete(String) - Method in interface sun.security.x509.CertAttrSet
Deletes an attribute value from this CertAttrSet.
delete(String) - Method in class sun.security.x509.CertificateAlgorithmId
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateExtensions
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateIssuerName
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateIssuerUniqueIdentity
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateSerialNumber
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateSubjectName
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateSubjectUniqueIdentity
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateValidity
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateVersion
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CertificateX509Key
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CRLExtensions
Delete the extension value with this alias.
delete(String) - Method in class sun.security.x509.CRLNumberExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.CRLReasonCodeExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.ExtendedKeyUsageExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.IssuerAlternativeNameExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.KeyUsageExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.NameConstraintsExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.NetscapeCertTypeExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.PolicyConstraintsExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.PolicyMappingsExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.PrivateKeyUsageExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.SubjectAlternativeNameExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.SubjectKeyIdentifierExtension
Delete the attribute value.
delete(String) - Method in class sun.security.x509.X509CertImpl
Delete the requested attribute from the certificate.
delete(String) - Method in class sun.security.x509.X509CertInfo
Delete the certificate attribute.
delete0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
delete0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteDirectory() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Delete the current data item from the collection
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Deletes an owner.
deleteShortcut(MenuShortcut) - Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
deleteShortcut() - Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
delItem(int) - Method in class java.awt.List
Deprecated. replaced by remove(String) and remove(int).
delItem(int) - Method in interface sun.awt.peer.MenuPeer
 
delItems(int, int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.
delItems(int, int) - Method in interface sun.awt.peer.ListPeer
 
DELIVER_ALL - Static variable in interface sun.porting.windowsystem.Window
Delivery mode for grab: deliver all events to the grab window.
deliverEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e).
deliverEvent(Event) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e)
delMenu(int) - Method in interface sun.awt.peer.MenuBarPeer
 
DeltaCRLIndicator_Id - Static variable in class sun.security.x509.PKIXExtensions
Identifies the delta CRL.
dequeue() - Method in class sun.misc.Queue
Dequeue the oldest object on the queue.
dequeue(long) - Method in class sun.misc.Queue
Dequeue the oldest object on the queue.
derEncode(OutputStream) - Method in class sun.security.pkcs.PKCS9Attribute
Write the DER encoding of this attribute to an output stream.
derEncode(OutputStream) - Method in class sun.security.pkcs.SignerInfo
DER encode this object onto an output stream.
derEncode(OutputStream) - Method in interface sun.security.util.DerEncoder
DER encode this object and write the results to a stream.
derEncode(OutputStream) - Method in class sun.security.util.DerOutputStream
Write the current contents of this DerOutputStream to an OutputStream.
derEncode(OutputStream) - Method in class sun.security.x509.AlgorithmId
DER encode this object onto an output stream.
derEncode(OutputStream) - Method in class sun.security.x509.AVA
DER encode this object onto an output stream.
derEncode(OutputStream) - Method in class sun.security.x509.X509CertImpl
DER encode this object onto an output stream.
DerEncoder - Interface in sun.security.util
Interface to an object that knows how to write its own DER encoding to an output stream.
DerInputStream - Class in sun.security.util
A DER input stream, used for parsing ASN.1 DER-encoded data such as that found in X.509 certificates.
DerInputStream(byte[]) - Constructor for class sun.security.util.DerInputStream
Create a DER input stream from a data buffer.
DerInputStream(byte[], int, int) - Constructor for class sun.security.util.DerInputStream
Create a DER input stream from part of a data buffer.
DerOutputStream - Class in sun.security.util
Output stream marshaling DER-encoded data.
DerOutputStream(int) - Constructor for class sun.security.util.DerOutputStream
Construct an DER output stream.
DerOutputStream() - Constructor for class sun.security.util.DerOutputStream
Construct an DER output stream.
DerValue - Class in sun.security.util
Represents a single DER-encoded value.
DerValue(String) - Constructor for class sun.security.util.DerValue
Creates a PrintableString or UTF8string DER value from a string
DerValue(byte, String) - Constructor for class sun.security.util.DerValue
Creates a string type DER value from a String object
DerValue(byte, byte[]) - Constructor for class sun.security.util.DerValue
Creates a DerValue from a tag and some DER-encoded data.
DerValue(byte[]) - Constructor for class sun.security.util.DerValue
Get an ASN.1/DER encoded datum from a buffer.
DerValue(byte[], int, int) - Constructor for class sun.security.util.DerValue
Get an ASN.1/DER encoded datum from part of a buffer.
DerValue(InputStream) - Constructor for class sun.security.util.DerValue
Get an ASN1/DER encoded datum from an input stream.
deschedule(PTimerSpec) - Method in class com.sun.util.PTimer
Deprecated. Stop events from being delivered.
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
deselect(int) - Method in interface sun.awt.peer.ListPeer
 
deselectItem() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
Unselect the current item.
deselectItem0() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
deselectItem0() - Method in class com.sun.cdc.io.j2me.file.ProtocolNative
 
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
destroy() - Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class java.lang.Process
Kills the subprocess.
destroy() - Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy() - Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroy() - Method in class sun.mtask.xlet.PXletStateQueue
 
detail - Variable in exception java.io.WriteAbortedException
Exception that was caught while writing the ObjectStream.
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
device - Static variable in class sun.audio.AudioDevice
The default audio player.
DH_oid - Static variable in class sun.security.x509.AlgorithmId
 
DH_PKIX_oid - Static variable in class sun.security.x509.AlgorithmId
 
Dialog - Class in java.awt
A dialog component is a top level window, .
Dialog(Frame) - Constructor for class java.awt.Dialog
Creates a dialog.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Creates a dialog.
Dialog(Frame, String) - Constructor for class java.awt.Dialog
Creates a dialog.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Creates a dialog.
DialogPeer - Interface in sun.awt.peer
 
Dictionary - Class in java.util
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digest - Variable in class java.security.DigestInputStream
The message digest associated with this stream.
digest - Variable in class java.security.DigestOutputStream
The message digest associated with this stream.
digest() - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]) - Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
digest(MessageDigest) - Method in class sun.security.util.ManifestDigester.Entry
 
DIGESTED_DATA_OID - Static variable in class sun.security.pkcs.ContentInfo
 
DigestException - Exception in java.security
This is the generic Message Digest exception.
DigestException() - Constructor for exception java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String) - Constructor for exception java.security.DigestException
Constructs a DigestException with the specified detail message.
DigestInputStream - Class in java.security
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream and message digest.
DigestOutputStream - Class in java.security
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream and message digest.
digestWorkaround(MessageDigest) - Method in class sun.security.util.ManifestDigester.Entry
Netscape doesn't include the new line.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DIGITAL_SIGNATURE - Static variable in class sun.security.x509.KeyUsageExtension
 
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "AN" in the Unicode specification.
DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
Weak bidirectional character type "BN" in the Unicode specification.
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "CS" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "EN" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ES" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ET" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
Strong bidirectional character type "L" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "LRE" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "LRO" in the Unicode specification.
DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
Weak bidirectional character type "NSM" in the Unicode specification.
DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
Neutral bidirectional character type "ON" in the Unicode specification.
DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "B" in the Unicode specification.
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
Weak bidirectional character type "PDF" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
Strong bidirectional character type "R" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
Strong bidirectional character type "AL" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "RLE" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "RLO" in the Unicode specification.
DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "S" in the Unicode specification.
DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
Undefined bidirectional character type.
DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
Neutral bidirectional character type "WS" in the Unicode specification.
disable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable() - Method in class sun.awt.pocketpc.PPCFileDialogPeer
 
disableEvents(long) - Method in class java.awt.Component
Disables the events defined by the specified event mask parameter from being delivered to this component.
disableEvents(long) - Method in class java.awt.MenuItem
Disables event delivery to this menu item for events defined by the specified event mask parameter.
disableGC() - Static method in class sun.misc.VMInspector
 
disableRemoteExceptions() - Static method in class sun.misc.CVM
 
DISCARD_NOISY - Static variable in interface sun.porting.windowsystem.Window
Delivery mode for grab: discard events not directed to the grabbing window.
DISCARD_SILENT - Static variable in interface sun.porting.windowsystem.Window
Delivery mode for grab: discard events not directed to the grabbing window, giving no feedback.
disconnect() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Free up the connection resources.
disconnect() - Method in class com.sun.cdc.io.j2me.comm.Protocol
Close the native serial port.
disconnect() - Method in class com.sun.cdc.io.j2me.http.Protocol
 
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
disconnect() - Method in class java.net.DatagramSocketImpl
Disconnects a datagram socket from its remote destination.
disconnect() - Method in class java.net.HttpURLConnection
Indicates that other requests to the server are unlikely in the near future.
disconnect() - Method in class sun.net.www.protocol.http.HttpURLConnection
Disconnect from the server (public API)
disconnectSocket() - Method in class com.sun.cdc.io.j2me.http.Protocol
 
dispatchAppletEvent(int, Object) - Method in class sun.applet.AppletPanel
Dispatch event to the listeners..
dispatchEvent(AWTEvent) - Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent) - Method in class java.awt.EventQueue
Dispatch an event.
dispatchEvent(AWTEvent) - Method in class java.awt.KeyboardFocusManager
 
dispatchEvent(AWTEvent) - Method in class java.awt.MenuComponent
 
dispatchEvents() - Method in class sun.mtask.xlet.PXletStateQueue
 
dispatchKeyEvent(KeyEvent) - Method in class java.awt.KeyboardFocusManager
 
dispose() - Method in class java.awt.Dialog
Disposes the Dialog and then causes show() to return if it is currently blocked.
dispose() - Method in class java.awt.Frame
Disposes of the Frame.
dispose() - Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class java.awt.Window
Disposes of this window.
dispose() - Method in interface sun.awt.peer.ComponentPeer
 
dispose() - Method in interface sun.awt.peer.MenuComponentPeer
 
dispose() - Method in interface sun.porting.windowsystem.Window
Dispose of any resources associated with the window, and mark it invalid.
divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is as specified.
divide(BigDecimal, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is this.scale().
divide(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
Returns an array of two BigIntegers containing (this / val) followed by (this % val).
DN_NAME - Static variable in class sun.security.x509.CertificateIssuerName
 
DN_NAME - Static variable in class sun.security.x509.CertificateSubjectName
 
DN_PRINCIPAL - Static variable in class sun.security.x509.CertificateIssuerName
 
DN_PRINCIPAL - Static variable in class sun.security.x509.CertificateSubjectName
 
DNQUALIFIER_OID - Static variable in class sun.security.x509.X500Name
 
DNSName - Class in sun.security.x509
This class implements the DNSName as required by the GeneralNames ASN.1 object.
DNSName(DerValue) - Constructor for class sun.security.x509.DNSName
Create the DNSName object from the passed encoded Der value.
DNSName(String) - Constructor for class sun.security.x509.DNSName
Create the DNSName object with the specified name.
doCompare(Object, Object) - Method in interface sun.misc.Compare
doCompare
doConnect(String, int) - Method in class sun.net.NetworkClient
Return a socket connected to the server, with any appropriate options pre-established
doFetch() - Method in class sun.awt.image.InputStreamImageSource
 
doInit - Variable in class sun.applet.AppletPanel
Applet will allow initialization.
doInput - Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
doKeyAction(int, boolean) - Method in class sun.awt.qt.QtRobotHelper
 
doKeyAction(int, boolean) - Method in class sun.awt.RobotHelper
 
doKeyActionNative(int, boolean) - Method in class sun.awt.qt.QtRobotHelper
 
doKeyActionOnWidget(int, int, boolean) - Method in class sun.awt.qt.QtRobotHelper
 
doLayout() - Method in class java.awt.Component
Prompts the layout manager to lay out this component.
doLayout() - Method in class java.awt.Container
Causes this container to lay out its components.
doLayout() - Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
DOMAIN_COMPONENT_OID - Static variable in class sun.security.x509.X500Name
 
DomainCombiner - Interface in java.security
A DomainCombiner provides a means to dynamically update the ProtectionDomains associated with the current AccessControlContext.
doMouseAction(int, int, int, boolean) - Method in class sun.awt.qt.QtRobotHelper
 
doMouseAction(int, int, int, boolean) - Method in class sun.awt.RobotHelper
 
doMouseActionNative(int, int, int, boolean) - Method in class sun.awt.qt.QtRobotHelper
 
DONE - Static variable in class java.text.BreakIterator
DONE is returned by previous() and next() after all valid boundaries have been returned.
DONE - Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end or the beginning of the text.
DONE - Static variable in class sun.text.ComposedCharIter
Constant that indicates the iteration has completed.
DONE - Static variable in class sun.text.Normalizer
Constant indicating that the end of the iteration has been reached.
doneAddingRestrictions() - Method in class sun.misc.MemberFilter
 
doneDecoding(ImageDecoder) - Method in class sun.awt.image.InputStreamImageSource
 
doOutput - Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
doPrivileged(PrivilegedAction) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled.
doPrivileged(PrivilegedAction, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
doPrivileged(PrivilegedExceptionAction) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled.
doPrivileged(PrivilegedExceptionAction, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
doTunneling() - Method in class sun.net.www.protocol.http.HttpURLConnection
establish a tunnel through proxy server
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
doubleValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a double.
doubleValue() - Method in class java.math.BigInteger
Converts this BigInteger to a double.
DOWN - Static variable in class java.awt.Event
The Down Arrow key, a non-ASCII action key.
DOWN_CYCLE_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
 
downFocusCycle(Container) - Method in class java.awt.KeyboardFocusManager
 
downFocusCycle() - Method in class java.awt.KeyboardFocusManager
 
drain() - Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
Drawable - Interface in sun.porting.graphicssystem
The Drawable interface specifies operations that are available on all drawable surfaces (either a screen or an offscreen memory region).
drawArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBytes(byte[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawImage(Image, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawLine(int, int, int, int) - Method in class java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon) - Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int) - Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics
 
drawString(String, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified string, using this graphics context's current font and color.
DSA - Class in sun.security.provider
The Digital Signature Standard (using the Digital Signature Algorithm), as described in fips186 of the National Instute of Standards and Technology (NIST), using fips180-1 (SHA-1).
DSA() - Constructor for class sun.security.provider.DSA
Construct a blank DSA object.
DSA_oid - Static variable in class sun.security.x509.AlgorithmId
 
DSA_OIW_oid - Static variable in class sun.security.x509.AlgorithmId
 
DSAKey - Interface in java.security.interfaces
The interface to a DSA public or private key.
DSAKeyFactory - Class in sun.security.provider
This class implements the DSA key factory of the Sun provider.
DSAKeyFactory() - Constructor for class sun.security.provider.DSAKeyFactory
 
DSAKeyPairGenerator - Interface in java.security.interfaces
An interface to an object capable of generating DSA key pairs.
DSAKeyPairGenerator - Class in sun.security.provider
This class generates DSA key parameters and public/private key pairs according to the DSS standard NIST FIPS 186.
DSAKeyPairGenerator() - Constructor for class sun.security.provider.DSAKeyPairGenerator
 
DSAParameterGenerator - Class in sun.security.provider
 
DSAParameterGenerator() - Constructor for class sun.security.provider.DSAParameterGenerator
 
DSAParameters - Class in sun.security.provider
This class implements the parameter set used by the Digital Signature Algorithm as specified in the FIPS 186 standard.
DSAParameters() - Constructor for class sun.security.provider.DSAParameters
 
DSAParameterSpec - Class in java.security.spec
This class specifies the set of parameters used with the DSA algorithm.
DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
Creates a new DSAParameterSpec with the specified parameter values.
DSAParams - Interface in java.security.interfaces
Interface to a DSA-specific set of key parameters, which defines a DSA key family.
DSAPrivateKey - Interface in java.security.interfaces
The standard interface to a DSA private key.
DSAPrivateKey - Class in sun.security.provider
A PKCS#8 private key for the Digital Signature Algorithm.
DSAPrivateKey() - Constructor for class sun.security.provider.DSAPrivateKey
 
DSAPrivateKey(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class sun.security.provider.DSAPrivateKey
Make a DSA private key out of a private key and three parameters.
DSAPrivateKey(byte[]) - Constructor for class sun.security.provider.DSAPrivateKey
Make a DSA private key from its DER encoding (PKCS #8).
DSAPrivateKeySpec - Class in java.security.spec
This class specifies a DSA private key with its associated parameters.
DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
Creates a new DSAPrivateKeySpec with the specified parameter values.
DSAPublicKey - Interface in java.security.interfaces
The interface to a DSA public key.
DSAPublicKey - Class in sun.security.provider
An X.509 public key for the Digital Signature Algorithm.
DSAPublicKey() - Constructor for class sun.security.provider.DSAPublicKey
 
DSAPublicKey(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class sun.security.provider.DSAPublicKey
Make a DSA public key out of a public key and three parameters.
DSAPublicKey(byte[]) - Constructor for class sun.security.provider.DSAPublicKey
Make a DSA public key from its DER encoding (X.509).
DSAPublicKeySpec - Class in java.security.spec
This class specifies a DSA public key with its associated parameters.
DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
Creates a new DSAPublicKeySpec with the specified parameter values.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight savings offset in milliseconds.
dump(String) - Method in class sun.misc.Queue
 
dumpAllThreads() - Static method in class sun.misc.VMInspector
 
dumpClassBlock(long) - Static method in class sun.misc.VMInspector
 
dumpClassBlocks(String) - Static method in class sun.misc.VMInspector
 
dumpClassReferences(String) - Static method in class sun.misc.VMInspector
 
dumpCompilerProfileData() - Static method in class sun.misc.CVM
 
dumpHeapSimple() - Static method in class sun.misc.VMInspector
 
dumpHeapState(int, int) - Static method in class sun.misc.VMInspector
 
dumpHeapStats() - Static method in class sun.misc.VMInspector
 
dumpHeapVerbose() - Static method in class sun.misc.VMInspector
 
dumpObject(long) - Static method in class sun.misc.VMInspector
 
dumpObjectGCRoots(long) - Static method in class sun.misc.VMInspector
 
dumpObjectReferences(long) - Static method in class sun.misc.VMInspector
 
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread.
dumpStack(long) - Static method in class sun.misc.VMInspector
 
dumpStats() - Static method in class sun.misc.CVM
 
dumpSysInfo() - Static method in class sun.misc.VMInspector
 
DynamicProperties - Class in com.sun.cdc.config
This class holds information necessary for dynamic properties resolution.
DynamicProperties() - Constructor for class com.sun.cdc.config.DynamicProperties
 

E

E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class java.lang.StrictMath
The double value that is closer than any other to e, the base of the natural logarithms.
E_RESIZE_CURSOR - Static variable in class java.awt.Frame
 
EAST - Static variable in class java.awt.BorderLayout
The east layout constraint (left side of container).
echoCharIsSet() - Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
EDIPartyName - Class in sun.security.x509
This class defines the EDIPartyName of the GeneralName choice.
EDIPartyName(String, String) - Constructor for class sun.security.x509.EDIPartyName
Create the EDIPartyName object from the specified names.
EDIPartyName(String) - Constructor for class sun.security.x509.EDIPartyName
Create the EDIPartyName object from the specified name.
EDIPartyName(DerValue) - Constructor for class sun.security.x509.EDIPartyName
Create the EDIPartyName object from the passed encoded Der value.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementAt(char) - Method in class sun.text.CompactByteArray
Get the mapped value of a Unicode character.
elementAt(char) - Method in class sun.text.CompactCharArray
Get the mapped value of a Unicode character.
elementAt(char) - Method in class sun.text.CompactIntArray
Get the mapped value of a Unicode character.
elementCount - Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class java.security.PermissionCollection
Returns an enumeration of all the Permission objects in the collection.
elements() - Method in class java.security.Permissions
Returns an enumeration of all the Permission objects in all the PermissionCollections in this Permissions object.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
elements() - Method in class sun.misc.Cache
Returns an enumeration of the elements.
elements() - Method in class sun.misc.Queue
Returns an enumeration of the elements in Last-In, First-Out order.
elements() - Method in class sun.net.www.MimeTable
 
EMAIL_ADDRESS_OID - Static variable in class sun.security.pkcs.PKCS9Attribute
 
EMAIL_ADDRESS_STR - Static variable in class sun.security.pkcs.PKCS9Attribute
 
EmbeddedFrame - Class in sun.awt
A generic container used for embedding Java components, usually applets.
EmbeddedFrame() - Constructor for class sun.awt.EmbeddedFrame
 
EmbeddedFrame(int) - Constructor for class sun.awt.EmbeddedFrame
 
emit(DerOutputStream) - Method in class sun.security.x509.X500Name
Deprecated. Use encode() instead
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EMPTY_LIST - Static variable in class java.util.Collections
The empty list (immutable).
EMPTY_MAP - Static variable in class java.util.Collections
The empty map (immutable).
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable() - Method in class sun.awt.pocketpc.PPCFileDialogPeer
 
enable() - Static method in class sun.misc.TimeStamps
 
enableEvents(long) - Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long) - Method in class java.awt.MenuItem
Enables event delivery to this menu item for events to be defined by the specified event mask parameter
enableGC() - Static method in class sun.misc.VMInspector
 
enableInputMethods(boolean) - Method in class java.awt.TextComponent
 
enableInputMethodsForTextComponent() - Method in class sun.awt.pocketpc.PPCToolkit
Returns whether enableInputMethods should be set to true for peered TextComponent instances on this platform.
enableRemoteExceptions() - Static method in class sun.misc.CVM
 
enableReplaceObject(boolean) - Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean) - Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
ENCIPHER_ONLY - Static variable in class sun.security.x509.KeyUsageExtension
 
ENCLOSED_ALPHANUMERICS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ENCLOSED_CJK_LETTERS_AND_MONTHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ENCLOSING_MARK - Static variable in class java.lang.Character
General category "Me" in the Unicode specification.
encode(String) - Static method in class java.net.URLEncoder
Deprecated. The resulting string may vary depending on the platform's default encoding. Instead, use the encode(String,String) method to specify the encoding.
encode(String, String) - Static method in class java.net.URLEncoder
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
encode(OutputStream) - Method in interface java.security.Certificate
Deprecated. Encodes the certificate to an output stream in a format that can be decoded by the decode method.
encode(InputStream, OutputStream) - Method in class sun.misc.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encode(byte[], OutputStream) - Method in class sun.misc.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encode(byte[]) - Method in class sun.misc.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encode(DerOutputStream) - Method in class sun.security.pkcs.ContentInfo
 
encode(DerOutputStream) - Method in class sun.security.pkcs.PKCS8Key
PKCS#8 sequence on the DER output stream.
encode() - Method in class sun.security.pkcs.PKCS8Key
Returns the DER-encoded form of the key as a byte array.
encode(byte, OutputStream) - Method in class sun.security.pkcs.PKCS9Attributes
Put the DER encoding of this PKCS9 attribute set on an DerOutputStream, tagged with the given implicit tag.
encode(DerOutputStream) - Method in class sun.security.pkcs.SignerInfo
 
encode(DerOutputStream) - Method in class sun.security.util.DerValue
Encode an ASN1/DER encoded datum onto a DER output stream.
encode(DerOutputStream) - Method in class sun.security.x509.AlgorithmId
Marshal a DER-encoded "AlgorithmID" sequence on the DER stream.
encode() - Method in class sun.security.x509.AlgorithmId
Returns the DER-encoded X.509 AlgorithmId as a byte array.
encode(OutputStream) - Method in class sun.security.x509.AuthorityKeyIdentifierExtension
Write the extension to the OutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.AVA
 
encode(OutputStream) - Method in class sun.security.x509.BasicConstraintsExtension
Encode this extension value to the output stream.
encode(OutputStream) - Method in interface sun.security.x509.CertAttrSet
Encodes the attribute to the output stream in a format that can be parsed by the decode method.
encode(OutputStream) - Method in class sun.security.x509.CertificateAlgorithmId
Encode the algorithm identifier in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateExtensions
Encode the extensions in DER form to the stream, setting the context specific tag as needed in the X.509 v3 certificate.
encode(OutputStream, boolean) - Method in class sun.security.x509.CertificateExtensions
Encode the extensions in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateIssuerName
Encode the name in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateIssuerUniqueIdentity
Encode the identity in DER form to the stream.
encode(DerOutputStream) - Method in class sun.security.x509.CertificatePolicyId
Write the CertificatePolicyId to the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.CertificatePolicyMap
Write the CertificatePolicyMap to the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.CertificateSerialNumber
Encode the serial number in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateSubjectName
Encode the name in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateSubjectUniqueIdentity
Encode the identity in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateValidity
Encode the CertificateValidity period in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateVersion
Encode the CertificateVersion period in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CertificateX509Key
Encode the key in DER form to the stream.
encode(OutputStream, boolean) - Method in class sun.security.x509.CRLExtensions
Encode the extensions in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.CRLNumberExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.CRLReasonCodeExtension
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.DNSName
Encode the DNS name into the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.EDIPartyName
Encode the EDI party name into the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.ExtendedKeyUsageExtension
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.Extension
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.GeneralName
Encode the name to the specified DerOutputStream.
encode(DerOutputStream) - Method in interface sun.security.x509.GeneralNameInterface
Encode the name to the specified DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.GeneralNames
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.GeneralSubtree
Encode the GeneralSubtree.
encode(DerOutputStream) - Method in class sun.security.x509.GeneralSubtrees
Encode the GeneralSubtrees.
encode(DerOutputStream) - Method in class sun.security.x509.IPAddressName
Encode the IPAddress name into the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.IssuerAlternativeNameExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class sun.security.x509.KeyUsageExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.NameConstraintsExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class sun.security.x509.NetscapeCertTypeExtension
Write the extension to the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.OIDName
Encode the OID name into the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.OtherName
Encode the Other name into the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.PolicyConstraintsExtension
Write the extension to the DerOutputStream.
encode(OutputStream) - Method in class sun.security.x509.PolicyMappingsExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class sun.security.x509.PrivateKeyUsageExtension
Write the extension to the OutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.RFC822Name
Encode the RFC822 name into the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.SerialNumber
Encode the SerialNumber in DER form to the stream.
encode(OutputStream) - Method in class sun.security.x509.SubjectAlternativeNameExtension
Write the extension to the OutputStream.
encode(OutputStream) - Method in class sun.security.x509.SubjectKeyIdentifierExtension
Write the extension to the OutputStream.
encode(DerOutputStream, byte) - Method in class sun.security.x509.UniqueIdentity
Encode the UniqueIdentity in DER form to the stream.
encode(DerOutputStream) - Method in class sun.security.x509.URIName
Encode the URI name into the DerOutputStream.
encode(DerOutputStream) - Method in class sun.security.x509.X500Name
Encodes the name in DER-encoded form.
encode(OutputStream) - Method in class sun.security.x509.X509CertImpl
Appends the certificate to an output stream.
encode(OutputStream) - Method in class sun.security.x509.X509CertInfo
Appends the certificate to an output stream.
encode(DerOutputStream) - Method in class sun.security.x509.X509CRLEntryImpl
Encodes the revoked certificate to an output stream.
encode(DerOutputStream) - Method in class sun.security.x509.X509Key
Encode SubjectPublicKeyInfo sequence on the DER output stream.
encode() - Method in class sun.security.x509.X509Key
Returns the DER-encoded form of the key as a byte array.
encodeAtom(OutputStream, byte[], int, int) - Method in class sun.misc.BASE64Encoder
encodeAtom - Take three bytes of input and encode it as 4 printable characters.
encodeAtom(OutputStream, byte[], int, int) - Method in class sun.misc.CharacterEncoder
Encode one "atom" of information into characters.
encodeAtom(OutputStream, byte[], int, int) - Method in class sun.misc.HexDumpEncoder
 
encodeBuffer(InputStream, OutputStream) - Method in class sun.misc.CharacterEncoder
Encode bytes from the input stream, and write them as text characters to the output stream.
encodeBuffer(byte[], OutputStream) - Method in class sun.misc.CharacterEncoder
Encode the buffer in aBuffer and write the encoded result to the OutputStream aStream.
encodeBuffer(byte[]) - Method in class sun.misc.CharacterEncoder
A 'streamless' version of encode that simply takes a buffer of bytes and returns a string containing the encoded buffer.
encodeBufferPrefix(OutputStream) - Method in class sun.misc.CharacterEncoder
Encode the prefix for the entire buffer.
encodeBufferPrefix(OutputStream) - Method in class sun.misc.HexDumpEncoder
 
encodeBufferSuffix(OutputStream) - Method in class sun.misc.CharacterEncoder
Encode the suffix for the entire buffer.
encodedKey - Variable in class sun.security.pkcs.PKCS8Key
 
encodedKey - Variable in class sun.security.x509.X509Key
 
EncodedKeySpec - Class in java.security.spec
This class represents a public or private key in encoded format.
EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
Creates a new EncodedKeySpec with the given encoded key.
encodeInfo(OutputStream) - Method in class sun.security.x509.X509CRLImpl
Encodes the "to-be-signed" CRL to the OutputStream.
encodeLinePrefix(OutputStream, int) - Method in class sun.misc.CharacterEncoder
Encode the prefix that starts every output line.
encodeLinePrefix(OutputStream, int) - Method in class sun.misc.HexDumpEncoder
 
encodeLineSuffix(OutputStream) - Method in class sun.misc.CharacterEncoder
Encode the suffix that ends every output line.
encodeLineSuffix(OutputStream) - Method in class sun.misc.HexDumpEncoder
 
encodePath(String) - Static method in class sun.net.www.ParseUtil
Constructs an encoded version of the specified path string suitable for use in the construction of a URL.
encodeSignedData(OutputStream) - Method in class sun.security.pkcs.PKCS7
Encodes the signed data to an output stream.
encodeSignedData(DerOutputStream) - Method in class sun.security.pkcs.PKCS7
Encodes the signed data to a DerOutputStream.
encoding - Static variable in class sun.net.NetworkClient
 
ENCRYPTED_DATA_OID - Static variable in class sun.security.pkcs.ContentInfo
 
EncryptedPrivateKeyInfo - Class in sun.security.pkcs
This class implements the EncryptedPrivateKeyInfo type, which is defined in PKCS #8 as follows:
EncryptedPrivateKeyInfo(byte[]) - Constructor for class sun.security.pkcs.EncryptedPrivateKeyInfo
Constructs (i.e., parses) an EncryptedPrivateKeyInfo from its encoding.
EncryptedPrivateKeyInfo(AlgorithmId, byte[]) - Constructor for class sun.security.pkcs.EncryptedPrivateKeyInfo
Constructs an EncryptedPrivateKeyInfo from the encryption algorithm and the encrypted data.
END - Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end() - Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
end() - Method in class java.util.zip.Deflater
Closes the compressor and discards any unprocessed input.
end() - Method in class java.util.zip.Inflater
Closes the decompressor and discards any unprocessed input.
end - Variable in class sun.io.ByteToCharDoubleByte
 
END_CERT - Static variable in class sun.security.provider.X509Factory
 
END_PUNCTUATION - Static variable in class java.lang.Character
General category "Pe" in the Unicode specification.
endFeedback(Window, int, int, int, int) - Method in interface sun.porting.windowsystem.WindowManagementFeedback
End feedback, e.g.
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
endValidate() - Method in interface sun.awt.peer.ContainerPeer
 
endValidate() - Method in class sun.awt.pocketpc.PPCFileDialogPeer
 
engineAliases() - Method in class java.security.KeyStoreSpi
Lists all the alias names of this keystore.
engineAliases() - Method in class sun.security.provider.JavaKeyStore
Lists all the alias names of this keystore.
engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
Checks if the given alias exists in this keystore.
engineContainsAlias(String) - Method in class sun.security.provider.JavaKeyStore
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
Deletes the entry identified by the given alias from this keystore.
engineDeleteEntry(String) - Method in class sun.security.provider.JavaKeyStore
Deletes the entry identified by the given alias from this keystore.
engineDigest() - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest() - Method in class sun.security.provider.MD5
 
engineDigest(byte[], int, int) - Method in class sun.security.provider.MD5
 
engineDigest() - Method in class sun.security.provider.SHA
Computes the final hash and returns the final value as a byte[20] array.
engineDigest(byte[], int, int) - Method in class sun.security.provider.SHA
Computes the final hash and returns the final value as a byte[20] array.
engineDigest() - Method in class sun.security.provider.SHA2
Computes the final hash and returns the final value as a byte[32] array.
engineDigest(byte[], int, int) - Method in class sun.security.provider.SHA2
Computes the final hash and places the final value in the specified array.
engineDigest() - Method in class sun.security.provider.SHA3
Computes the final hash and returns the final value as a byte[48] array.
engineDigest(byte[], int, int) - Method in class sun.security.provider.SHA3
Computes the final hash and returns the final value as a byte[48] array.
engineDigest() - Method in class sun.security.provider.SHA5
Computes the final hash and returns the final value as a byte array.
engineDigest(byte[], int, int) - Method in class sun.security.provider.SHA5
Computes the final hash and places the final value in the specified array.
engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate object and initializes it with the data read from the input stream inStream.
engineGenerateCertificate(InputStream) - Method in class sun.security.provider.X509Factory
Generates an X.509 certificate object and initializes it with the data read from the input stream is.
engineGenerateCertificates(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
engineGenerateCertificates(InputStream) - Method in class sun.security.provider.X509Factory
Returns a (possibly empty) collection view of X.509 certificates read from the given input stream is.
engineGenerateCertPath(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
engineGenerateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactorySpi
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
engineGenerateCertPath(List) - Method in class java.security.cert.CertificateFactorySpi
Generates a CertPath object and initializes it with a List of Certificates.
engineGenerateCertPath(InputStream) - Method in class sun.security.provider.X509Factory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
engineGenerateCertPath(InputStream, String) - Method in class sun.security.provider.X509Factory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
engineGenerateCertPath(List) - Method in class sun.security.provider.X509Factory
Generates a CertPath object and initializes it with a List of Certificates.
engineGenerateCRL(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
engineGenerateCRL(InputStream) - Method in class sun.security.provider.X509Factory
Generates an X.509 certificate revocation list (CRL) object and initializes it with the data read from the given input stream is.
engineGenerateCRLs(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
engineGenerateCRLs(InputStream) - Method in class sun.security.provider.X509Factory
Returns a (possibly empty) collection view of X.509 CRLs read from the given input stream is.
engineGenerateParameters() - Method in class java.security.AlgorithmParameterGeneratorSpi
Generates the parameters.
engineGenerateParameters() - Method in class sun.security.provider.DSAParameterGenerator
Generates the parameters.
engineGeneratePrivate(KeySpec) - Method in class java.security.KeyFactorySpi
Generates a private key object from the provided key specification (key material).
engineGeneratePrivate(KeySpec) - Method in class sun.security.provider.DSAKeyFactory
Generates a private key object from the provided key specification (key material).
engineGeneratePublic(KeySpec) - Method in class java.security.KeyFactorySpi
Generates a public key object from the provided key specification (key material).
engineGeneratePublic(KeySpec) - Method in class sun.security.provider.DSAKeyFactory
Generates a public key object from the provided key specification (key material).
engineGenerateSeed(int) - Method in class java.security.SecureRandomSpi
Returns the given number of seed bytes.
engineGenerateSeed(int) - Method in class sun.security.provider.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
Returns the certificate associated with the given alias.
engineGetCertificate(String) - Method in class sun.security.provider.JavaKeyStore
Returns the certificate associated with the given alias.
engineGetCertificateAlias(Certificate) - Method in class java.security.KeyStoreSpi
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateAlias(Certificate) - Method in class sun.security.provider.JavaKeyStore
Returns the (alias) name of the first keystore entry whose certificate matches the given certificate.
engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
Returns the certificate chain associated with the given alias.
engineGetCertificateChain(String) - Method in class sun.security.provider.JavaKeyStore
Returns the certificate chain associated with the given alias.
engineGetCertPathEncodings() - Method in class java.security.cert.CertificateFactorySpi
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
engineGetCertPathEncodings() - Method in class sun.security.provider.X509Factory
Returns an iteration of the CertPath encodings supported by this certificate factory, with the default encoding first.
engineGetCreationDate(String) - Method in class java.security.KeyStoreSpi
Returns the creation date of the entry identified by the given alias.
engineGetCreationDate(String) - Method in class sun.security.provider.JavaKeyStore
Returns the creation date of the entry identified by the given alias.
engineGetDigestLength() - Method in class java.security.MessageDigestSpi
Returns the digest length in bytes.
engineGetDigestLength() - Method in class sun.security.provider.MD5
Return the digest length in bytes
engineGetDigestLength() - Method in class sun.security.provider.SHA
Return the length of the digest in bytes
engineGetDigestLength() - Method in class sun.security.provider.SHA2
 
engineGetDigestLength() - Method in class sun.security.provider.SHA3
Return the length of the digest in bytes
engineGetDigestLength() - Method in class sun.security.provider.SHA5
 
engineGetEncoded() - Method in class java.security.AlgorithmParametersSpi
Returns the parameters in their primary encoding format.
engineGetEncoded(String) - Method in class java.security.AlgorithmParametersSpi
Returns the parameters encoded in the specified format.
engineGetEncoded() - Method in class sun.security.provider.DSAParameters
 
engineGetEncoded(String) - Method in class sun.security.provider.DSAParameters
 
engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
Returns the key associated with the given alias, using the given password to recover it.
engineGetKey(String, char[]) - Method in class sun.security.provider.JavaKeyStore
Returns the key associated with the given alias, using the given password to recover it.
engineGetKeySpec(Key, Class) - Method in class java.security.KeyFactorySpi
Returns a specification (key material) of the given key object.
engineGetKeySpec(Key, Class) - Method in class sun.security.provider.DSAKeyFactory
Returns a specification (key material) of the given key object in the requested format.
engineGetParameter(String) - Method in class sun.security.provider.DSA
Deprecated.  
engineGetParameters() - Method in class java.security.SignatureSpi
This method is overridden by providers to return the parameters used with this signature engine, or null if this signature engine does not use any parameters.
engineGetParameterSpec(Class) - Method in class java.security.AlgorithmParametersSpi
Returns a (transparent) specification of this parameters object.
engineGetParameterSpec(Class) - Method in class sun.security.provider.DSAParameters
 
engineInit(int, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator for a certain size and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGeneratorSpi
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParametersSpi
Initializes this parameters object using the parameters specified in paramSpec.
engineInit(byte[]) - Method in class java.security.AlgorithmParametersSpi
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
engineInit(byte[], String) - Method in class java.security.AlgorithmParametersSpi
Imports the parameters from params and decodes them according to the specified decoding format.
engineInit(int, SecureRandom) - Method in class sun.security.provider.DSAParameterGenerator
Initializes this parameter generator for a certain strength and source of randomness.
engineInit(AlgorithmParameterSpec, SecureRandom) - Method in class sun.security.provider.DSAParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
engineInit(AlgorithmParameterSpec) - Method in class sun.security.provider.DSAParameters
 
engineInit(byte[]) - Method in class sun.security.provider.DSAParameters
 
engineInit(byte[], String) - Method in class sun.security.provider.DSAParameters
 
engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key and source of randomness for signing operations.
engineInitSign(PrivateKey) - Method in class sun.security.provider.DSA
Initialize the DSA object with a DSA private key.
engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineInitVerify(PublicKey) - Method in class sun.security.provider.DSA
Initialize the DSA object with a DSA public key.
engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
engineIsCertificateEntry(String) - Method in class sun.security.provider.JavaKeyStore
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
engineIsKeyEntry(String) - Method in class sun.security.provider.JavaKeyStore
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
Loads the keystore from the given input stream.
engineLoad(InputStream, char[]) - Method in class sun.security.provider.JavaKeyStore
Loads the keystore from the given input stream.
engineNextBytes(byte[]) - Method in class java.security.SecureRandomSpi
Generates a user-specified number of random bytes.
engineNextBytes(byte[]) - Method in class sun.security.provider.SecureRandom
Generates a user-specified number of random bytes.
engineReset() - Method in class java.security.MessageDigestSpi
Resets the digest for further use.
engineReset() - Method in class sun.security.provider.MD5
 
engineReset() - Method in class sun.security.provider.SHA
Resets the buffers and hash value to start a new hash.
engineReset() - Method in class sun.security.provider.SHA2
Resets the buffers and hash value to start a new hash.
engineReset() - Method in class sun.security.provider.SHA3
Resets the buffers and hash value to start a new hash.
engineReset() - Method in class sun.security.provider.SHA5
Resets the buffers and hash value to start a new hash.
engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
Assigns the given certificate to the given alias.
engineSetCertificateEntry(String, Certificate) - Method in class sun.security.provider.JavaKeyStore
Assigns the given certificate to the given alias.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key to the given alias, protecting it with the given password.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key (that has already been protected) to the given alias.
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class sun.security.provider.JavaKeyStore
Assigns the given key to the given alias, protecting it with the given password.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class sun.security.provider.JavaKeyStore
Assigns the given key (that has already been protected) to the given alias.
engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
This method is overridden by providers to initialize this signature engine with the specified parameter set.
engineSetParameter(String, Object) - Method in class sun.security.provider.DSA
Deprecated.  
engineSetSeed(byte[]) - Method in class java.security.SecureRandomSpi
Reseeds this random object.
engineSetSeed(byte[]) - Method in class sun.security.provider.SecureRandom
Reseeds this random object.
engineSign() - Method in class java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
engineSign() - Method in class sun.security.provider.DSA
Sign all the data thus far updated.
engineSize() - Method in class java.security.KeyStoreSpi
Retrieves the number of entries in this keystore.
engineSize() - Method in class sun.security.provider.JavaKeyStore
Retrieves the number of entries in this keystore.
engineStore(OutputStream, char[]) - Method in class java.security.KeyStoreSpi
Stores this keystore to the given output stream, and protects its integrity with the given password.
engineStore(OutputStream, char[]) - Method in class sun.security.provider.JavaKeyStore
Stores this keystore to the given output stream, and protects its integrity with the given password.
engineToString() - Method in class java.security.AlgorithmParametersSpi
Returns a formatted string describing the parameters.
engineToString() - Method in class sun.security.provider.DSAParameters
 
engineTranslateKey(Key) - Method in class java.security.KeyFactorySpi
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineTranslateKey(Key) - Method in class sun.security.provider.DSAKeyFactory
Translates a key object, whose provider may be unknown or potentially untrusted, into a corresponding key object of this key factory.
engineUpdate(byte) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineUpdate(byte) - Method in class sun.security.provider.DSA
Update a byte to be signed or verified.
engineUpdate(byte[], int, int) - Method in class sun.security.provider.DSA
Update an array of bytes to be signed or verified.
engineUpdate(byte) - Method in class sun.security.provider.MD5
Update adds the passed byte to the digested data.
engineUpdate(byte[], int, int) - Method in class sun.security.provider.MD5
Update adds the selected part of an array of bytes to the digest.
engineUpdate(byte) - Method in class sun.security.provider.SHA
 
engineUpdate(byte[], int, int) - Method in class sun.security.provider.SHA
Update a buffer.
engineUpdate(byte) - Method in class sun.security.provider.SHA2
Update a byte.
engineUpdate(byte[], int, int) - Method in class sun.security.provider.SHA2
Update a buffer.
engineUpdate(byte) - Method in class sun.security.provider.SHA5
Update a byte.
engineUpdate(byte[], int, int) - Method in class sun.security.provider.SHA5
Update a buffer.
engineVerify(byte[]) - Method in class java.security.SignatureSpi
Verifies the passed-in signature.
engineVerify(byte[], int, int) - Method in class java.security.SignatureSpi
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
engineVerify(byte[]) - Method in class sun.security.provider.DSA
Verify all the data thus far updated.
engineVerify(byte[], int, int) - Method in class sun.security.provider.DSA
Verify all the data thus far updated.
ENGLISH - Static variable in class java.util.Locale
Useful constant for language.
enqueue() - Method in class java.lang.ref.Reference
Adds this reference object to the queue with which it is registered, if any.
enqueue(Object) - Method in class sun.misc.Queue
Enqueue an object.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureDirectory() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureNoStreamsOpen() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Check if the streams are open.
ensureNotDirectory() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureOpen() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Check if the connection is open.
ensureOpen() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureOpen() - Method in class com.sun.cdc.io.j2me.http.Protocol
 
ensureOpenAndSelected() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureOpenForReading() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureOpenForReadingAndSelected() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureOpenForWriting() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ensureOpenForWritingAndSelected() - Method in class com.sun.cdc.io.j2me.file.ProtocolBase
 
ENTER - Static variable in class java.awt.Event
The Enter key.
entries() - Method in interface java.security.acl.Acl
Returns an enumeration of the entries in this ACL.
entries() - Method in class java.util.jar.JarFile
Returns an enumeration of the ZIP file entries.
entries() - Method in class java.util.zip.ZipFile
Returns an enumeration of the ZIP file entries.
entrySet() - Method in class java.security.Provider
Returns an unmodifiable Set view of the property entries contained in this Provider.
entrySet() - Method in class java.util.AbstractMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.HashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the entries contained in this Hashtable.
entrySet() - Method in class java.util.IdentityHashMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.jar.Attributes
Returns a Collection view of the attribute name-value mappings contained in this Map.
entrySet() - Method in interface java.util.Map
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.TreeMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class java.util.WeakHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class sun.misc.SoftCache
Return a Set view of the mappings in this cache.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies into the specified array every active thread in the current thread's thread group and its subgroups.
enumerate(Thread[]) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumeration(Collection) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
Enumeration - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
ENVELOPED_DATA_OID - Static variable in class sun.security.pkcs.ContentInfo
 
eof - Variable in class com.sun.cdc.io.BufferedConnectionAdapter
The end of file flag.
eof - Variable in exception java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean) - Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
eos - Variable in class java.util.zip.GZIPInputStream
Indicates end of input stream.
EPOCH_DATE - Static variable in class sun.util.calendar.Gregorian
The number of days between Gregorian January 1, 1 and January 1, 1970.
equals(Object) - Method in class java.awt.datatransfer.DataFlavor
If the object is an instance of DataFlavor, representationClass and MIME type will be compared.
equals(DataFlavor) - Method in class java.awt.datatransfer.DataFlavor
Two DataFlavors are considered equal if and only if their MIME primary type and subtype and representation class are equal.
equals(Object) - Method in class java.awt.Font
Compares this object to the specifed object.
equals(MenuShortcut) - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object) - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object) - Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Character.Subset
Compares two Subset objects for equality.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Float
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.reflect.Constructor
Compares this Constructor against the specified object.
equals(Object) - Method in class java.lang.reflect.Field
Compares this Field against the specified object.
equals(Object) - Method in class java.lang.reflect.Method
Compares this Method against the specified object.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.StackTraceElement
Returns true if the specified object is another StackTraceElement instance representing the same execution point as this instance.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified Object for equality.
equals(Object) - Method in class java.math.BigInteger
Compares this BigInteger with the specified Object for equality.
equals(Object) - Method in class java.net.Inet4Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.Inet6Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetSocketAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.NetworkInterface
Compares this object against the specified object.
equals(Object) - Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object) - Method in class java.net.URI
Tests this URI for equality with another object.
equals(Object) - Method in class java.net.URL
Compares this URL for equality with another object.
equals(URL, URL) - Method in class java.net.URLStreamHandler
Provides the default equals calculation.
equals(Object) - Method in class java.security.AccessControlContext
Checks two AccessControlContext objects for equality.
equals(Object) - Method in interface java.security.acl.Permission
Returns true if the object passed matches the permission represented in this interface.
equals(Object) - Method in class java.security.AllPermission
Checks two AllPermission objects for equality.
equals(Object) - Method in class java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object) - Method in class java.security.cert.Certificate
Compares this certificate for equality with the specified object.
equals(Object) - Method in class java.security.cert.CertPath
Compares this certification path for equality with the specified object.
equals(Object) - Method in class java.security.cert.X509CRL
Compares this CRL for equality with the given object.
equals(Object) - Method in class java.security.cert.X509CRLEntry
Compares this CRL entry for equality with the given object.
equals(Object) - Method in class java.security.CodeSource
Tests for equality between the specified object and this object.
equals(Object) - Method in class java.security.Identity
Deprecated. Tests for equality between the specified object and this identity.
equals(Object) - Method in class java.security.Permission
Checks two Permission objects for equality.
equals(Object) - Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object) - Method in class java.security.UnresolvedPermission
Checks two UnresolvedPermission objects for equality.
equals(Object) - Method in class java.text.AttributedCharacterIterator.Attribute
Compares two objects for equality.
equals(Object) - Method in class java.text.ChoiceFormat
Equality comparision between two
equals(Object) - Method in class java.text.CollationKey
Compare this CollationKey and the target CollationKey for equality.
equals(String, String) - Method in class java.text.Collator
Convenience method for comparing the equality of two strings based on this Collator's collation rules.
equals(Object) - Method in class java.text.Collator
Compares the equality of two Collators.
equals(Object) - Method in class java.text.DateFormat
Overrides equals
equals(Object) - Method in class java.text.DateFormatSymbols
Override equals
equals(Object) - Method in class java.text.DecimalFormat
Overrides equals
equals(Object) - Method in class java.text.DecimalFormatSymbols
Override equals.
equals(Object) - Method in class java.text.FieldPosition
Overrides equals
equals(Object) - Method in class java.text.MessageFormat
Equality comparison between two message format objects
equals(Object) - Method in class java.text.NumberFormat
Overrides equals
equals(Object) - Method in class java.text.ParsePosition
Overrides equals
equals(Object) - Method in class java.text.RuleBasedCollator
Compares the equality of two collation objects.
equals(Object) - Method in class java.text.SimpleDateFormat
Compares the given object with this SimpleDateFormat for equality.
equals(Object) - Method in class java.text.StringCharacterIterator
Compares the equality of two StringCharacterIterator objects.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of booleans are equal to one another.
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.GregorianCalendar
Compares this GregorianCalendar to an object reference.
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in class java.util.IdentityHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.jar.Attributes
Compares the specified Attributes object with this Map for equality.
equals(Object) - Method in class java.util.jar.Attributes.Name
Compares this attribute name to another for equality.
equals(Object) - Method in class java.util.jar.Manifest
Returns true if the specified Object is also a Manifest and has the same main Attributes and entries.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.Locale
Returns true if this Locale is equal to another object.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in class sun.misc.LogicalVM
 
equals(Region) - Method in interface sun.porting.graphicssystem.Region
Test for equality against the given region.
equals(Region) - Method in class sun.porting.utils.RegionImpl
 
equals(Object) - Method in class sun.security.pkcs.EncryptedPrivateKeyInfo
 
equals(Object) - Method in class sun.security.pkcs.PKCS8Key
Compares two private keys.
equals(Object) - Method in class sun.security.provider.PolicyParser.PermissionEntry
 
equals(Object) - Method in class sun.security.provider.PolicyParser.PrincipalEntry
Test for equality between the specified object and this object.
equals(Object) - Method in class sun.security.util.BigInt
Returns true iff the parameter is a numerically equivalent BigInt.
equals(BigInt) - Method in class sun.security.util.BigInt
Returns true iff the parameter is numerically equivalent.
equals(Object) - Method in class sun.security.util.BitArray
 
equals(Object) - Method in class sun.security.util.Cache.EqualByteArray
 
equals(Object) - Method in class sun.security.util.DerValue
Returns true iff the other object is a DER value which is bitwise equal to this one.
equals(DerValue) - Method in class sun.security.util.DerValue
Bitwise equality comparison.
equals(ObjectIdentifier) - Method in class sun.security.util.ObjectIdentifier
Deprecated. Use equals((Object)oid)
equals(Object) - Method in class sun.security.util.ObjectIdentifier
Compares this identifier with another, for equality.
equals(AlgorithmId) - Method in class sun.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(Object) - Method in class sun.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(ObjectIdentifier) - Method in class sun.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equals(Object) - Method in class sun.security.x509.AVA
 
equals(Object) - Method in class sun.security.x509.CertificateExtensions
Compares this CertificateExtensions for equality with the specified object.
equals(Object) - Method in class sun.security.x509.CertificatePolicyId
Compares this CertificatePolicyId with another, for equality.
equals(Object) - Method in class sun.security.x509.CRLExtensions
Compares this CRLExtensions for equality with the specified object.
equals(Object) - Method in class sun.security.x509.DNSName
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.EDIPartyName
Compare this EDIPartyName with another.
equals(Object) - Method in class sun.security.x509.Extension
Compares this Extension for equality with the specified object.
equals(Object) - Method in class sun.security.x509.GeneralName
Compare this GeneralName with another
equals(Object) - Method in class sun.security.x509.GeneralNames
compare this GeneralNames to other object for equality
equals(Object) - Method in class sun.security.x509.GeneralSubtree
Compare this GeneralSubtree with another
equals(Object) - Method in class sun.security.x509.GeneralSubtrees
Compare two general subtrees by comparing the subtrees of each.
equals(Object) - Method in class sun.security.x509.IPAddressName
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.KeyIdentifier
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class sun.security.x509.OIDName
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.OtherName
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.RDN
 
equals(Object) - Method in class sun.security.x509.RFC822Name
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.URIName
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.X500Name
Compares this name with another, for equality.
equals(Object) - Method in class sun.security.x509.X509CertInfo
Compares two X509CertInfo objects.
equals(X509CertInfo) - Method in class sun.security.x509.X509CertInfo
Compares two certificates, returning false if any data differs between the two.
equals(Object) - Method in class sun.security.x509.X509Key
 
equals(Object) - Method in class sun.text.CompactByteArray
Compares the equality of two compact array objects.
equals(Object) - Method in class sun.text.CompactCharArray
Compares the equality of two compact array objects.
equals(Object) - Method in class sun.text.CompactIntArray
Compares the equality of two compact array objects.
equals(Object) - Method in class sun.text.IntHashtable
 
equals(Object) - Method in class sun.util.BuddhistCalendar
Compares this BuddhistCalendar to an object reference.
equals(Object) - Method in class sun.util.calendar.CalendarDate
 
equals(Object) - Method in class sun.util.calendar.ZoneInfo
Compares the equity of two ZoneInfo objects.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
ERA - Static variable in class java.text.DateFormat.Field
Constant identifying the era field.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
ERA_FIELD - Static variable in class java.text.DateFormat
Useful constant for ERA field alignment.
err - Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err - Static variable in class java.lang.System
The "standard" error output stream.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs a new error with null as its detail message.
Error(String) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message.
Error(String, Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message and cause.
Error(Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ESCAPE - Static variable in class java.awt.Event
The Escape key.
ETHIOPIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Event - Class in java.awt
Event is a platform-independent class that encapsulates events from the platform's Graphical User Interface in the Java 1.0 event model.
Event(Object, long, int, int, int, int, int, Object) - Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and argument.
Event(Object, long, int, int, int, int, int) - Constructor for class java.awt.Event
Creates an instance of Event, with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and an argument set to null.
Event(Object, int, Object) - Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, event type, and argument.
EventHandler - Interface in sun.porting.windowsystem
The EventHandler interface is presented to the underlying operating system (by registering with the underlying GraphicsSystem) in order to allow events to flow into the system.
EventListener - Interface in java.util
A tagging interface that all event listener interfaces must extend.
EventListenerProxy - Class in java.util
An abstract wrapper class for an EventListener class which associates a set of additional parameters with the listener.
EventListenerProxy(EventListener) - Constructor for class java.util.EventListenerProxy
 
EventObject - Class in java.util
The root class from which all event state objects shall be derived.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
EventQueue - Class in java.awt
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
EventQueue() - Constructor for class java.awt.EventQueue
 
evt - Variable in class java.awt.Event
The next event.
exact - Variable in class sun.misc.Regexp
 
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs a new exception with null as its detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message.
Exception(String, Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message and cause.
Exception(Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ExceptionInInitializerError - Error in java.lang
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object.
ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
EXCLUDED_SUBTREES - Static variable in class sun.security.x509.NameConstraintsExtension
 
exec(String) - Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String, String[], File) - Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment and working directory.
exec(String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
exec(String[], String[], File) - Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment and working directory.
executeClinit(Class) - Static method in class sun.misc.CVM
 
exists() - Method in class java.io.File
Tests whether the file or directory denoted by this abstract pathname exists.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exit(int) - Method in class sun.misc.LogicalVM
 
exit(int) - Static method in class sun.misc.VMInspector
 
exitRequested() - Static method in class sun.misc.ThreadRegistry
 
exitValue() - Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double) - Static method in class java.lang.Math
Returns Euler's number e raised to the power of a double value.
exp(double) - Static method in class java.lang.StrictMath
Returns Euler's number e raised to the power of a double value.
exp - Variable in class sun.misc.Regexp
 
expand(String) - Static method in class sun.security.util.PropertyExpander
 
expand(String, boolean) - Static method in class sun.security.util.PropertyExpander
 
expected - Variable in class sun.net.www.MeteredStream
 
EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is expired.
EXPONENT - Static variable in class java.text.NumberFormat.Field
Constant identifying the exponent field.
EXPONENT_SIGN - Static variable in class java.text.NumberFormat.Field
Constant identifying the exponent sign field.
EXPONENT_SYMBOL - Static variable in class java.text.NumberFormat.Field
Constant identifying the exponent symbol field.
EXTENDED_CERTIFICATE_ATTRIBUTES_OID - Static variable in class sun.security.pkcs.PKCS9Attribute
 
EXTENDED_CERTIFICATE_ATTRIBUTES_STR - Static variable in class sun.security.pkcs.PKCS9Attribute
 
ExtendedKeyUsage_Id - Static variable in class sun.security.x509.PKIXExtensions
Identifies one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.
ExtendedKeyUsageExtension - Class in sun.security.x509
This class defines the Extended Key Usage Extension, which indicates one or more purposes for which the certified public key may be used, in addition to or in place of the basic purposes indicated in the key usage extension field.
ExtendedKeyUsageExtension(Vector) - Constructor for class sun.security.x509.ExtendedKeyUsageExtension
Create a ExtendedKeyUsageExtension object from a Vector of Key Usages; the criticality is set to false.
ExtendedKeyUsageExtension(Boolean, Vector) - Constructor for class sun.security.x509.ExtendedKeyUsageExtension
Create a ExtendedKeyUsageExtension object from a Vector of KeyUsages with specified criticality.
ExtendedKeyUsageExtension(Boolean, Object) - Constructor for class sun.security.x509.ExtendedKeyUsageExtension
Create the extension from its DER encoded value and criticality.
Extension - Class in sun.security.x509
Represent a X509 Extension Attribute.
Extension() - Constructor for class sun.security.x509.Extension
Default constructor.
Extension(DerValue) - Constructor for class sun.security.x509.Extension
Constructs an extension from a DER encoded array of bytes.
Extension(ObjectIdentifier, boolean, byte[]) - Constructor for class sun.security.x509.Extension
Constructs an Extension from individual components of ObjectIdentifier, criticality and the DER encoded OctetString.
Extension(Extension) - Constructor for class sun.security.x509.Extension
Constructs an Extension from another extension.
EXTENSION_INSTALLATION - Static variable in class java.util.jar.Attributes.Name
Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
EXTENSION_LIST - Static variable in class java.util.jar.Attributes.Name
Name object for Extension-List manifest attribute used for declaring dependencies on installed extensions.
EXTENSION_NAME - Static variable in class java.util.jar.Attributes.Name
Name object for Extension-Name manifest attribute used for declaring dependencies on installed extensions.
EXTENSION_REQUEST_OID - Static variable in class sun.security.pkcs.PKCS9Attribute
 
EXTENSION_REQUEST_STR - Static variable in class sun.security.pkcs.PKCS9Attribute
 
ExtensionDependency - Class in sun.misc
This class checks dependent extensions a particular jar file may have declared through its manifest attributes.
ExtensionDependency() - Constructor for class sun.misc.ExtensionDependency
 
extensionId - Variable in class sun.security.x509.Extension
 
ExtensionInfo - Class in sun.misc
This class holds all necessary information to install or upgrade a extension on the user's disk
ExtensionInfo() - Constructor for class sun.misc.ExtensionInfo
Create a new unintialized extension information object
ExtensionInfo(String, Attributes) - Constructor for class sun.misc.ExtensionInfo
Create and initialize an extension information object.
ExtensionInstallationException - Exception in sun.misc
 
ExtensionInstallationException(String) - Constructor for exception sun.misc.ExtensionInstallationException
 
ExtensionInstallationProvider - Interface in sun.misc
This interface defines the contract a extension installation capable provided to the extension installation dependency mechanism to install new extensions on the user's disk
EXTENSIONS - Static variable in class sun.security.x509.X509CertInfo
 
extensions - Variable in class sun.security.x509.X509CertInfo
 
extensionValue - Variable in class sun.security.x509.Extension
 
Externalizable - Interface in java.io
Only the identity of the class of an Externalizable instance is written in the serialization stream and it is the responsibility of the class to save and restore the contents of its instances.

F

F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public-exponent value F0 = 3.
F1 - Static variable in class java.awt.Event
The F1 function key, a non-ASCII action key.
F10 - Static variable in class java.awt.Event
The F10 function key, a non-ASCII action key.
F11 - Static variable in class java.awt.Event
The F11 function key, a non-ASCII action key.
F12 - Static variable in class java.awt.Event
The F12 function key, a non-ASCII action key.
F2 - Static variable in class java.awt.Event
The F2 function key, a non-ASCII action key.
F3 - Static variable in class java.awt.Event
The F3 function key, a non-ASCII action key.
F4 - Static variable in class java.awt.Event
The F4 function key, a non-ASCII action key.
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public exponent-value F4 = 65537.
F5 - Static variable in class java.awt.Event
The F5 function key, a non-ASCII action key.
F6 - Static variable in class java.awt.Event
The F6 function key, a non-ASCII action key.
F7 - Static variable in class java.awt.Event
The F7 function key, a non-ASCII action key.
F8 - Static variable in class java.awt.Event
The F8 function key, a non-ASCII action key.
F9 - Static variable in class java.awt.Event
The F9 function key, a non-ASCII action key.
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fd - Variable in class java.net.DatagramSocketImpl
The file descriptor object.
fd - Variable in class java.net.SocketImpl
The file descriptor object for this socket.
FDInputStream - Class in sun.io
A file input stream is an input stream for reading data from a File or from a FileDescriptor.
FDInputStream(String) - Constructor for class sun.io.FDInputStream
Creates an input file stream to read from a file with the specified name.
FDInputStream(FileDescriptor) - Constructor for class sun.io.FDInputStream
Creates an input file stream to read from the specified file descriptor.
FDOutputStream - Class in sun.io
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FDOutputStream(String) - Constructor for class sun.io.FDOutputStream
Creates an output file stream to write to the file with the specified name.
FDOutputStream(String, boolean) - Constructor for class sun.io.FDOutputStream
Creates an output file with the specified system dependent file name.
FDOutputStream(FileDescriptor) - Constructor for class sun.io.FDOutputStream
Creates an output file stream to write to the specified file descriptor.
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
FEBRUARY - Static variable in interface sun.util.calendar.CalendarSystem
 
Field - Class in java.lang.reflect
A Field provides information about, and dynamic access to, a single field of a class or an interface.
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
FieldPosition - Class in java.text
FieldPosition is a simple class used by Format and its subclasses to identify fields in formatted output.
FieldPosition(int) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
FieldPosition(Format.Field) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field constant.
FieldPosition(Format.Field, int) - Constructor for class java.text.FieldPosition
Creates a FieldPosition object for the given field.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
File - Class in java.io
An abstract representation of file and directory pathnames.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
File(URI) - Constructor for class java.io.File
Creates a new File instance by converting the given file: URI into an abstract pathname.
FILE_DELETE_ACTION - Static variable in class sun.security.util.SecurityConstants
 
FILE_EXECUTE_ACTION - Static variable in class sun.security.util.SecurityConstants
 
FILE_READ_ACTION - Static variable in class sun.security.util.SecurityConstants
 
FILE_WRITE_ACTION - Static variable in class sun.security.util.SecurityConstants
 
FileDescriptor - Class in java.io
Instances of the file descriptor class serve as an opaque handle to the underlying machine-specific structure representing an open file, an open socket, or another source or sink of bytes.
FileDescriptor() - Constructor for class java.io.FileDescriptor
Constructs an (invalid) FileDescriptor object.
FileDialog - Class in java.awt
The FileDialog class displays a dialog window from which the user can select a file.
FileDialog(Frame) - Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading a file.
FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
FileDialogPeer - Interface in sun.awt.peer
 
FileFilter - Interface in java.io
A filter for abstract pathnames.
FileInputStream - Class in java.io
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by using the file descriptor fdObj, which represents an existing connection to an actual file in the file system.
FilenameFilter - Interface in java.io
Instances of classes that implement this interface are used to filter filenames.
FileNameMap - Interface in java.net
A simple interface which provides a mechanism to map between a file name and a MIME type string.
FileNotFoundException - Exception in java.io
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream - Class in java.io
A file output stream is an output stream for writing data to a File or to a FileDescriptor.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the file with the specified name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the specified file descriptor, which represents an existing connection to an actual file in the file system.
FilePermission - Class in java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FileReader - Class in java.io
Convenience class for reading character files.
FileReader(String) - Constructor for class java.io.FileReader
Creates a new FileReader, given the name of the file to read from.
FileReader(File) - Constructor for class java.io.FileReader
Creates a new FileReader, given the File to read from.
FileReader(FileDescriptor) - Constructor for class java.io.FileReader
Creates a new FileReader, given the FileDescriptor to read from.
fileToEncodedURL(File) - Static method in class sun.net.www.ParseUtil
 
FileURLConnection - Class in sun.net.www.protocol.file
 
FileURLConnection(URL, File) - Constructor for class sun.net.www.protocol.file.FileURLConnection
 
FileWriter - Class in java.io
Convenience class for writing character files.
FileWriter(String) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a file name.
FileWriter(String, boolean) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a file name with a boolean indicating whether or not to append the data written.
FileWriter(File) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(File, boolean) - Constructor for class java.io.FileWriter
Constructs a FileWriter object given a File object.
FileWriter(FileDescriptor) - Constructor for class java.io.FileWriter
Constructs a FileWriter object associated with a file descriptor.
fill(long[], long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(int[], int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(char[], char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(List, Object) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
fill() - Method in class java.util.zip.InflaterInputStream
Fills input buffer with more data to decompress.
fill(Object) - Method in class sun.misc.SoftCache
Create a value object for the given key.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
fillOval(int, int, int, int) - Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int) - Method in class java.awt.Graphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon) - Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
FILTERED - Static variable in class java.util.zip.Deflater
Compression strategy best used for data consisting mostly of small values with a somewhat random distribution.
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader - Class in java.io
Abstract class for reading filtered character streams.
FilterReader(Reader) - Constructor for class java.io.FilterReader
Create a new filtered reader.
FilterWriter - Class in java.io
Abstract class for writing filtered character streams.
FilterWriter(Writer) - Constructor for class java.io.FilterWriter
Create a new filtered writer.
FINAL - Static variable in class java.lang.reflect.Modifier
The int value representing the final modifier.
FINAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pf" in the Unicode specification.
finalize() - Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize() - Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
finalize() - Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize() - Method in class java.io.FileOutputStream
Cleans up the connection to the file, and ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize() - Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize() - Method in class java.util.zip.Deflater
Closes the compressor when garbage is collected.
finalize() - Method in class java.util.zip.Inflater
Closes the decompressor when garbage is collected.
finalize() - Method in class java.util.zip.ZipFile
Ensures that the close method of this ZIP file is called when there are no more references to it.
finalize() - Method in class sun.awt.gtk.GtkClipboard
 
finalize() - Method in class sun.awt.qt.QtClipboard
 
finalize() - Method in class sun.awt.qt.QtToolkit
 
finalize() - Method in class sun.io.FDInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize() - Method in class sun.io.FDOutputStream
Ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize() - Method in class sun.misc.MemberFilter
 
finalize() - Method in class sun.net.www.http.HttpClient
 
finalize() - Method in class sun.net.www.MeteredStream
 
finalize() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
find(String) - Method in class sun.net.www.MimeTable
 
findByDescription(String) - Method in class sun.net.www.MimeTable
 
findByExt(String) - Method in class sun.net.www.MimeTable
Locate a MimeEntry by the file extension that has been associated with it.
findByFileName(String) - Method in class sun.net.www.MimeTable
Locate a MimeEntry by the file extension that has been associated with it.
findClass(String) - Method in class java.lang.ClassLoader
Finds the specified class.
findClass(String) - Method in class java.net.URLClassLoader
Finds and loads the class with the specified name from the URL search path.
findClass(String) - Method in class sun.applet.AppletClassLoader
 
findInt(String, int) - Method in class sun.net.www.HeaderParser
 
findKey(int) - Method in class sun.net.www.HeaderParser
 
findLibrary(String) - Method in class java.lang.ClassLoader
Returns the absolute path name of a native library.
findLoadedClass(String) - Method in class java.lang.ClassLoader
Returns the class with the given name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that name.
findMostSpecificAttribute(ObjectIdentifier) - Method in class sun.security.x509.X500Name
Find the most specific ("last") attribute of the given type.
findNextValue(String, String) - Method in class sun.net.www.MessageHeader
Deprecated: Use multiValueIterator() instead.
findResource(String) - Method in class java.lang.ClassLoader
Finds the resource with the given name.
findResource(String) - Method in class java.net.URLClassLoader
Finds the resource with the specified name on the URL search path.
findResource(String) - Method in class sun.applet.AppletClassLoader
 
findResource(String, boolean) - Method in class sun.misc.URLClassPath
Finds the resource with the specified name on the URL search path or null if not found or security check fails.
findResources(String) - Method in class java.lang.ClassLoader
Returns an enumeration of URL objects representing all the resources with the given name.
findResources(String) - Method in class java.net.URLClassLoader
Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
findResources(String) - Method in class sun.applet.AppletClassLoader
 
findResources(String, boolean) - Method in class sun.misc.URLClassPath
Finds all resources on the URL search path with the given name.
findROMFilterData() - Method in class sun.misc.MemberFilter
 
findSystemClass(String) - Method in class java.lang.ClassLoader
Finds a class with the specified name, loading it if necessary.
findValue(int) - Method in class sun.net.www.HeaderParser
 
findValue(String) - Method in class sun.net.www.HeaderParser
 
findValue(String, String) - Method in class sun.net.www.HeaderParser
 
findValue(String) - Method in class sun.net.www.MessageHeader
Find the value that corresponds to this key.
finish() - Method in class java.util.zip.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class java.util.zip.DeflaterOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.GZIPOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class java.util.zip.ZipOutputStream
Finishes writing the contents of the ZIP output stream without closing the underlying stream.
finished() - Method in class java.util.zip.Deflater
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in class java.util.zip.Inflater
Return true if the end of the compressed data stream has been reached.
finished - Variable in class sun.awt.image.ImageDecoder
 
finished() - Method in class sun.net.www.http.HttpClient
 
first() - Method in class java.text.BreakIterator
Return the first boundary.
first() - Method in interface java.text.CharacterIterator
Sets the position to getBeginIndex() and returns the character at that position.
first() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.first() for String.
first() - Method in interface java.util.SortedSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class java.util.TreeSet
Returns the first (lowest) element currently in this sorted set.
first() - Method in class sun.text.Normalizer
Return the first character in the normalized text.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this sorted map.
firstKey() - Method in class java.util.TreeMap
Returns the first (lowest) key currently in this sorted map.
flip(int) - Method in class java.util.BitSet
Sets the bit at the specified index to to the complement of its current value.
flip(int, int) - Method in class java.util.BitSet
Sets each bit from the specified fromIndex(inclusive) to the specified toIndex(exclusive) to the complement of its current value.
flipBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit flipped.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type float.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double object.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floatValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a float.
floatValue() - Method in class java.math.BigInteger
Converts this BigInteger to a float.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.StrictMath
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
FlowLayout - Class in java.awt
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
FlowLayout() - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int) - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
flush() - Method in class com.sun.cdc.i18n.StreamWriter
Flush the writer and the output stream.
flush() - Method in class com.sun.cdc.io.ConnectionBaseAdapter
Forces any buffered output bytes to be written out.
flush() - Method in class com.sun.cdc.io.GeneralBase
Flush the stream.
flush() - Method in class com.sun.cdc.io.j2me.http.Protocol.PrivateOutputStream
 
flush() - Method in class com.sun.cdc.io.j2me.UniversalFilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class com.sun.cdc.io.j2me.UniversalOutputStream
Flush the stream.
flush() - Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class java.io.BufferedWriter
Flush the stream.
flush() - Method in class java.io.CharArrayWriter
Flush the stream.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in class java.io.FilterWriter
Flush the stream.
flush() - Method in interface java.io.ObjectOutput
Flushes the stream.
flush() - Method in class java.io.ObjectOutputStream
Flushes the stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.PipedWriter
Flushes this output stream and forces any buffered output characters to be written out.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.PrintWriter
Flush the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
flush(char[], int, int) - Method in class sun.io.ByteToCharASCII
 
flush(char[], int, int) - Method in class sun.io.ByteToCharConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.
flush(char[], int, int) - Method in class sun.io.ByteToCharCp33722
flush out any residual data and reset the buffer state
flush(char[], int, int) - Method in class sun.io.ByteToCharCp964
flush out any residual data and reset the buffer state
flush(char[], int, int) - Method in class sun.io.ByteToCharDBCS_ASCII
 
flush(char[], int, int) - Method in class sun.io.ByteToCharDBCS_EBCDIC
 
flush(char[], int, int) - Method in class sun.io.ByteToCharDoubleByte
 
flush(char[], int, int) - Method in class sun.io.ByteToCharEUC
flush out any residual data and reset the buffer state
flush(char[], int, int) - Method in class sun.io.ByteToCharEUC_JP
 
flush(char[], int, int) - Method in class sun.io.ByteToCharEUC_TW
 
flush(char[], int, int) - Method in class sun.io.ByteToCharISO2022
 
flush(char[], int, int) - Method in class sun.io.ByteToCharISO2022JP
 
flush(char[], int, int) - Method in class sun.io.ByteToCharISO8859_1
 
flush(char[], int, int) - Method in class sun.io.ByteToCharJISAutoDetect
 
flush(char[], int, int) - Method in class sun.io.ByteToCharSingleByte
 
flush(char[], int, int) - Method in class sun.io.ByteToCharUnicode
 
flush(char[], int, int) - Method in class sun.io.ByteToCharUTF8
 
flush(byte[], int, int) - Method in class sun.io.CharToByteASCII
 
flush(byte[], int, int) - Method in class sun.io.CharToByteConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.
flush(byte[], int, int) - Method in class sun.io.CharToByteCp933
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteCp949
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteCp949C
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteCp970
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteDBCS_ASCII
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteDBCS_EBCDIC
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteDoubleByte
 
flush(byte[], int, int) - Method in class sun.io.CharToByteEUC
flush out any residual data and reset the buffer state
flush(byte[], int, int) - Method in class sun.io.CharToByteEUC_TW
 
flush(byte[], int, int) - Method in class sun.io.CharToByteISO2022
 
flush(byte[], int, int) - Method in class sun.io.CharToByteISO2022JP
 
flush(byte[], int, int) - Method in class sun.io.CharToByteISO8859_1
 
flush(byte[], int, int) - Method in class sun.io.CharToByteUnicode
 
flush(byte[], int, int) - Method in class sun.io.CharToByteUTF8
 
flush() - Method in class sun.misc.Ref
Deprecated. Flushes the cached object.
flushAny(byte[], int, int) - Method in class sun.io.CharToByteConverter
Writes any remaining output to the output buffer and resets the converter to its initial state.
flushAudioClips() - Static method in class sun.applet.AppletResourceLoader
 
flushClassLoader(URL) - Static method in class sun.applet.AppletPanel
Flush a class loader.
flushClassLoaders() - Static method in class sun.applet.AppletPanel
Flush all class loaders.
flushImages() - Static method in class sun.applet.AppletResourceLoader
 
FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting focus events.
focusNextComponent(Component) - Method in class java.awt.KeyboardFocusManager
 
focusNextComponent() - Method in class java.awt.KeyboardFocusManager
 
focusPreviousComponent(Component) - Method in class java.awt.KeyboardFocusManager
 
focusPreviousComponent() - Method in class java.awt.KeyboardFocusManager
 
following(int) - Method in class java.text.BreakIterator
Return the first boundary following the specified offset.
Font - Class in java.awt
A class that produces font objects.
Font(String, int, int) - Constructor for class java.awt.Font
Creates a new font with the specified name, style and point size.
font - Variable in class java.awt.FontMetrics
The actual font.
fontCharset - Variable in class sun.awt.FontDescriptor
 
fontDescriptor - Variable in class sun.awt.CharsetString
This string's FontDescriptor.
FontDescriptor - Class in sun.awt
 
FontDescriptor(String, CharToByteConverter, int[]) - Constructor for class sun.awt.FontDescriptor
 
FontMetrics - Class in java.awt
A font metrics object, which gives information about the rendering of a particular font on a particular screen.
FontMetrics(Font) - Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object for finding out height and width information about the specified font and specific character glyphs in that font.
FontPeer - Interface in sun.awt.peer
 
forClass() - Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
FOREVER - Static variable in class sun.net.InetAddressCachePolicy
 
FORMAT - Static variable in class java.lang.Character
General category "Cf" in the Unicode specification.
format(long, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
Specialization of format.
format(double, StringBuffer, FieldPosition) - Method in class java.text.ChoiceFormat
Returns pattern with formatted double.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
Overrides Format.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date) - Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(double, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Formats a double to produce a string.
format(long, StringBuffer, FieldPosition) - Method in class java.text.DecimalFormat
Format a long to produce a string.
Format - Class in java.text
Format is an abstract base class for formatting locale-sensitive information such as dates, messages, and numbers.
Format() - Constructor for class java.text.Format
 
format(Object) - Method in class java.text.Format
Formats an object to produce a string.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.Format
Formats an object and appends the resulting text to a given string buffer.
format(Object[], StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(String, Object[]) - Static method in class java.text.MessageFormat
Creates a MessageFormat with the given pattern and uses it to format the given arguments.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.MessageFormat
Formats an array of objects and appends the MessageFormat's pattern, with format elements replaced by the formatted objects, to the provided StringBuffer.
format(Object, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Formats an object to produce a string.
format(double) - Method in class java.text.NumberFormat
Specialization of format.
format(long) - Method in class java.text.NumberFormat
Specialization of format.
format(double, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(long, StringBuffer, FieldPosition) - Method in class java.text.NumberFormat
Specialization of format.
format(Date, StringBuffer, FieldPosition) - Method in class java.text.SimpleDateFormat
Formats the given Date into a date/time string and appends the result to the given StringBuffer.
Format.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from Format.formatToCharacterIterator and as field identifiers in FieldPosition.
Format.Field(String) - Constructor for class java.text.Format.Field
Creates a Field with the specified name.
formatForSource(String) - Static method in class sun.text.Utility
Format a String for representation in a source file.
formatToCharacterIterator(Object) - Method in class java.text.DecimalFormat
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.Format
Formats an Object producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.MessageFormat
Formats an array of objects and inserts them into the MessageFormat's pattern, producing an AttributedCharacterIterator.
formatToCharacterIterator(Object) - Method in class java.text.SimpleDateFormat
Formats an Object producing an AttributedCharacterIterator.
formName(String) - Method in class com.sun.cdc.io.j2me.file.Protocol
 
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
for