{"id":15308027,"url":"https://github.com/wscats/java-snippets","last_synced_at":"2025-04-14T23:32:25.263Z","repository":{"id":72736059,"uuid":"324715377","full_name":"Wscats/java-snippets","owner":"Wscats","description":"Provide Java development 35000+ code snippets and detailed interface reminders, which greatly improves your development efficiency","archived":false,"fork":false,"pushed_at":"2020-12-27T11:13:43.000Z","size":2551,"stargazers_count":43,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T11:38:32.785Z","etag":null,"topics":["java","snippets","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Wscats.java-snippet","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wscats.png","metadata":{"files":{"readme":"README.CN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-12-27T08:08:35.000Z","updated_at":"2025-02-23T08:24:20.000Z","dependencies_parsed_at":"2024-02-15T21:52:17.066Z","dependency_job_id":null,"html_url":"https://github.com/Wscats/java-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wscats%2Fjava-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wscats%2Fjava-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wscats%2Fjava-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wscats%2Fjava-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wscats","download_url":"https://codeload.github.com/Wscats/java-snippets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248979151,"owners_count":21192910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","snippets","vscode-extension"],"created_at":"2024-10-01T08:13:35.103Z","updated_at":"2025-04-14T23:32:25.241Z","avatar_url":"https://github.com/Wscats.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java代码片段和接口提醒\n\n详细的参考文档: [https://wscats.gitee.io/java-snippets/java.html](https://wscats.gitee.io/java-snippets/java.html)\n\n|API|Prefix|Description|\n|-|-|-|\n|`appletResize(${1:int}, ${2:int})`|appletResize|Takes 2 args. Method in interface java.applet.AppletStub  Called when the applet wants to be resized. |\n|`ACTION_EVENT_MASK`|ACTION_EVENT_MASK|Takes 0 args. Static variable in class java.awt.AWTEvent  The event mask for selecting action events. |\n|`ADJUSTMENT_EVENT_MASK`|ADJUSTMENT_EVENT_MASK|Takes 0 args. Static variable in class java.awt.AWTEvent  The event mask for selecting adjustment events. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`AFTER_LAST_LINE`|AFTER_LAST_LINE|Takes 0 args. Static variable in class java.awt.BorderLayout  Synonym for PAGE_END. |\n|`AFTER_LINE_ENDS`|AFTER_LINE_ENDS|Takes 0 args. Static variable in class java.awt.BorderLayout  Synonym for LINE_END. |\n|`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. |\n|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.Button  Adds the specified action listener to receive action events from  this button. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Button  Creates the peer of the button. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Canvas  Creates the peer of the canvas. |\n|`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. |\n|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.Checkbox  Adds the specified item listener to receive item events from  this check box. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Checkbox  Creates the peer of the Checkbox. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.CheckboxMenuItem  Creates the peer of the checkbox item. |\n|`add()`|add|Takes 0 args. Method in class java.awt.Choice  Adds an item to this Choice menu. |\n|`addItem()`|addItem|Takes 0 args. Method in class java.awt.Choice  Obsolete as of Java 2 platform v1.1. |\n|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.Choice  Adds the specified item listener to receive item events from  this Choice menu. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Choice  Creates the Choice's peer. |\n|`accessibleAWTComponentHandler`|accessibleAWTComponentHandler|Takes 0 args. Variable in class java.awt.Component.AccessibleAWTComponent  |\n|`accessibleAWTFocusHandler`|accessibleAWTFocusHandler|Takes 0 args. Variable in class java.awt.Component.AccessibleAWTComponent  |\n|`addFocusListener()`|addFocusListener|Takes 0 args. Method in class java.awt.Component.AccessibleAWTComponent  Adds the specified focus listener to receive focus events from this  component. |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.awt.Component.AccessibleAWTComponent  Adds a PropertyChangeListener to the listener list. |\n|`add()`|add|Takes 0 args. Method in class java.awt.Component  Adds the specified popup menu to the component. |\n|`addComponentListener()`|addComponentListener|Takes 0 args. Method in class java.awt.Component  Adds the specified component listener to receive component events from  this component. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`addKeyListener()`|addKeyListener|Takes 0 args. Method in class java.awt.Component  Adds the specified key listener to receive key events from  this component. |\n|`addMouseListener()`|addMouseListener|Takes 0 args. Method in class java.awt.Component  Adds the specified mouse listener to receive mouse events from  this component. |\n|`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. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Component  Makes this Component displayable by connecting it to a  native screen resource. |\n|`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. |\n|`applyComponentOrientation()`|applyComponentOrientation|Takes 0 args. Method in class java.awt.Component  Sets the ComponentOrientation property of this component  and all components contained within it. |\n|`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. |\n|`accessibleContainerHandler`|accessibleContainerHandler|Takes 0 args. Variable in class java.awt.Container.AccessibleAWTContainer  |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.awt.Container.AccessibleAWTContainer  Adds a PropertyChangeListener to the listener list. |\n|`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. |\n|`addContainerListener()`|addContainerListener|Takes 0 args. Method in class java.awt.Container  Adds the specified container listener to receive container events  from this container. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Container  Makes this Container displayable by connecting it to  a native screen resource. |\n|`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. |\n|`applyComponentOrientation()`|applyComponentOrientation|Takes 0 args. Method in class java.awt.Container  Sets the ComponentOrientation property of this container  and all components contained within it. |\n|`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. |\n|`accept()`|accept|Takes 0 args. Method in class java.awt.ContainerOrderFocusTraversalPolicy  Determines whether a Component is an acceptable choice as the new  focus owner. |\n|`accept()`|accept|Takes 0 args. Method in class java.awt.DefaultFocusTraversalPolicy  Determines whether a Component is an acceptable choice as the new  focus owner. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Dialog  Makes this Dialog displayable by connecting it to  a native screen resource. |\n|`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. |\n|`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. |\n|`arg`|arg|Takes 0 args. Variable in class java.awt.Event  An arbitrary argument of the event. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.FileDialog  Creates the file dialog's peer. |\n|`addLayoutComponent(${1:String}, ${2:Component})`|addLayoutComponent|Takes 2 args. Method in class java.awt.FlowLayout  Adds the specified component to the layout. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Frame  Makes this Frame displayable by connecting it to  a native screen resource. |\n|`addRenderingHints()`|addRenderingHints|Takes 0 args. Method in class java.awt.Graphics2D  Sets the values of an arbitrary number of preferences for the  rendering algorithms. |\n|`ABOVE_BASELINE`|ABOVE_BASELINE|Takes 0 args. Static variable in class java.awt.GridBagConstraints  Possible value for the anchor field. |\n|`ABOVE_BASELINE_LEADING`|ABOVE_BASELINE_LEADING|Takes 0 args. Static variable in class java.awt.GridBagConstraints  Possible value for the anchor field. |\n|`ABOVE_BASELINE_TRAILING`|ABOVE_BASELINE_TRAILING|Takes 0 args. Static variable in class java.awt.GridBagConstraints  Possible value for the anchor field. |\n|`anchor`|anchor|Takes 0 args. Variable in class java.awt.GridBagConstraints  This field is used when the component is smaller than its  display area. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`arrangeGrid()`|arrangeGrid|Takes 0 args. Method in class java.awt.GridBagLayout  Lays out the grid. |\n|`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. |\n|`accelerationPriority`|accelerationPriority|Takes 0 args. Variable in class java.awt.Image  Priority for accelerating this image. |\n|`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. |\n|`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. |\n|`addKeyEventDispatcher()`|addKeyEventDispatcher|Takes 0 args. Method in class java.awt.KeyboardFocusManager  Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher  chain. |\n|`addKeyEventPostProcessor()`|addKeyEventPostProcessor|Takes 0 args. Method in class java.awt.KeyboardFocusManager  Adds a KeyEventPostProcessor to this KeyboardFocusManager's post-  processor chain. |\n|`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. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Label  Creates the peer for this label. |\n|`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. |\n|`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. |\n|`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. |\n|`actionPerformed()`|actionPerformed|Takes 0 args. Method in class java.awt.List.AccessibleAWTList  |\n|`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. |\n|`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. |\n|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.List  Adds the specified action listener to receive action events from  this list. |\n|`addItemListener()`|addItemListener|Takes 0 args. Method in class java.awt.List  Adds the specified item listener to receive item events from  this list. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.List  Creates the peer for the list. |\n|`ABORTED`|ABORTED|Takes 0 args. Static variable in class java.awt.MediaTracker  Flag indicating that the downloading of media was aborted. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.awt.Menu  Adds an item with the specified label to this menu. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Menu  Creates the menu's peer. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.awt.MenuBar  Adds the specified menu to the menu bar. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.MenuBar  Creates the menu bar's peer. |\n|`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. |\n|`addFocusListener()`|addFocusListener|Takes 0 args. Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent  Adds the specified focus listener to receive focus events from this  component. |\n|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.MenuItem  Adds the specified action listener to receive action events  from this menu item. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.MenuItem  Creates the menu item's peer. |\n|`A0`|A0|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A0. |\n|`A1`|A1|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A1. |\n|`A10`|A10|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A10. |\n|`A2`|A2|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A2. |\n|`A3`|A3|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A3. |\n|`A4`|A4|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A4. |\n|`A5`|A5|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A5. |\n|`A6`|A6|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A6. |\n|`A7`|A7|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A7. |\n|`A8`|A8|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A8. |\n|`A9`|A9|Takes 0 args. Static variable in class java.awt.PageAttributes.MediaType  An alias for ISO_A9. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Panel  Creates the Panel's peer. |\n|`addPoint(${1:int}, ${2:int})`|addPoint|Takes 2 args. Method in class java.awt.Polygon  Appends the specified coordinates to this Polygon. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.PopupMenu  Creates the popup menu's peer. |\n|`add()`|add|Takes 0 args. Method in class java.awt.Rectangle  Adds a Rectangle to this Rectangle. |\n|`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. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.ScrollPane  Creates the scroll pane's peer. |\n|`addAdjustmentListener()`|addAdjustmentListener|Takes 0 args. Method in class java.awt.ScrollPaneAdjustable  Adds the specified adjustment listener to receive adjustment  events from this ScrollPaneAdjustable. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Scrollbar  Creates the Scrollbar's peer. |\n|`ACTIVE_CAPTION`|ACTIVE_CAPTION|Takes 0 args. Static variable in class java.awt.SystemColor  The array index for the  SystemColor.activeCaption system color. |\n|`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. |\n|`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. |\n|`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. |\n|`activeCaptionBorder`|activeCaptionBorder|Takes 0 args. Static variable in class java.awt.SystemColor  The color rendered for the border around the currently active window. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.awt.SystemTray  Adds a TrayIcon to the SystemTray. |\n|`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. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.TextArea  Creates the TextArea's peer. |\n|`append()`|append|Takes 0 args. Method in class java.awt.TextArea  Appends the given text to the text area's current text. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.TextComponent  Makes this Component displayable by connecting it to a  native screen resource. |\n|`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. |\n|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.TextField  Adds the specified action listener to receive  action events from this text field. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.TextField  Creates the TextField's peer. |\n|`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. |\n|`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. |\n|`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. |\n|`addActionListener()`|addActionListener|Takes 0 args. Method in class java.awt.TrayIcon  Adds the specified action listener to receive  ActionEvents from this TrayIcon. |\n|`addMouseListener()`|addMouseListener|Takes 0 args. Method in class java.awt.TrayIcon  Adds the specified mouse listener to receive mouse events from  this TrayIcon. |\n|`addMouseMotionListener()`|addMouseMotionListener|Takes 0 args. Method in class java.awt.TrayIcon  Adds the specified mouse listener to receive mouse-motion  events from this TrayIcon. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.Window  Makes this Window displayable by creating the connection to its  native screen resource. |\n|`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. |\n|`addWindowFocusListener()`|addWindowFocusListener|Takes 0 args. Method in class java.awt.Window  Adds the specified window focus listener to receive window events  from this window. |\n|`addWindowListener()`|addWindowListener|Takes 0 args. Method in class java.awt.Window  Adds the specified window listener to receive window events from  this window. |\n|`addWindowStateListener()`|addWindowStateListener|Takes 0 args. Method in class java.awt.Window  Adds the specified window state listener to receive window  events from this window. |\n|`addFlavorListener()`|addFlavorListener|Takes 0 args. Method in class java.awt.datatransfer.Clipboard  Registers the specified FlavorListener to receive  FlavorEvents from this clipboard. |\n|`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. |\n|`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. |\n|`autoscroll()`|autoscroll|Takes 0 args. Method in interface java.awt.dnd.Autoscroll  notify the Component to autoscroll |\n|`ACTION_COPY`|ACTION_COPY|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants  An int representing a \"copy\" action. |\n|`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. |\n|`ACTION_LINK`|ACTION_LINK|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants  An int representing a \"link\" action. |\n|`ACTION_MOVE`|ACTION_MOVE|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants  An int representing a \"move\" action. |\n|`ACTION_NONE`|ACTION_NONE|Takes 0 args. Static variable in class java.awt.dnd.DnDConstants  An int representing no action. |\n|`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). |\n|`addDragGestureListener()`|addDragGestureListener|Takes 0 args. Method in class java.awt.dnd.DragGestureRecognizer  Register a new DragGestureListener. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`actionPerformed()`|actionPerformed|Takes 0 args. Method in class java.awt.dnd.DropTarget.DropTargetAutoScroller  cause autoscroll to occur |\n|`addDropTargetListener()`|addDropTargetListener|Takes 0 args. Method in class java.awt.dnd.DropTarget  Adds a new DropTargetListener (UNICAST SOURCE). |\n|`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. |\n|`acceptDrag()`|acceptDrag|Takes 0 args. Method in class java.awt.dnd.DropTargetContext  accept the Drag. |\n|`acceptDrop()`|acceptDrop|Takes 0 args. Method in class java.awt.dnd.DropTargetContext  called to signal that the drop is acceptable  using the specified operation. |\n|`addNotify()`|addNotify|Takes 0 args. Method in class java.awt.dnd.DropTargetContext  Called when associated with the DropTargetContextPeer. |\n|`acceptDrag()`|acceptDrag|Takes 0 args. Method in class java.awt.dnd.DropTargetDragEvent  Accepts the drag. |\n|`acceptDrop()`|acceptDrop|Takes 0 args. Method in class java.awt.dnd.DropTargetDropEvent  accept the drop, using the specified action. |\n|`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. |\n|`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. |\n|`ACTION_PERFORMED`|ACTION_PERFORMED|Takes 0 args. Static variable in class java.awt.event.ActionEvent  This event id indicates that a meaningful action occured. |\n|`ALT_MASK`|ALT_MASK|Takes 0 args. Static variable in class java.awt.event.ActionEvent  The alt modifier. |\n|`actionPerformed()`|actionPerformed|Takes 0 args. Method in interface java.awt.event.ActionListener  Invoked when an action occurs. |\n|`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. |\n|`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. |\n|`ADJUSTMENT_VALUE_CHANGED`|ADJUSTMENT_VALUE_CHANGED|Takes 0 args. Static variable in class java.awt.event.AdjustmentEvent  The adjustment value changed event. |\n|`adjustmentValueChanged()`|adjustmentValueChanged|Takes 0 args. Method in interface java.awt.event.AdjustmentListener  Invoked when the value of the adjustable has changed. |\n|`ancestorMoved()`|ancestorMoved|Takes 0 args. Method in class java.awt.event.HierarchyBoundsAdapter  Called when an ancestor of the source is moved. |\n|`ancestorResized()`|ancestorResized|Takes 0 args. Method in class java.awt.event.HierarchyBoundsAdapter  Called when an ancestor of the source is resized. |\n|`ancestorMoved()`|ancestorMoved|Takes 0 args. Method in interface java.awt.event.HierarchyBoundsListener  Called when an ancestor of the source is moved. |\n|`ancestorResized()`|ancestorResized|Takes 0 args. Method in interface java.awt.event.HierarchyBoundsListener  Called when an ancestor of the source is resized. |\n|`ANCESTOR_MOVED`|ANCESTOR_MOVED|Takes 0 args. Static variable in class java.awt.event.HierarchyEvent  The event id indicating an ancestor-Container was moved. |\n|`ANCESTOR_RESIZED`|ANCESTOR_RESIZED|Takes 0 args. Static variable in class java.awt.event.HierarchyEvent  The event id indicating an ancestor-Container was resized. |\n|`ALT_DOWN_MASK`|ALT_DOWN_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent  The Alt key extended modifier constant. |\n|`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. |\n|`ALT_GRAPH_MASK`|ALT_GRAPH_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent  The AltGraph key modifier constant. |\n|`ALT_MASK`|ALT_MASK|Takes 0 args. Static variable in class java.awt.event.InputEvent  The Alt key modifier constant. |\n|`ALL_RANGES`|ALL_RANGES|Takes 0 args. Static variable in class java.awt.font.NumericShaper  Identifies all ranges, for full contextual shaping. |\n|`ARABIC`|ARABIC|Takes 0 args. Static variable in class java.awt.font.NumericShaper  Identifies the ARABIC range and decimal base. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.awt.geom.Rectangle2D  Adds a Rectangle2D object to this  Rectangle2D. |\n|`archeight`|archeight|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Double  The height of the arc that rounds off the corners. |\n|`arcwidth`|arcwidth|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Double  The width of the arc that rounds off the corners. |\n|`archeight`|archeight|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Float  The height of the arc that rounds off the corners. |\n|`arcwidth`|arcwidth|Takes 0 args. Variable in class java.awt.geom.RoundRectangle2D.Float  The width of the arc that rounds off the corners. |\n|`activate()`|activate|Takes 0 args. Method in interface java.awt.im.spi.InputMethod  Activates the input method for immediate input processing. |\n|`addTileObserver()`|addTileObserver|Takes 0 args. Method in class java.awt.image.BufferedImage  Adds a tile observer. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`abortGrabbing()`|abortGrabbing|Takes 0 args. Method in class java.awt.image.PixelGrabber  Request the PixelGrabber to abort the image fetch. |\n|`addTileObserver()`|addTileObserver|Takes 0 args. Method in interface java.awt.image.WritableRenderedImage  Adds an observer. |\n|`add()`|add|Takes 0 args. Method in class java.awt.image.renderable.ParameterBlock  Adds a Short to the list of parameters. |\n|`addSource()`|addSource|Takes 0 args. Method in class java.awt.image.renderable.ParameterBlock  Adds an image to end of the list of sources. |\n|`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. |\n|`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. |\n|`activate()`|activate|Takes 0 args. Method in interface java.beans.AppletInitializer    Activate, and/or mark Applet active. |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.beans.Customizer  Register a listener for the PropertyChange event. |\n|`attributeNames()`|attributeNames|Takes 0 args. Method in class java.beans.FeatureDescriptor  Gets an enumeration of the locale-independent names of this  feature. |\n|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.beans.PropertyChangeSupport  Add a PropertyChangeListener for a specific property. |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.beans.PropertyEditor  Adds a listener for the value change. |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in class java.beans.PropertyEditorSupport  Adds a listener for the value change. |\n|`addVetoableChangeListener(${1:String}, ${2:VetoableChangeListener})`|addVetoableChangeListener|Takes 2 args. Method in class java.beans.VetoableChangeSupport  Add a VetoableChangeListener for a specific property. |\n|`avoidingGui()`|avoidingGui|Takes 0 args. Method in interface java.beans.Visibility  Determines whether this bean is avoiding using a GUI. |\n|`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). |\n|`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. |\n|`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. |\n|`addPropertyChangeListener(${1:String}, ${2:PropertyChangeListener})`|addPropertyChangeListener|Takes 2 args. Method in class java.beans.beancontext.BeanContextChildSupport  Add a PropertyChangeListener for a specific property. |\n|`addVetoableChangeListener(${1:String}, ${2:VetoableChangeListener})`|addVetoableChangeListener|Takes 2 args. Method in class java.beans.beancontext.BeanContextChildSupport  Add a VetoableChangeListener for a specific property. |\n|`addBeanContextServicesListener()`|addBeanContextServicesListener|Takes 0 args. Method in interface java.beans.beancontext.BeanContextServices  Adds a BeanContextServicesListener to this BeanContext |\n|`addService(${1:Class}, ${2:BeanContextServiceProvider})`|addService|Takes 2 args. Method in interface java.beans.beancontext.BeanContextServices  Adds a service to this BeanContext. |\n|`addBeanContextServicesListener()`|addBeanContextServicesListener|Takes 0 args. Method in class java.beans.beancontext.BeanContextServicesSupport  add a BeanContextServicesListener |\n|`addService(${1:Class}, ${2:BeanContextServiceProvider}, ${3:boolean})`|addService|Takes 3 args. Method in class java.beans.beancontext.BeanContextServicesSupport  add a service |\n|`add()`|add|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport  Adds/nests a child within this BeanContext. |\n|`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 |\n|`addBeanContextMembershipListener()`|addBeanContextMembershipListener|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport  Adds a BeanContextMembershipListener |\n|`avoidingGui()`|avoidingGui|Takes 0 args. Method in class java.beans.beancontext.BeanContextSupport  Used to determine if the BeanContext  child is avoiding using its GUI. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`available()`|available|Takes 0 args. Method in interface java.io.ObjectInput  Returns the number of bytes that can be read  without blocking. |\n|`available()`|available|Takes 0 args. Method in class java.io.ObjectInputStream  Returns the number of bytes that can be read without blocking. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`AEGEAN_NUMBERS`|AEGEAN_NUMBERS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Aegean Numbers\" Unicode character block. |\n|`ALCHEMICAL_SYMBOLS`|ALCHEMICAL_SYMBOLS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Alchemical Symbols\" Unicode character block. |\n|`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. |\n|`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. |\n|`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. |\n|`ANCIENT_SYMBOLS`|ANCIENT_SYMBOLS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Ancient Symbols\" Unicode character block. |\n|`ARABIC`|ARABIC|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Arabic\" Unicode character block. |\n|`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. |\n|`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. |\n|`ARABIC_SUPPLEMENT`|ARABIC_SUPPLEMENT|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Arabic Supplement\" Unicode character block. |\n|`ARMENIAN`|ARMENIAN|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Armenian\" Unicode character block. |\n|`ARROWS`|ARROWS|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Arrows\" Unicode character block. |\n|`AVESTAN`|AVESTAN|Takes 0 args. Static variable in class java.lang.Character.UnicodeBlock  Constant for the \"Avestan\" Unicode character block. |\n|`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. |\n|`abs()`|abs|Takes 0 args. Static method in class java.lang.Math  Returns the absolute value of a long value. |\n|`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. |\n|`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. |\n|`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. |\n|`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). |\n|`appendTo()`|appendTo|Takes 0 args. Static method in class java.lang.ProcessBuilder.Redirect  Returns a redirect to append to the specified file. |\n|`addShutdownHook()`|addShutdownHook|Takes 0 args. Method in class java.lang.Runtime  Registers a new virtual-machine shutdown hook. |\n|`availableProcessors()`|availableProcessors|Takes 0 args. Method in class java.lang.Runtime  Returns the number of processors available to the Java virtual machine. |\n|`abs()`|abs|Takes 0 args. Static method in class java.lang.StrictMath  Returns the absolute value of a long value. |\n|`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. |\n|`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. |\n|`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. |\n|`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). |\n|`append()`|append|Takes 0 args. Method in class java.lang.StringBuffer  |\n|`appendCodePoint()`|appendCodePoint|Takes 0 args. Method in class java.lang.StringBuffer  |\n|`append()`|append|Takes 0 args. Method in class java.lang.StringBuilder  |\n|`appendCodePoint()`|appendCodePoint|Takes 0 args. Method in class java.lang.StringBuilder  |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`annotationType()`|annotationType|Takes 0 args. Method in interface java.lang.annotation.Annotation  Returns the annotation type of this annotation. |\n|`annotationType()`|annotationType|Takes 0 args. Method in exception java.lang.annotation.IncompleteAnnotationException  Returns the Class object for the annotation type with the  missing element. |\n|`addTransformer(${1:ClassFileTransformer}, ${2:boolean})`|addTransformer|Takes 2 args. Method in interface java.lang.instrument.Instrumentation  Registers the supplied transformer. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`appendParameterTypes()`|appendParameterTypes|Takes 0 args. Method in class java.lang.invoke.MethodType  Finds or creates a method type with additional parameter types. |\n|`ABSTRACT`|ABSTRACT|Takes 0 args. Static variable in class java.lang.reflect.Modifier  The int value representing the abstract  modifier. |\n|`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. |\n|`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. |\n|`abs()`|abs|Takes 0 args. Method in class java.math.BigInteger  Returns a BigInteger whose value is the absolute value of this  BigInteger. |\n|`add()`|add|Takes 0 args. Method in class java.math.BigInteger  Returns a BigInteger whose value is (this + val). |\n|`and()`|and|Takes 0 args. Method in class java.math.BigInteger  Returns a BigInteger whose value is (this \u0026amp; val). |\n|`andNot()`|andNot|Takes 0 args. Method in class java.math.BigInteger  Returns a BigInteger whose value is (this \u0026amp; ~val). |\n|`abort()`|abort|Takes 0 args. Method in class java.net.CacheRequest  Aborts the attempt to cache the response. |\n|`ACCEPT_ALL`|ACCEPT_ALL|Takes 0 args. Static variable in interface java.net.CookiePolicy  One pre-defined policy which accepts all cookies. |\n|`ACCEPT_NONE`|ACCEPT_NONE|Takes 0 args. Static variable in interface java.net.CookiePolicy  One pre-defined policy which accepts no cookies. |\n|`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. |\n|`add(${1:URI}, ${2:HttpCookie})`|add|Takes 2 args. Method in interface java.net.CookieStore  Adds one HTTP cookie to the store. |\n|`ALLOW_UNASSIGNED`|ALLOW_UNASSIGNED|Takes 0 args. Static variable in class java.net.IDN  Flag to allow processing of unassigned code points |\n|`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. |\n|`accept()`|accept|Takes 0 args. Method in class java.net.ServerSocket  Listens for a connection to be made to this socket and accepts  it. |\n|`accept()`|accept|Takes 0 args. Method in class java.net.SocketImpl  Accepts a connection. |\n|`address`|address|Takes 0 args. Variable in class java.net.SocketImpl  The IP address of the remote end of this socket. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`array()`|array|Takes 0 args. Method in class java.nio.Buffer  Returns the array that backs this  buffer  (optional operation). |\n|`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). |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.ByteBuffer  Allocates a new byte buffer. |\n|`allocateDirect()`|allocateDirect|Takes 0 args. Static method in class java.nio.ByteBuffer  Allocates a new direct byte buffer. |\n|`array()`|array|Takes 0 args. Method in class java.nio.ByteBuffer  Returns the byte array that backs this  buffer  (optional operation). |\n|`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). |\n|`asCharBuffer()`|asCharBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a view of this byte buffer as a char buffer. |\n|`asDoubleBuffer()`|asDoubleBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a view of this byte buffer as a double buffer. |\n|`asFloatBuffer()`|asFloatBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a view of this byte buffer as a float buffer. |\n|`asIntBuffer()`|asIntBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a view of this byte buffer as an int buffer. |\n|`asLongBuffer()`|asLongBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a view of this byte buffer as a long buffer. |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a new, read-only byte buffer that shares this buffer's  content. |\n|`asShortBuffer()`|asShortBuffer|Takes 0 args. Method in class java.nio.ByteBuffer  Creates a view of this byte buffer as a short buffer. |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.CharBuffer  Allocates a new char buffer. |\n|`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). |\n|`array()`|array|Takes 0 args. Method in class java.nio.CharBuffer  Returns the char array that backs this  buffer  (optional operation). |\n|`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). |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.CharBuffer  Creates a new, read-only char buffer that shares this buffer's  content. |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.DoubleBuffer  Allocates a new double buffer. |\n|`array()`|array|Takes 0 args. Method in class java.nio.DoubleBuffer  Returns the double array that backs this  buffer  (optional operation). |\n|`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). |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.DoubleBuffer  Creates a new, read-only double buffer that shares this buffer's  content. |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.FloatBuffer  Allocates a new float buffer. |\n|`array()`|array|Takes 0 args. Method in class java.nio.FloatBuffer  Returns the float array that backs this  buffer  (optional operation). |\n|`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). |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.FloatBuffer  Creates a new, read-only float buffer that shares this buffer's  content. |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.IntBuffer  Allocates a new int buffer. |\n|`array()`|array|Takes 0 args. Method in class java.nio.IntBuffer  Returns the int array that backs this  buffer  (optional operation). |\n|`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). |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.IntBuffer  Creates a new, read-only int buffer that shares this buffer's  content. |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.LongBuffer  Allocates a new long buffer. |\n|`array()`|array|Takes 0 args. Method in class java.nio.LongBuffer  Returns the long array that backs this  buffer  (optional operation). |\n|`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). |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.LongBuffer  Creates a new, read-only long buffer that shares this buffer's  content. |\n|`allocate()`|allocate|Takes 0 args. Static method in class java.nio.ShortBuffer  Allocates a new short buffer. |\n|`array()`|array|Takes 0 args. Method in class java.nio.ShortBuffer  Returns the short array that backs this  buffer  (optional operation). |\n|`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). |\n|`asReadOnlyBuffer()`|asReadOnlyBuffer|Takes 0 args. Method in class java.nio.ShortBuffer  Creates a new, read-only short buffer that shares this buffer's  content. |\n|`awaitTermination(${1:long}, ${2:TimeUnit})`|awaitTermination|Takes 2 args. Method in class java.nio.channels.AsynchronousChannelGroup  Awaits termination of the group. |\n|`accept(${1:A}, ${2:CompletionHandler})`|accept|Takes 2 args. Method in class java.nio.channels.AsynchronousServerSocketChannel  Accepts a connection. |\n|`acquiredBy()`|acquiredBy|Takes 0 args. Method in class java.nio.channels.FileLock  Returns the channel upon whose file this lock was acquired. |\n|`attach()`|attach|Takes 0 args. Method in class java.nio.channels.SelectionKey  Attaches the given object to this key. |\n|`attachment()`|attachment|Takes 0 args. Method in class java.nio.channels.SelectionKey  Retrieves the current attachment. |\n|`accept()`|accept|Takes 0 args. Method in class java.nio.channels.ServerSocketChannel  Accepts a connection made to this channel's socket. |\n|`aliases()`|aliases|Takes 0 args. Method in class java.nio.charset.Charset  Returns a set containing this charset's aliases. |\n|`availableCharsets()`|availableCharsets|Takes 0 args. Static method in class java.nio.charset.Charset  Constructs a sorted map from canonical charset names to charset objects. |\n|`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. |\n|`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. |\n|`accept()`|accept|Takes 0 args. Method in interface java.nio.file.DirectoryStream.Filter  Decides if the given directory entry should be accepted or filtered. |\n|`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) |\n|`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) |\n|`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. |\n|`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. |\n|`activate()`|activate|Takes 0 args. Method in class java.rmi.activation.ActivationID  Activate the object for this id. |\n|`activeObject(${1:ActivationID}, ${2:MarshalledObject})`|activeObject|Takes 2 args. Method in interface java.rmi.activation.ActivationMonitor  Informs that an object is now active. |\n|`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. |\n|`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. |\n|`ACTIVATOR_ID`|ACTIVATOR_ID|Takes 0 args. Static variable in class java.rmi.server.ObjID  Object number for well-known ObjID of the activator. |\n|`aliases()`|aliases|Takes 0 args. Method in class java.security.KeyStore  Lists all the alias names of this keystore. |\n|`add()`|add|Takes 0 args. Method in class java.security.PermissionCollection  Adds a permission object to the current collection of permission objects. |\n|`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. |\n|`addProvider()`|addProvider|Takes 0 args. Static method in class java.security.Security  Adds a provider to the next position available. |\n|`appRandom`|appRandom|Takes 0 args. Variable in class java.security.SignatureSpi  Application-specified source of randomness. |\n|`addEntry(${1:Principal}, ${2:AclEntry})`|addEntry|Takes 2 args. Method in interface java.security.acl.Acl  Adds an ACL entry to this ACL. |\n|`addPermission()`|addPermission|Takes 0 args. Method in interface java.security.acl.AclEntry  Adds the specified permission to this ACL entry. |\n|`addMember()`|addMember|Takes 0 args. Method in interface java.security.acl.Group  Adds the specified member to the group. |\n|`addOwner(${1:Principal}, ${2:Principal})`|addOwner|Takes 2 args. Method in interface java.security.acl.Owner  Adds an owner. |\n|`addCertPathChecker()`|addCertPathChecker|Takes 0 args. Method in class java.security.cert.PKIXParameters  Adds a PKIXCertPathChecker to the list of certification  path checkers. |\n|`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. |\n|`addIssuer()`|addIssuer|Takes 0 args. Method in class java.security.cert.X509CRLSelector  Adds a name to the issuerNames criterion. |\n|`addIssuerName()`|addIssuerName|Takes 0 args. Method in class java.security.cert.X509CRLSelector  Denigrated, use  X509CRLSelector.addIssuer(X500Principal) or  X509CRLSelector.addIssuerName(byte[]) instead. |\n|`addPathToName(${1:int}, ${2:String})`|addPathToName|Takes 2 args. Method in class java.security.cert.X509CertSelector  Adds a name to the pathToNames criterion. |\n|`addSubjectAlternativeName(${1:int}, ${2:String})`|addSubjectAlternativeName|Takes 2 args. Method in class java.security.cert.X509CertSelector  Adds a name to the subjectAlternativeNames criterion. |\n|`abort()`|abort|Takes 0 args. Method in interface java.sql.Connection  Terminates an open connection. |\n|`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. |\n|`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. |\n|`attributeNoNulls`|attributeNoNulls|Takes 0 args. Static variable in interface java.sql.DatabaseMetaData  Indicates that NULL values might not be allowed. |\n|`attributeNullable`|attributeNullable|Takes 0 args. Static variable in interface java.sql.DatabaseMetaData  Indicates that NULL values are definitely allowed. |\n|`attributeNullableUnknown`|attributeNullableUnknown|Takes 0 args. Static variable in interface java.sql.DatabaseMetaData  Indicates that whether NULL values are allowed is not  known. |\n|`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. |\n|`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. |\n|`addBatch()`|addBatch|Takes 0 args. Method in interface java.sql.PreparedStatement  Adds a set of parameters to this PreparedStatement  object's batch of commands. |\n|`absolute()`|absolute|Takes 0 args. Method in interface java.sql.ResultSet  Moves the cursor to the given row number in  this ResultSet object. |\n|`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. |\n|`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. |\n|`after()`|after|Takes 0 args. Method in class java.sql.Timestamp  Indicates whether this Timestamp object is  later than the given Timestamp object. |\n|`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. |\n|`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. |\n|`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. |\n|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.ChoiceFormat  Sets the pattern. |\n|`AM_PM`|AM_PM|Takes 0 args. Static variable in class java.text.DateFormat.Field  Constant identifying the time of day indicator  (e.g. |\n|`AM_PM_FIELD`|AM_PM_FIELD|Takes 0 args. Static variable in class java.text.DateFormat  Useful constant for AM_PM field alignment. |\n|`applyLocalizedPattern()`|applyLocalizedPattern|Takes 0 args. Method in class java.text.DecimalFormat  Apply the given pattern to this Format object. |\n|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.DecimalFormat  Apply the given pattern to this Format object. |\n|`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. |\n|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.MessageFormat  Sets the pattern used by this message format. |\n|`applyLocalizedPattern()`|applyLocalizedPattern|Takes 0 args. Method in class java.text.SimpleDateFormat  Applies the given localized pattern string to this date format. |\n|`applyPattern()`|applyPattern|Takes 0 args. Method in class java.text.SimpleDateFormat  Applies the given pattern string to this date format. |\n|`add()`|add|Takes 0 args. Method in class java.util.AbstractCollection  Ensures that this collection contains the specified element (optional  operation). |\n|`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). |\n|`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). |\n|`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). |\n|`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. |\n|`addAll()`|addAll|Takes 0 args. Method in class java.util.AbstractQueue  Adds all of the elements in the specified collection to this  queue. |\n|`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). |\n|`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). |\n|`add()`|add|Takes 0 args. Method in class java.util.ArrayDeque  Inserts the specified element at the end of this deque. |\n|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.ArrayDeque  Inserts the specified element at the front of this deque. |\n|`addLast()`|addLast|Takes 0 args. Method in class java.util.ArrayDeque  Inserts the specified element at the end of this deque. |\n|`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. |\n|`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. |\n|`asList()`|asList|Takes 0 args. Static method in class java.util.Arrays  Returns a fixed-size list backed by the specified array. |\n|`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. |\n|`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. |\n|`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\". |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`areFieldsSet`|areFieldsSet|Takes 0 args. Variable in class java.util.Calendar  True if fields[] are in sync with the currently set time. |\n|`add()`|add|Takes 0 args. Method in interface java.util.Collection  Ensures that this collection contains the specified element (optional  operation). |\n|`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). |\n|`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. |\n|`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. |\n|`after()`|after|Takes 0 args. Method in class java.util.Date  Tests if this date is after the specified date. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`ALTERNATE`|ALTERNATE|Takes 0 args. Static variable in class java.util.FormattableFlags  Requires the output to use an alternate form. |\n|`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. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.util.HashSet  Adds the specified element to this set if it is not already present. |\n|`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. |\n|`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. |\n|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.LinkedList  Inserts the specified element at the beginning of this list. |\n|`addLast()`|addLast|Takes 0 args. Method in class java.util.LinkedList  Appends the specified element to the end of this list. |\n|`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). |\n|`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). |\n|`add()`|add|Takes 0 args. Method in interface java.util.ListIterator  Inserts the specified element into the list (optional operation). |\n|`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. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.util.PriorityQueue  Inserts the specified element into this priority queue. |\n|`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. |\n|`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). |\n|`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). |\n|`add()`|add|Takes 0 args. Method in class java.util.TreeSet  Adds the specified element to this set if it is not already present. |\n|`addAll()`|addAll|Takes 0 args. Method in class java.util.TreeSet  Adds all of the elements in the specified collection to this set. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque  Inserts the specified element at the tail of this deque. |\n|`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. |\n|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque  Inserts the specified element at the front of this deque. |\n|`addLast()`|addLast|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedDeque  Inserts the specified element at the end of this deque. |\n|`add()`|add|Takes 0 args. Method in class java.util.concurrent.ConcurrentLinkedQueue  Inserts the specified element at the tail of this queue. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`addIfAbsent()`|addIfAbsent|Takes 0 args. Method in class java.util.concurrent.CopyOnWriteArrayList  Append the element if not present. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.util.concurrent.DelayQueue  Inserts the specified element into this delay queue. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`addFirst()`|addFirst|Takes 0 args. Method in class java.util.concurrent.LinkedBlockingDeque  |\n|`addLast()`|addLast|Takes 0 args. Method in class java.util.concurrent.LinkedBlockingDeque  |\n|`add()`|add|Takes 0 args. Method in class java.util.concurrent.LinkedTransferQueue  Inserts the specified element at the tail of this queue. |\n|`arrive()`|arrive|Takes 0 args. Method in class java.util.concurrent.Phaser  Arrives at this phaser, without waiting for others to arrive. |\n|`arriveAndAwaitAdvance()`|arriveAndAwaitAdvance|Takes 0 args. Method in class java.util.concurrent.Phaser  Arrives at this phaser and awaits others. |\n|`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. |\n|`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. |\n|`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. |\n|`add()`|add|Takes 0 args. Method in class java.util.concurrent.PriorityBlockingQueue  Inserts the specified element into this priority queue. |\n|`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. |\n|`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. |\n|`availablePermits()`|availablePermits|Takes 0 args. Method in class java.util.concurrent.Semaphore  Returns the current number of permits available in this semaphore. |\n|`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. |\n|`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. |\n|`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. |\n|`awaitTermination(${1:long}, ${2:TimeUnit})`|awaitTermination|Takes 2 args. Method in class java.util.concurrent.ThreadPoolExecutor  |\n|`addAndGet()`|addAndGet|Takes 0 args. Method in class java.util.concurrent.atomic.AtomicInteger  Atomically adds the given value to the current value. |\n|`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. |\n|`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. |\n|`addAndGet()`|addAndGet|Takes 0 args. Method in class java.util.concurrent.atomic.AtomicLong  Atomically adds the given value to the current value. |\n|`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. |\n|`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. |\n|`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. |\n|`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. |\n|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject  Implements timed condition wait. |\n|`awaitNanos()`|awaitNanos|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject  Implements timed condition wait. |\n|`awaitUninterruptibly()`|awaitUninterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject  Implements uninterruptible condition wait. |\n|`awaitUntil()`|awaitUntil|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject  Implements absolute timed condition wait. |\n|`acquire()`|acquire|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer  Acquires in exclusive mode, ignoring interrupts. |\n|`acquireInterruptibly()`|acquireInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer  Acquires in exclusive mode, aborting if interrupted. |\n|`acquireShared()`|acquireShared|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer  Acquires in shared mode, ignoring interrupts. |\n|`acquireSharedInterruptibly()`|acquireSharedInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer  Acquires in shared mode, aborting if interrupted. |\n|`await(${1:long}, ${2:TimeUnit})`|await|Takes 2 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject  Implements timed condition wait. |\n|`awaitNanos()`|awaitNanos|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject  Implements timed condition wait. |\n|`awaitUninterruptibly()`|awaitUninterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject  Implements uninterruptible condition wait. |\n|`awaitUntil()`|awaitUntil|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject  Implements absolute timed condition wait. |\n|`acquire()`|acquire|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer  Acquires in exclusive mode, ignoring interrupts. |\n|`acquireInterruptibly()`|acquireInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer  Acquires in exclusive mode, aborting if interrupted. |\n|`acquireShared()`|acquireShared|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer  Acquires in shared mode, ignoring interrupts. |\n|`acquireSharedInterruptibly()`|acquireSharedInterruptibly|Takes 0 args. Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer  Acquires in shared mode, aborting if interrupted. |\n|`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. |\n|`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. |\n|`awaitUninterruptibly()`|awaitUninterruptibly|Takes 0 args. Method in interface java.util.concurrent.locks.Condition  Causes the current thread to wait until it is signalled. |\n|`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. |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.util.jar.Pack200.Packer  Registers a listener for PropertyChange events on the properties map. |\n|`addPropertyChangeListener()`|addPropertyChangeListener|Takes 0 args. Method in interface java.util.jar.Pack200.Unpacker  Registers a listener for PropertyChange events on the properties map. |\n|`ALL`|ALL|Takes 0 args. Static variable in class java.util.logging.Level  ALL indicates that all messages should be logged. |\n|`addLogger()`|addLogger|Takes 0 args. Method in class java.util.logging.LogManager  Add a named logger. |\n|`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. |\n|`addHandler()`|addHandler|Takes 0 args. Method in class java.util.logging.Logger  Add a log Handler to receive logging messages. |\n|`absolutePath()`|absolutePath|Takes 0 args. Method in class java.util.prefs.AbstractPreferences  Implements the absolutePath method as per the specification in  Preferences.absolutePath(). |\n|`addNodeChangeListener()`|addNodeChangeListener|Takes 0 args. Method in class java.util.prefs.AbstractPreferences  |\n|`addPreferenceChangeListener()`|addPreferenceChangeListener|Takes 0 args. Method in class java.util.prefs.AbstractPreferences  |\n|`absolutePath()`|absolutePath|Takes 0 args. Method in class java.util.prefs.Preferences  Returns this preference node's absolute path name. |\n|`addNodeChangeListener()`|addNodeChangeListener|Takes 0 args. Method in class java.util.prefs.Preferences  Registers the specified listener to receive node change events  for this node. |\n|`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. |\n|`appendReplacement(${1:StringBuffer}, ${2:String})`|appendReplacement|Takes 2 args. Method in class java.util.regex.Matcher  Implements a non-terminal append-and-replace step. |\n|`appendTail()`|appendTail|Takes 0 args. Method in class java.util.regex.Matcher  Implements a terminal append-and-replace step. |\n|`available()`|available|Takes 0 args. Method in class java.util.zip.DeflaterInputStream  Returns 0 after EOF has been reached, otherwise always return 1. |\n|`available()`|available|Takes 0 args. Method in class java.util.zip.InflaterInputStream  Returns 0 after EOF has been reached, otherwise always return 1. |\n|`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. |\n|`attributes`|attributes|Takes 0 args. Variable in class javax.accessibility.AccessibleAttributeSequence  The text attributes |\n|`addFocusListener()`|addFocusListener|Takes 0 args. Method in interface javax.accessibility.AccessibleComponent  Adds the specified focus listener to receive focus events from this  component. |\n|`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. |\n|`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. |\n|`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. |\n|`ACCESSIBLE_CHILD_PROPERTY`|ACCESSIBLE_CHILD_PROPERTY|Takes 0 args. Static variable in cla","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwscats%2Fjava-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwscats%2Fjava-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwscats%2Fjava-snippets/lists"}