Uses of Class
java.lang.Object

Packages that use Object
com.jjt.utbeg   
edu.utexas.beg.agi   
edu.utexas.beg.agi.servlet   
edu.utexas.beg.agi.servlet.page   
java.applet   
java.awt   
java.awt.event   
java.awt.font   
java.awt.geom   
java.beans   
java.io   
java.lang   
java.lang.ref   
java.security   
java.util   
javax.servlet   
javax.servlet.http   
symantec.itools.awt.util.spinner   
 

Uses of Object in com.jjt.utbeg
 

Subclasses of Object in com.jjt.utbeg
 class Applet1
          The first JJT Applet for the UT exercises: source and receiver spacing
 class BorderPanel
          A Container that allows for empty and line borders around the contained components.
 class SeismicDesignExerciseApplet
          An abstract parent class for all of the Seismic Design Exercise Applets.
 class SwathViewer
          Component for drawing the swath image used in Applet1.
 class UserParameters
          A persistent-capable Collection object for storing and retrieving parameters that a user sets across all exercise Applets.
 

Uses of Object in edu.utexas.beg.agi
 

Subclasses of Object in edu.utexas.beg.agi
 class AGIServlet
          The main Servlet for the AGI interactive web pages.
 

Uses of Object in edu.utexas.beg.agi.servlet
 

Subclasses of Object in edu.utexas.beg.agi.servlet
 class DynamicHTMLPage
          Abstract parent class of Objects representing HTML pages with dynamic content.
 class LoginHandler
          A helper Object for the AGIServlet, for handling user logins.
 class ParameterValidator
          AGIServlet helper for validating parameter values from user input.
 

Uses of Object in edu.utexas.beg.agi.servlet.page
 

Subclasses of Object in edu.utexas.beg.agi.servlet.page
 class PostStep1Page
           
 class PostStep2Page
           
 class Step1Page
           
 class Step2Page
           
 class Step3Page
           
 

Uses of Object in java.applet
 

Subclasses of Object in java.applet
 class 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.
 

Uses of Object in java.awt
 

Subclasses of Object in java.awt
 class AlphaComposite
          This AlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
(package private)  class AlphaCompositeContext
           
 interface AWTError
          Thrown when a serious Abstract Window Toolkit error has occurred.
 class AWTEvent
          The root event class for all AWT events.
 class AWTEventMulticaster
          A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
 interface AWTException
          Signals that an Absract Window Toolkit exception has occurred.
 class AWTPermission
          This class is for AWT permissions.
 class BasicStroke
          The BasicStroke class defines a basic set of rendering attributes for the outlines of graphics primitives.
private  class BasicStroke.FillAdapter
           
 class BorderLayout
          A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
 class Button
          This class creates a labeled button.
 class Canvas
          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.
 class CardLayout
          A CardLayout object is a layout manager for a container.
 class Checkbox
          A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
 class CheckboxGroup
          The CheckboxGroup class is used to group together a set of Checkbox buttons.
 class CheckboxMenuItem
          This class represents a check box that can be included in a menu.
 class Choice
          The Choice class presents a pop-up menu of choices.
 class Color
          A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
(package private)  class ColorPaintContext
           
 class Component
          A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
(package private) static class Component.AWTTreeLock
           
private  class Component.NativeInLightFixer
          This odd class is to help out a native component that has been embedded in a lightweight component.
 class ComponentOrientation
          The ComponentOrientation class encapsulates the language-sensitive orientation that is to be used to order the elements of a component or of text.
 class Container
          A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
 class Cursor
          A class to encapsulate the bitmap representation of the mouse cursor.
 class Dialog
          A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
 class Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
 class Event
          Event is a platform-independent class that encapsulates events from the platform's Graphical User Interface in the Java 1.0 event model.
(package private)  class EventDispatchThread
          EventDispatchThread is a package-private AWT class which takes events off the EventQueue and dispatches them to the appropriate AWT components.
(package private)  class EventDispatchThread.EmptyEvent
           
 class EventQueue
          EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
(package private)  class EventQueueItem
           
 class FileDialog
          The FileDialog class displays a dialog window from which the user can select a file.
 class FlowLayout
          A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
(package private)  class FocusManager
           
 class Font
          The Font class represents fonts.
private  class Font.FontLineMetrics
          Metrics from a font for layout of characters along a line and layout of set of lines.
 class FontMetrics
          The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
 class Frame
          A Frame is a top-level window with a title and a border.
 class GradientPaint
          The GradientPaint class provides a way to fill a Shape with a linear color gradient pattern.
(package private)  class GradientPaintContext
           
 class Graphics
          The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
 class Graphics2D
          This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout.
 class GraphicsConfigTemplate
          The GraphicsConfigTemplate class is used to obtain a valid GraphicsConfiguration.
 class GraphicsConfiguration
          The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
 class GraphicsDevice
          The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
 class GraphicsEnvironment
          The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
 class GridBagConstraints
          The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
 class GridBagLayout
          The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
(package private)  class GridBagLayoutInfo
           
 class GridLayout
          The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
 interface IllegalComponentStateException
          Signals that an AWT component is not in an appropriate state for the requested operation.
 class Image
          The abstract class Image is the superclass of all classes that represent graphical images.
(package private)  class ImageMediaEntry
           
 class Insets
          An Insets object is a representation of the borders of a container.
 class Label
          A Label object is a component for placing text in a container.
(package private)  class LightweightDispatcher
          Class to manage the dispatching of events to the lightweight components contained by a native container.
(package private)  class LightweightPeer
          Implements the LightweightPeer interface for use in lightweight components that have no native window associated with them.
 class List
          The List component presents the user with a scrolling list of text items.
(package private)  class MediaEntry
           
 class MediaTracker
          The MediaTracker class is a utility class to track the status of a number of media objects.
 class Menu
          A Menu object is a pull-down menu component that is deployed from a menu bar.
 class MenuBar
          The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
 class MenuComponent
          The abstract class MenuComponent is the superclass of all menu-related components.
 class MenuItem
          All items in a menu must belong to the class MenuItem, or one of its subclasses.
 class MenuShortcut
          A class which represents a keyboard accelerator for a MenuItem.
 class Panel
          Panel is the simplest container class.
(package private)  class PeerFixer
           
 class Point
          A point representing a location in (x, y) coordinate space, specified in integer precision.
 class Polygon
          The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
(package private)  class Polygon.PolygonPathIterator
           
 class PopupMenu
          A class that implements a menu which can be dynamically popped up at a specified position within a component. As the inheritance hierarchy implies, a PopupMenu can be used anywhere a Menu can be used.
 class PrintJob
          An abstract class which initiates and executes a print job.
 class Rectangle
          A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
 class RenderingHints
          The RenderingHints class contains rendering hints that can be used by the Graphics2D class, and classes that implement BufferedImageOp and Raster.
static class RenderingHints.Key
          Defines the base type of all keys used to control various aspects of the rendering and imaging pipelines.
 class Scrollbar
          The Scrollbar class embodies a scroll bar, a familiar user-interface object.
 class ScrollPane
          A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
(package private)  class ScrollPane.PeerFixer
           
(package private)  class ScrollPaneAdjustable
           
 class SystemColor
          A class to encapsulate symbolic colors representing the color of GUI objects on a system.
 class TextArea
          A TextArea object is a multi-line region that displays text.
 class TextComponent
          The TextComponent class is the superclass of any component that allows the editing of some text.
 class TextField
          A TextField object is a text component that allows for the editing of a single line of text.
 class TexturePaint
          The TexturePaint class provides a way to fill a Shape with a texture that is specified as a BufferedImage.
(package private)  class TexturePaintContext
           
(package private) static class TexturePaintContext.Any
           
(package private) static class TexturePaintContext.Byte
           
(package private) static class TexturePaintContext.Int
           
 class Toolkit
          This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
private  class Toolkit.SelectiveAWTEventListener
           
private static class Toolkit.ToolkitEventMulticaster
           
 class Window
          A Window object is a top-level window with no borders and no menubar.
 

Fields in java.awt declared as Object
(package private) static Object Component.LOCK
          The locking object for AWT component-tree and layout operations.
 Object Event.target
          The target component.
 Object Event.arg
          An arbitrary argument of the event.
(package private)  Object ColorPaintContext.c
           
static Object RenderingHints.VALUE_ANTIALIAS_ON
          Antialiasing hint values -- rendering is done with antialiasing
static Object RenderingHints.VALUE_ANTIALIAS_OFF
          Antialiasing hint values -- rendering is done without antialiasing
static Object RenderingHints.VALUE_ANTIALIAS_DEFAULT
          Antialiasing hint values -- rendering is done with the platform default antialiasing mode.
static Object RenderingHints.VALUE_RENDER_SPEED
          Rendering hint values -- Appropriate rendering algorithms are chosen with a preference for output speed.
static Object RenderingHints.VALUE_RENDER_QUALITY
          Rendering hint values -- Appropriate rendering algorithms are chosen with a preference for output quality.
static Object RenderingHints.VALUE_RENDER_DEFAULT
          Rendering hint values -- The platform default rendering algorithms are chosen.
static Object RenderingHints.VALUE_DITHER_DISABLE
          Dithering hint values -- do not dither when rendering
static Object RenderingHints.VALUE_DITHER_ENABLE
          Dithering hint values -- dither when rendering, if needed
static Object RenderingHints.VALUE_DITHER_DEFAULT
          Dithering hint values -- use the platform default for dithering
static Object RenderingHints.VALUE_TEXT_ANTIALIAS_ON
          Text antialiasing hint value -- text rendering is done with antialiasing
static Object RenderingHints.VALUE_TEXT_ANTIALIAS_OFF
          Text antialiasing hint value -- text rendering is done without antialiasing
static Object RenderingHints.VALUE_TEXT_ANTIALIAS_DEFAULT
          Text antialiasing hint value -- text rendering is done using the platform default text antialiasing mode.
static Object RenderingHints.VALUE_FRACTIONALMETRICS_OFF
          Font fractional metrics hint values -- fractional metrics disabled
static Object RenderingHints.VALUE_FRACTIONALMETRICS_ON
          Font fractional metrics hint values -- fractional metrics enabled
static Object RenderingHints.VALUE_FRACTIONALMETRICS_DEFAULT
          Font fractional metrics hint values -- use the platform default for fractional metrics
static Object RenderingHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR
          Interpolation hint value -- INTERPOLATION_NEAREST_NEIGHBOR
static Object RenderingHints.VALUE_INTERPOLATION_BILINEAR
          Interpolation hint value -- INTERPOLATION_BILINEAR
static Object RenderingHints.VALUE_INTERPOLATION_BICUBIC
          Interpolation hint value -- INTERPOLATION_BICUBIC
static Object RenderingHints.VALUE_ALPHA_INTERPOLATION_SPEED
          Alpha interpolation hint value -- ALPHA_INTERPOLATION_SPEED
static Object RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY
          Alpha interpolation hint value -- ALPHA_INTERPOLATION_QUALITY
static Object RenderingHints.VALUE_ALPHA_INTERPOLATION_DEFAULT
          Alpha interpolation hint value -- ALPHA_INTERPOLATION_DEFAULT
static Object RenderingHints.VALUE_COLOR_RENDER_SPEED
          Color rendering hint value -- COLOR_RENDER_SPEED
static Object RenderingHints.VALUE_COLOR_RENDER_QUALITY
          Color rendering hint value -- COLOR_RENDER_QUALITY
static Object RenderingHints.VALUE_COLOR_RENDER_DEFAULT
          Color rendering hint value -- COLOR_RENDER_DEFAULT
static Object Image.UndefinedProperty
          The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
(package private)  Object EventQueueItem.source
           
 

Methods in java.awt that return Object
 Object Component.getTreeLock()
          Gets the locking object for AWT component-tree and layout Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
protected  Object MenuComponent.getTreeLock()
          Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
 Object GridBagConstraints.clone()
          Creates a copy of this grid bag constraint.
 Object RenderingHints.get(Object key)
          Returns the value to which the specified key is mapped.
 Object RenderingHints.put(Object key, Object value)
          Maps the specified key to the specified value in this RenderingHints object.
 Object RenderingHints.remove(Object key)
          Removes the key and its corresponding value from this RenderingHints object.
 Object RenderingHints.clone()
          Creates a clone of this RenderingHints object that has the same contents as this RenderingHints object.
 Object[] Checkbox.getSelectedObjects()
          Returns an array (length 1) containing the checkbox label or null if the checkbox is not selected.
 Object Toolkit.getDesktopProperty(String propertyName)
          obtain a value for the specified desktop property.
protected  Object Toolkit.lazilyLoadDesktopProperty(String name)
          an opportunity to lazily evaluate desktop property values.
 Object Insets.clone()
          Create a copy of this object.
abstract  Object Image.getProperty(String name, java.awt.image.ImageObserver observer)
          Gets a property of this image by name.
 Object[] Choice.getSelectedObjects()
          Returns an array (length 1) containing the currently selected item.
 Object[] CheckboxMenuItem.getSelectedObjects()
          Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
abstract  Object Graphics2D.getRenderingHint(RenderingHints.Key hintKey)
          Returns the value of a single preference for the rendering algorithms.
 Object[] MediaTracker.getErrorsAny()
          Returns a list of all media that have encountered an error.
 Object[] MediaTracker.getErrorsID(int id)
          Returns a list of media with the specified ID that have encountered an error.
(package private) abstract  Object MediaEntry.getMedia()
           
(package private)  Object ImageMediaEntry.getMedia()
           
 Object[] List.getSelectedObjects()
          Returns the selected items on the list in an array of Objects.
 Object[] ItemSelectable.getSelectedObjects()
          Returns the selected items or null if no items are selected.
 

Methods in java.awt with parameters of type Object
private  Window Component.getWindowForObject(Object obj)
          Returns the Window subclass that contains this object.
 boolean Component.action(Event evt, Object what)
          Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
 boolean Component.gotFocus(Event evt, Object what)
          Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
 boolean Component.lostFocus(Event evt, Object what)
          Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
protected  void Component.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Support for reporting bound property changes.
 void Container.add(Component comp, Object constraints)
          Adds the specified component to the end of this container.
 void Container.add(Component comp, Object constraints, int index)
          Adds the specified component to this container with the specified constraints at the specified index.
protected  void Container.addImpl(Component comp, Object constraints, int index)
          Adds the specified component to this container at the specified index.
 void CardLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to this card layout's internal table of names.
 boolean Dimension.equals(Object obj)
          Checks whether two dimension objects have equal values.
 boolean AlphaComposite.equals(Object obj)
          Tests if the specified Object is equal to this AlphaComposite object.
 boolean Point.equals(Object obj)
          Determines whether two points are equal.
 void LayoutManager2.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 boolean BasicStroke.equals(Object obj)
          Tests if a specified object is equal to this BasicStroke by first testing if it is a BasicStroke and then comparing its width, join, cap, miter limit, dash, and dash phase attributes with those of this BasicStroke.
 boolean RenderingHints.containsKey(Object key)
          Returns true if this RenderingHints contains a mapping for the specified key.
 boolean RenderingHints.containsValue(Object value)
          Returns true if this RenderingHints maps one or more keys to the specified value.
 Object RenderingHints.get(Object key)
          Returns the value to which the specified key is mapped.
 Object RenderingHints.put(Object key, Object value)
          Maps the specified key to the specified value in this RenderingHints object.
 Object RenderingHints.remove(Object key)
          Removes the key and its corresponding value from this RenderingHints object.
 boolean RenderingHints.equals(Object o)
          Compares the specified Object with this RenderingHints for equality.
abstract  boolean RenderingHints.Key.isCompatibleValue(Object val)
          Returns true if the specified object is a valid value for this Key.
 boolean RenderingHints.Key.equals(Object o)
          The equals method for all Key objects will return the same result as the equality operator '=='.
 boolean Color.equals(Object obj)
          Determines whether another object is equal to this color.
 boolean MenuShortcut.equals(Object obj)
          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.
protected  void Toolkit.setDesktopProperty(String name, Object newValue)
          set the named desktop property to the specified value and fire a property change event to notify any listeners that the value has changed
 boolean Insets.equals(Object obj)
          Checks whether two insets objects are equal.
protected  void ScrollPane.addImpl(Component comp, Object constraints, int index)
          Adds the specified component to this scroll pane container.
(package private)  void AWTEvent.setSource(Object newSource)
           
abstract  void Graphics2D.setRenderingHint(RenderingHints.Key hintKey, Object hintValue)
          Sets the value of a single preference for the rendering algorithms.
(package private)  void EventQueue.changeKeyEventFocus(Object newSource)
           
(package private)  void EventQueue.removeSourceEvents(Object source)
           
(package private)  void EventQueue.removeSourceEvents(Object source, int id)
           
 boolean Rectangle.equals(Object obj)
          Checks whether two rectangles are equal.
 void GridBagLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 boolean Font.equals(Object obj)
          Compares this Font object to the specified Object.
 void BorderLayout.addLayoutComponent(Component comp, Object constraints)
          Adds the specified component to the layout, using the specified constraint object.
 

Constructors in java.awt with parameters of type Object
Event.Event(Object target, long when, int id, int x, int y, int key, int modifiers, Object arg)
          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.Event(Object target, long when, int id, int x, int y, int key, int modifiers)
          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.Event(Object target, int id, Object arg)
          Creates an instance of Event with the specified target component, event type, and argument.
RenderingHints.RenderingHints(RenderingHints.Key key, Object value)
          Constructs a new object with the specified key/value pair.
AWTEvent.AWTEvent(Object source, int id)
          Constructs an AWTEvent object with the specified source object and type.
 

Uses of Object in java.awt.event
 

Subclasses of Object in java.awt.event
 class ActionEvent
          A semantic event which indicates that a component-defined action occured.
 class AdjustmentEvent
          The adjustment event emitted by Adjustable objects.
 class ComponentAdapter
          An abstract adapter class for receiving component events.
 class ComponentEvent
          A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
 class ContainerAdapter
          An abstract adapter class for receiving container events.
 class ContainerEvent
          A low-level event which indicates that a container's contents changed because a component was added or removed.
 class FocusAdapter
          An abstract adapter class for receiving keyboard focus events.
 class FocusEvent
          A low-level event which indicates that a component has gained or lost the keyboard focus.
 class InputEvent
          The root event class for all component-level input events.
 class InputMethodEvent
          Input method events contain information about text that is being composed using an input method.
 class InvocationEvent
          An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
 class ItemEvent
          A semantic event which indicates that an item was selected or deselected.
 class KeyAdapter
          An abstract adapter class for receiving keyboard events.
 class KeyEvent
          An event which indicates that a keystroke occurred in a component.
 class MouseAdapter
          An abstract adapter class for receiving mouse events.
 class MouseEvent
          /** An event which indicates that a mouse action occurred in a component.
 class MouseMotionAdapter
          An abstract adapter class for receiving mouse motion events.
(package private)  class NativeLibLoader
           
 class PaintEvent
          The component-level paint event.
 class TextEvent
          A semantic event which indicates that an object's text changed.
 class WindowAdapter
          An abstract adapter class for receiving window events.
 class WindowEvent
          A low-level event which indicates that a window has changed its status.
 

Fields in java.awt.event declared as Object
protected  Object InvocationEvent.notifier
          The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method returns.
(package private)  Object ItemEvent.item
          The item whose selection state has changed.
 

Methods in java.awt.event that return Object
 Object ItemEvent.getItem()
          Returns the item affected by the event.
 

Constructors in java.awt.event with parameters of type Object
TextEvent.TextEvent(Object source, int id)
          Constructs a TextEvent object.
InvocationEvent.InvocationEvent(Object source, Runnable runnable)
          Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationEvent.InvocationEvent(Object source, Runnable runnable, Object notifier, boolean catchExceptions)
          Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationEvent.InvocationEvent(Object source, int id, Runnable runnable, Object notifier, boolean catchExceptions)
          Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run() method when dispatched.
ItemEvent.ItemEvent(ItemSelectable source, int id, Object item, int stateChange)
          Constructs an ItemEvent object.
ActionEvent.ActionEvent(Object source, int id, String command)
          Constructs an ActionEvent object.
ActionEvent.ActionEvent(Object source, int id, String command, int modifiers)
          Constructs an ActionEvent object with modifier keys.
 

Uses of Object in java.awt.font
 

Subclasses of Object in java.awt.font
 class java.awt.font.LineMetrics
           
 

Uses of Object in java.awt.geom
 

Subclasses of Object in java.awt.geom
 class java.awt.geom.Dimension2D
          The Dimension2D class is to encapsulate a width and a height dimension.
 class java.awt.geom.Point2D
          The Point2D class defines a point representing a location in (x, y) coordinate space.
 class java.awt.geom.Rectangle2D
          The Rectangle2D class describes a rectangle defined by a location (x, y) and dimension (w x h).
 class java.awt.geom.RectangularShape
          RectangularShape is the base class for a number of Shape objects whose geometry is defined by a rectangular frame.
 

Uses of Object in java.beans
 

Subclasses of Object in java.beans
 class BeanDescriptor
          A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
 class Beans
          This class provides some general purpose beans control methods.
(package private)  class BeansAppletContext
          Package private support class.
(package private)  class BeansAppletStub
          Package private support class.
 class EventSetDescriptor
          An EventSetDescriptor describes a group of events that a given Java bean fires.
 class FeatureDescriptor
          The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
(package private)  class GenericBeanInfo
          Package private implementation support class for Introspector's internal use.
 class IndexedPropertyDescriptor
          An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
 interface IntrospectionException
          Thrown when an exception happens during Introspection.
 class Introspector
          The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean.
 class MethodDescriptor
          A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
(package private)  class ObjectInputStreamWithLoader
          This subclass of ObjectInputStream delegates loading of classes to an existing ClassLoader.
 class ParameterDescriptor
          The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class.
 class PropertyChangeEvent
          A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
 class PropertyChangeSupport
          This is a utility class that can be used by beans that support bound properties.
 class PropertyDescriptor
          A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
 class PropertyEditorManager
          The PropertyEditorManager can be used to locate a property editor for any given type name.
 class PropertyEditorSupport
          This is a support class to help build property editors.
 interface PropertyVetoException
          A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
 class SimpleBeanInfo
          This is a support class to make it easier for people to provide BeanInfo classes.
 class VetoableChangeSupport
          This is a utility class that can be used by beans that support constrained properties.
 

Fields in java.beans declared as Object
private  Object PropertyEditorSupport.value
           
private  Object PropertyEditorSupport.source
           
private  Object VetoableChangeSupport.source
          The object to be provided as the "source" for any generated events.
private  Object PropertyChangeSupport.source
          The object to be provided as the "source" for any generated events.
private  Object PropertyChangeEvent.newValue
          New value for property.
private  Object PropertyChangeEvent.oldValue
          Previous value for property.
private  Object PropertyChangeEvent.propagationId
          Propagation ID.
 

Methods in java.beans that return Object
 Object PropertyEditorSupport.getValue()
          Gets the value of the property.
 Object FeatureDescriptor.getValue(String attributeName)
          Retrieve a named attribute with this feature.
 Object PropertyEditor.getValue()
          Gets the property value.
static Object Beans.instantiate(ClassLoader cls, String beanName)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, java.beans.beancontext.BeanContext beanContext)
           Instantiate a JavaBean.
static Object Beans.instantiate(ClassLoader cls, String beanName, java.beans.beancontext.BeanContext beanContext, AppletInitializer initializer)
          Instantiate a bean.
static Object Beans.getInstanceOf(Object bean, Class targetType)
          From a given bean, obtain an object representing a specified type view of that source object.
 Object PropertyChangeEvent.getNewValue()
          Sets the new value for the property, expressed as an Object.
 Object PropertyChangeEvent.getOldValue()
          Gets the old value for the property, expressed as an Object.
 Object PropertyChangeEvent.getPropagationId()
          The "propagationId" field is reserved for future use.
(package private) static Object Introspector.instantiate(Class sibling, String className)
          Try to create an instance of a named class.
 

Methods in java.beans with parameters of type Object
 void PropertyEditorSupport.setValue(Object value)
          Set (or change) the object that is to be edited.
 void FeatureDescriptor.setValue(String attributeName, Object value)
          Associate a named attribute with this feature.
 void VetoableChangeSupport.fireVetoableChange(String propertyName, Object oldValue, Object newValue)
          Report a vetoable property update to any registered listeners.
 void PropertyChangeSupport.firePropertyChange(String propertyName, Object oldValue, Object newValue)
          Report a bound property update to any registered listeners.
 void PropertyEditor.setValue(Object value)
          Set (or change) the object that is to be edited.
static Object Beans.getInstanceOf(Object bean, Class targetType)
          From a given bean, obtain an object representing a specified type view of that source object.
static boolean Beans.isInstanceOf(Object bean, Class targetType)
          Check if a bean can be viewed as a given target type.
 void Customizer.setObject(Object bean)
          Set the object to be customized.
 void PropertyChangeEvent.setPropagationId(Object propagationId)
          Sets the propagationId object for the event.
 

Constructors in java.beans with parameters of type Object
PropertyEditorSupport.PropertyEditorSupport(Object source)
          Constructor for use when a PropertyEditor is delegating to us.
VetoableChangeSupport.VetoableChangeSupport(Object sourceBean)
          Constructs a VetoableChangeSupport object.
PropertyChangeSupport.PropertyChangeSupport(Object sourceBean)
          Constructs a PropertyChangeSupport object.
PropertyChangeEvent.PropertyChangeEvent(Object source, String propertyName, Object oldValue, Object newValue)
          Constructs a new PropertyChangeEvent.
 

Uses of Object in java.io
 

Subclasses of Object in java.io
 class BufferedInputStream
          A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
 class BufferedOutputStream
          The class implements a buffered output stream.
 class BufferedReader
          Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
 class BufferedWriter
          Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
 class ByteArrayInputStream
          A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
 class ByteArrayOutputStream
          This class implements an output stream in which the data is written into a byte array.
 class CharArrayReader
          This class implements a character buffer that can be used as a character-input stream.
 class CharArrayWriter
          This class implements a character buffer that can be used as an Writer.
 interface CharConversionException
          base class for character conversion exceptions
 class DataInputStream
          A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
 class DataOutputStream
          A data input stream lets an application write primitive Java data types to an output stream in a portable way.
 interface EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
 class File
          An abstract representation of file and directory pathnames.
 class FileDescriptor
          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.
 class FileInputStream
          A FileInputStream obtains input bytes from a file in a file system.
 interface FileNotFoundException
          Signals that an attempt to open the file denoted by a specified pathname has failed.
 class FileOutputStream
          A file output stream is an output stream for writing data to a File or to a FileDescriptor.
 class FilePermission
          This class represents access to a file or directory.
(package private)  class FilePermissionCollection
          A FilePermissionCollection stores a set of FilePermission permissions.
 class FileReader
          Convenience class for reading character files.
(package private)  class FileSystem
          Package-private abstract class for the local filesystem abstraction.
 class FileWriter
          Convenience class for writing character files.
 class FilterInputStream
          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.
 class FilterOutputStream
          This class is the superclass of all classes that filter output streams.
 class FilterReader
          Abstract class for reading filtered character streams.
 class FilterWriter
          Abstract class for writing filtered character streams.
 class InputStream
          This abstract class is the superclass of all classes representing an input stream of bytes.
 class InputStreamReader
          An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified character encoding.
 interface InterruptedIOException
          Signals that an I/O operation has been interrupted.
 interface InvalidClassException
          Thrown when the Serialization runtime detects one of the following problems with a Class.
 interface InvalidObjectException
          Indicates that one or more deserialized objects failed validation tests.
 interface IOException
          Signals that an I/O exception of some sort has occurred.
 class LineNumberInputStream
          Deprecated. This class incorrectly assumes that bytes adequately represent characters. As of JDK 1.1, the preferred way to operate on character streams is via the new character-stream classes, which include a class for counting line numbers.
 class LineNumberReader
          A buffered character-input stream that keeps track of line numbers.
 interface NotActiveException
          Thrown when serialization or deserialization is not active.
 interface NotSerializableException
          Thrown when an instance is required to have a Serializable interface.
 class ObjectInputStream
          An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.
static class ObjectInputStream.GetField
          Provide access to the persistent fields read from the input stream.
(package private) static class ObjectInputStream.GetFieldImpl
           
 class ObjectOutputStream
          An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.
static class ObjectOutputStream.PutField
          Provide programatic access to the persistent fields to be written to ObjectOutput.
(package private) static class ObjectOutputStream.PutFieldImpl
          Provide access to the persistent fields to be written to the output stream.
(package private) static class ObjectOutputStream.Stack
          Unsynchronized Stack.
 class ObjectStreamClass
          Serialization's descriptor for classes.
private static class ObjectStreamClass.CompareClassByName
           
private static class ObjectStreamClass.CompareMemberByName
           
private static class ObjectStreamClass.MethodSignature
           
private static class ObjectStreamClass.ObjectStreamClassEntry
           
 interface ObjectStreamException
          Superclass of all exceptions specific to Object Stream classes.
 class ObjectStreamField
          A description of a Serializable field from a Serializable class.
 interface OptionalDataException
          Unexpected data appeared in an ObjectInputStream trying to read an Object.
 class OutputStream
          This abstract class is the superclass of all classes representing an output stream of bytes.
 class OutputStreamWriter
          Write characters to an output stream, translating characters into bytes according to a specified character encoding.
 class PipedInputStream
          A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
 class PipedOutputStream
          A piped output stream can be connected to a piped input stream to create a communications pipe.
 class PipedReader
          Piped character-input streams.
 class PipedWriter
          Piped character-output streams.
 class PrintStream
          A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
 class PrintWriter
          Print formatted representations of objects to a text-output stream.
 class PushbackInputStream
          A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
 class PushbackReader
          A character-stream reader that allows characters to be pushed back into the stream.
 class RandomAccessFile
          Instances of this class support both reading and writing to a random access file.
 class Reader
          Abstract class for reading character streams.
 class SequenceInputStream
          A SequenceInputStream represents the logical concatenation of other input streams.
 class SerializablePermission
          This class is for Serializable permissions.
 interface StreamCorruptedException
          Thrown when control information that was read from an object stream violates internal consistency checks.
 class StreamTokenizer
          The StreamTokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
 class StringBufferInputStream
          Deprecated. This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
 class StringReader
          A character stream whose source is a string.
 class StringWriter
          A character stream that collects its output in a string buffer, which can then be used to construct a string.
 interface SyncFailedException
           
 interface UnsupportedEncodingException
          The Character Encoding is not supported
 interface UTFDataFormatException
          Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
(package private)  class ValidationCallback
           
 interface WriteAbortedException
           
 class Writer
          Abstract class for writing to character streams.
 

Fields in java.io declared as Object
protected  Object Reader.lock
          The object used to synchronize operations on this stream.
protected  Object Writer.lock
          The object used to synchronize operations on this stream.
private  Object ObjectOutputStream.currentObject
           
private  Object[] ObjectOutputStream.writeObjectArglist
           
private  Object[] ObjectOutputStream.replaceObjects
           
private  Object[] ObjectOutputStream.PutFieldImpl.objects
           
private static Object File.tmpFileLock
           
private  Object ObjectInputStream.currentObject
           
private  Object ObjectInputStream.currentGetFields
           
private  Object[] ObjectInputStream.readObjectArglist
           
private  Object[] ObjectInputStream.GetFieldImpl.objects
           
 

Methods in java.io that return Object
 Object ObjectInput.readObject()
          Read and return an object.
protected  Object ObjectOutputStream.replaceObject(Object obj)
          This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
private  Object ObjectOutputStream.lookupReplace(Object obj)
           
(package private)  Object ObjectOutputStream.Stack.push(Object item)
           
(package private)  Object ObjectOutputStream.Stack.pop()
          Removes the object at the top of this stack and returns that object as the value of this function.
(package private)  Object ObjectOutputStream.Stack.peek()
          Looks at the object at the top of this stack without removing it from the stack.
(package private) static Object ObjectStreamClass.invokeMethod(java.lang.reflect.Method method, Object obj, Object[] args)
           
 Object ObjectInputStream.readObject()
          Read an object from the ObjectInputStream.
protected  Object ObjectInputStream.readObjectOverride()
          This method is called by trusted subclasses of ObjectOutputStream that constructed ObjectOutputStream using the protected no-arg constructor.
private  Object ObjectInputStream.readObject(boolean requireLocalClass)
           
protected  Object ObjectInputStream.resolveObject(Object obj)
          This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
private static Object ObjectInputStream.allocateNewObject(Class aclass, Class initclass)
           
private static Object ObjectInputStream.allocateNewArray(Class aclass, int length)
           
abstract  Object ObjectInputStream.GetField.get(String name, Object defvalue)
          Get the value of the named Object field from the persistent field.
 Object ObjectInputStream.GetFieldImpl.get(String name, Object defvalue)
          Get the value of the named Object field from the persistent field.
 

Methods in java.io with parameters of type Object
 boolean FilePermission.equals(Object obj)
          Checks two FilePermission objects for equality.
protected  void ObjectOutputStream.writeObjectOverride(Object obj)
          This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
 void ObjectOutputStream.writeObject(Object obj)
          Write the specified object to the ObjectOutputStream.
private  boolean ObjectOutputStream.checkSpecialClasses(Object obj)
           
private  boolean ObjectOutputStream.checkSubstitutableSpecialClasses(Object obj, Class cl)
           
protected  Object ObjectOutputStream.replaceObject(Object obj)
          This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
private  void ObjectOutputStream.outputArray(Object obj)
          Write an array out.
private  void ObjectOutputStream.outputObject(Object obj)
           
private  Object ObjectOutputStream.lookupReplace(Object obj)
           
private  boolean ObjectOutputStream.serializeNullAndRepeat(Object obj, boolean checkForReplace)
           
private  int ObjectOutputStream.findWireOffset(Object obj)
           
private  void ObjectOutputStream.assignWireOffset(Object obj)
           
private  void ObjectOutputStream.hashInsert(Object obj, int offset)
           
private  void ObjectOutputStream.addReplacement(Object orig, Object replacement)
           
private  void ObjectOutputStream.outputClassFields(Object o, Class cl, ObjectStreamField[] fields)
           
private  void ObjectOutputStream.invokeObjectWriter(Object obj)
           
abstract  void ObjectOutputStream.PutField.put(String name, Object value)
          Put the value of the named Object field into the persistent field.
 void ObjectOutputStream.PutFieldImpl.put(String name, Object value)
          Put the value of the named Object field into the persistent field.
(package private)  Object ObjectOutputStream.Stack.push(Object item)
           
 void PrintWriter.print(Object obj)
          Print an object.
 void PrintWriter.println(Object x)
          Print an Object and then terminate the line.
 int ObjectStreamField.compareTo(Object o)
          Compare this field with another ObjectStreamField.
(package private) static Object ObjectStreamClass.invokeMethod(java.lang.reflect.Method method, Object obj, Object[] args)
           
 int ObjectStreamClass.CompareClassByName.compare(Object o1, Object o2)
           
 int ObjectStreamClass.CompareMemberByName.compare(Object o1, Object o2)
           
 int ObjectStreamClass.MethodSignature.compare(Object o1, Object o2)
           
 void PrintStream.print(Object obj)
          Print an object.
 void PrintStream.println(Object x)
          Print an Object and then terminate the line.
 int File.compareTo(Object o)
          Compares this abstract pathname to another object.
 boolean File.equals(Object obj)
          Tests this abstract pathname for equality with the given object.
 void ObjectOutput.writeObject(Object obj)
          Write an object to the underlying storage or stream.
protected  Object ObjectInputStream.resolveObject(Object obj)
          This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
private  int ObjectInputStream.assignWireOffset(Object obj)
           
private  boolean ObjectInputStream.invokeObjectReader(Object obj)
           
private  void ObjectInputStream.inputClassFields(Object o, Class cl, ObjectStreamField[] fields)
           
abstract  Object ObjectInputStream.GetField.get(String name, Object defvalue)
          Get the value of the named Object field from the persistent field.
 Object ObjectInputStream.GetFieldImpl.get(String name, Object defvalue)
          Get the value of the named Object field from the persistent field.
 

Constructors in java.io with parameters of type Object
Reader.Reader(Object lock)
          Create a new character-stream reader whose critical sections will synchronize on the given object.
Writer.Writer(Object lock)
          Create a new character-stream writer whose critical sections will synchronize on the given object.
 

Uses of Object in java.lang
 

Subclasses of Object in java.lang
 interface AbstractMethodError
          Thrown when an application tries to call an abstract method.
 interface ArithmeticException
          Thrown when an exceptional arithmetic condition has occurred.
 interface ArrayIndexOutOfBoundsException
          Thrown to indicate that an array has been accessed with an illegal index.
 interface ArrayStoreException
          Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
 class Boolean
          The Boolean class wraps a value of the primitive type boolean in an object.
 class Byte
          The Byte class is the standard wrapper for byte values.
 class Character
          The Character class wraps a value of the primitive type char in an object.
static class Character.Subset
          Instances of this class represent particular subsets of the Unicode character set.
static class Character.UnicodeBlock
          A family of character subsets representing the character blocks defined by the Unicode 2.0 specification.
 class Class
          Instances of the class Class represent classes and interfaces in a running Java application.
 interface ClassCastException
          Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
 interface ClassCircularityError
          Thrown when a circularity has been detected while initializing a class.
 interface ClassFormatError
          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.
 class ClassLoader
          The class ClassLoader is an abstract class.
(package private) static class ClassLoader.NativeLibrary
          The inner class NativeLibrary denotes a loaded native library instance.
 interface ClassNotFoundException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
 interface CloneNotSupportedException
          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.
 class Compiler
          The Compiler class is provided to support Java-to-native-code compilers and related services.
 class Double
          The Double class wraps a value of the primitive type double in an object.
 interface Error
          An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
 interface Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
 interface ExceptionInInitializerError
          Signals that an unexpected exception has occurred in a static initializer.
(package private)  class FDBigInt
           
 class Float
          The Float class wraps a value of primitive type float in an object.
(package private)  class FloatingDecimal
           
 interface IllegalAccessError
          Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
 interface IllegalAccessException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
 interface IllegalArgumentException
          Thrown to indicate that a method has been passed an illegal or inappropriate argument.
 interface IllegalMonitorStateException
          Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
 interface IllegalStateException
          Signals that a method has been invoked at an illegal or inappropriate time.
 interface IllegalThreadStateException
          Thrown to indicate that a thread is not in an appropriate state for the requested operation.
 interface IncompatibleClassChangeError
          Thrown when an incompatible class change has occurred to some class definition.
 interface IndexOutOfBoundsException
          Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
 class InheritableThreadLocal
          This class extends ThreadLocal to provide inheritance of values from parent Thread to child Thread: when a child thread is created, the child receives initial values for all InheritableThreadLocals for which the parent has values.
(package private)  class InheritableThreadLocal.Entry
          The information associated with an (InheritableThreadLocal,Thread) pair.
 interface InstantiationError
          Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
 interface InstantiationException
          Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
 class Integer
          The Integer class wraps a value of the primitive type int in an object.
 interface InternalError
          Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
 interface InterruptedException
          Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
 interface LinkageError
          Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
 class Long
          The Long class wraps a value of the primitive type long in an object.
 class Math
          The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
 interface NegativeArraySizeException
          Thrown if an application tries to create an array with negative size.
 interface NoClassDefFoundError
          Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
 interface NoSuchFieldError
          Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
 interface NoSuchFieldException
          Signals that the class doesn't have a field of a specified name.
 interface NoSuchMethodError
          Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
 interface NoSuchMethodException
          Thrown when a particular method cannot be found.
 interface NullPointerException
          Thrown when an application attempts to use null in a case where an object is required.
 class Number
          The abstract class Number is the superclass of classes Byte, Double, Float, Integer, Long, and Short.
 interface NumberFormatException
          Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
 interface OutOfMemoryError
          Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
 class Package
          Package objects contain version information about the implementation and specification of a Java package.
 class Process
          The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
 class Runtime
          Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
 interface RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
 class RuntimePermission
          This class is for runtime permissions.
 interface SecurityException
          Thrown by the security manager to indicate a security violation.
 class SecurityManager
          The security manager is a class that allows applications to implement a security policy.
 class Short
          The Short class is the standard wrapper for short values.
 interface StackOverflowError
          Thrown when a stack overflow occurs because an application recurses too deeply.
 class String
          The String class represents character strings.
 class StringBuffer
          A string buffer implements a mutable sequence of characters.
 interface StringIndexOutOfBoundsException
          Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
 class System
          The System class contains several useful class fields and methods.
 class Thread
          A thread is a thread of execution in a program.
 interface ThreadDeath
          An instance of ThreadDeath is thrown in the victim thread when the stop method with zero arguments in class Thread is called.
 class ThreadGroup
          A thread group represents a set of threads.
 class ThreadLocal
          This class provides ThreadLocal variables.
(package private) static class ThreadLocal.Entry
          The value associated with a (ThreadLocal, Thread) pair.
 class Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java language.
 interface UnknownError
          Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
 interface UnsatisfiedLinkError
          Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
 interface UnsupportedClassVersionError
          Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
 interface UnsupportedOperationException
          Thrown to indicate that the requested operation is not supported.
 interface VerifyError
          Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
 interface VirtualMachineError
          Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
 class Void
          The Void class is an uninstantiable placeholder class to hold a reference to the Class object representing the primitive Java type void.
 

Fields in java.lang declared as Object
private  Object Throwable.backtrace
          Native code saves some indication of the stack backtrace in this slot.
(package private)  Object ThreadLocal.Entry.value
           
 

Methods in java.lang that return Object
protected  Object Object.clone()
          Creates and returns a copy of this object.
 Object Class.newInstance()
          Creates a new instance of the class represented by this Class object.
private  Object Class.newInstance0()
           
 Object[] Class.getSigners()
          Gets the signers of this class.
 Object SecurityManager.getSecurityContext()
          Creates an object that encapsulates the current execution environment.
protected  Object ThreadLocal.initialValue()
          Returns the calling thread's initial value for this ThreadLocal variable.
 Object ThreadLocal.get()
          Returns the value in the calling thread's copy of this ThreadLocal variable.
protected  Object InheritableThreadLocal.childValue(Object parentValue)
          Computes the child's initial value for this InheritableThreadLocal as a function of the parent's value at the time the child Thread is created.
static Object Compiler.command(Object any)
          Examines the argument type and its fields and perform some documented operation.
 

Methods in java.lang with parameters of type Object
 boolean Object.equals(Object obj)
          Indicates whether some other object is "equal to" this one.
private  void Throwable.printStackTrace0(Object s)
           
private  void Thread.stop0(Object o)
           
protected  void ClassLoader.setSigners(Class c, Object[] signers)
          Sets the signers of a class.
 boolean Byte.equals(Object obj)
          Compares this object to the specified object.
 int Byte.compareTo(Object o)
          Compares this Byte to another Object.
 boolean Class.isInstance(Object obj)
          Determines if the specified Object is assignment-compatible with the object represented by this Class.
(package private)  void Class.setSigners(Object[] signers)
          Set the signers of this class.
 boolean Character.equals(Object obj)
          Compares this object against the specified object.
 int Character.compareTo(Object o)
          Compares this Character to another Object.
 boolean Character.Subset.equals(Object obj)
          Compares two Subset objects for equality.
 boolean Short.equals(Object obj)
          Compares this object to the specified object.
 int Short.compareTo(Object o)
          Compares this Short to another Object.
 void SecurityManager.checkPermission(java.security.Permission perm, Object context)
          Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
 void SecurityManager.checkRead(String file, Object context)
          Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
 void SecurityManager.checkConnect(String host, int port, Object context)
          Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
 boolean SecurityManager.checkTopLevelWindow(Object window)
          Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
 boolean Double.equals(Object obj)
          Compares this object against the specified object.
 int Double.compareTo(Object o)
          Compares this Double to another Object.
 boolean Long.equals(Object obj)
          Compares this object against the specified object.
 int Long.compareTo(Object o)
          Compares this Long to another Object.
 boolean Float.equals(Object obj)
          Compares this object against some other object.
 int Float.compareTo(Object o)
          Compares this Float to another Object.
 void ThreadLocal.set(Object value)
          Sets the calling thread's instance of this ThreadLocal variable to the given value.
(package private)  ThreadLocal.Entry ThreadLocal.newEntry(Object value)
          This factory method is overriden by InheritableThreadLocal to specialize behavior.
 StringBuffer StringBuffer.append(Object obj)
          Appends the string representation of the Object argument to this string buffer.
 StringBuffer StringBuffer.insert(int offset, Object obj)
          Inserts the string representation of the Object argument into this string buffer.
 int Comparable.compareTo(Object o)
          Compares this object with the specified object for order.
protected  Object InheritableThreadLocal.childValue(Object parentValue)
          Computes the child's initial value for this InheritableThreadLocal as a function of the parent's value at the time the child Thread is created.
(package private)  ThreadLocal.Entry InheritableThreadLocal.newEntry(Object value)
          Overrides method in ThreadLocal and implements inheritability, in conjunction with the bequeath method.
static Object Compiler.command(Object any)
          Examines the argument type and its fields and perform some documented operation.
static void System.arraycopy(Object src, int src_position, Object dst, int dst_position, int length)
          Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
static int System.identityHashCode(Object x)
          Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
 boolean String.equals(Object anObject)
          Compares this string to the specified object.
 int String.compareTo(Object o)
          Compares this String to another Object.
static String String.valueOf(Object obj)
          Returns the string representation of the Object argument.
 boolean Integer.equals(Object obj)
          Compares this object to the specified object.
 int Integer.compareTo(Object o)
          Compares this Integer to another Object.
 boolean Boolean.equals(Object obj)
          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.
 

Constructors in java.lang with parameters of type Object
ThreadLocal.Entry.ThreadLocal.Entry(Object value)
           
InheritableThreadLocal.Entry.InheritableThreadLocal.Entry(Object value, Thread t)
          This constructor places the newly constructed Entry on the specified thread's values list.
InheritableThreadLocal.Entry.InheritableThreadLocal.Entry(Object value)
          This constructor places the newly constructed Entry on the calling thread's values list.
 

Uses of Object in java.lang.ref
 

Subclasses of Object in java.lang.ref
 class java.lang.ref.Reference
          Abstract base class for reference objects.
 class java.lang.ref.SoftReference
          Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
 class java.lang.ref.WeakReference
          Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
 

Uses of Object in java.security
 

Subclasses of Object in java.security
 class java.security.BasicPermission
          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.
 class java.security.Permission
          Abstract class for representing access to a system resource.
 class java.security.PermissionCollection
          Abstract class representing a collection of Permission objects.
 

Uses of Object in java.util
 

Subclasses of Object in java.util
 class AbstractCollection
          This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
 class AbstractList
          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).
private  class AbstractList.Itr
           
private  class AbstractList.ListItr
           
 class AbstractMap
          This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
 class AbstractSequentialList
          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).
 class AbstractSet
          This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
 class ArrayList
          Resizable-array implementation of the List interface.
 class Arrays
          This class contains various methods for manipulating arrays (such as sorting and searching).
private static class Arrays.ArrayList
           
 class BitSet
          This class implements a vector of bits that grows as needed.
 class Calendar
          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.
 class Collections
          This class consists exclusively of static methods that operate on or return collections.
private static class Collections.ReverseComparator
           
(package private) static class Collections.SynchronizedCollection
           
(package private) static class Collections.SynchronizedList
           
private static class Collections.SynchronizedMap
           
(package private) static class Collections.SynchronizedSet
           
(package private) static class Collections.SynchronizedSortedMap
           
(package private) static class Collections.SynchronizedSortedSet
           
(package private) static class Collections.UnmodifiableCollection
           
(package private) static class Collections.UnmodifiableList
           
private static class Collections.UnmodifiableMap
           
(package private) static class Collections.UnmodifiableMap.UnmodifiableEntrySet
          We need this class in addition to UnmodifiableSet as Map.Entries themselves permit modification of the backing Map via their setValue operation.
private static class Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry
          This "wrapper class" serves two purposes: it prevents the client from modifying the backing Map, by short-circuiting the setValue method, and it protects the backing Map against an ill-behaved Map.Entry that attempts to modify another Map Entry when asked to perform an equality check.
(package private) static class Collections.UnmodifiableSet
           
(package private) static class Collections.UnmodifiableSortedMap
           
(package private) static class Collections.UnmodifiableSortedSet
           
 interface ConcurrentModificationException
          This exception may be thrown by methods that have detected concurrent modification of a backing object when such modification is not permissible.
 class Date
          The class Date represents a specific instant in time, with millisecond precision.
 class Dictionary
          The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
 interface EmptyStackException
          Thrown by methods in the Stack class to indicate that the stack is empty.
 class EventObject
           The Event class is the abstract root class from which all event state objects shall be derived.
 class GregorianCalendar
          GregorianCalendar is a concrete subclass of Calendar and provides the standard calendar used by most of the world.
 class HashMap
          Hash table based implementation of the Map interface.
private static class HashMap.Entry
          HashMap collision list entry.
private  class HashMap.HashIterator
           
 class HashSet
          This class implements the Set interface, backed by a hash table (actually a HashMap instance).
 class Hashtable
          This class implements a hashtable, which maps keys to values.
private static class Hashtable.Entry
          Hashtable collision list.
private  class Hashtable.EntrySet
           
private  class Hashtable.Enumerator
          A hashtable enumerator class.
private  class Hashtable.KeySet
           
private  class Hashtable.ValueCollection
           
 class LinkedList
          Linked list implementation of the List interface.
private static class LinkedList.Entry
           
private  class LinkedList.ListItr
           
 class ListResourceBundle
          ListResourceBundle is a abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
 class Locale
          A Locale object represents a specific geographical, political, or cultural region.
 interface MissingResourceException
          Signals that a resource is missing.
 interface NoSuchElementException
          Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
 class Observable
          This class represents an observable object, or "data" in the model-view paradigm.
 class Properties
          The Properties class represents a persistent set of properties.
 class PropertyPermission
          This class is for property permissions.
(package private)  class PropertyPermissionCollection
          A PropertyPermissionCollection stores a set of PropertyPermission permissions.
 class PropertyResourceBundle
          PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
 class Random
          An instance of this class is used to generate a stream of pseudorandom numbers.
 class ResourceBundle
          Resource bundles contain locale-specific objects.
 class SimpleTimeZone
          SimpleTimeZone is a concrete subclass of TimeZone that represents a time zone for use with a Gregorian calendar.
 class Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
 class StringTokenizer
          The string tokenizer class allows an application to break a string into tokens.
(package private)  class SubList
           
 class TimeZone
          TimeZone represents a time zone offset, and also figures out daylight savings.
(package private)  class TimeZoneData
          Encapsulates data for international timezones.
 interface TooManyListenersException
           The TooManyListenersException Exception is used as part of the Java Event model to annotate and implement a unicast special case of a multicast Event Source.
 class TreeMap
          Red-Black tree based implementation of the SortedMap interface.
(package private) static class TreeMap.Entry
          Node in the Tree.
private  class TreeMap.Iterator
          TreeMap Iterator.
private  class TreeMap.SubMap
           
private  class TreeMap.SubMap.EntrySetView
           
 class TreeSet
          This class implements the Set interface, backed by a TreeMap instance.
 class Vector
          The Vector class implements a growable array of objects.
 class WeakHashMap
          A hashtable-based Map implementation with weak keys.
private static class WeakHashMap.Entry
           
private  class WeakHashMap.EntrySet
           
private static class WeakHashMap.WeakKey
           
 

Fields in java.util declared as Object
protected  Object EventObject.source
          The object on which the Event initially occurred.
private  Object WeakHashMap.Entry.key
           
(package private)  Object HashMap.Entry.key
           
(package private)  Object HashMap.Entry.value
           
(package private)  Object Collections.SynchronizedCollection.mutex
           
(package private)  Object Collections.SynchronizedMap.mutex
           
private static Object TreeSet.PRESENT
           
protected  Object[] Vector.elementData
          The array buffer into which the components of the vector are stored.
(package private)  Object LinkedList.Entry.element
           
private  Object[] Arrays.ArrayList.a
           
(package private)  Object Hashtable.Entry.key
           
(package private)  Object Hashtable.Entry.value
           
private static Object HashSet.PRESENT
           
private  Object TreeMap.SubMap.fromKey
           
private  Object TreeMap.SubMap.toKey
           
(package private)  Object TreeMap.Entry.key
           
(package private)  Object TreeMap.Entry.value
           
private  Object[] ArrayList.elementData
          The array buffer into which the elements of the ArrayList are stored.
 

Methods in java.util that return Object
 Object EventObject.getSource()
          The object on which the Event initially occurred.
 Object AbstractMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object AbstractMap.put(Object key, Object value)
          Associates the specified value with the specified key in this map (optional operation).
 Object AbstractMap.remove(Object key)
          Removes the mapping for this key from this map if present (optional operation).
 Object WeakHashMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object WeakHashMap.put(Object key, Object value)
          Updates this map so that the given key maps to the given value.
 Object WeakHashMap.remove(Object key)
          Removes the mapping for the given key from this map, if present.
 Object WeakHashMap.Entry.getKey()
           
 Object WeakHashMap.Entry.getValue()
           
 Object WeakHashMap.Entry.setValue(Object value)
           
 Object[] AbstractCollection.toArray()
          Returns an array containing all of the elements in this collection.
 Object[] AbstractCollection.toArray(Object[] a)
          Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
 Object[] Set.toArray()
          Returns an array containing all of the elements in this set.
 Object[] Set.toArray(Object[] a)
          Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
 Object StringTokenizer.nextElement()
          Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
 Object HashMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object HashMap.put(Object key, Object value)
          Associates the specified value with the specified key in this map.
 Object HashMap.remove(Object key)
          Removes the mapping for this key from this map if present.
 Object HashMap.clone()
          Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
protected  Object HashMap.Entry.clone()
           
 Object HashMap.Entry.getKey()
           
 Object HashMap.Entry.getValue()
           
 Object HashMap.Entry.setValue(Object value)
           
 Object HashMap.HashIterator.next()
           
 Object Calendar.clone()
          Overrides Cloneable
abstract  Object AbstractList.get(int index)
          Returns the element at the specified position in this list.
 Object AbstractList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element (optional operation).
 Object AbstractList.remove(int index)
          Removes the element at the specified position in this list (optional operation).
 Object AbstractSequentialList.get(int index)
          Returns the element at the specified position in this list.
 Object AbstractSequentialList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 Object AbstractSequentialList.remove(int index)
          Removes the element at the specified position in this list.
 Object ListIterator.next()
          Returns the next element in the list.
 Object ListIterator.previous()
          Returns the previous element in the list.
static Object Collections.min(Collection coll)
          Returns the minimum element of the given collection, according to the natural ordering of its elements.
static Object Collections.min(Collection coll, Comparator comp)
          Returns the minimum element of the given collection, according to the order induced by the specified comparator.
static Object Collections.max(Collection coll)
          Returns the maximum element of the given collection, according to the natural ordering of its elements.
static Object Collections.max(Collection coll, Comparator comp)
          Returns the maximum element of the given collection, according to the order induced by the specified comparator.
 Object[] Collections.UnmodifiableCollection.toArray()
           
 Object[] Collections.UnmodifiableCollection.toArray(Object[] a)
           
 Object Collections.UnmodifiableSortedSet.first()
           
 Object Collections.UnmodifiableSortedSet.last()
           
 Object Collections.UnmodifiableList.get(int index)
           
 Object Collections.UnmodifiableList.set(int index, Object element)
           
 Object Collections.UnmodifiableList.remove(int index)
           
 Object Collections.UnmodifiableMap.get(Object key)
           
 Object Collections.UnmodifiableMap.put(Object key, Object value)
           
 Object Collections.UnmodifiableMap.remove(Object key)
           
 Object[] Collections.UnmodifiableMap.UnmodifiableEntrySet.toArray()
           
 Object[] Collections.UnmodifiableMap.UnmodifiableEntrySet.toArray(Object[] a)
           
 Object Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.getKey()
           
 Object Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.getValue()
           
 Object Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.setValue(Object value)
           
 Object Collections.UnmodifiableSortedMap.firstKey()
           
 Object Collections.UnmodifiableSortedMap.lastKey()
           
 Object[] Collections.SynchronizedCollection.toArray()
           
 Object[] Collections.SynchronizedCollection.toArray(Object[] a)
           
 Object Collections.SynchronizedSortedSet.first()
           
 Object Collections.SynchronizedSortedSet.last()
           
 Object Collections.SynchronizedList.get(int index)
           
 Object Collections.SynchronizedList.set(int index, Object element)
           
 Object Collections.SynchronizedList.remove(int index)
           
 Object Collections.SynchronizedMap.get(Object key)
           
 Object Collections.SynchronizedMap.put(Object key, Object value)
           
 Object Collections.SynchronizedMap.remove(Object key)
           
 Object Collections.SynchronizedSortedMap.firstKey()
           
 Object Collections.SynchronizedSortedMap.lastKey()
           
 Object TreeSet.first()
          Returns the first (lowest) element currently in this sorted set.
 Object TreeSet.last()
          Returns the last (highest) element currently in this sorted set.
 Object TreeSet.clone()
          Returns a shallow copy of this TreeSet instance.
 Object Map.get(Object key)
          Returns the value to which this map maps the specified key.
 Object Map.put(Object key, Object value)
          Associates the specified value with the specified key in this map (optional operation).
 Object Map.remove(Object key)
          Removes the mapping for this key from this map if present (optional operation).
 Object Map.Entry.getKey()
          Returns the key corresponding to this entry.
 Object Map.Entry.getValue()
          Returns the value corresponding to this entry.
 Object Map.Entry.setValue(Object value)
          Replaces the value corresponding to this entry with the specified value (optional operation).
 Object TimeZone.clone()
          Overrides Cloneable
 Object Vector.elementAt(int index)
          Returns the component at the specified index. This method is identical in functionality to the get method (which is part of the List interface).
 Object Vector.firstElement()
          Returns the first component (the item at index 0) of this vector.
 Object Vector.lastElement()
          Returns the last component of the vector.
 Object Vector.clone()
          Returns a clone of this vector.
 Object[] Vector.toArray()
          Returns an array containing all of the elements in this Vector in the correct order.
 Object[] Vector.toArray(Object[] a)
          Returns an array containing all of the elements in this Vector in the correct order.
 Object Vector.get(int index)
          Returns the element at the specified position in this Vector.
 Object Vector.set(int index, Object element)
          Replaces the element at the specified position in this Vector with the specified element.
 Object Vector.remove(int index)
          Removes the element at the specified position in this Vector.
 Object LinkedList.getFirst()
          Returns the first element in this list.
 Object LinkedList.getLast()
          Returns the last element in this list.
 Object LinkedList.removeFirst()
          Removes and returns the first element from this list.
 Object LinkedList.removeLast()
          Removes and returns the last element from this list.
 Object LinkedList.get(int index)
          Returns the element at the specified position in this list.
 Object LinkedList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 Object LinkedList.remove(int index)
          Removes the element at the specified position in this list.
 Object LinkedList.clone()
          Returns a shallow copy of this LinkedList.
 Object[] LinkedList.toArray()
          Returns an array containing all of the elements in this list in the correct order.
 Object[] LinkedList.toArray(Object[] a)
          Returns an array containing all of the elements in this list in the correct order.
 Object LinkedList.ListItr.next()
           
 Object LinkedList.ListItr.previous()
           
 Object SimpleTimeZone.clone()
          Overrides Cloneable
 Object[] Arrays.ArrayList.toArray()
           
 Object Arrays.ArrayList.get(int index)
           
 Object Arrays.ArrayList.set(int index, Object element)
           
abstract  Object Dictionary.get(Object key)
          Returns the value to which the key is mapped in this dictionary.
abstract  Object Dictionary.put(Object key, Object value)
          Maps the specified key to the specified value in this dictionary.
abstract  Object Dictionary.remove(Object key)
          Removes the key (and its corresponding value) from this dictionary.
 Object Iterator.next()
          Returns the next element in the interation.
 Object BitSet.clone()
          Cloning this BitSet produces a new BitSet that is equal to it.
 Object Hashtable.get(Object key)
          Returns the value to which the specified key is mapped in this hashtable.
 Object Hashtable.put(Object key, Object value)
          Maps the specified key to the specified value in this hashtable.
 Object Hashtable.remove(Object key)
          Removes the key (and its corresponding value) from this hashtable.
 Object Hashtable.clone()
          Creates a shallow copy of this hashtable.
 Object Properties.setProperty(String key, String value)
          Calls the hashtable method put.
 Object ResourceBundle.getObject(String key)
          Get an object from a ResourceBundle.
protected abstract  Object ResourceBundle.handleGetObject(String key)
          Get an object from a ResourceBundle.
 Object Stack.push(Object item)
          Pushes an item onto the top of this stack.
 Object Stack.pop()
          Removes the object at the top of this stack and returns that object as the value of this function.
 Object Stack.peek()
          Looks at the object at the top of this stack without removing it from the stack.
protected  Object Hashtable.Entry.clone()
           
 Object Hashtable.Entry.getKey()
           
 Object Hashtable.Entry.getValue()
           
 Object Hashtable.Entry.setValue(Object value)
           
 Object Hashtable.Enumerator.nextElement()
           
 Object Hashtable.Enumerator.next()
           
 Object SortedSet.first()
          Returns the first (lowest) element currently in this sorted set.
 Object SortedSet.last()
          Returns the last (highest) element currently in this sorted set.
 Object ListResourceBundle.handleGetObject(String key)
          Override of ResourceBundle, same semantics
protected abstract  Object[][] ListResourceBundle.getContents()
          See class description.
 Object Locale.clone()
          Overrides Cloneable
 Object Enumeration.nextElement()
          Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
 Object PropertyResourceBundle.handleGetObject(String key)
          Override of ResourceBundle, same semantics
 Object[] Collection.toArray()
          Returns an array containing all of the elements in this collection.
 Object[] Collection.toArray(Object[] a)
          Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
 Object Date.clone()
          Return a copy of this object.
 Object HashSet.clone()
          Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
 Object[] List.toArray()
          Returns an array containing all of the elements in this list in proper sequence.
 Object[] List.toArray(Object[] a)
          Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
 Object List.get(int index)
          Returns the element at the specified position in this list.
 Object List.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element (optional operation).
 Object List.remove(int index)
          Removes the element at the specified position in this list (optional operation).
 Object TreeMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object TreeMap.firstKey()
          Returns the first (lowest) key currently in this sorted map.
 Object TreeMap.lastKey()
          Returns the last (highest) key currently in this sorted map.
private static Object TreeMap.key(TreeMap.Entry e)
          Returns the key corresonding to the specified Entry.
 Object TreeMap.put(Object key, Object value)
          Associates the specified value with the specified key in this map.
 Object TreeMap.remove(Object key)
          Removes the mapping for this key from this TreeMap if present.
 Object TreeMap.clone()
          Returns a shallow copy of this TreeMap instance.
 Object TreeMap.SubMap.get(Object key)
           
 Object TreeMap.SubMap.put(Object key, Object value)
           
 Object TreeMap.SubMap.firstKey()
           
 Object TreeMap.SubMap.lastKey()
           
 Object TreeMap.Iterator.next()
           
 Object TreeMap.Entry.getKey()
          Returns the key.
 Object TreeMap.Entry.getValue()
          Returns the value associated with the key.
 Object TreeMap.Entry.setValue(Object value)
          Replaces the value currently associated with the key with the given value.
 Object ArrayList.clone()
          Returns a shallow copy of this ArrayList instance.
 Object[] ArrayList.toArray()
          Returns an array containing all of the elements in this list in the correct order.
 Object[] ArrayList.toArray(Object[] a)
          Returns an array containing all of the elements in this list in the correct order.
 Object ArrayList.get(int index)
          Returns the element at the specified position in this list.
 Object ArrayList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 Object ArrayList.remove(int index)
          Removes the element at the specified position in this list.
 Object AbstractList.Itr.next()
           
 Object AbstractList.ListItr.previous()
           
 Object SubList.set(int index, Object element)
           
 Object SubList.get(int index)
           
 Object SubList.remove(int index)
           
 Object SortedMap.firstKey()
          Returns the first (lowest) key currently in this sorted map.
 Object SortedMap.lastKey()
          Returns the last (highest) key currently in this sorted map.
 

Methods in java.util with parameters of type Object
 boolean AbstractMap.containsValue(Object value)
          Returns true if this map maps one or more keys to this value.
 boolean AbstractMap.containsKey(Object key)
          Returns true if this map contains a mapping for the specified key.
 Object AbstractMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object AbstractMap.put(Object key, Object value)
          Associates the specified value with the specified key in this map (optional operation).
 Object AbstractMap.remove(Object key)
          Removes the mapping for this key from this map if present (optional operation).
 boolean AbstractMap.equals(Object o)
          Compares the specified object with this map for equality.
 boolean WeakHashMap.containsKey(Object key)
          Returns true if this map contains a mapping for the specified key.
 Object WeakHashMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object WeakHashMap.put(Object key, Object value)
          Updates this map so that the given key maps to the given value.
 Object WeakHashMap.remove(Object key)
          Removes the mapping for the given key from this map, if present.
private static WeakHashMap.WeakKey WeakHashMap.WeakKey.create(Object k)
           
private static WeakHashMap.WeakKey WeakHashMap.WeakKey.create(Object k, java.lang.ref.ReferenceQueue q)
           
 boolean WeakHashMap.WeakKey.equals(Object o)
           
 Object WeakHashMap.Entry.setValue(Object value)
           
private static boolean WeakHashMap.Entry.valEquals(Object o1, Object o2)
           
 boolean WeakHashMap.Entry.equals(Object o)
           
 boolean AbstractCollection.contains(Object o)
          Returns true if this collection contains the specified element.
 Object[] AbstractCollection.toArray(Object[] a)
          Returns an array with a runtime type is that of the specified array and that contains all of the elements in this collection.
 boolean AbstractCollection.add(Object o)
          Ensures that this collection contains the specified element (optional operation).
 boolean AbstractCollection.remove(Object o)
          Removes a single instance of the specified element from this collection, if it is present (optional operation).
 boolean AbstractSet.equals(Object o)
          Compares the specified object with this set for equality.
 boolean WeakHashMap.EntrySet.remove(Object o)
           
 boolean Set.contains(Object o)
          Returns true if this set contains the specified element.
 Object[] Set.toArray(Object[] a)
          Returns an array containing all of the elements in this set whose runtime type is that of the specified array.
 boolean Set.add(Object o)
          Adds the specified element to this set if it is not already present (optional operation).
 boolean Set.remove(Object o)
          Removes the specified element from this set if it is present (optional operation).
 boolean Set.equals(Object o)
          Compares the specified object with this set for equality.
 boolean PropertyPermission.equals(Object obj)
          Checks two PropertyPermission objects for equality.
 boolean HashMap.containsValue(Object value)
          Returns true if this map maps one or more keys to the specified value.
 boolean HashMap.containsKey(Object key)
          Returns true if this map contains a mapping for the specified key.
 Object HashMap.get(Object key)
          Returns the value to which this map maps the specified key.
 Object HashMap.put(Object key, Object value)
          Associates the specified value with the specified key in this map.
 Object HashMap.remove(Object key)
          Removes the mapping for this key from this map if present.
 Object HashMap.Entry.setValue(Object value)
           
 boolean HashMap.Entry.equals(Object o)
           
 boolean Calendar.equals(Object obj)
          Compares this calendar to the specified object.
 boolean Calendar.before(Object when)
          Compares the time field records.
 boolean Calendar.after(Object when)
          Compares the time field records.
 boolean GregorianCalendar.equals(Object obj)
          Compares this GregorianCalendar to an object reference.
 boolean AbstractList.add(Object o)
          Appends the specified element to the end of this List (optional operation).
 Object AbstractList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element (optional operation).
 void AbstractList.add(int index, Object element)
          Inserts the specified element at the specified position in this list (optional operation).
 int AbstractList.indexOf(Object o)
          Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
 int AbstractList.lastIndexOf(Object o)
          Returns the index in this list of the last occurence of the specified element, or -1 if the list does not contain this element.
 boolean AbstractList.equals(Object o)
          Compares the specified object with this list for equality.
 Object AbstractSequentialList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 void AbstractSequentialList.add(int index, Object element)
          Inserts the specified element at the specified position in this list.
 void ListIterator.set(Object o)
          Replaces the last element returned by next or previous with the specified element (optional operation).
 void ListIterator.add(Object o)
          Inserts the specified element into the list (optional operation).
static int Collections.binarySearch(List list, Object key)
          Searches the specified list for the specified object using the binary search algorithm.
static int Collections.binarySearch(List list, Object key, Comparator c)
          Searches the specified list for the specified object using the binary search algorithm.
static void Collections.fill(List list, Object o)
          Replaces all of the elements of the specified list with the specified element.
(package private) static Collection Collections.synchronizedCollection(Collection c, Object mutex)
           
(package private) static Set Collections.synchronizedSet(Set s, Object mutex)
           
(package private) static List Collections.synchronizedList(List list, Object mutex)
           
static Set Collections.singleton(Object o)
          Returns an immutable set containing only the specified object.
static List Collections.nCopies(int n, Object o)
          Returns an immutable list consisting of n copies of the specified object.
private static boolean Collections.eq(Object o1, Object o2)
          Returns true if the specified arguments are equal, or both null.
 boolean Collections.UnmodifiableCollection.contains(Object o)
           
 Object[] Collections.UnmodifiableCollection.toArray(Object[] a)
           
 boolean Collections.UnmodifiableCollection.add(Object o)
           
 boolean Collections.UnmodifiableCollection.remove(Object o)
           
 boolean Collections.UnmodifiableSet.equals(Object o)
           
 SortedSet Collections.UnmodifiableSortedSet.subSet(Object fromElement, Object toElement)
           
 SortedSet Collections.UnmodifiableSortedSet.headSet(Object toElement)
           
 SortedSet Collections.UnmodifiableSortedSet.tailSet(Object fromElement)
           
 boolean Collections.UnmodifiableList.equals(Object o)
           
 Object Collections.UnmodifiableList.set(int index, Object element)
           
 void Collections.UnmodifiableList.add(int index, Object element)
           
 int Collections.UnmodifiableList.indexOf(Object o)
           
 int Collections.UnmodifiableList.lastIndexOf(Object o)
           
 boolean Collections.UnmodifiableMap.containsKey(Object key)
           
 boolean Collections.UnmodifiableMap.containsValue(Object val)
           
 Object Collections.UnmodifiableMap.get(Object key)
           
 Object Collections.UnmodifiableMap.put(Object key, Object value)
           
 Object Collections.UnmodifiableMap.remove(Object key)
           
 boolean Collections.UnmodifiableMap.equals(Object o)
           
 Object[] Collections.UnmodifiableMap.UnmodifiableEntrySet.toArray(Object[] a)
           
 boolean Collections.UnmodifiableMap.UnmodifiableEntrySet.contains(Object o)
          This method is overridden to protect the backing set against an object with a nefarious equals function that senses that the equality-candidate is Map.Entry and calls its setValue method.
 boolean Collections.UnmodifiableMap.UnmodifiableEntrySet.equals(Object o)
           
 Object Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.setValue(Object value)
           
 boolean Collections.UnmodifiableMap.UnmodifiableEntrySet.UnmodifiableEntry.equals(Object o)
           
 SortedMap Collections.UnmodifiableSortedMap.subMap(Object fromKey, Object toKey)
           
 SortedMap Collections.UnmodifiableSortedMap.headMap(Object toKey)
           
 SortedMap Collections.UnmodifiableSortedMap.tailMap(Object fromKey)
           
 boolean Collections.SynchronizedCollection.contains(Object o)
           
 Object[] Collections.SynchronizedCollection.toArray(Object[] a)
           
 boolean Collections.SynchronizedCollection.add(Object o)
           
 boolean Collections.SynchronizedCollection.remove(Object o)
           
 boolean Collections.SynchronizedSet.equals(Object o)
           
 SortedSet Collections.SynchronizedSortedSet.subSet(Object fromElement, Object toElement)
           
 SortedSet Collections.SynchronizedSortedSet.headSet(Object toElement)
           
 SortedSet Collections.SynchronizedSortedSet.tailSet(Object fromElement)
           
 boolean Collections.SynchronizedList.equals(Object o)
           
 Object Collections.SynchronizedList.set(int index, Object element)
           
 void Collections.SynchronizedList.add(int index, Object element)
           
 int Collections.SynchronizedList.indexOf(Object o)
           
 int Collections.SynchronizedList.lastIndexOf(Object o)
           
 boolean Collections.SynchronizedMap.containsKey(Object key)
           
 boolean Collections.SynchronizedMap.containsValue(Object value)
           
 Object Collections.SynchronizedMap.get(Object key)
           
 Object Collections.SynchronizedMap.put(Object key, Object value)
           
 Object Collections.SynchronizedMap.remove(Object key)
           
 boolean Collections.SynchronizedMap.equals(Object o)
           
 SortedMap Collections.SynchronizedSortedMap.subMap(Object fromKey, Object toKey)
           
 SortedMap Collections.SynchronizedSortedMap.headMap(Object toKey)
           
 SortedMap Collections.SynchronizedSortedMap.tailMap(Object fromKey)
           
 int Collections.ReverseComparator.compare(Object o1, Object o2)
           
 boolean TreeSet.contains(Object o)
          Returns true if this set contains the specified element.
 boolean TreeSet.add(Object o)
          Adds the specified element to this set if it is not already present.
 boolean TreeSet.remove(Object o)
          Removes the given element from this set if it is present.
 SortedSet TreeSet.subSet(Object fromElement, Object toElement)
          Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
 SortedSet TreeSet.headSet(Object toElement)
          Returns a view of the portion of this set whose elements are strictly less than toElement.
 SortedSet TreeSet.tailSet(Object fromElement)
          Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
 boolean Map.containsKey(Object key)
          Returns true if this map contains a mapping for the specified key.
 boolean Map.containsValue(Object value)
          Returns true if this map maps one or more keys to the specified value.
 Object Map.get(Object key)
          Returns the value to which this map maps the specified key.
 Object Map.put(Object key, Object value)
          Associates the specified value with the specified key in this map (optional operation).
 Object Map.remove(Object key)
          Removes the mapping for this key from this map if present (optional operation).
 boolean Map.equals(Object o)
          Compares the specified object with this map for equality.
 Object Map.Entry.setValue(Object value)
          Replaces the value corresponding to this entry with the specified value (optional operation).
 boolean Map.Entry.equals(Object o)
          Compares the specified object with this entry for equality.
 void Vector.copyInto(Object[] anArray)
          Copies the components of this vector into the specified array.
 boolean Vector.contains(Object elem)
          Tests if the specified object is a component in this vector.
 int Vector.indexOf(Object elem)
          Searches for the first occurence of the given argument, testing for equality using the equals method.
 int Vector.indexOf(Object elem, int index)
          Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
 int Vector.lastIndexOf(Object elem)
          Returns the index of the last occurrence of the specified object in this vector.
 int Vector.lastIndexOf(Object elem, int index)
          Searches backwards for the specified object, starting from the specified index, and returns an index to it.
 void Vector.setElementAt(Object obj, int index)
          Sets the component at the specified index of this vector to be the specified object.
 void Vector.insertElementAt(Object obj, int index)
          Inserts the specified object as a component in this vector at the specified index.
 void Vector.addElement(Object obj)
          Adds the specified component to the end of this vector, increasing its size by one.
 boolean Vector.removeElement(Object obj)
          Removes the first (lowest-indexed) occurrence of the argument from this vector.
 Object[] Vector.toArray(Object[] a)
          Returns an array containing all of the elements in this Vector in the correct order.
 Object Vector.set(int index, Object element)
          Replaces the element at the specified position in this Vector with the specified element.
 boolean Vector.add(Object o)
          Appends the specified element to the end of this Vector.
 boolean Vector.remove(Object o)
          Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
 void Vector.add(int index, Object element)
          Inserts the specified element at the specified position in this Vector.
 boolean Vector.equals(Object o)
          Compares the specified Object with this Vector for equality.
 void LinkedList.addFirst(Object o)
          Inserts the given element at the beginning of this list.
 void LinkedList.addLast(Object o)
          Appends the given element to the end of this list.
 boolean LinkedList.contains(Object o)
          Returns true if this list contains the specified element.
 boolean LinkedList.add(Object o)
          Appends the specified element to the end of this list.
 boolean LinkedList.remove(Object o)
          Removes the first occurrence of the specified element in this list.
 Object LinkedList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 void LinkedList.add(int index, Object element)
          Inserts the specified element at the specified position in this list.
 int LinkedList.indexOf(Object o)
          Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element.
 int LinkedList.lastIndexOf(Object o)
          Returns the index in this list of the last occurrence of the specified element, or -1 if the list does not contain this element.
private  LinkedList.Entry LinkedList.addBefore(Object o, LinkedList.Entry e)
           
 Object[] LinkedList.toArray(Object[] a)
          Returns an array containing all of the elements in this list in the correct order.
 void LinkedList.ListItr.set(Object o)
           
 void LinkedList.ListItr.add(Object o)
           
 int Comparator.compare(Object o1, Object o2)
          Compares its two arguments for order.
 boolean Comparator.equals(Object obj)
          Indicates whether some other object is "equal to" this Comparator.
 boolean SimpleTimeZone.equals(Object obj)
          Compares the equality of two SimpleTimeZone objects.
static void Arrays.sort(Object[] a)
          Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
static void Arrays.sort(Object[] a, int fromIndex, int toIndex)
          Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
private static void Arrays.mergeSort(Object[] src, Object[] dest, int low, int high)
           
private static void Arrays.swap(Object[] x, int a, int b)
          Swaps x[a] with x[b].
static void Arrays.sort(Object[] a, Comparator c)
          Sorts the specified array of objects according to the order induced by the specified comparator.
static void Arrays.sort(Object[] a, int fromIndex, int toIndex, Comparator c)
          Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
private static void Arrays.mergeSort(Object[] src, Object[] dest, int low, int high, Comparator c)
           
static int Arrays.binarySearch(Object[] a, Object key)
          Searches the specified array for the specified object using the binary search algorithm.
static int Arrays.binarySearch(Object[] a, Object key, Comparator c)
          Searches the specified array for the specified object using the binary search algorithm.
static boolean Arrays.equals(Object[] a, Object[] a2)
          Returns true if the two specified arrays of Objects are equal to one another.
static void Arrays.fill(Object[] a, Object val)
          Assigns the specified Object reference to each element of the specified array of Objects.
static void Arrays.fill(Object[] a, int fromIndex, int toIndex, Object val)
          Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
static List Arrays.asList(Object[] a)
          Returns a fixed-size list backed by the specified array.
 Object Arrays.ArrayList.set(int index, Object element)
           
 void Observable.notifyObservers(Object arg)
          If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
abstract  Object Dictionary.get(Object key)
          Returns the value to which the key is mapped in this dictionary.
abstract  Object Dictionary.put(Object key, Object value)
          Maps the specified key to the specified value in this dictionary.
abstract  Object Dictionary.remove(Object key)
          Removes the key (and its corresponding value) from this dictionary.
 boolean BitSet.equals(Object obj)
          Compares this object against the specified object.
 boolean Hashtable.contains(Object value)
          Tests if some key maps into the specified value in this hashtable.
 boolean Hashtable.containsValue(Object value)
          Returns true if this Hashtable maps one or more keys to this value. Note that this method is identical in functionality to contains (which predates the Map interface).
 boolean Hashtable.containsKey(Object key)
          Tests if the specified object is a key in this hashtable.
 Object Hashtable.get(Object key)
          Returns the value to which the specified key is mapped in this hashtable.
 Object Hashtable.put(Object key, Object value)
          Maps the specified key to the specified value in this hashtable.
 Object Hashtable.remove(Object key)
          Removes the key (and its corresponding value) from this hashtable.
 boolean Hashtable.equals(Object o)
          Compares the specified Object with this Map for equality, as per the definition in the Map interface.
 Object Stack.push(Object item)
          Pushes an item onto the top of this stack.
 int Stack.search(Object o)
          Returns the 1-based position where an object is on this stack.
 boolean Hashtable.KeySet.contains(Object o)
           
 boolean Hashtable.KeySet.remove(Object o)
           
 boolean Hashtable.EntrySet.contains(Object o)
           
 boolean Hashtable.EntrySet.remove(Object o)
           
 boolean Hashtable.ValueCollection.contains(Object o)
           
 Object Hashtable.Entry.setValue(Object value)
           
 boolean Hashtable.Entry.equals(Object o)
           
 SortedSet SortedSet.subSet(Object fromElement, Object toElement)
          Returns a view of the portion of this sorted set whose elements range from fromElement, inclusive, to toElement, exclusive.
 SortedSet SortedSet.headSet(Object toElement)
          Returns a view of the portion of this sorted set whose elements are strictly less than toElement.
 SortedSet SortedSet.tailSet(Object fromElement)
          Returns a view of the portion of this sorted set whose elements are greater than or equal to fromElement.
 boolean Locale.equals(Object obj)
          Returns true if this Locale is equal to another object.
 boolean Collection.contains(Object o)
          Returns true if this collection contains the specified element.
 Object[] Collection.toArray(Object[] a)
          Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
 boolean Collection.add(Object o)
          Ensures that this collection contains the specified element (optional operation).
 boolean Collection.remove(Object o)
          Removes a single instance of the specified element from this collection, if it is present (optional operation).
 boolean Collection.equals(Object o)
          Compares the specified object with this collection for equality.
 boolean Date.equals(Object obj)
          Compares two dates for equality.
 int Date.compareTo(Object o)
          Compares this Date to another Object.
 boolean HashSet.contains(Object o)
          Returns true if this set contains the specified element.
 boolean HashSet.add(Object o)
          Adds the specified element to this set if it is not already present.
 boolean HashSet.remove(Object o)
          Removes the given element from this set if it is present.
 boolean List.contains(Object o)
          Returns true if this list contains the specified element.
 Object[] List.toArray(Object[] a)
          Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
 boolean List.add(Object o)
          Appends the specified element to the end of this list (optional operation).
 boolean List.remove(Object o)
          Removes the first occurrence in this list of the specified element (optional operation).
 boolean List.equals(Object o)
          Compares the specified object with this list for equality.
 Object List.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element (optional operation).
 void List.add(int index, Object element)
          Inserts the specified element at the specified position in this list (optional operation).
 int List.indexOf(Object o)
          Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
 int List.lastIndexOf(Object o)
          Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
 boolean TreeMap.containsKey(Object key)
          Returns true if this map contains a mapping for the specified key.
 boolean TreeMap.containsValue(Object value)
          Returns true if this map maps one or more keys to the specified value.
private  boolean TreeMap.valueSearchNonNull(TreeMap.Entry n, Object value)
           
 Object TreeMap.get(Object key)
          Returns the value to which this map maps the specified key.
private  TreeMap.Entry TreeMap.getEntry(Object key)
          Returns this map's entry for the given key, or null if the map does not contain an entry for the key.
private  TreeMap.Entry TreeMap.getCeilEntry(Object key)
          Gets the entry corresponding to the specified key; if no such entry exists, returns the entry for the least key greater than the specified key; if no such entry exists (i.e., the greatest key in the Tree is less than the specified key), returns null.
private  TreeMap.Entry TreeMap.getPrecedingEntry(Object key)
          Returns the entry for the greatest key less than the specified key; if no such entry exists (i.e., the least key in the Tree is greater than the specified key), returns null.
 Object TreeMap.put(Object key, Object value)
          Associates the specified value with the specified key in this map.
 Object TreeMap.remove(Object key)
          Removes the mapping for this key from this TreeMap if present.
 SortedMap TreeMap.subMap(Object fromKey, Object toKey)
          Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
 SortedMap TreeMap.headMap(Object toKey)
          Returns a view of the portion of this map whose keys are strictly less than toKey.
 SortedMap TreeMap.tailMap(Object fromKey)
          Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
private  int TreeMap.compare(Object k1, Object k2)
          Compares two keys using the correct comparison method for this TreeMap.
private static boolean TreeMap.valEquals(Object o1, Object o2)
          Test two values for equality.
(package private)  void TreeMap.readTreeSet(int size, ObjectInputStream s, Object defaultVal)
          Intended to be called only from TreeSet.readObject
(package private)  void TreeMap.addAllForTreeSet(SortedSet set, Object defaultVal)
          Intended to be called only from TreeSet.addAll
private  void TreeMap.buildFromSorted(int size, Iterator it, ObjectInputStream str, Object defaultVal)
          Linear time tree building algorithm from sorted data.
private static TreeMap.Entry TreeMap.buildFromSorted(int level, int lo, int hi, int redLevel, Iterator it, ObjectInputStream str, Object defaultVal)
          Recursive "helper method" that does the real work of the of the previous method.
 boolean TreeMap.SubMap.containsKey(Object key)
           
 Object TreeMap.SubMap.get(Object key)
           
 Object TreeMap.SubMap.put(Object key, Object value)
           
 SortedMap TreeMap.SubMap.subMap(Object fromKey, Object toKey)
           
 SortedMap TreeMap.SubMap.headMap(Object toKey)
           
 SortedMap TreeMap.SubMap.tailMap(Object fromKey)
           
private  boolean TreeMap.SubMap.inRange(Object key)
           
private  boolean TreeMap.SubMap.inRange2(Object key)
           
 boolean TreeMap.SubMap.EntrySetView.contains(Object o)
           
 boolean TreeMap.SubMap.EntrySetView.remove(Object o)
           
 Object TreeMap.Entry.setValue(Object value)
          Replaces the value currently associated with the key with the given value.
 boolean TreeMap.Entry.equals(Object o)
           
 boolean ArrayList.contains(Object elem)
          Returns true if this list contains the specified element.
 int ArrayList.indexOf(Object elem)
          Searches for the first occurence of the given argument, testing for equality using the equals method.
 int ArrayList.lastIndexOf(Object elem)
          Returns the index of the last occurrence of the specified object in this list.
 Object[] ArrayList.toArray(Object[] a)
          Returns an array containing all of the elements in this list in the correct order.
 Object ArrayList.set(int index, Object element)
          Replaces the element at the specified position in this list with the specified element.
 boolean ArrayList.add(Object o)
          Appends the specified element to the end of this list.
 void ArrayList.add(int index, Object element)
          Inserts the specified element at the specified position in this list.
 void AbstractList.ListItr.set(Object o)
           
 void AbstractList.ListItr.add(Object o)
           
 Object SubList.set(int index, Object element)
           
 void SubList.add(int index, Object element)
           
 void Observer.update(Observable o, Object arg)
          This method is called whenever the observed object is changed.
 SortedMap SortedMap.subMap(Object fromKey, Object toKey)
          Returns a view of the portion of this sorted map whose keys range from fromKey, inclusive, to toKey, exclusive.
 SortedMap SortedMap.headMap(Object toKey)
          Returns a view of the portion of this sorted map whose keys are strictly less than toKey.
 SortedMap SortedMap.tailMap(Object fromKey)
          Returns a view of the portion of this sorted map whose keys are greater than or equal to fromKey.
 

Constructors in java.util with parameters of type Object
EventObject.EventObject(Object source)
          Constructs a prototypical Event.
WeakHashMap.WeakKey.WeakHashMap.WeakKey(Object k)
           
WeakHashMap.WeakKey.WeakHashMap.WeakKey(Object k, java.lang.ref.ReferenceQueue q)
           
WeakHashMap.Entry.WeakHashMap.Entry(Map.Entry ent, Object key)
           
HashMap.Entry.HashMap.Entry(int hash, Object key, Object value, HashMap.Entry next)
           
Collections.SynchronizedCollection.Collections.SynchronizedCollection(Collection c, Object mutex)
           
Collections.SynchronizedSet.Collections.SynchronizedSet(Set s, Object mutex)
           
Collections.SynchronizedSortedSet.Collections.SynchronizedSortedSet(SortedSet s, Object mutex)
           
Collections.SynchronizedList.Collections.SynchronizedList(List list, Object mutex)
           
Collections.SynchronizedMap.Collections.SynchronizedMap(Map m, Object mutex)
           
Collections.SynchronizedSortedMap.Collections.SynchronizedSortedMap(SortedMap m, Object mutex)
           
LinkedList.Entry.LinkedList.Entry(Object element, LinkedList.Entry next, LinkedList.Entry previous)
           
Arrays.ArrayList.Arrays.ArrayList(Object[] array)
           
Hashtable.Entry.Hashtable.Entry(int hash, Object key, Object value, Hashtable.Entry next)
           
TreeMap.SubMap.TreeMap.SubMap(Object fromKey, Object toKey)
           
TreeMap.SubMap.TreeMap.SubMap(Object key, boolean headMap)
           
TreeMap.SubMap.TreeMap.SubMap(boolean fromStart, Object fromKey, boolean toEnd, Object toKey)
           
TreeMap.Entry.TreeMap.Entry(Object key, Object value, TreeMap.Entry parent)
          Make a new cell with given key, value, and parent, and with null child links, and BLACK color.
 

Uses of Object in javax.servlet
 

Subclasses of Object in javax.servlet
 class javax.servlet.GenericServlet
           
 

Uses of Object in javax.servlet.http
 

Subclasses of Object in javax.servlet.http
 class javax.servlet.http.HttpServlet
           
 

Uses of Object in symantec.itools.awt.util.spinner
 

Subclasses of Object in symantec.itools.awt.util.spinner
 class symantec.itools.awt.util.spinner.NumericSpinner
           
 class symantec.itools.awt.util.spinner.Spinner