https://github.com/wscats/java-snippets
Provide Java development 35000+ code snippets and detailed interface reminders, which greatly improves your development efficiency
https://github.com/wscats/java-snippets
java snippets vscode-extension
Last synced: about 1 year ago
JSON representation
Provide Java development 35000+ code snippets and detailed interface reminders, which greatly improves your development efficiency
- Host: GitHub
- URL: https://github.com/wscats/java-snippets
- Owner: Wscats
- License: mit
- Created: 2020-12-27T08:08:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T11:13:43.000Z (over 5 years ago)
- Last Synced: 2025-03-28T11:38:32.785Z (about 1 year ago)
- Topics: java, snippets, vscode-extension
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=Wscats.java-snippet
- Size: 2.43 MB
- Stars: 43
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.CN.md
- License: LICENSE
Awesome Lists containing this project
README
# Java代码片段和接口提醒
详细的参考文档: [https://wscats.gitee.io/java-snippets/java.html](https://wscats.gitee.io/java-snippets/java.html)
|API|Prefix|Description|
|-|-|-|
|`appletResize(${1:int}, ${2:int})`|appletResize|Takes 2 args. Method in interface java.applet.AppletStub Called when the applet wants to be resized. |
|`ACTION_EVENT_MASK`|ACTION_EVENT_MASK|Takes 0 args. Static variable in class java.awt.AWTEvent The event mask for selecting action events. |
|`ADJUSTMENT_EVENT_MASK`|ADJUSTMENT_EVENT_MASK|Takes 0 args. Static variable in class java.awt.AWTEvent The event mask for selecting adjustment events. |
|`actionPerformed()`|actionPerformed|Takes 0 args. Method in class java.awt.AWTEventMulticaster Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b. |
|`add(${1:Listener}, ${2:Listener})`|add|Takes 2 args. Static method in class java.awt.AWTEventMulticaster Adds action-listener-a with action-listener-b and returns the resulting multicast listener. |
|`addInternal(${1:EventListener}, ${2:EventListener})`|addInternal|Takes 2 args. Static method in class java.awt.AWTEventMulticaster Returns the resulting multicast listener from adding listener-a and listener-b together. |
|`adjustmentValueChanged()`|adjustmentValueChanged|Takes 0 args. Method in class java.awt.AWTEventMulticaster Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b. |
|`ancestorMoved()`|ancestorMoved|Takes 0 args. Method in class java.awt.AWTEventMulticaster Handles the ancestorMoved event by invoking the ancestorMoved methods on listener-a and listener-b. |
|`ancestorResized()`|ancestorResized|Takes 0 args. Method in class java.awt.AWTEventMulticaster Handles the ancestorResized event by invoking the ancestorResized methods on listener-a and listener-b. |
|`addAdjustmentListener()`|addAdjustmentListener|Takes 0 args. Method in interface java.awt.Adjustable Adds a listener to receive adjustment events when the value of the adjustable object changes. |
|`AFTER_LAST_LINE`|AFTER_LAST_LINE|Takes 0 args. Static variable in class java.awt.BorderLayout Synonym for PAGE_END. |
|`AFTER_LINE_ENDS`|AFTER_LINE_ENDS|Takes 0 args. Static variable in class java.awt.BorderLayout Synonym for LINE_END. |
|`addLayoutComponent(${1:Component}, ${2:Object})`|addLayoutComponent|Takes 2 args. Method in class java.awt.BorderLayout Adds the specified component to the layout, using the specified constraint object. |
|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.Button Adds the specified action listener to receive action events from this button. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Button Creates the peer of the button. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Canvas Creates the peer of the canvas. |
|`addLayoutComponent(${1:Component}, ${2:Object})`|addLayoutComponent|Takes 2 args. Method in class java.awt.CardLayout Adds the specified component to this card layout's internal table of names. |
|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.Checkbox Adds the specified item listener to receive item events from this check box. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Checkbox Creates the peer of the Checkbox. |
|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.CheckboxMenuItem Adds the specified item listener to receive item events from this check box menu item. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.CheckboxMenuItem Creates the peer of the checkbox item. |
|`add()`|add|Takes 0 args. Method in class java.awt.Choice Adds an item to this Choice menu. |
|`addItem()`|addItem|Takes 0 args. Method in class java.awt.Choice Obsolete as of Java 2 platform v1.1. |
|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.Choice Adds the specified item listener to receive item events from this Choice menu. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Choice Creates the Choice's peer. |
|`accessibleAWTComponentHandler`|accessibleAWTComponentHandler|Takes 0 args. Variable in class java.awt.Component.AccessibleAWTComponent |
|`accessibleAWTFocusHandler`|accessibleAWTFocusHandler|Takes 0 args. Variable in class java.awt.Component.AccessibleAWTComponent |
|`addFocusListener()`|addFocusListener|Takes 0 args. Method in class java.awt.Component.AccessibleAWTComponent Adds the specified focus listener to receive focus events from this component. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.awt.Component.AccessibleAWTComponent Adds a PropertyChangeListener to the listener list. |
|`add()`|add|Takes 0 args. Method in class java.awt.Component Adds the specified popup menu to the component. |
|`addComponentListener()`|addComponentListener|Takes 0 args. Method in class java.awt.Component Adds the specified component listener to receive component events from this component. |
|`addFocusListener()`|addFocusListener|Takes 0 args. Method in class java.awt.Component Adds the specified focus listener to receive focus events from this component when this component gains input focus. |
|`addHierarchyBoundsListener()`|addHierarchyBoundsListener|Takes 0 args. Method in class java.awt.Component Adds the specified hierarchy bounds listener to receive hierarchy bounds events from this component when the hierarchy to which this container belongs changes. |
|`addHierarchyListener()`|addHierarchyListener|Takes 0 args. Method in class java.awt.Component Adds the specified hierarchy listener to receive hierarchy changed events from this component when the hierarchy to which this container belongs changes. |
|`addInputMethodListener()`|addInputMethodListener|Takes 0 args. Method in class java.awt.Component Adds the specified input method listener to receive input method events from this component. |
|`addKeyListener()`|addKeyListener|Takes 0 args. Method in class java.awt.Component Adds the specified key listener to receive key events from this component. |
|`addMouseListener()`|addMouseListener|Takes 0 args. Method in class java.awt.Component Adds the specified mouse listener to receive mouse events from this component. |
|`addMouseMotionListener()`|addMouseMotionListener|Takes 0 args. Method in class java.awt.Component Adds the specified mouse motion listener to receive mouse motion events from this component. |
|`addMouseWheelListener()`|addMouseWheelListener|Takes 0 args. Method in class java.awt.Component Adds the specified mouse wheel listener to receive mouse wheel events from this component. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Component Makes this Component displayable by connecting it to a native screen resource. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.awt.Component Adds a PropertyChangeListener to the listener list for a specific property. |
|`applyComponentOrientation()`|applyComponentOrientation|Takes 0 args. Method in class java.awt.Component Sets the ComponentOrientation property of this component and all components contained within it. |
|`areFocusTraversalKeysSet()`|areFocusTraversalKeysSet|Takes 0 args. Method in class java.awt.Component Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Component. |
|`accessibleContainerHandler`|accessibleContainerHandler|Takes 0 args. Variable in class java.awt.Container.AccessibleAWTContainer |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.awt.Container.AccessibleAWTContainer Adds a PropertyChangeListener to the listener list. |
|`add(${1:Component}, ${2:Object}, ${3:int})`|add|Takes 3 args. Method in class java.awt.Container Adds the specified component to this container with the specified constraints at the specified index. |
|`addContainerListener()`|addContainerListener|Takes 0 args. Method in class java.awt.Container Adds the specified container listener to receive container events from this container. |
|`addImpl(${1:Component}, ${2:Object}, ${3:int})`|addImpl|Takes 3 args. Method in class java.awt.Container Adds the specified component to this container at the specified index. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Container Makes this Container displayable by connecting it to a native screen resource. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.awt.Container Adds a PropertyChangeListener to the listener list for a specific property. |
|`applyComponentOrientation()`|applyComponentOrientation|Takes 0 args. Method in class java.awt.Container Sets the ComponentOrientation property of this container and all components contained within it. |
|`areFocusTraversalKeysSet()`|areFocusTraversalKeysSet|Takes 0 args. Method in class java.awt.Container Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container. |
|`accept()`|accept|Takes 0 args. Method in class java.awt.ContainerOrderFocusTraversalPolicy Determines whether a Component is an acceptable choice as the new focus owner. |
|`accept()`|accept|Takes 0 args. Method in class java.awt.DefaultFocusTraversalPolicy Determines whether a Component is an acceptable choice as the new focus owner. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Dialog Makes this Dialog displayable by connecting it to a native screen resource. |
|`ACTION_EVENT`|ACTION_EVENT|Takes 0 args. Static variable in class java.awt.Event This event indicates that the user wants some action to occur. |
|`ALT_MASK`|ALT_MASK|Takes 0 args. Static variable in class java.awt.Event This flag indicates that the Alt key was down when the event occurred. |
|`arg`|arg|Takes 0 args. Variable in class java.awt.Event An arbitrary argument of the event. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.FileDialog Creates the file dialog's peer. |
|`addLayoutComponent(${1:String}, ${2:Component})`|addLayoutComponent|Takes 2 args. Method in class java.awt.FlowLayout Adds the specified component to the layout. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Frame Makes this Frame displayable by connecting it to a native screen resource. |
|`addRenderingHints()`|addRenderingHints|Takes 0 args. Method in class java.awt.Graphics2D Sets the values of an arbitrary number of preferences for the rendering algorithms. |
|`ABOVE_BASELINE`|ABOVE_BASELINE|Takes 0 args. Static variable in class java.awt.GridBagConstraints Possible value for the anchor field. |
|`ABOVE_BASELINE_LEADING`|ABOVE_BASELINE_LEADING|Takes 0 args. Static variable in class java.awt.GridBagConstraints Possible value for the anchor field. |
|`ABOVE_BASELINE_TRAILING`|ABOVE_BASELINE_TRAILING|Takes 0 args. Static variable in class java.awt.GridBagConstraints Possible value for the anchor field. |
|`anchor`|anchor|Takes 0 args. Variable in class java.awt.GridBagConstraints This field is used when the component is smaller than its display area. |
|`AdjustForGravity(${1:GridBagConstraints}, ${2:Rectangle})`|AdjustForGravity|Takes 2 args. Method in class java.awt.GridBagLayout This method is obsolete and supplied for backwards compatability only; new code should call adjustForGravity instead. |
|`ArrangeGrid()`|ArrangeGrid|Takes 0 args. Method in class java.awt.GridBagLayout This method is obsolete and supplied for backwards compatability only; new code should call arrangeGrid instead. |
|`addLayoutComponent(${1:String}, ${2:Component})`|addLayoutComponent|Takes 2 args. Method in class java.awt.GridBagLayout Has no effect, since this layout manager does not use a per-component string. |
|`adjustForGravity(${1:GridBagConstraints}, ${2:Rectangle})`|adjustForGravity|Takes 2 args. Method in class java.awt.GridBagLayout Adjusts the x, y, width, and height fields to the correct values depending on the constraint geometry and pads. |
|`arrangeGrid()`|arrangeGrid|Takes 0 args. Method in class java.awt.GridBagLayout Lays out the grid. |
|`addLayoutComponent(${1:String}, ${2:Component})`|addLayoutComponent|Takes 2 args. Method in class java.awt.GridLayout Adds the specified component with the specified name to the layout. |
|`accelerationPriority`|accelerationPriority|Takes 0 args. Variable in class java.awt.Image Priority for accelerating this image. |
|`addItemListener()`|addItemListener|Takes 0 args. Method in interface java.awt.ItemSelectable Adds a listener to receive item events when the state of an item is changed by the user. |
|`ALL`|ALL|Takes 0 args. Static variable in class java.awt.JobAttributes.DefaultSelectionType The DefaultSelectionType instance to use for specifying that all pages of the job should be printed. |
|`addKeyEventDispatcher()`|addKeyEventDispatcher|Takes 0 args. Method in class java.awt.KeyboardFocusManager Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher chain. |
|`addKeyEventPostProcessor()`|addKeyEventPostProcessor|Takes 0 args. Method in class java.awt.KeyboardFocusManager Adds a KeyEventPostProcessor to this KeyboardFocusManager's post- processor chain. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.awt.KeyboardFocusManager Adds a PropertyChangeListener to the listener list for a specific property. |
|`addVetoableChangeListener(${1:String}, ${2:VetoableChangeListener})`|addVetoableChangeListener|Takes 2 args. Method in class java.awt.KeyboardFocusManager Adds a VetoableChangeListener to the listener list for a specific property. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Label Creates the peer for this label. |
|`addLayoutComponent(${1:String}, ${2:Component})`|addLayoutComponent|Takes 2 args. Method in interface java.awt.LayoutManager If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name. |
|`addLayoutComponent(${1:Component}, ${2:Object})`|addLayoutComponent|Takes 2 args. Method in interface java.awt.LayoutManager2 Adds the specified component to the layout, using the specified constraint object. |
|`addFocusListener()`|addFocusListener|Takes 0 args. Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild Adds the specified focus listener to receive focus events from this component. |
|`actionPerformed()`|actionPerformed|Takes 0 args. Method in class java.awt.List.AccessibleAWTList |
|`addAccessibleSelection()`|addAccessibleSelection|Takes 0 args. Method in class java.awt.List.AccessibleAWTList Adds the specified selected item in the object to the object's selection. |
|`add(${1:String}, ${2:int})`|add|Takes 2 args. Method in class java.awt.List Adds the specified item to the the scrolling list at the position indicated by the index. |
|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.List Adds the specified action listener to receive action events from this list. |
|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.List Adds the specified item listener to receive item events from this list. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.List Creates the peer for the list. |
|`ABORTED`|ABORTED|Takes 0 args. Static variable in class java.awt.MediaTracker Flag indicating that the downloading of media was aborted. |
|`addImage(${1:Image}, ${2:int}, ${3:int}, ${4:int})`|addImage|Takes 4 args. Method in class java.awt.MediaTracker Adds a scaled image to the list of images being tracked by this media tracker. |
|`add()`|add|Takes 0 args. Method in class java.awt.Menu Adds an item with the specified label to this menu. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Menu Creates the menu's peer. |
|`addSeparator()`|addSeparator|Takes 0 args. Method in class java.awt.Menu Adds a separator line, or a hypen, to the menu at the current position. |
|`add()`|add|Takes 0 args. Method in class java.awt.MenuBar Adds the specified menu to the menu bar. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.MenuBar Creates the menu bar's peer. |
|`addAccessibleSelection()`|addAccessibleSelection|Takes 0 args. Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent Adds the specified Accessible child of the object to the object's selection. |
|`addFocusListener()`|addFocusListener|Takes 0 args. Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent Adds the specified focus listener to receive focus events from this component. |
|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.MenuItem Adds the specified action listener to receive action events from this menu item. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.MenuItem Creates the menu item's peer. |
|`A0`|A0|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A0. |
|`A1`|A1|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A1. |
|`A10`|A10|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A10. |
|`A2`|A2|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A2. |
|`A3`|A3|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A3. |
|`A4`|A4|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A4. |
|`A5`|A5|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A5. |
|`A6`|A6|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A6. |
|`A7`|A7|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A7. |
|`A8`|A8|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A8. |
|`A9`|A9|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType An alias for ISO_A9. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Panel Creates the Panel's peer. |
|`addPoint(${1:int}, ${2:int})`|addPoint|Takes 2 args. Method in class java.awt.Polygon Appends the specified coordinates to this Polygon. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.PopupMenu Creates the popup menu's peer. |
|`add()`|add|Takes 0 args. Method in class java.awt.Rectangle Adds a Rectangle to this Rectangle. |
|`add()`|add|Takes 0 args. Method in class java.awt.RenderingHints Adds all of the keys and corresponding values from the specified RenderingHints object to this RenderingHints object. |
|`addImpl(${1:Component}, ${2:Object}, ${3:int})`|addImpl|Takes 3 args. Method in class java.awt.ScrollPane Adds the specified component to this scroll pane container. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.ScrollPane Creates the scroll pane's peer. |
|`addAdjustmentListener()`|addAdjustmentListener|Takes 0 args. Method in class java.awt.ScrollPaneAdjustable Adds the specified adjustment listener to receive adjustment events from this ScrollPaneAdjustable. |
|`addAdjustmentListener()`|addAdjustmentListener|Takes 0 args. Method in class java.awt.Scrollbar Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Scrollbar Creates the Scrollbar's peer. |
|`ACTIVE_CAPTION`|ACTIVE_CAPTION|Takes 0 args. Static variable in class java.awt.SystemColor The array index for the SystemColor.activeCaption system color. |
|`ACTIVE_CAPTION_BORDER`|ACTIVE_CAPTION_BORDER|Takes 0 args. Static variable in class java.awt.SystemColor The array index for the SystemColor.activeCaptionBorder system color. |
|`ACTIVE_CAPTION_TEXT`|ACTIVE_CAPTION_TEXT|Takes 0 args. Static variable in class java.awt.SystemColor The array index for the SystemColor.activeCaptionText system color. |
|`activeCaption`|activeCaption|Takes 0 args. Static variable in class java.awt.SystemColor The color rendered for the window-title background of the currently active window. |
|`activeCaptionBorder`|activeCaptionBorder|Takes 0 args. Static variable in class java.awt.SystemColor The color rendered for the border around the currently active window. |
|`activeCaptionText`|activeCaptionText|Takes 0 args. Static variable in class java.awt.SystemColor The color rendered for the window-title text of the currently active window. |
|`add()`|add|Takes 0 args. Method in class java.awt.SystemTray Adds a TrayIcon to the SystemTray. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.awt.SystemTray Adds a PropertyChangeListener to the list of listeners for the specific property. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.TextArea Creates the TextArea's peer. |
|`append()`|append|Takes 0 args. Method in class java.awt.TextArea Appends the given text to the text area's current text. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.TextComponent Makes this Component displayable by connecting it to a native screen resource. |
|`addTextListener()`|addTextListener|Takes 0 args. Method in class java.awt.TextComponent Adds the specified text event listener to receive text events from this text component. |
|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.TextField Adds the specified action listener to receive action events from this text field. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.TextField Creates the TextField's peer. |
|`addAWTEventListener(${1:AWTEventListener}, ${2:long})`|addAWTEventListener|Takes 2 args. Method in class java.awt.Toolkit Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.awt.Toolkit Adds the specified property change listener for the named desktop property. |
|`areExtraMouseButtonsEnabled()`|areExtraMouseButtonsEnabled|Takes 0 args. Method in class java.awt.Toolkit Reports whether events from extra mouse buttons are allowed to be processed and posted into EventQueue. |
|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.TrayIcon Adds the specified action listener to receive ActionEvents from this TrayIcon. |
|`addMouseListener()`|addMouseListener|Takes 0 args. Method in class java.awt.TrayIcon Adds the specified mouse listener to receive mouse events from this TrayIcon. |
|`addMouseMotionListener()`|addMouseMotionListener|Takes 0 args. Method in class java.awt.TrayIcon Adds the specified mouse listener to receive mouse-motion events from this TrayIcon. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Window Makes this Window displayable by creating the connection to its native screen resource. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.awt.Window Adds a PropertyChangeListener to the listener list for a specific property. |
|`addWindowFocusListener()`|addWindowFocusListener|Takes 0 args. Method in class java.awt.Window Adds the specified window focus listener to receive window events from this window. |
|`addWindowListener()`|addWindowListener|Takes 0 args. Method in class java.awt.Window Adds the specified window listener to receive window events from this window. |
|`addWindowStateListener()`|addWindowStateListener|Takes 0 args. Method in class java.awt.Window Adds the specified window state listener to receive window events from this window. |
|`addFlavorListener()`|addFlavorListener|Takes 0 args. Method in class java.awt.datatransfer.Clipboard Registers the specified FlavorListener to receive FlavorEvents from this clipboard. |
|`addFlavorForUnencodedNative(${1:String}, ${2:DataFlavor})`|addFlavorForUnencodedNative|Takes 2 args. Method in class java.awt.datatransfer.SystemFlavorMap Adds a mapping from a single String native to a single DataFlavor. |
|`addUnencodedNativeForFlavor(${1:DataFlavor}, ${2:String})`|addUnencodedNativeForFlavor|Takes 2 args. Method in class java.awt.datatransfer.SystemFlavorMap Adds a mapping from the specified DataFlavor (and all DataFlavors equal to the specified DataFlavor) to the specified String native. |
|`autoscroll()`|autoscroll|Takes 0 args. Method in interface java.awt.dnd.Autoscroll notify the Component to autoscroll |
|`ACTION_COPY`|ACTION_COPY|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants An int representing a "copy" action. |
|`ACTION_COPY_OR_MOVE`|ACTION_COPY_OR_MOVE|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants An int representing a "copy" or "move" action. |
|`ACTION_LINK`|ACTION_LINK|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants An int representing a "link" action. |
|`ACTION_MOVE`|ACTION_MOVE|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants An int representing a "move" action. |
|`ACTION_NONE`|ACTION_NONE|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants An int representing no action. |
|`ACTION_REFERENCE`|ACTION_REFERENCE|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants An int representing a "reference" action (synonym for ACTION_LINK). |
|`addDragGestureListener()`|addDragGestureListener|Takes 0 args. Method in class java.awt.dnd.DragGestureRecognizer Register a new DragGestureListener. |
|`appendEvent()`|appendEvent|Takes 0 args. Method in class java.awt.dnd.DragGestureRecognizer Listeners registered on the Component by this Recognizer shall record all Events that are recognized as part of the series of Events that go to comprise a Drag and Drop initiating gesture via this API. |
|`addDragSourceListener()`|addDragSourceListener|Takes 0 args. Method in class java.awt.dnd.DragSource Adds the specified DragSourceListener to this DragSource to receive drag source events during drag operations intiated with this DragSource. |
|`addDragSourceMotionListener()`|addDragSourceMotionListener|Takes 0 args. Method in class java.awt.dnd.DragSource Adds the specified DragSourceMotionListener to this DragSource to receive drag motion events during drag operations intiated with this DragSource. |
|`addDragSourceListener()`|addDragSourceListener|Takes 0 args. Method in class java.awt.dnd.DragSourceContext Add a DragSourceListener to this DragSourceContext if one has not already been added. |
|`actionPerformed()`|actionPerformed|Takes 0 args. Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller cause autoscroll to occur |
|`addDropTargetListener()`|addDropTargetListener|Takes 0 args. Method in class java.awt.dnd.DropTarget Adds a new DropTargetListener (UNICAST SOURCE). |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.dnd.DropTarget Notify the DropTarget that it has been associated with a Component This method is usually called from java.awt.Component.addNotify() of the Component associated with this DropTarget to notify the DropTarget that a ComponentPeer has been associated with that Component. |
|`acceptDrag()`|acceptDrag|Takes 0 args. Method in class java.awt.dnd.DropTargetContext accept the Drag. |
|`acceptDrop()`|acceptDrop|Takes 0 args. Method in class java.awt.dnd.DropTargetContext called to signal that the drop is acceptable using the specified operation. |
|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.dnd.DropTargetContext Called when associated with the DropTargetContextPeer. |
|`acceptDrag()`|acceptDrag|Takes 0 args. Method in class java.awt.dnd.DropTargetDragEvent Accepts the drag. |
|`acceptDrop()`|acceptDrop|Takes 0 args. Method in class java.awt.dnd.DropTargetDropEvent accept the drop, using the specified action. |
|`ACTION_FIRST`|ACTION_FIRST|Takes 0 args. Static variable in class java.awt.event.ActionEvent The first number in the range of ids used for action events. |
|`ACTION_LAST`|ACTION_LAST|Takes 0 args. Static variable in class java.awt.event.ActionEvent The last number in the range of ids used for action events. |
|`ACTION_PERFORMED`|ACTION_PERFORMED|Takes 0 args. Static variable in class java.awt.event.ActionEvent This event id indicates that a meaningful action occured. |
|`ALT_MASK`|ALT_MASK|Takes 0 args. Static variable in class java.awt.event.ActionEvent The alt modifier. |
|`actionPerformed()`|actionPerformed|Takes 0 args. Method in interface java.awt.event.ActionListener Invoked when an action occurs. |
|`ADJUSTMENT_FIRST`|ADJUSTMENT_FIRST|Takes 0 args. Static variable in class java.awt.event.AdjustmentEvent Marks the first integer id for the range of adjustment event ids. |
|`ADJUSTMENT_LAST`|ADJUSTMENT_LAST|Takes 0 args. Static variable in class java.awt.event.AdjustmentEvent Marks the last integer id for the range of adjustment event ids. |
|`ADJUSTMENT_VALUE_CHANGED`|ADJUSTMENT_VALUE_CHANGED|Takes 0 args. Static variable in class java.awt.event.AdjustmentEvent The adjustment value changed event. |
|`adjustmentValueChanged()`|adjustmentValueChanged|Takes 0 args. Method in interface java.awt.event.AdjustmentListener Invoked when the value of the adjustable has changed. |
|`ancestorMoved()`|ancestorMoved|Takes 0 args. Method in class java.awt.event.HierarchyBoundsAdapter Called when an ancestor of the source is moved. |
|`ancestorResized()`|ancestorResized|Takes 0 args. Method in class java.awt.event.HierarchyBoundsAdapter Called when an ancestor of the source is resized. |
|`ancestorMoved()`|ancestorMoved|Takes 0 args. Method in interface java.awt.event.HierarchyBoundsListener Called when an ancestor of the source is moved. |
|`ancestorResized()`|ancestorResized|Takes 0 args. Method in interface java.awt.event.HierarchyBoundsListener Called when an ancestor of the source is resized. |
|`ANCESTOR_MOVED`|ANCESTOR_MOVED|Takes 0 args. Static variable in class java.awt.event.HierarchyEvent The event id indicating an ancestor-Container was moved. |
|`ANCESTOR_RESIZED`|ANCESTOR_RESIZED|Takes 0 args. Static variable in class java.awt.event.HierarchyEvent The event id indicating an ancestor-Container was resized. |
|`ALT_DOWN_MASK`|ALT_DOWN_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent The Alt key extended modifier constant. |
|`ALT_GRAPH_DOWN_MASK`|ALT_GRAPH_DOWN_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent The AltGraph key extended modifier constant. |
|`ALT_GRAPH_MASK`|ALT_GRAPH_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent The AltGraph key modifier constant. |
|`ALT_MASK`|ALT_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent The Alt key modifier constant. |
|`ALL_RANGES`|ALL_RANGES|Takes 0 args. Static variable in class java.awt.font.NumericShaper Identifies all ranges, for full contextual shaping. |
|`ARABIC`|ARABIC|Takes 0 args. Static variable in class java.awt.font.NumericShaper Identifies the ARABIC range and decimal base. |
|`afterOffset()`|afterOffset|Takes 0 args. Static method in class java.awt.font.TextHitInfo Creates a TextHitInfo at the specified offset, associated with the character after the offset. |
|`add()`|add|Takes 0 args. Method in class java.awt.geom.Area Adds the shape of the specified Area to the shape of this Area. |
|`append(${1:PathIterator}, ${2:boolean})`|append|Takes 2 args. Method in class java.awt.geom.Path2D.Double Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment. |
|`append(${1:PathIterator}, ${2:boolean})`|append|Takes 2 args. Method in class java.awt.geom.Path2D.Float Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment. |
|`append(${1:PathIterator}, ${2:boolean})`|append|Takes 2 args. Method in class java.awt.geom.Path2D Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment. |
|`add()`|add|Takes 0 args. Method in class java.awt.geom.Rectangle2D Adds a Rectangle2D object to this Rectangle2D. |
|`archeight`|archeight|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Double The height of the arc that rounds off the corners. |
|`arcwidth`|arcwidth|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Double The width of the arc that rounds off the corners. |
|`archeight`|archeight|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Float The height of the arc that rounds off the corners. |
|`arcwidth`|arcwidth|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Float The width of the arc that rounds off the corners. |
|`activate()`|activate|Takes 0 args. Method in interface java.awt.im.spi.InputMethod Activates the input method for immediate input processing. |
|`addTileObserver()`|addTileObserver|Takes 0 args. Method in class java.awt.image.BufferedImage Adds a tile observer. |
|`addConsumer()`|addConsumer|Takes 0 args. Method in class java.awt.image.FilteredImageSource Adds the specified ImageConsumer to the list of consumers interested in data for the filtered image. |
|`ABORT`|ABORT|Takes 0 args. Static variable in interface java.awt.image.ImageObserver This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously was aborted before production was complete. |
|`ALLBITS`|ALLBITS|Takes 0 args. Static variable in interface java.awt.image.ImageObserver This flag in the infoflags argument to imageUpdate indicates that a static image which was previously drawn is now complete and can be drawn again in its final form. |
|`addConsumer()`|addConsumer|Takes 0 args. Method in interface java.awt.image.ImageProducer Registers an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image. |
|`addConsumer()`|addConsumer|Takes 0 args. Method in class java.awt.image.MemoryImageSource Adds an ImageConsumer to the list of consumers interested in data for this image. |
|`abortGrabbing()`|abortGrabbing|Takes 0 args. Method in class java.awt.image.PixelGrabber Request the PixelGrabber to abort the image fetch. |
|`addTileObserver()`|addTileObserver|Takes 0 args. Method in interface java.awt.image.WritableRenderedImage Adds an observer. |
|`add()`|add|Takes 0 args. Method in class java.awt.image.renderable.ParameterBlock Adds a Short to the list of parameters. |
|`addSource()`|addSource|Takes 0 args. Method in class java.awt.image.renderable.ParameterBlock Adds an image to end of the list of sources. |
|`addConsumer()`|addConsumer|Takes 0 args. Method in class java.awt.image.renderable.RenderableImageProducer Adds an ImageConsumer to the list of consumers interested in data for this image. |
|`append(${1:Printable}, ${2:PageFormat}, ${3:int})`|append|Takes 3 args. Method in class java.awt.print.Book Appends numPages pages to the end of this Book. |
|`activate()`|activate|Takes 0 args. Method in interface java.beans.AppletInitializer Activate, and/or mark Applet active. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.beans.Customizer Register a listener for the PropertyChange event. |
|`attributeNames()`|attributeNames|Takes 0 args. Method in class java.beans.FeatureDescriptor Gets an enumeration of the locale-independent names of this feature. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.beans.PropertyChangeSupport Add a PropertyChangeListener for a specific property. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.beans.PropertyEditor Adds a listener for the value change. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.beans.PropertyEditorSupport Adds a listener for the value change. |
|`addVetoableChangeListener(${1:String}, ${2:VetoableChangeListener})`|addVetoableChangeListener|Takes 2 args. Method in class java.beans.VetoableChangeSupport Add a VetoableChangeListener for a specific property. |
|`avoidingGui()`|avoidingGui|Takes 0 args. Method in interface java.beans.Visibility Determines whether this bean is avoiding using a GUI. |
|`addBeanContextMembershipListener()`|addBeanContextMembershipListener|Takes 0 args. Method in interface java.beans.beancontext.BeanContext Adds the specified BeanContextMembershipListener to receive BeanContextMembershipEvents from this BeanContext whenever it adds or removes a child Component(s). |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in interface java.beans.beancontext.BeanContextChild Adds a PropertyChangeListener to this BeanContextChild in order to receive a PropertyChangeEvent whenever the specified property has changed. |
|`addVetoableChangeListener(${1:String}, ${2:VetoableChangeListener})`|addVetoableChangeListener|Takes 2 args. Method in interface java.beans.beancontext.BeanContextChild Adds a VetoableChangeListener to this BeanContextChild to receive events whenever the specified property changes. |
|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.beans.beancontext.BeanContextChildSupport Add a PropertyChangeListener for a specific property. |
|`addVetoableChangeListener(${1:String}, ${2:VetoableChangeListener})`|addVetoableChangeListener|Takes 2 args. Method in class java.beans.beancontext.BeanContextChildSupport Add a VetoableChangeListener for a specific property. |
|`addBeanContextServicesListener()`|addBeanContextServicesListener|Takes 0 args. Method in interface java.beans.beancontext.BeanContextServices Adds a BeanContextServicesListener to this BeanContext |
|`addService(${1:Class}, ${2:BeanContextServiceProvider})`|addService|Takes 2 args. Method in interface java.beans.beancontext.BeanContextServices Adds a service to this BeanContext. |
|`addBeanContextServicesListener()`|addBeanContextServicesListener|Takes 0 args. Method in class java.beans.beancontext.BeanContextServicesSupport add a BeanContextServicesListener |
|`addService(${1:Class}, ${2:BeanContextServiceProvider}, ${3:boolean})`|addService|Takes 3 args. Method in class java.beans.beancontext.BeanContextServicesSupport add a service |
|`add()`|add|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport Adds/nests a child within this BeanContext. |
|`addAll()`|addAll|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport add Collection to set of Children (Unsupported) implementations must synchronized on the hierarchy lock and "children" protected field |
|`addBeanContextMembershipListener()`|addBeanContextMembershipListener|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport Adds a BeanContextMembershipListener |
|`avoidingGui()`|avoidingGui|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport Used to determine if the BeanContext child is avoiding using its GUI. |
|`available()`|available|Takes 0 args. Method in class java.io.BufferedInputStream Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream. |
|`available()`|available|Takes 0 args. Method in class java.io.ByteArrayInputStream Returns the number of remaining bytes that can be read (or skipped over) from this input stream. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in class java.io.CharArrayWriter Appends a subsequence of the specified character sequence to this writer. |
|`accept()`|accept|Takes 0 args. Method in interface java.io.FileFilter Tests whether or not the specified abstract pathname should be included in a pathname list. |
|`available()`|available|Takes 0 args. Method in class java.io.FileInputStream Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream. |
|`accept(${1:File}, ${2:String})`|accept|Takes 2 args. Method in interface java.io.FilenameFilter Tests if a specified file should be included in a file list. |
|`available()`|available|Takes 0 args. Method in class java.io.FilterInputStream Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream. |
|`available()`|available|Takes 0 args. Method in class java.io.InputStream Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream. |
|`available()`|available|Takes 0 args. Method in interface java.io.ObjectInput Returns the number of bytes that can be read without blocking. |
|`available()`|available|Takes 0 args. Method in class java.io.ObjectInputStream Returns the number of bytes that can be read without blocking. |
|`annotateClass()`|annotateClass|Takes 0 args. Method in class java.io.ObjectOutputStream Subclasses may implement this method to allow class data to be stored in the stream. |
|`annotateProxyClass()`|annotateProxyClass|Takes 0 args. Method in class java.io.ObjectOutputStream Subclasses may implement this method to store custom data in the stream along with descriptors for dynamic proxy classes. |
|`available()`|available|Takes 0 args. Method in class java.io.PipedInputStream Returns the number of bytes that can be read from this input stream without blocking. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in class java.io.PrintStream Appends a subsequence of the specified character sequence to this output stream. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in class java.io.PrintWriter Appends a subsequence of the specified character sequence to this writer. |
|`available()`|available|Takes 0 args. Method in class java.io.PushbackInputStream Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream. |
|`available()`|available|Takes 0 args. Method in class java.io.SequenceInputStream Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input stream without blocking by the next invocation of a method for the current underlying input stream. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in class java.io.StringWriter Appends a subsequence of the specified character sequence to this writer. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in class java.io.Writer Appends a subsequence of the specified character sequence to this writer. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in interface java.lang.Appendable Appends a subsequence of the specified character sequence to this Appendable. |
|`AEGEAN_NUMBERS`|AEGEAN_NUMBERS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Aegean Numbers" Unicode character block. |
|`ALCHEMICAL_SYMBOLS`|ALCHEMICAL_SYMBOLS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Alchemical Symbols" Unicode character block. |
|`ALPHABETIC_PRESENTATION_FORMS`|ALPHABETIC_PRESENTATION_FORMS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Alphabetic Presentation Forms" Unicode character block. |
|`ANCIENT_GREEK_MUSICAL_NOTATION`|ANCIENT_GREEK_MUSICAL_NOTATION|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Ancient Greek Musical Notation" Unicode character block. |
|`ANCIENT_GREEK_NUMBERS`|ANCIENT_GREEK_NUMBERS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Ancient Greek Numbers" Unicode character block. |
|`ANCIENT_SYMBOLS`|ANCIENT_SYMBOLS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Ancient Symbols" Unicode character block. |
|`ARABIC`|ARABIC|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Arabic" Unicode character block. |
|`ARABIC_PRESENTATION_FORMS_A`|ARABIC_PRESENTATION_FORMS_A|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Arabic Presentation Forms-A" Unicode character block. |
|`ARABIC_PRESENTATION_FORMS_B`|ARABIC_PRESENTATION_FORMS_B|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Arabic Presentation Forms-B" Unicode character block. |
|`ARABIC_SUPPLEMENT`|ARABIC_SUPPLEMENT|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Arabic Supplement" Unicode character block. |
|`ARMENIAN`|ARMENIAN|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Armenian" Unicode character block. |
|`ARROWS`|ARROWS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Arrows" Unicode character block. |
|`AVESTAN`|AVESTAN|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock Constant for the "Avestan" Unicode character block. |
|`asSubclass()`|asSubclass|Takes 0 args. Method in class java.lang.Class Casts this Class object to represent a subclass of the class represented by the specified class object. |
|`abs()`|abs|Takes 0 args. Static method in class java.lang.Math Returns the absolute value of a long value. |
|`acos()`|acos|Takes 0 args. Static method in class java.lang.Math Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi. |
|`asin()`|asin|Takes 0 args. Static method in class java.lang.Math Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2. |
|`atan()`|atan|Takes 0 args. Static method in class java.lang.Math Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2. |
|`atan2(${1:double}, ${2:double})`|atan2|Takes 2 args. Static method in class java.lang.Math Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). |
|`appendTo()`|appendTo|Takes 0 args. Static method in class java.lang.ProcessBuilder.Redirect Returns a redirect to append to the specified file. |
|`addShutdownHook()`|addShutdownHook|Takes 0 args. Method in class java.lang.Runtime Registers a new virtual-machine shutdown hook. |
|`availableProcessors()`|availableProcessors|Takes 0 args. Method in class java.lang.Runtime Returns the number of processors available to the Java virtual machine. |
|`abs()`|abs|Takes 0 args. Static method in class java.lang.StrictMath Returns the absolute value of a long value. |
|`acos()`|acos|Takes 0 args. Static method in class java.lang.StrictMath Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi. |
|`asin()`|asin|Takes 0 args. Static method in class java.lang.StrictMath Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2. |
|`atan()`|atan|Takes 0 args. Static method in class java.lang.StrictMath Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2. |
|`atan2(${1:double}, ${2:double})`|atan2|Takes 2 args. Static method in class java.lang.StrictMath Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta). |
|`append()`|append|Takes 0 args. Method in class java.lang.StringBuffer |
|`appendCodePoint()`|appendCodePoint|Takes 0 args. Method in class java.lang.StringBuffer |
|`append()`|append|Takes 0 args. Method in class java.lang.StringBuilder |
|`appendCodePoint()`|appendCodePoint|Takes 0 args. Method in class java.lang.StringBuilder |
|`arraycopy(${1:Object}, ${2:int}, ${3:Object}, ${4:int}, ${5:int})`|arraycopy|Takes 5 args. Static method in class java.lang.System Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array. |
|`activeCount()`|activeCount|Takes 0 args. Static method in class java.lang.Thread Returns an estimate of the number of active threads in the current thread's thread group and its subgroups. |
|`activeCount()`|activeCount|Takes 0 args. Method in class java.lang.ThreadGroup Returns an estimate of the number of active threads in this thread group and its subgroups. |
|`activeGroupCount()`|activeGroupCount|Takes 0 args. Method in class java.lang.ThreadGroup Returns an estimate of the number of active groups in this thread group and its subgroups. |
|`addSuppressed()`|addSuppressed|Takes 0 args. Method in class java.lang.Throwable Appends the specified exception to the exceptions that were suppressed in order to deliver this exception. |
|`annotationType()`|annotationType|Takes 0 args. Method in interface java.lang.annotation.Annotation Returns the annotation type of this annotation. |
|`annotationType()`|annotationType|Takes 0 args. Method in exception java.lang.annotation.IncompleteAnnotationException Returns the Class object for the annotation type with the missing element. |
|`addTransformer(${1:ClassFileTransformer}, ${2:boolean})`|addTransformer|Takes 2 args. Method in interface java.lang.instrument.Instrumentation Registers the supplied transformer. |
|`appendToBootstrapClassLoaderSearch()`|appendToBootstrapClassLoaderSearch|Takes 0 args. Method in interface java.lang.instrument.Instrumentation Specifies a JAR file with instrumentation classes to be defined by the bootstrap class loader. |
|`appendToSystemClassLoaderSearch()`|appendToSystemClassLoaderSearch|Takes 0 args. Method in interface java.lang.instrument.Instrumentation Specifies a JAR file with instrumentation classes to be defined by the system class loader. |
|`asCollector(${1:Class}, ${2:int})`|asCollector|Takes 2 args. Method in class java.lang.invoke.MethodHandle Makes an array-collecting method handle, which accepts a given number of trailing positional arguments and collects them into an array argument. |
|`asFixedArity()`|asFixedArity|Takes 0 args. Method in class java.lang.invoke.MethodHandle Makes a fixed arity method handle which is otherwise equivalent to the the current method handle. |
|`asSpreader(${1:Class}, ${2:int})`|asSpreader|Takes 2 args. Method in class java.lang.invoke.MethodHandle Makes an array-spreading method handle, which accepts a trailing array argument and spreads its elements as positional arguments. |
|`asType()`|asType|Takes 0 args. Method in class java.lang.invoke.MethodHandle Produces an adapter method handle which adapts the type of the current method handle to a new type. |
|`asVarargsCollector()`|asVarargsCollector|Takes 0 args. Method in class java.lang.invoke.MethodHandle Makes a variable arity adapter which is able to accept any number of trailing positional arguments and collect them into an array argument. |
|`asInterfaceInstance(${1:Class}, ${2:MethodHandle})`|asInterfaceInstance|Takes 2 args. Static method in class java.lang.invoke.MethodHandleProxies Produces an instance of the given single-method interface which redirects its calls to the given method handle. |
|`arrayElementGetter()`|arrayElementGetter|Takes 0 args. Static method in class java.lang.invoke.MethodHandles Produces a method handle giving read access to elements of an array. |
|`arrayElementSetter()`|arrayElementSetter|Takes 0 args. Static method in class java.lang.invoke.MethodHandles Produces a method handle giving write access to elements of an array. |
|`appendParameterTypes()`|appendParameterTypes|Takes 0 args. Method in class java.lang.invoke.MethodType Finds or creates a method type with additional parameter types. |
|`ABSTRACT`|ABSTRACT|Takes 0 args. Static variable in class java.lang.reflect.Modifier The int value representing the abstract modifier. |
|`abs()`|abs|Takes 0 args. Method in class java.math.BigDecimal Returns a BigDecimal whose value is the absolute value of this BigDecimal, with rounding according to the context settings. |
|`add(${1:BigDecimal}, ${2:MathContext})`|add|Takes 2 args. Method in class java.math.BigDecimal Returns a BigDecimal whose value is (this + augend), with rounding according to the context settings. |
|`abs()`|abs|Takes 0 args. Method in class java.math.BigInteger Returns a BigInteger whose value is the absolute value of this BigInteger. |
|`add()`|add|Takes 0 args. Method in class java.math.BigInteger Returns a BigInteger whose value is (this + val). |
|`and()`|and|Takes 0 args. Method in class java.math.BigInteger Returns a BigInteger whose value is (this & val). |
|`andNot()`|andNot|Takes 0 args. Method in class java.math.BigInteger Returns a BigInteger whose value is (this & ~val). |
|`abort()`|abort|Takes 0 args. Method in class java.net.CacheRequest Aborts the attempt to cache the response. |
|`ACCEPT_ALL`|ACCEPT_ALL|Takes 0 args. Static variable in interface java.net.CookiePolicy One pre-defined policy which accepts all cookies. |
|`ACCEPT_NONE`|ACCEPT_NONE|Takes 0 args. Static variable in interface java.net.CookiePolicy One pre-defined policy which accepts no cookies. |
|`ACCEPT_ORIGINAL_SERVER`|ACCEPT_ORIGINAL_SERVER|Takes 0 args. Static variable in interface java.net.CookiePolicy One pre-defined policy which only accepts cookies from original server. |
|`add(${1:URI}, ${2:HttpCookie})`|add|Takes 2 args. Method in interface java.net.CookieStore Adds one HTTP cookie to the store. |
|`ALLOW_UNASSIGNED`|ALLOW_UNASSIGNED|Takes 0 args. Static variable in class java.net.IDN Flag to allow processing of unassigned code points |
|`address()`|address|Takes 0 args. Method in class java.net.Proxy Returns the socket address of the proxy, or null if its a direct connection. |
|`accept()`|accept|Takes 0 args. Method in class java.net.ServerSocket Listens for a connection to be made to this socket and accepts it. |
|`accept()`|accept|Takes 0 args. Method in class java.net.SocketImpl Accepts a connection. |
|`address`|address|Takes 0 args. Variable in class java.net.SocketImpl The IP address of the remote end of this socket. |
|`available()`|available|Takes 0 args. Method in class java.net.SocketImpl Returns the number of bytes that can be read from this socket without blocking. |
|`addURL()`|addURL|Takes 0 args. Method in class java.net.URLClassLoader Appends the specified URL to the list of URLs to search for classes and resources. |
|`addRequestProperty(${1:String}, ${2:String})`|addRequestProperty|Takes 2 args. Method in class java.net.URLConnection Adds a general request property specified by a key-value pair. |
|`allowUserInteraction`|allowUserInteraction|Takes 0 args. Variable in class java.net.URLConnection If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog. |
|`array()`|array|Takes 0 args. Method in class java.nio.Buffer Returns the array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.Buffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.ByteBuffer Allocates a new byte buffer. |
|`allocateDirect()`|allocateDirect|Takes 0 args. Static method in class java.nio.ByteBuffer Allocates a new direct byte buffer. |
|`array()`|array|Takes 0 args. Method in class java.nio.ByteBuffer Returns the byte array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.ByteBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asCharBuffer()`|asCharBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a view of this byte buffer as a char buffer. |
|`asDoubleBuffer()`|asDoubleBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a view of this byte buffer as a double buffer. |
|`asFloatBuffer()`|asFloatBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a view of this byte buffer as a float buffer. |
|`asIntBuffer()`|asIntBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a view of this byte buffer as an int buffer. |
|`asLongBuffer()`|asLongBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a view of this byte buffer as a long buffer. |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a new, read-only byte buffer that shares this buffer's content. |
|`asShortBuffer()`|asShortBuffer|Takes 0 args. Method in class java.nio.ByteBuffer Creates a view of this byte buffer as a short buffer. |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.CharBuffer Allocates a new char buffer. |
|`append(${1:CharSequence}, ${2:int}, ${3:int})`|append|Takes 3 args. Method in class java.nio.CharBuffer Appends a subsequence of the specified character sequence to this buffer (optional operation). |
|`array()`|array|Takes 0 args. Method in class java.nio.CharBuffer Returns the char array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.CharBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.CharBuffer Creates a new, read-only char buffer that shares this buffer's content. |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.DoubleBuffer Allocates a new double buffer. |
|`array()`|array|Takes 0 args. Method in class java.nio.DoubleBuffer Returns the double array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.DoubleBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.DoubleBuffer Creates a new, read-only double buffer that shares this buffer's content. |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.FloatBuffer Allocates a new float buffer. |
|`array()`|array|Takes 0 args. Method in class java.nio.FloatBuffer Returns the float array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.FloatBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.FloatBuffer Creates a new, read-only float buffer that shares this buffer's content. |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.IntBuffer Allocates a new int buffer. |
|`array()`|array|Takes 0 args. Method in class java.nio.IntBuffer Returns the int array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.IntBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.IntBuffer Creates a new, read-only int buffer that shares this buffer's content. |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.LongBuffer Allocates a new long buffer. |
|`array()`|array|Takes 0 args. Method in class java.nio.LongBuffer Returns the long array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.LongBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.LongBuffer Creates a new, read-only long buffer that shares this buffer's content. |
|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.ShortBuffer Allocates a new short buffer. |
|`array()`|array|Takes 0 args. Method in class java.nio.ShortBuffer Returns the short array that backs this buffer (optional operation). |
|`arrayOffset()`|arrayOffset|Takes 0 args. Method in class java.nio.ShortBuffer Returns the offset within this buffer's backing array of the first element of the buffer (optional operation). |
|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.ShortBuffer Creates a new, read-only short buffer that shares this buffer's content. |
|`awaitTermination(${1:long}, ${2:TimeUnit})`|awaitTermination|Takes 2 args. Method in class java.nio.channels.AsynchronousChannelGroup Awaits termination of the group. |
|`accept(${1:A}, ${2:CompletionHandler})`|accept|Takes 2 args. Method in class java.nio.channels.AsynchronousServerSocketChannel Accepts a connection. |
|`acquiredBy()`|acquiredBy|Takes 0 args. Method in class java.nio.channels.FileLock Returns the channel upon whose file this lock was acquired. |
|`attach()`|attach|Takes 0 args. Method in class java.nio.channels.SelectionKey Attaches the given object to this key. |
|`attachment()`|attachment|Takes 0 args. Method in class java.nio.channels.SelectionKey Retrieves the current attachment. |
|`accept()`|accept|Takes 0 args. Method in class java.nio.channels.ServerSocketChannel Accepts a connection made to this channel's socket. |
|`aliases()`|aliases|Takes 0 args. Method in class java.nio.charset.Charset Returns a set containing this charset's aliases. |
|`availableCharsets()`|availableCharsets|Takes 0 args. Static method in class java.nio.charset.Charset Constructs a sorted map from canonical charset names to charset objects. |
|`averageCharsPerByte()`|averageCharsPerByte|Takes 0 args. Method in class java.nio.charset.CharsetDecoder Returns the average number of characters that will be produced for each byte of input. |
|`averageBytesPerChar()`|averageBytesPerChar|Takes 0 args. Method in class java.nio.charset.CharsetEncoder Returns the average number of bytes that will be produced for each character of input. |
|`accept()`|accept|Takes 0 args. Method in interface java.nio.file.DirectoryStream.Filter Decides if the given directory entry should be accepted or filtered. |
|`ADD_FILE`|ADD_FILE|Takes 0 args. Static variable in enum java.nio.file.attribute.AclEntryPermission Permission to add a new file to a directory (equal to AclEntryPermission.WRITE_DATA) |
|`ADD_SUBDIRECTORY`|ADD_SUBDIRECTORY|Takes 0 args. Static variable in enum java.nio.file.attribute.AclEntryPermission Permission to create a subdirectory to a directory (equal to AclEntryPermission.APPEND_DATA) |
|`asFileAttribute()`|asFileAttribute|Takes 0 args. Static method in class java.nio.file.attribute.PosixFilePermissions Creates a FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the createFile or createDirectory methods. |
|`activeObject(${1:ActivationID}, ${2:Remote})`|activeObject|Takes 2 args. Method in class java.rmi.activation.ActivationGroup The group's activeObject method is called when an object is exported (either by Activatable object construction or an explicit call to Activatable.exportObject. |
|`activate()`|activate|Takes 0 args. Method in class java.rmi.activation.ActivationID Activate the object for this id. |
|`activeObject(${1:ActivationID}, ${2:MarshalledObject})`|activeObject|Takes 2 args. Method in interface java.rmi.activation.ActivationMonitor Informs that an object is now active. |
|`activeGroup(${1:ActivationGroupID}, ${2:ActivationInstantiator}, ${3:long})`|activeGroup|Takes 3 args. Method in interface java.rmi.activation.ActivationSystem Callback to inform activation system that group is now active. |
|`activate(${1:ActivationID}, ${2:boolean})`|activate|Takes 2 args. Method in interface java.rmi.activation.Activator Activate the object associated with the activation identifier, id. |
|`ACTIVATOR_ID`|ACTIVATOR_ID|Takes 0 args. Static variable in class java.rmi.server.ObjID Object number for well-known ObjID of the activator. |
|`aliases()`|aliases|Takes 0 args. Method in class java.security.KeyStore Lists all the alias names of this keystore. |
|`add()`|add|Takes 0 args. Method in class java.security.PermissionCollection Adds a permission object to the current collection of permission objects. |
|`add()`|add|Takes 0 args. Method in class java.security.Permissions Adds a permission object to the PermissionCollection for the class the permission belongs to. |
|`addProvider()`|addProvider|Takes 0 args. Static method in class java.security.Security Adds a provider to the next position available. |
|`appRandom`|appRandom|Takes 0 args. Variable in class java.security.SignatureSpi Application-specified source of randomness. |
|`addEntry(${1:Principal}, ${2:AclEntry})`|addEntry|Takes 2 args. Method in interface java.security.acl.Acl Adds an ACL entry to this ACL. |
|`addPermission()`|addPermission|Takes 0 args. Method in interface java.security.acl.AclEntry Adds the specified permission to this ACL entry. |
|`addMember()`|addMember|Takes 0 args. Method in interface java.security.acl.Group Adds the specified member to the group. |
|`addOwner(${1:Principal}, ${2:Principal})`|addOwner|Takes 2 args. Method in interface java.security.acl.Owner Adds an owner. |
|`addCertPathChecker()`|addCertPathChecker|Takes 0 args. Method in class java.security.cert.PKIXParameters Adds a PKIXCertPathChecker to the list of certification path checkers. |
|`addCertStore()`|addCertStore|Takes 0 args. Method in class java.security.cert.PKIXParameters Adds a CertStore to the end of the list of CertStores used in finding certificates and CRLs. |
|`addIssuer()`|addIssuer|Takes 0 args. Method in class java.security.cert.X509CRLSelector Adds a name to the issuerNames criterion. |
|`addIssuerName()`|addIssuerName|Takes 0 args. Method in class java.security.cert.X509CRLSelector Denigrated, use X509CRLSelector.addIssuer(X500Principal) or X509CRLSelector.addIssuerName(byte[]) instead. |
|`addPathToName(${1:int}, ${2:String})`|addPathToName|Takes 2 args. Method in class java.security.cert.X509CertSelector Adds a name to the pathToNames criterion. |
|`addSubjectAlternativeName(${1:int}, ${2:String})`|addSubjectAlternativeName|Takes 2 args. Method in class java.security.cert.X509CertSelector Adds a name to the subjectAlternativeNames criterion. |
|`abort()`|abort|Takes 0 args. Method in interface java.sql.Connection Terminates an open connection. |
|`allProceduresAreCallable()`|allProceduresAreCallable|Takes 0 args. Method in interface java.sql.DatabaseMetaData Retrieves whether the current user can call all the procedures returned by the method getProcedures. |
|`allTablesAreSelectable()`|allTablesAreSelectable|Takes 0 args. Method in interface java.sql.DatabaseMetaData Retrieves whether the current user can use all the tables returned by the method getTables in a SELECT statement. |
|`attributeNoNulls`|attributeNoNulls|Takes 0 args. Static variable in interface java.sql.DatabaseMetaData Indicates that NULL values might not be allowed. |
|`attributeNullable`|attributeNullable|Takes 0 args. Static variable in interface java.sql.DatabaseMetaData Indicates that NULL values are definitely allowed. |
|`attributeNullableUnknown`|attributeNullableUnknown|Takes 0 args. Static variable in interface java.sql.DatabaseMetaData Indicates that whether NULL values are allowed is not known. |
|`autoCommitFailureClosesAllResultSets()`|autoCommitFailureClosesAllResultSets|Takes 0 args. Method in interface java.sql.DatabaseMetaData Retrieves whether a SQLException while autoCommit is true inidcates that all open ResultSets are closed, even ones that are holdable. |
|`acceptsURL()`|acceptsURL|Takes 0 args. Method in interface java.sql.Driver Retrieves whether the driver thinks that it can open a connection to the given URL. |
|`addBatch()`|addBatch|Takes 0 args. Method in interface java.sql.PreparedStatement Adds a set of parameters to this PreparedStatement object's batch of commands. |
|`absolute()`|absolute|Takes 0 args. Method in interface java.sql.ResultSet Moves the cursor to the given row number in this ResultSet object. |
|`afterLast()`|afterLast|Takes 0 args. Method in interface java.sql.ResultSet Moves the cursor to the end of this ResultSet object, just after the last row. |
|`addBatch()`|addBatch|Takes 0 args. Method in interface java.sql.Statement Adds the given SQL command to the current list of commmands for this Statement object. |
|`after()`|after|Takes 0 args. Method in class java.sql.Timestamp Indicates whether this Timestamp object is later than the given Timestamp object. |
|`ARRAY`|ARRAY|Takes 0 args. Static variable in class java.sql.Types The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY. |
|`addAttribute(${1:AttributedCharacterIterator.Attribute}, ${2:Object}, ${3:int}, ${4:int})`|addAttribute|Takes 4 args. Method in class java.text.AttributedString Adds an attribute to a subrange of the string. |
|`addAttributes(${1:Map}, ${2:int}, ${3:int})`|addAttributes|Takes 3 args. Method in class java.text.AttributedString Adds a set of attributes to a subrange of the string. |
|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.ChoiceFormat Sets the pattern. |
|`AM_PM`|AM_PM|Takes 0 args. Static variable in class java.text.DateFormat.Field Constant identifying the time of day indicator (e.g. |
|`AM_PM_FIELD`|AM_PM_FIELD|Takes 0 args. Static variable in class java.text.DateFormat Useful constant for AM_PM field alignment. |
|`applyLocalizedPattern()`|applyLocalizedPattern|Takes 0 args. Method in class java.text.DecimalFormat Apply the given pattern to this Format object. |
|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.DecimalFormat Apply the given pattern to this Format object. |
|`ARGUMENT`|ARGUMENT|Takes 0 args. Static variable in class java.text.MessageFormat.Field Constant identifying a portion of a message that was generated from an argument passed into formatToCharacterIterator. |
|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.MessageFormat Sets the pattern used by this message format. |
|`applyLocalizedPattern()`|applyLocalizedPattern|Takes 0 args. Method in class java.text.SimpleDateFormat Applies the given localized pattern string to this date format. |
|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.SimpleDateFormat Applies the given pattern string to this date format. |
|`add()`|add|Takes 0 args. Method in class java.util.AbstractCollection Ensures that this collection contains the specified element (optional operation). |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.AbstractCollection Adds all of the elements in the specified collection to this collection (optional operation). |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in class java.util.AbstractList Inserts the specified element at the specified position in this list (optional operation). |
|`addAll(${1:int}, ${2:Collection})`|addAll|Takes 2 args. Method in class java.util.AbstractList Inserts all of the elements in the specified collection into this list at the specified position (optional operation). |
|`add()`|add|Takes 0 args. Method in class java.util.AbstractQueue Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.AbstractQueue Adds all of the elements in the specified collection to this queue. |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in class java.util.AbstractSequentialList Inserts the specified element at the specified position in this list (optional operation). |
|`addAll(${1:int}, ${2:Collection})`|addAll|Takes 2 args. Method in class java.util.AbstractSequentialList Inserts all of the elements in the specified collection into this list at the specified position (optional operation). |
|`add()`|add|Takes 0 args. Method in class java.util.ArrayDeque Inserts the specified element at the end of this deque. |
|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.ArrayDeque Inserts the specified element at the front of this deque. |
|`addLast()`|addLast|Takes 0 args. Method in class java.util.ArrayDeque Inserts the specified element at the end of this deque. |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in class java.util.ArrayList Inserts the specified element at the specified position in this list. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.ArrayList Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator. |
|`asList()`|asList|Takes 0 args. Static method in class java.util.Arrays Returns a fixed-size list backed by the specified array. |
|`and()`|and|Takes 0 args. Method in class java.util.BitSet Performs a logical AND of this target bit set with the argument bit set. |
|`andNot()`|andNot|Takes 0 args. Method in class java.util.BitSet Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet. |
|`ALL_STYLES`|ALL_STYLES|Takes 0 args. Static variable in class java.util.Calendar A style specifier for getDisplayNames indicating names in all styles, such as "January" and "Jan". |
|`AM`|AM|Takes 0 args. Static variable in class java.util.Calendar Value of the Calendar.AM_PM field indicating the period of the day from midnight to just before noon. |
|`AM_PM`|AM_PM|Takes 0 args. Static variable in class java.util.Calendar Field number for get and set indicating whether the HOUR is before or after noon. |
|`APRIL`|APRIL|Takes 0 args. Static variable in class java.util.Calendar Value of the Calendar.MONTH field indicating the fourth month of the year in the Gregorian and Julian calendars. |
|`AUGUST`|AUGUST|Takes 0 args. Static variable in class java.util.Calendar Value of the Calendar.MONTH field indicating the eighth month of the year in the Gregorian and Julian calendars. |
|`add(${1:int}, ${2:int})`|add|Takes 2 args. Method in class java.util.Calendar Adds or subtracts the specified amount of time to the given calendar field, based on the calendar's rules. |
|`after()`|after|Takes 0 args. Method in class java.util.Calendar Returns whether this Calendar represents a time after the time represented by the specified Object. |
|`areFieldsSet`|areFieldsSet|Takes 0 args. Variable in class java.util.Calendar True if fields[] are in sync with the currently set time. |
|`add()`|add|Takes 0 args. Method in interface java.util.Collection Ensures that this collection contains the specified element (optional operation). |
|`addAll()`|addAll|Takes 0 args. Method in interface java.util.Collection Adds all of the elements in the specified collection to this collection (optional operation). |
|`addAll(${1:Collection}, ${2:T...})`|addAll|Takes 2 args. Static method in class java.util.Collections Adds all of the specified elements to the specified collection. |
|`asLifoQueue()`|asLifoQueue|Takes 0 args. Static method in class java.util.Collections Returns a view of a Deque as a Last-in-first-out (Lifo) Queue. |
|`after()`|after|Takes 0 args. Method in class java.util.Date Tests if this date is after the specified date. |
|`add()`|add|Takes 0 args. Method in interface java.util.Deque Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available. |
|`addFirst()`|addFirst|Takes 0 args. Method in interface java.util.Deque Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions. |
|`addLast()`|addLast|Takes 0 args. Method in interface java.util.Deque Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions. |
|`allOf()`|allOf|Takes 0 args. Static method in class java.util.EnumSet Creates an enum set containing all of the elements in the specified element type. |
|`ALTERNATE`|ALTERNATE|Takes 0 args. Static variable in class java.util.FormattableFlags Requires the output to use an alternate form. |
|`AD`|AD|Takes 0 args. Static variable in class java.util.GregorianCalendar Value of the ERA field indicating the common era (Anno Domini), also known as CE. |
|`add(${1:int}, ${2:int})`|add|Takes 2 args. Method in class java.util.GregorianCalendar Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules. |
|`add()`|add|Takes 0 args. Method in class java.util.HashSet Adds the specified element to this set if it is not already present. |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in class java.util.LinkedList Inserts the specified element at the specified position in this list. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.LinkedList Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator. |
|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.LinkedList Inserts the specified element at the beginning of this list. |
|`addLast()`|addLast|Takes 0 args. Method in class java.util.LinkedList Appends the specified element to the end of this list. |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in interface java.util.List Inserts the specified element at the specified position in this list (optional operation). |
|`addAll()`|addAll|Takes 0 args. Method in interface java.util.List Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation). |
|`add()`|add|Takes 0 args. Method in interface java.util.ListIterator Inserts the specified element into the list (optional operation). |
|`addUnicodeLocaleAttribute()`|addUnicodeLocaleAttribute|Takes 0 args. Method in class java.util.Locale.Builder Adds a unicode locale attribute, if not already present, otherwise has no effect. |
|`addObserver()`|addObserver|Takes 0 args. Method in class java.util.Observable Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. |
|`add()`|add|Takes 0 args. Method in class java.util.PriorityQueue Inserts the specified element into this priority queue. |
|`add()`|add|Takes 0 args. Method in interface java.util.Queue Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available. |
|`add()`|add|Takes 0 args. Method in interface java.util.Set Adds the specified element to this set if it is not already present (optional operation). |
|`addAll()`|addAll|Takes 0 args. Method in interface java.util.Set Adds all of the elements in the specified collection to this set if they're not already present (optional operation). |
|`add()`|add|Takes 0 args. Method in class java.util.TreeSet Adds the specified element to this set if it is not already present. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.TreeSet Adds all of the elements in the specified collection to this set. |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in class java.util.Vector Inserts the specified element at the specified position in this Vector. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.Vector Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator. |
|`addElement()`|addElement|Takes 0 args. Method in class java.util.Vector Adds the specified component to the end of this vector, increasing its size by one. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.ArrayBlockingQueue Inserts the specified element at the tail of this queue if it is possible to do so immediately without exceeding the queue's capacity, returning true upon success and throwing an IllegalStateException if this queue is full. |
|`add()`|add|Takes 0 args. Method in interface java.util.concurrent.BlockingDeque Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available. |
|`addFirst()`|addFirst|Takes 0 args. Method in interface java.util.concurrent.BlockingDeque Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available. |
|`addLast()`|addLast|Takes 0 args. Method in interface java.util.concurrent.BlockingDeque Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available. |
|`add()`|add|Takes 0 args. Method in interface java.util.concurrent.BlockingQueue Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque Inserts the specified element at the tail of this deque. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator. |
|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque Inserts the specified element at the front of this deque. |
|`addLast()`|addLast|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque Inserts the specified element at the end of this deque. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedQueue Inserts the specified element at the tail of this queue. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedQueue Appends all of the elements in the specified collection to the end of this queue, in the order that they are returned by the specified collection's iterator. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.ConcurrentSkipListSet Adds the specified element to this set if it is not already present. |
|`add(${1:int}, ${2:E})`|add|Takes 2 args. Method in class java.util.concurrent.CopyOnWriteArrayList Inserts the specified element at the specified position in this list. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.concurrent.CopyOnWriteArrayList Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator. |
|`addAllAbsent()`|addAllAbsent|Takes 0 args. Method in class java.util.concurrent.CopyOnWriteArrayList Appends all of the elements in the specified collection that are not already contained in this list, to the end of this list, in the order that they are returned by the specified collection's iterator. |
|`addIfAbsent()`|addIfAbsent|Takes 0 args. Method in class java.util.concurrent.CopyOnWriteArrayList Append the element if not present. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.CopyOnWriteArraySet Adds the specified element to this set if it is not already present. |
|`addAll()`|addAll|Takes 0 args. Method in class java.util.concurrent.CopyOnWriteArraySet Adds all of the elements in the specified collection to this set if they're not already present. |
|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in class java.util.concurrent.CountDownLatch Causes the current thread to wait until the latch has counted down to zero, unless the thread is interrupted, or the specified waiting time elapses. |
|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in class java.util.concurrent.CyclicBarrier Waits until all parties have invoked await on this barrier, or the specified waiting time elapses. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.DelayQueue Inserts the specified element into this delay queue. |
|`awaitTermination(${1:long}, ${2:TimeUnit})`|awaitTermination|Takes 2 args. Method in interface java.util.concurrent.ExecutorService Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first. |
|`awaitTermination(${1:long}, ${2:TimeUnit})`|awaitTermination|Takes 2 args. Method in class java.util.concurrent.ForkJoinPool Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first. |
|`adapt()`|adapt|Takes 0 args. Static method in class java.util.concurrent.ForkJoinTask Returns a new ForkJoinTask that performs the call method of the given Callable as its action, and returns its result upon ForkJoinTask.join(), translating any checked exceptions encountered into RuntimeException. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.LinkedBlockingDeque Inserts the specified element at the end of this deque unless it would violate capacity restrictions. |
|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.concurrent.LinkedBlockingDeque |
|`addLast()`|addLast|Takes 0 args. Method in class java.util.concurrent.LinkedBlockingDeque |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.LinkedTransferQueue Inserts the specified element at the tail of this queue. |
|`arrive()`|arrive|Takes 0 args. Method in class java.util.concurrent.Phaser Arrives at this phaser, without waiting for others to arrive. |
|`arriveAndAwaitAdvance()`|arriveAndAwaitAdvance|Takes 0 args. Method in class java.util.concurrent.Phaser Arrives at this phaser and awaits others. |
|`arriveAndDeregister()`|arriveAndDeregister|Takes 0 args. Method in class java.util.concurrent.Phaser Arrives at this phaser and deregisters from it without waiting for others to arrive. |
|`awaitAdvance()`|awaitAdvance|Takes 0 args. Method in class java.util.concurrent.Phaser Awaits the phase of this phaser to advance from the given phase value, returning immediately if the current phase is not equal to the given phase value or this phaser is terminated. |
|`awaitAdvanceInterruptibly(${1:int}, ${2:long}, ${3:TimeUnit})`|awaitAdvanceInterruptibly|Takes 3 args. Method in class java.util.concurrent.Phaser Awaits the phase of this phaser to advance from the given phase value or the given timeout to elapse, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated. |
|`add()`|add|Takes 0 args. Method in class java.util.concurrent.PriorityBlockingQueue Inserts the specified element into this priority queue. |
|`acquire()`|acquire|Takes 0 args. Method in class java.util.concurrent.Semaphore Acquires the given number of permits from this semaphore, blocking until all are available, or the thread is interrupted. |
|`acquireUninterruptibly()`|acquireUninterruptibly|Takes 0 args. Method in class java.util.concurrent.Semaphore Acquires the given number of permits from this semaphore, blocking until all are available. |
|`availablePermits()`|availablePermits|Takes 0 args. Method in class java.util.concurrent.Semaphore Returns the current number of permits available in this semaphore. |
|`afterExecute(${1:Runnable}, ${2:Throwable})`|afterExecute|Takes 2 args. Method in class java.util.concurrent.ThreadPoolExecutor Method invoked upon completion of execution of the given Runnable. |
|`allowCoreThreadTimeOut()`|allowCoreThreadTimeOut|Takes 0 args. Method in class java.util.concurrent.ThreadPoolExecutor Sets the policy governing whether core threads may time out and terminate if no tasks arrive within the keep-alive time, being replaced if needed when new tasks arrive. |
|`allowsCoreThreadTimeOut()`|allowsCoreThreadTimeOut|Takes 0 args. Method in class java.util.concurrent.ThreadPoolExecutor Returns true if this pool allows core threads to time out and terminate if no tasks arrive within the keepAlive time, being replaced if needed when new tasks arrive. |
|`awaitTermination(${1:long}, ${2:TimeUnit})`|awaitTermination|Takes 2 args. Method in class java.util.concurrent.ThreadPoolExecutor |
|`addAndGet()`|addAndGet|Takes 0 args. Method in class java.util.concurrent.atomic.AtomicInteger Atomically adds the given value to the current value. |
|`addAndGet(${1:int}, ${2:int})`|addAndGet|Takes 2 args. Method in class java.util.concurrent.atomic.AtomicIntegerArray Atomically adds the given value to the element at index i. |
|`addAndGet(${1:T}, ${2:int})`|addAndGet|Takes 2 args. Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater Atomically adds the given value to the current value of the field of the given object managed by this updater. |
|`addAndGet()`|addAndGet|Takes 0 args. Method in class java.util.concurrent.atomic.AtomicLong Atomically adds the given value to the current value. |
|`addAndGet(${1:int}, ${2:long})`|addAndGet|Takes 2 args. Method in class java.util.concurrent.atomic.AtomicLongArray Atomically adds the given value to the element at index i. |
|`addAndGet(${1:T}, ${2:long})`|addAndGet|Takes 2 args. Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater Atomically adds the given value to the current value of the field of the given object managed by this updater. |
|`attemptMark(${1:V}, ${2:boolean})`|attemptMark|Takes 2 args. Method in class java.util.concurrent.atomic.AtomicMarkableReference Atomically sets the value of the mark to the given update value if the current reference is == to the expected reference. |
|`attemptStamp(${1:V}, ${2:int})`|attemptStamp|Takes 2 args. Method in class java.util.concurrent.atomic.AtomicStampedReference Atomically sets the value of the stamp to the given update value if the current reference is == to the expected reference. |
|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject Implements timed condition wait. |
|`awaitNanos()`|awaitNanos|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject Implements timed condition wait. |
|`awaitUninterruptibly()`|awaitUninterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject Implements uninterruptible condition wait. |
|`awaitUntil()`|awaitUntil|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject Implements absolute timed condition wait. |
|`acquire()`|acquire|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer Acquires in exclusive mode, ignoring interrupts. |
|`acquireInterruptibly()`|acquireInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer Acquires in exclusive mode, aborting if interrupted. |
|`acquireShared()`|acquireShared|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer Acquires in shared mode, ignoring interrupts. |
|`acquireSharedInterruptibly()`|acquireSharedInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer Acquires in shared mode, aborting if interrupted. |
|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject Implements timed condition wait. |
|`awaitNanos()`|awaitNanos|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject Implements timed condition wait. |
|`awaitUninterruptibly()`|awaitUninterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject Implements uninterruptible condition wait. |
|`awaitUntil()`|awaitUntil|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject Implements absolute timed condition wait. |
|`acquire()`|acquire|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer Acquires in exclusive mode, ignoring interrupts. |
|`acquireInterruptibly()`|acquireInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer Acquires in exclusive mode, aborting if interrupted. |
|`acquireShared()`|acquireShared|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer Acquires in shared mode, ignoring interrupts. |
|`acquireSharedInterruptibly()`|acquireSharedInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer Acquires in shared mode, aborting if interrupted. |
|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in interface java.util.concurrent.locks.Condition Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses. |
|`awaitNanos()`|awaitNanos|Takes 0 args. Method in interface java.util.concurrent.locks.Condition Causes the current thread to wait until it is signalled or interrupted, or the specified waiting time elapses. |
|`awaitUninterruptibly()`|awaitUninterruptibly|Takes 0 args. Method in interface java.util.concurrent.locks.Condition Causes the current thread to wait until it is signalled. |
|`awaitUntil()`|awaitUntil|Takes 0 args. Method in interface java.util.concurrent.locks.Condition Causes the current thread to wait until it is signalled or interrupted, or the specified deadline elapses. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.util.jar.Pack200.Packer Registers a listener for PropertyChange events on the properties map. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.util.jar.Pack200.Unpacker Registers a listener for PropertyChange events on the properties map. |
|`ALL`|ALL|Takes 0 args. Static variable in class java.util.logging.Level ALL indicates that all messages should be logged. |
|`addLogger()`|addLogger|Takes 0 args. Method in class java.util.logging.LogManager Add a named logger. |
|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.util.logging.LogManager Adds an event listener to be invoked when the logging properties are re-read. |
|`addHandler()`|addHandler|Takes 0 args. Method in class java.util.logging.Logger Add a log Handler to receive logging messages. |
|`absolutePath()`|absolutePath|Takes 0 args. Method in class java.util.prefs.AbstractPreferences Implements the absolutePath method as per the specification in Preferences.absolutePath(). |
|`addNodeChangeListener()`|addNodeChangeListener|Takes 0 args. Method in class java.util.prefs.AbstractPreferences |
|`addPreferenceChangeListener()`|addPreferenceChangeListener|Takes 0 args. Method in class java.util.prefs.AbstractPreferences |
|`absolutePath()`|absolutePath|Takes 0 args. Method in class java.util.prefs.Preferences Returns this preference node's absolute path name. |
|`addNodeChangeListener()`|addNodeChangeListener|Takes 0 args. Method in class java.util.prefs.Preferences Registers the specified listener to receive node change events for this node. |
|`addPreferenceChangeListener()`|addPreferenceChangeListener|Takes 0 args. Method in class java.util.prefs.Preferences Registers the specified listener to receive preference change events for this preference node. |
|`appendReplacement(${1:StringBuffer}, ${2:String})`|appendReplacement|Takes 2 args. Method in class java.util.regex.Matcher Implements a non-terminal append-and-replace step. |
|`appendTail()`|appendTail|Takes 0 args. Method in class java.util.regex.Matcher Implements a terminal append-and-replace step. |
|`available()`|available|Takes 0 args. Method in class java.util.zip.DeflaterInputStream Returns 0 after EOF has been reached, otherwise always return 1. |
|`available()`|available|Takes 0 args. Method in class java.util.zip.InflaterInputStream Returns 0 after EOF has been reached, otherwise always return 1. |
|`available()`|available|Takes 0 args. Method in class java.util.zip.ZipInputStream Returns 0 after EOF has reached for the current entry data, otherwise always return 1. |
|`attributes`|attributes|Takes 0 args. Variable in class javax.accessibility.AccessibleAttributeSequence The text attributes |
|`addFocusListener()`|addFocusListener|Takes 0 args. Method in interface javax.accessibility.AccessibleComponent Adds the specified focus listener to receive focus events from this component. |
|`ACCESSIBLE_ACTION_PROPERTY`|ACCESSIBLE_ACTION_PROPERTY|Takes 0 args. Static variable in class javax.accessibility.AccessibleContext Constant used to indicate that the supported set of actions has changed. |
|`ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY`|ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY|Takes 0 args. Static variable in class javax.accessibility.AccessibleContext Constant used to determine when the active descendant of a component has changed. |
|`ACCESSIBLE_CARET_PROPERTY`|ACCESSIBLE_CARET_PROPERTY|Takes 0 args. Static variable in class javax.accessibility.AccessibleContext Constant used to determine when the accessibleText caret has changed. |
|`ACCESSIBLE_CHILD_PROPERTY`|ACCESSIBLE_CHILD_PROPERTY|Takes 0 args. Static variable in cla