Uses of Annotation Interface
java.lang.Override

Packages that use Override
Package
Description
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting graphics and images.
Provides interfaces and classes for transferring data between and within applications.
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
Provides classes for creating and modifying images.
Contains classes related to developing beans -- components based on the JavaBeans architecture.
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing class file attributes for the java.lang.classfile library.
Provides interfaces describing constant pool entries for the java.lang.classfile library.
Provides interfaces describing code instructions for the java.lang.classfile library.
Classes and interfaces to represent nominal descriptors for run-time entities such as classes or method handles, and classfile entities such as constant pool entries or invokedynamic call sites.
Provides low-level access to memory and functions outside the Java runtime.
The java.lang.invoke package provides low-level primitives for interacting with the Java Virtual Machine.
Classes to support module descriptors and creating configurations of modules by means of resolution and service binding.
Provides reference-object classes, which support a limited degree of interaction with the garbage collector.
Provides classes and interfaces for obtaining reflective information about classes and objects.
Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).
Provides the classes for implementing networking applications.
HTTP Client and WebSocket APIs
Defines buffers, which are containers for data, and provides an overview of the other NIO packages.
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters.
Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems.
Interfaces and classes providing access to file and file system attributes.
Provides classes and interfaces for supporting the server side of RMI.
Provides the classes and interfaces for the security framework.
Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths.
Provides interfaces for generating RSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm) keys as defined in the RSA Laboratory Technical Note PKCS#1, and DSA (Digital Signature Algorithm) keys as defined in NIST's FIPS-186.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.
The main API for dates, times, instants, and durations.
Generic API for calendar systems other than the default ISO.
Provides classes to print and parse dates and times.
Access to date and time using fields and units, and date time adjusters.
Support for time-zones and their rules.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Provides the classes and interfaces of the Java 2 platform's core logging facilities.
Classes for matching character sequences against patterns specified by regular expressions.
Service provider classes for the classes in the java.util package.
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
Provides classes for reading and writing the standard ZIP and GZIP file formats.
Facilities for declaring annotation processors and for allowing annotation processors to communicate with an annotation processing tool environment.
Provides the classes and interfaces for cryptographic operations.
Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
Public classes used by the built-in TIFF plug-ins.
Interfaces used to model elements of the Java programming language.
Interfaces used to model Java programming language types.
Utilities to assist in the processing of program elements and types.
Provides the core classes for the Java Management Extensions.
Provides the definition of the ModelMBean classes.
Provides the definition of the monitor classes.
Provides the open data types and Open MBean descriptor classes.
Interfaces for remote access to JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
Provides classes for the secure socket package.
Package javax.print.attribute.standard contains classes for specific printing attributes.
This package provides a framework for authentication and authorization.
This package contains utility classes related to the Kerberos network authentication protocol.
This package contains the classes that should be used to store X500 Principal and X500 Private Credentials in a Subject.
Provides classes for public key certificates.
Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data.
Provides interfaces and classes for capture, processing, and playback of sampled audio data.
Provides the API for server side data source access and processing from the Java programming language.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides classes and interface for drawing specialized borders around a Swing component.
Provides for events fired by Swing components.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel.
Provides user interface objects that combine two or more look and feels.
Provides user interface objects built according to the cross-platform Nimbus look and feel.
Synth is a skinnable look and feel in which all painting is delegated.
Provides classes and interfaces for dealing with javax.swing.JTable.
Provides classes and interfaces that deal with editable and noneditable text components.
Provides interfaces for tools which can be invoked from a program, for example, compilers.
Provides the classes for implementing XML Catalogs OASIS Standard V1.1, 7 October 2005.
Defines XML/Java Type Mappings.
Provides the classes for processing XML documents with a SAX (Simple API for XML) parser or a DOM (Document Object Model) Document builder.
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines the generic APIs for processing transformation instructions, and performing a transformation from source to result.
Provides DOM specific transformation classes.
Provides SAX specific transformation classes.
Provides StAX specific transformation classes.
Provides stream and URI specific transformation classes.
Provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment.
This package presents a framework that allows application developers to make use of security services like authentication, data integrity and data confidentiality from a variety of underlying security mechanisms like Kerberos, using a unified API.
Provides helper classes, including support for bootstrapping SAX-based applications.
  • Uses of Override in java.applet

    Methods in java.applet with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Indicates if this container is a validate root.
  • Uses of Override in java.awt

    Methods in java.awt with annotations of type Override
    Modifier and Type
    Method
    Description
    Window.getBackground()
    Gets the background color of this window.
    void
    Container.invalidate()
    Invalidates the container.
    boolean
    Window.isOpaque()
    Indicates if the window is currently opaque.
    boolean
    Indicates if this container is a validate root.
    void
    Window.paint(Graphics g)
    Paints the container.
    void
    Window.setBackground(Color bgColor)
    Sets the background color of this window.
    void
    Window.setLocation(int x, int y)
    Moves this component to a new location.
    void
    Window.setLocation(Point p)
    Moves this component to a new location.
    void
    FileDialog.setTitle(String title)
    Sets the title of the Dialog.
    Robot.toString()
    Returns a string representation of this Robot.
  • Uses of Override in java.awt.datatransfer

    Methods in java.awt.datatransfer with annotations of type Override
    Modifier and Type
    Method
    Description
    SystemFlavorMap.getFlavorsForNative(String nat)
    Returns a List of DataFlavors to which the specified String native can be translated by the data transfer subsystem.
    SystemFlavorMap.getFlavorsForNatives(String[] natives)
    Returns a Map of the specified String natives to their most preferred DataFlavor.
    SystemFlavorMap.getNativesForFlavor(DataFlavor flav)
    Returns a List of String natives to which the specified DataFlavor can be translated by the data transfer subsystem.
    SystemFlavorMap.getNativesForFlavors(DataFlavor[] flavors)
    Returns a Map of the specified DataFlavors to their most preferred String native.
  • Uses of Override in java.awt.geom

    Methods in java.awt.geom with annotations of type Override
    Modifier and Type
    Method
    Description
    final void
    Path2D.Double.trimToSize()
     
    final void
    Path2D.Float.trimToSize()
     
  • Uses of Override in java.awt.image

    Methods in java.awt.image with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    ColorModel.equals(Object obj)
    This method simply delegates to the default implementation in Object which is identical to an == test since this class cannot enforce the issues of a proper equality test among multiple independent subclass branches.
    boolean
    ComponentColorModel.equals(Object obj)
    Tests if the specified Object is an instance of ComponentColorModel and equals this ComponentColorModel.
    boolean
    IndexColorModel.equals(Object obj)
    Tests if the specified Object is an instance of IndexColorModel and if it equals this IndexColorModel
    boolean
    PackedColorModel.equals(Object obj)
    Tests if the specified Object is an instance of PackedColorModel and equals this PackedColorModel.
    protected Image
    BaseMultiResolutionImage.getBaseImage()
     
    AbstractMultiResolutionImage.getGraphics()
    As per the contract of the base Image#getGraphics() method, this implementation will always throw UnsupportedOperationException since only off-screen images can return a Graphics object.
    int
    AbstractMultiResolutionImage.getHeight(ImageObserver observer)
    This method simply delegates to the same method on the base image and it is equivalent to: getBaseImage().getHeight(observer).
    AbstractMultiResolutionImage.getProperty(String name, ImageObserver observer)
    This method simply delegates to the same method on the base image and it is equivalent to: getBaseImage().getProperty(name, observer).
    BaseMultiResolutionImage.getResolutionVariant(double destImageWidth, double destImageHeight)
     
    BaseMultiResolutionImage.getResolutionVariants()
     
    AbstractMultiResolutionImage.getSource()
    This method simply delegates to the same method on the base image and it is equivalent to: getBaseImage().getSource().
    int
    AbstractMultiResolutionImage.getWidth(ImageObserver observer)
    This method simply delegates to the same method on the base image and it is equivalent to: getBaseImage().getWidth(observer).
    int
    ColorModel.hashCode()
    This method simply delegates to the default implementation in Object which returns the system ID for the class.
    int
    ComponentColorModel.hashCode()
    Returns the hash code for this ComponentColorModel.
    int
    IndexColorModel.hashCode()
    Returns the hash code for IndexColorModel.
    int
    PackedColorModel.hashCode()
    Returns the hash code for this PackedColorModel.
  • Uses of Override in java.beans

    Methods in java.beans with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    Expression.execute()
    The execute method finds a method whose name is the same as the methodName property, and invokes the method on the target.
    SimpleBeanInfo.getAdditionalBeanInfo()
    Claim there are no other relevant BeanInfo objects.
    SimpleBeanInfo.getBeanDescriptor()
    Deny knowledge about the class and customizer of the bean.
    int
    SimpleBeanInfo.getDefaultEventIndex()
    Deny knowledge of a default event.
    int
    SimpleBeanInfo.getDefaultPropertyIndex()
    Deny knowledge of a default property.
    SimpleBeanInfo.getEventSetDescriptors()
    Deny knowledge of event sets.
    SimpleBeanInfo.getIcon(int iconKind)
    Claim there are no icons available.
    SimpleBeanInfo.getMethodDescriptors()
    Deny knowledge of methods.
    SimpleBeanInfo.getPropertyDescriptors()
    Deny knowledge of properties.
  • Uses of Override in java.io

    Methods in java.io with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    ByteArrayInputStream.available()
    Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
    int
    FileInputStream.available()
    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.
    int
    FilterInputStream.available()
    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.
    int
    ObjectInputStream.available()
    Returns the number of bytes that can be read without blocking.
    int
    PipedInputStream.available()
    Returns the number of bytes that can be read from this input stream without blocking.
    int
    SequenceInputStream.available()
    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.
    int
    StringBufferInputStream.available()
    Deprecated.
    Returns the number of bytes that can be read from the input stream without blocking.
    void
    ByteArrayInputStream.close()
    Closing a ByteArrayInputStream has no effect.
    void
    ByteArrayOutputStream.close()
    Closing a ByteArrayOutputStream has no effect.
    void
    FileInputStream.close()
    Closes this file input stream and releases any system resources associated with the stream.
    void
    FileOutputStream.close()
    Closes this file output stream and releases any system resources associated with this stream.
    void
    FilterInputStream.close()
    Closes this input stream and releases any system resources associated with the stream.
    void
    FilterOutputStream.close()
    Closes this output stream and releases any system resources associated with the stream.
    void
    ObjectInputStream.close()
    Closes this input stream and releases any system resources associated with the stream.
    void
    ObjectOutputStream.close()
    Closes the stream.
    void
    PipedInputStream.close()
    Closes this input stream and releases any system resources associated with the stream.
    void
    PipedOutputStream.close()
    Closes this piped output stream and releases any system resources associated with this stream.
    void
    PrintStream.close()
    Closes the stream.
    void
    SequenceInputStream.close()
    Closes this input stream and releases any system resources associated with the stream.
    boolean
    FilePermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two FilePermission objects for equality.
    void
    BufferedOutputStream.flush()
    Flushes this buffered output stream.
    void
    FilterOutputStream.flush()
    Flushes this output stream and forces any buffered output bytes to be written out to the stream.
    void
    ObjectOutputStream.flush()
    Flushes the stream.
    void
    PipedOutputStream.flush()
    Flushes this output stream and forces any buffered output bytes to be written out.
    void
    PrintStream.flush()
    Flushes the stream.
    FilePermission.getActions()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the "canonical string representation" of the actions.
    UncheckedIOException.getCause()
    Returns the cause of this exception.
    WriteAbortedException.getCause()
    Returns the exception that terminated the operation (the cause).
    InvalidClassException.getMessage()
    Produce the message and include the classname, if present.
    int
    FilePermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this object.
    boolean
    FilePermission.implies(Permission p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks if this FilePermission object "implies" the specified permission.
    void
    ByteArrayInputStream.mark(int readAheadLimit)
    Set the current marked position in the stream.
    void
    FilterInputStream.mark(int readlimit)
    Marks the current position in this input stream.
    boolean
    ByteArrayInputStream.markSupported()
    Tests if this InputStream supports mark/reset.
    boolean
    FilterInputStream.markSupported()
    Tests if this input stream supports the mark and reset methods.
    FilePermission.newPermissionCollection()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a new PermissionCollection object for storing FilePermission objects.
    int
    ByteArrayInputStream.read()
    Reads the next byte of data from this input stream.
    int
    ByteArrayInputStream.read(byte[] b, int off, int len)
    Reads up to len bytes of data into an array of bytes from this input stream.
    int
    FileInputStream.read()
    Reads a byte of data from this input stream.
    int
    FileInputStream.read(byte[] b)
    Reads up to b.length bytes of data from this input stream into an array of bytes.
    int
    FileInputStream.read(byte[] b, int off, int len)
    Reads up to len bytes of data from this input stream into an array of bytes.
    int
    FilterInputStream.read()
    Reads the next byte of data from the input stream.
    int
    FilterInputStream.read(byte[] b)
    Reads up to b.length bytes of data from this input stream into an array of bytes.
    int
    FilterInputStream.read(byte[] b, int off, int len)
    Reads up to len bytes of data from this input stream into an array of bytes.
    int
    ObjectInputStream.read()
    Reads a byte of data.
    int
    ObjectInputStream.read(byte[] buf, int off, int len)
    Reads into an array of bytes.
    int
    PipedInputStream.read()
    Reads the next byte of data from this piped input stream.
    int
    PipedInputStream.read(byte[] b, int off, int len)
    Reads up to len bytes of data from this piped input stream into an array of bytes.
    int
    SequenceInputStream.read()
    Reads the next byte of data from the input stream.
    int
    SequenceInputStream.read(byte[] b, int off, int len)
    Reads up to len bytes of data from this input stream into an array of bytes.
    int
    StringBufferInputStream.read()
    Deprecated.
    Reads the next byte of data from this input stream.
    int
    StringBufferInputStream.read(byte[] b, int off, int len)
    Deprecated.
    Reads up to len bytes of data from this input stream into an array of bytes.
    byte[]
    ByteArrayInputStream.readAllBytes()
     
    int
    ByteArrayInputStream.readNBytes(byte[] b, int off, int len)
     
    byte[]
    FileInputStream.readNBytes(int len)
     
    void
    ByteArrayInputStream.reset()
    Resets the buffer to the marked position.
    void
    FilterInputStream.reset()
    Repositions this stream to the position at the time the mark method was last called on this input stream.
    void
    StringBufferInputStream.reset()
    Deprecated.
    Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
    long
    ByteArrayInputStream.skip(long n)
    Skips n bytes of input from this input stream.
    long
    FileInputStream.skip(long n)
    Skips over and discards n bytes of data from the input stream.
    long
    FilterInputStream.skip(long n)
    Skips over and discards n bytes of data from the input stream.
    long
    StringBufferInputStream.skip(long n)
    Deprecated.
    Skips n bytes of input from this input stream.
    int
    ObjectInputStream.skipBytes(int len)
    Skips bytes.
    ByteArrayOutputStream.toString()
    Converts the buffer's contents into a string decoding bytes using the default charset.
    void
    BufferedOutputStream.write(byte[] b, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
    void
    BufferedOutputStream.write(int b)
    Writes the specified byte to this buffered output stream.
    void
    ByteArrayOutputStream.write(byte[] b, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this ByteArrayOutputStream.
    void
    ByteArrayOutputStream.write(int b)
    Writes the specified byte to this ByteArrayOutputStream.
    void
    FileOutputStream.write(byte[] b)
    Writes b.length bytes from the specified byte array to this file output stream.
    void
    FileOutputStream.write(byte[] b, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this file output stream.
    void
    FileOutputStream.write(int b)
    Writes the specified byte to this file output stream.
    void
    FilterOutputStream.write(byte[] b)
    Writes b.length bytes to this output stream.
    void
    FilterOutputStream.write(byte[] b, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this output stream.
    void
    FilterOutputStream.write(int b)
    Writes the specified byte to this output stream.
    void
    ObjectOutputStream.write(byte[] buf)
    Writes an array of bytes.
    void
    ObjectOutputStream.write(byte[] buf, int off, int len)
    Writes a sub array of bytes.
    void
    ObjectOutputStream.write(int val)
    Writes a byte.
    void
    PipedOutputStream.write(byte[] b, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this piped output stream.
    void
    PipedOutputStream.write(int b)
    Writes the specified byte to the piped output stream.
    void
    PrintStream.write(byte[] buf)
    Writes all bytes from the specified byte array to this stream.
    void
    PrintStream.write(byte[] buf, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this stream.
    void
    PrintStream.write(int b)
    Writes the specified byte to this stream.
  • Uses of Override in java.lang

    Methods in java.lang with annotations of type Override
    Modifier and Type
    Method
    Description
    StringBuffer.append(boolean b)
     
    StringBuffer.append(char c)
     
    StringBuffer.append(char[] str)
     
    StringBuffer.append(char[] str, int offset, int len)
     
    StringBuffer.append(double d)
     
    StringBuffer.append(float f)
     
    StringBuffer.append(int i)
     
    StringBuffer.append(long lng)
     
    StringBuffer.append(CharSequence s)
    Appends the specified CharSequence to this sequence.
    StringBuffer.append(CharSequence s, int start, int end)
     
    StringBuffer.append(Object obj)
     
    StringBuffer.append(String str)
     
    StringBuilder.append(boolean b)
     
    StringBuilder.append(char c)
     
    StringBuilder.append(char[] str)
     
    StringBuilder.append(char[] str, int offset, int len)
     
    StringBuilder.append(double d)
     
    StringBuilder.append(float f)
     
    StringBuilder.append(int i)
     
    StringBuilder.append(long lng)
     
    StringBuilder.append(CharSequence s)
     
    StringBuilder.append(CharSequence s, int start, int end)
     
    StringBuilder.append(Object obj)
     
    StringBuilder.append(String str)
     
    StringBuffer.appendCodePoint(int codePoint)
     
    StringBuilder.appendCodePoint(int codePoint)
     
    Class.arrayType()
    Returns a Class for an array type whose component type is described by this Class.
    byte
    Double.byteValue()
    Returns the value of this Double as a byte after a narrowing primitive conversion.
    byte
    Float.byteValue()
    Returns the value of this Float as a byte after a narrowing primitive conversion.
    int
    StringBuffer.capacity()
     
    char
    StringBuffer.charAt(int index)
     
    String.chars()
    Returns a stream of int zero-extending the char values from this sequence.
    protected Object
    Thread.clone()
    Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
    int
    StringBuffer.codePointAt(int index)
     
    int
    StringBuffer.codePointBefore(int index)
     
    int
    StringBuffer.codePointCount(int beginIndex, int endIndex)
     
    String.codePoints()
    Returns a stream of code point values from this sequence.
    int
    Double.compareTo(Double anotherDouble)
    Compares two Double objects numerically.
    int
    Float.compareTo(Float anotherFloat)
    Compares two Float objects numerically.
    int
    ProcessHandle.compareTo(ProcessHandle other)
    Compares this ProcessHandle with the specified ProcessHandle for order.
    int
    Runtime.Version.compareTo(Runtime.Version obj)
    Compares this version to another.
    int
    StringBuffer.compareTo(StringBuffer another)
    Compares two StringBuffer instances lexicographically.
    int
    StringBuilder.compareTo(StringBuilder another)
    Compares two StringBuilder instances lexicographically.
    Returns the component type of this Class, if it describes an array type, or null otherwise.
    StringBuffer.delete(int start, int end)
     
    StringBuilder.delete(int start, int end)
     
    StringBuffer.deleteCharAt(int index)
     
    StringBuilder.deleteCharAt(int index)
     
    Returns an Optional containing the nominal descriptor for this instance.
    Returns an Optional containing the nominal descriptor for this instance.
    Character.describeConstable()
    Returns an Optional containing the nominal descriptor for this instance.
    Returns a nominal descriptor for this instance, if one can be constructed, or an empty Optional if one cannot be.
    Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
    Returns an enum descriptor EnumDesc for this instance, if one can be constructed, or an empty Optional if one cannot be.
    Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
    Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
    Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
    Returns an Optional containing the nominal descriptor for this instance.
    Returns an Optional containing the nominal descriptor for this instance, which is the instance itself.
    Returns the descriptor string of the entity (class, interface, array class, primitive type, or void) represented by this Class object.
    double
    Double.doubleValue()
    Returns the double value of this Double object.
    double
    Float.doubleValue()
    Returns the value of this Float as a double after a widening primitive conversion.
    void
    StringBuffer.ensureCapacity(int minimumCapacity)
     
    boolean
    ProcessHandle.equals(Object other)
    Returns true if other object is non-null, is of the same implementation, and represents the same system process; otherwise it returns false.
    abstract boolean
    Record.equals(Object obj)
    Indicates whether some other object is "equal to" this one.
    boolean
    Runtime.Version.equals(Object obj)
    Determines whether this Version is equal to another object.
    float
    Double.floatValue()
    Returns the value of this Double as a float after a narrowing primitive conversion.
    float
    Float.floatValue()
    Returns the float value of this Float object.
    <A extends Annotation>
    A
    Class.getAnnotation(Class<A> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    Module.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <A extends Annotation>
    A
    Package.getAnnotation(Class<A> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    Returns annotations that are present on this element.
    Returns annotations that are present on this element.
    Package.getAnnotations()
    Returns annotations that are present on this element.
    <A extends Annotation>
    A[]
    Class.getAnnotationsByType(Class<A> annotationClass)
    Returns annotations that are associated with this element.
    <A extends Annotation>
    A[]
    Package.getAnnotationsByType(Class<A> annotationClass)
    Returns annotations that are associated with this element.
    void
    String.getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)
    Copies characters from this sequence into the given destination array.
    void
    StringBuffer.getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)
     
    <A extends Annotation>
    A
    Class.getDeclaredAnnotation(Class<A> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is directly present, else null.
    <A extends Annotation>
    A
    Package.getDeclaredAnnotation(Class<A> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is directly present, else null.
    Returns annotations that are directly present on this element.
    Returns annotations that are directly present on this element.
    Returns annotations that are directly present on this element.
    <A extends Annotation>
    A[]
    Class.getDeclaredAnnotationsByType(Class<A> annotationClass)
    Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
    <A extends Annotation>
    A[]
    Package.getDeclaredAnnotationsByType(Class<A> annotationClass)
     
    int
    Boolean.hashCode()
    Returns a hash code for this Boolean object.
    int
    Byte.hashCode()
    Returns a hash code for this Byte; equal to the result of invoking intValue().
    int
    Character.hashCode()
    Returns a hash code for this Character; equal to the result of invoking charValue().
    int
    Double.hashCode()
    Returns a hash code for this Double object.
    int
    Float.hashCode()
    Returns a hash code for this Float object.
    int
    Integer.hashCode()
    Returns a hash code for this Integer.
    int
    Long.hashCode()
    Returns a hash code for this Long.
    int
    Package.hashCode()
    Return the hash code computed from the package name.
    int
    ProcessHandle.hashCode()
    Returns a hash code value for this ProcessHandle.
    abstract int
    Record.hashCode()
    Returns a hash code value for the record.
    int
    Runtime.Version.hashCode()
    Returns the hash code of this version.
    int
    Short.hashCode()
    Returns a hash code for this Short; equal to the result of invoking intValue().
    int
    StringBuffer.indexOf(String str)
     
    int
    StringBuffer.indexOf(String str, int fromIndex)
     
    int
    StringBuilder.indexOf(String str)
     
    int
    StringBuilder.indexOf(String str, int fromIndex)
     
    Thread.Builder.OfPlatform.inheritInheritableThreadLocals(boolean inherit)
     
    Thread.Builder.OfVirtual.inheritInheritableThreadLocals(boolean inherit)
     
    StringBuffer.insert(int offset, boolean b)
     
    StringBuffer.insert(int offset, char c)
     
    StringBuffer.insert(int offset, char[] str)
     
    StringBuffer.insert(int index, char[] str, int offset, int len)
     
    StringBuffer.insert(int offset, double d)
     
    StringBuffer.insert(int offset, float f)
     
    StringBuffer.insert(int offset, int i)
     
    StringBuffer.insert(int offset, long l)
     
    StringBuffer.insert(int dstOffset, CharSequence s)
     
    StringBuffer.insert(int dstOffset, CharSequence s, int start, int end)
     
    StringBuffer.insert(int offset, Object obj)
     
    StringBuffer.insert(int offset, String str)
     
    StringBuilder.insert(int offset, boolean b)
     
    StringBuilder.insert(int offset, char c)
     
    StringBuilder.insert(int offset, char[] str)
     
    StringBuilder.insert(int index, char[] str, int offset, int len)
     
    StringBuilder.insert(int offset, double d)
     
    StringBuilder.insert(int offset, float f)
     
    StringBuilder.insert(int offset, int i)
     
    StringBuilder.insert(int offset, long l)
     
    StringBuilder.insert(int dstOffset, CharSequence s)
     
    StringBuilder.insert(int dstOffset, CharSequence s, int start, int end)
     
    StringBuilder.insert(int offset, Object obj)
     
    StringBuilder.insert(int offset, String str)
     
    int
    Double.intValue()
    Returns the value of this Double as an int after a narrowing primitive conversion.
    int
    Float.intValue()
    Returns the value of this Float as an int after a narrowing primitive conversion.
    boolean
    Class.isAnnotationPresent(Class<? extends Annotation> annotationClass)
    Returns true if an annotation for the specified type is present on this element, else false.
    boolean
    Package.isAnnotationPresent(Class<? extends Annotation> annotationClass)
    Returns true if an annotation for the specified type is present on this element, else false.
    boolean
    String.isEmpty()
    Returns true if, and only if, String.length() is 0.
    int
    StringBuffer.lastIndexOf(String str)
     
    int
    StringBuffer.lastIndexOf(String str, int fromIndex)
     
    int
    StringBuilder.lastIndexOf(String str)
     
    int
    StringBuilder.lastIndexOf(String str, int fromIndex)
     
    int
    StringBuffer.length()
     
    long
    Double.longValue()
    Returns the value of this Double as a long after a narrowing primitive conversion.
    long
    Float.longValue()
    Returns value of this Float as a long after a narrowing primitive conversion.
    Thread.Builder.OfPlatform.name(String name)
     
    Thread.Builder.OfPlatform.name(String prefix, long start)
     
    Thread.Builder.OfVirtual.name(String name)
     
    Thread.Builder.OfVirtual.name(String prefix, long start)
     
    int
    StringBuffer.offsetByCodePoints(int index, int codePointOffset)
     
    StringBuffer.repeat(int codePoint, int count)
     
    StringBuffer.repeat(CharSequence cs, int count)
     
    StringBuilder.repeat(int codePoint, int count)
     
    StringBuilder.repeat(CharSequence cs, int count)
     
    StringBuffer.replace(int start, int end, String str)
     
    StringBuilder.replace(int start, int end, String str)
     
    Resolves this instance as a ConstantDesc, the result of which is the instance itself.
    Resolves this instance as a ConstantDesc, the result of which is the instance itself.
    Resolves this instance as a ConstantDesc, the result of which is the instance itself.
    Resolves this instance as a ConstantDesc, the result of which is the instance itself.
    Resolves this instance as a ConstantDesc, the result of which is the instance itself.
    StringBuffer.reverse()
     
    StringBuilder.reverse()
     
    void
    Thread.run()
    This method is run by the thread when it executes.
    void
    StringBuffer.setCharAt(int index, char ch)
     
    void
    StringBuffer.setLength(int newLength)
     
    short
    Double.shortValue()
    Returns the value of this Double as a short after a narrowing primitive conversion.
    short
    Float.shortValue()
    Returns the value of this Float as a short after a narrowing primitive conversion.
    StringBuffer.subSequence(int start, int end)
     
    StringBuffer.substring(int start)
     
    StringBuffer.substring(int start, int end)
     
    Boolean.toString()
    Returns a String object representing this Boolean's value.
    Byte.toString()
    Returns a String object representing this Byte's value.
    Character.toString()
    Returns a String object representing this Character's value.
    Module.toString()
    Returns the string representation of this module.
    ModuleLayer.toString()
    Returns a string describing this module layer.
    Package.toString()
    Returns the string representation of this Package.
    abstract String
    Record.toString()
    Returns a string representation of the record.
    Runtime.Version.toString()
    Returns a string representation of this version.
    Short.toString()
    Returns a String object representing this Short's value.
    StackTraceElement.toString()
    Returns a string representation of this stack trace element.
    StringBuffer.toString()
     
    StringBuilder.toString()
     
    void
    StringBuffer.trimToSize()
     
     
     
  • Uses of Override in java.lang.classfile

    Methods in java.lang.classfile with annotations of type Override
    Modifier and Type
    Method
    Description
    default void
    ClassFileBuilder.accept(E e)
    Integrates the member element into the structure being built.
    ClassTransform.andThen(ClassTransform t)
     
    CodeTransform.andThen(CodeTransform t)
     
    FieldTransform.andThen(FieldTransform t)
     
    MethodTransform.andThen(MethodTransform t)
     
    CustomAttribute.attributeMapper()
     
    CustomAttribute.attributeName()
    Returns the name of the attribute.
    AnnotationValue.OfBoolean.constant()
    Returns the backing integer entry.
    AnnotationValue.OfByte.constant()
    Returns the backing integer entry.
    AnnotationValue.OfChar.constant()
    Returns the backing integer entry.
    AnnotationValue.OfDouble.constant()
    Returns the backing double entry.
    AnnotationValue.OfFloat.constant()
    Returns the backing float entry.
    AnnotationValue.OfInt.constant()
    Returns the backing integer entry.
    AnnotationValue.OfLong.constant()
    Returns the backing long entry.
    AnnotationValue.OfShort.constant()
    Returns the backing integer entry.
    AnnotationValue.OfString.constant()
    Returns the backing UTF8 entry.
    void
    CompoundElement.forEach(Consumer<? super E> consumer)
    Invokes the provided handler with each member element in this compound element.
    default Iterator<E>
    CompoundElement.iterator()
    Returns an Iterator describing all member elements in this compound element.
    default Boolean
    AnnotationValue.OfBoolean.resolvedValue()
    Returns the resolved boolean value.
    default Byte
    AnnotationValue.OfByte.resolvedValue()
    Returns the resolved byte value.
    default Character
    AnnotationValue.OfChar.resolvedValue()
    Returns the resolved char value.
    default Double
    AnnotationValue.OfDouble.resolvedValue()
    Returns the resolved double value.
    default Float
    AnnotationValue.OfFloat.resolvedValue()
    Returns the resolved float value.
    default Integer
    AnnotationValue.OfInt.resolvedValue()
    Returns the resolved int value.
    default Long
    AnnotationValue.OfLong.resolvedValue()
    Returns the resolved long value.
    default Short
    AnnotationValue.OfShort.resolvedValue()
    Returns the resolved short value.
    default String
    AnnotationValue.OfString.resolvedValue()
    Returns the resolved string value.
  • Uses of Override in java.lang.classfile.attribute

    Methods in java.lang.classfile.attribute with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    StackMapFrameInfo.SimpleVerificationTypeInfo.tag()
     
  • Uses of Override in java.lang.classfile.constantpool

    Methods in java.lang.classfile.constantpool with annotations of type Override
    Modifier and Type
    Method
    Description
    default ConstantDesc
    ClassEntry.constantValue()
    Returns a symbolic descriptor of this constant.
    default ConstantDesc
    ConstantDynamicEntry.constantValue()
    Returns a symbolic descriptor of this constant.
    ConstantValueEntry.constantValue()
    Returns the constant value.
    default ConstantDesc
    MethodHandleEntry.constantValue()
    Returns a symbolic descriptor of this constant.
    default ConstantDesc
    MethodTypeEntry.constantValue()
    Returns a symbolic descriptor of this constant.
    ConstantPool.iterator()
    Returns an iterator over pool entries.
    default TypeKind
    ConstantDynamicEntry.typeKind()
    Returns the data type of this constant.
    default TypeKind
    LongEntry.typeKind()
    Returns the type of the constant.
  • Uses of Override in java.lang.classfile.instruction

    Methods in java.lang.classfile.instruction with annotations of type Override
    Modifier and Type
    Method
    Description
    ConstantInstruction.ArgumentConstantInstruction.constantValue()
     
    default TypeKind
    ConstantInstruction.ArgumentConstantInstruction.typeKind()
     
    default TypeKind
    ConstantInstruction.IntrinsicConstantInstruction.typeKind()
     
    default TypeKind
    ConstantInstruction.LoadConstantInstruction.typeKind()
     
  • Uses of Override in java.lang.constant

    Methods in java.lang.constant with annotations of type Override
    Modifier and Type
    Method
    Description
    final boolean
    DynamicCallSiteDesc.equals(Object o)
    Compares the specified object with this descriptor for equality.
    final boolean
    DynamicConstantDesc.equals(Object o)
    Compares the specified object with this descriptor for equality.
    boolean
    ModuleDesc.equals(Object o)
    Compare the specified object with this descriptor for equality.
    boolean
    PackageDesc.equals(Object o)
    Compare the specified object with this descriptor for equality.
    final int
    DynamicCallSiteDesc.hashCode()
     
    final int
    DynamicConstantDesc.hashCode()
     
     
    MethodHandleDesc.resolveConstantDesc(MethodHandles.Lookup lookup)
     
    Resolves this descriptor reflectively, emulating the resolution behavior of JVMS 5.4.3 and the access control behavior of JVMS 5.4.4.
    DynamicCallSiteDesc.toString()
    Returns a compact textual description of this call site description, including the bootstrap method, the invocation name and type, and the static bootstrap arguments.
    DynamicConstantDesc.toString()
    Returns a compact textual description of this constant description, including the bootstrap method, the constant name and type, and the static bootstrap arguments.
  • Uses of Override in java.lang.foreign

    Methods in java.lang.foreign with annotations of type Override
    Modifier and Type
    Method
    Description
    Arena.allocate(long byteSize, long byteAlignment)
    Returns a native memory segment with the given size (in bytes) and alignment constraint (in bytes).
    void
    Arena.close()
    Closes this arena.
    boolean
    MemorySegment.equals(Object that)
    Compares the specified object with this memory segment for equality.
    boolean
    MemorySegment.Scope.equals(Object that)
    Returns true, if the provided object is also a scope, which models the same lifetime as that modeled by this scope.
    int
    MemorySegment.hashCode()
    Returns the hash code value for this memory segment.
    int
    MemorySegment.Scope.hashCode()
    Returns the hash code of this scope object.
    MemoryLayout.toString()
    Returns the string representation of this layout.
    AddressLayout.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    GroupLayout.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    StructLayout.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    UnionLayout.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfBoolean.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfByte.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfChar.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfDouble.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfFloat.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfInt.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfLong.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.OfShort.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    ValueLayout.withByteAlignment(long byteAlignment)
    Returns a memory layout with the same characteristics as this layout, but with the given alignment constraint (in bytes).
    AddressLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    GroupLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    PaddingLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    SequenceLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    StructLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    UnionLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfBoolean.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfByte.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfChar.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfDouble.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfFloat.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfInt.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfLong.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.OfShort.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    ValueLayout.withName(String name)
    Returns a memory layout with the same characteristics as this layout, but with the given name.
    AddressLayout.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfBoolean.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfByte.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfChar.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfDouble.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfFloat.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfInt.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfLong.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    ValueLayout.OfShort.withOrder(ByteOrder order)
    Returns a value layout with the same characteristics as this layout, but with the given byte order.
    AddressLayout.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    GroupLayout.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    PaddingLayout.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    StructLayout.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    UnionLayout.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfBoolean.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfByte.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfChar.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfDouble.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfFloat.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfInt.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfLong.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.OfShort.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
    ValueLayout.withoutName()
    Returns a memory layout with the same characteristics as this layout, but with no name.
  • Uses of Override in java.lang.invoke

    Methods in java.lang.invoke with annotations of type Override
    Modifier and Type
    Method
    Description
    MethodHandle.describeConstable()
    Return a nominal descriptor for this instance, if one can be constructed, or an empty Optional if one cannot be.
    MethodType.describeConstable()
    Returns a nominal descriptor for this instance, if one can be constructed, or an empty Optional if one cannot be.
    VarHandle.describeConstable()
    Return a nominal descriptor for this instance, if one can be constructed, or an empty Optional if one cannot be.
    MethodType.descriptorString()
    Returns the descriptor string for this method type.
    ConstantCallSite.dynamicInvoker()
    Returns this call site's permanent target.
    MutableCallSite.dynamicInvoker()
    Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.
    VolatileCallSite.dynamicInvoker()
    Produces a method handle equivalent to an invokedynamic instruction which has been linked to this call site.
    boolean
    MethodType.equals(Object x)
    Compares the specified object with this type for equality.
    ConstantCallSite.getTarget()
    Returns the target method of the call site, which behaves like a final field of the ConstantCallSite.
    MutableCallSite.getTarget()
    Returns the target method of the call site, which behaves like a normal field of the MutableCallSite.
    VolatileCallSite.getTarget()
    Returns the target method of the call site, which behaves like a volatile field of the VolatileCallSite.
    int
    MethodType.hashCode()
    Returns the hash code value for this method type.
    final void
    ConstantCallSite.setTarget(MethodHandle ignore)
    void
    MutableCallSite.setTarget(MethodHandle newTarget)
    Updates the target method of this call site, as a normal variable.
    void
    VolatileCallSite.setTarget(MethodHandle newTarget)
    Updates the target method of this call site, as a volatile variable.
    MethodHandle.toString()
    Returns a string representation of the method handle, starting with the string "MethodHandle" and ending with the string representation of the method handle's type.
    MethodHandles.Lookup.toString()
    Displays the name of the class from which lookups are to be made, followed by "/" and the name of the previous lookup class if present.
    MethodType.toString()
    Returns a string representation of the method type, of the form "(PT0,PT1...)RT".
    final String
    VarHandle.toString()
    Returns a compact textual description of this VarHandle, including the type of variable described, and a description of its coordinates.
    VarHandle.VarHandleDesc.toString()
    Returns a compact textual description of this constant description.
  • Uses of Override in java.lang.module

    Methods in java.lang.module with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    ModuleReader.close()
    Closes the module reader.
    int
    ModuleDescriptor.compareTo(ModuleDescriptor that)
    Compares this module descriptor to another.
    int
    ModuleDescriptor.Exports.compareTo(ModuleDescriptor.Exports that)
    Compares this module export to another.
    int
    ModuleDescriptor.Opens.compareTo(ModuleDescriptor.Opens that)
    Compares this module Opens to another.
    int
    ModuleDescriptor.Requires.compareTo(ModuleDescriptor.Requires that)
    Compares this module dependence to another.
    int
    ModuleDescriptor.Version.compareTo(ModuleDescriptor.Version that)
    Compares this module version to another module version.
    boolean
    ModuleDescriptor.equals(Object ob)
    Tests this module descriptor for equality with the given object.
    boolean
    ModuleDescriptor.Exports.equals(Object ob)
    Tests this module export for equality with the given object.
    boolean
    ModuleDescriptor.Opens.equals(Object ob)
    Tests this module Opens for equality with the given object.
    boolean
    ModuleDescriptor.Provides.equals(Object ob)
    Tests this Provides for equality with the given object.
    boolean
    ModuleDescriptor.Requires.equals(Object ob)
    Tests this module dependence for equality with the given object.
    boolean
    ModuleDescriptor.Version.equals(Object ob)
    Tests this module version for equality with the given object.
    boolean
    ResolvedModule.equals(Object ob)
    Tests this resolved module for equality with the given object.
    int
    ModuleDescriptor.Exports.hashCode()
    Computes a hash code for this module export.
    int
    ModuleDescriptor.hashCode()
    Computes a hash code for this module descriptor.
    int
    ModuleDescriptor.Opens.hashCode()
    Computes a hash code for this module Opens.
    int
    ModuleDescriptor.Provides.hashCode()
    Computes a hash code for this Provides.
    int
    ModuleDescriptor.Requires.hashCode()
    Computes a hash code for this module dependence.
    int
    ModuleDescriptor.Version.hashCode()
    Computes a hash code for this module version.
    int
    ResolvedModule.hashCode()
    Computes a hash code for this resolved module.
    Configuration.toString()
    Returns a string describing this configuration.
    ModuleDescriptor.Exports.toString()
    Returns a string describing the exported package.
    ModuleDescriptor.Opens.toString()
    Returns a string describing the open package.
    ModuleDescriptor.Provides.toString()
    Returns a string describing this Provides.
    ModuleDescriptor.Requires.toString()
    Returns a string describing this module dependence.
    ModuleDescriptor.toString()
    Returns a string describing the module.
    ModuleDescriptor.Version.toString()
    Returns the string from which this version was parsed.
    ResolvedModule.toString()
    Returns a string describing this resolved module.
  • Uses of Override in java.lang.ref

    Methods in java.lang.ref with annotations of type Override
    Modifier and Type
    Method
    Description
    protected Object
    Reference.clone()
  • Uses of Override in java.lang.reflect

    Methods in java.lang.reflect with annotations of type Override
    Modifier and Type
    Method
    Description
    Executable.accessFlags()
    Returns an unmodifiable set of the access flags for the executable represented by this object, possibly empty.
    Field.accessFlags()
    Returns an unmodifiable set of the access flags for this field, possibly empty.
    boolean
    Parameter.equals(Object obj)
    Compares based on the executable and the index.
    AnnotatedArrayType.getAnnotatedOwnerType()
    Returns the potentially annotated type that this type is a member of, if this type represents a nested class or interface.
    AnnotatedParameterizedType.getAnnotatedOwnerType()
    Returns the potentially annotated type that this type is a member of, if this type represents a nested type.
    AnnotatedTypeVariable.getAnnotatedOwnerType()
    Returns the potentially annotated type that this type is a member of, if this type represents a nested type.
    AnnotatedWildcardType.getAnnotatedOwnerType()
    Returns the potentially annotated type that this type is a member of, if this type represents a nested type.
    Returns an AnnotatedType object that represents the use of a type to specify the receiver type of the method/constructor represented by this Executable object.
    Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
    Returns an AnnotatedType object that represents the use of a type to specify the return type of the method/constructor represented by this Executable.
    <T extends Annotation>
    T
    AccessibleObject.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    AnnotatedType.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    Constructor.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    Executable.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    Field.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    Method.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    Parameter.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    <T extends Annotation>
    T
    RecordComponent.getAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is present, else null.
    AccessibleObject.getAnnotations()
    Returns annotations that are present on this element.
    AnnotatedType.getAnnotations()
    Returns annotations that are present on this element.
    Parameter.getAnnotations()
    Returns annotations that are present on this element.
    RecordComponent.getAnnotations()
    Returns annotations that are present on this element.
    <T extends Annotation>
    T[]
    AccessibleObject.getAnnotationsByType(Class<T> annotationClass)
    Returns annotations that are associated with this element.
    <T extends Annotation>
    T[]
    Executable.getAnnotationsByType(Class<T> annotationClass)
    Returns annotations that are associated with this element.
    <T extends Annotation>
    T[]
    Field.getAnnotationsByType(Class<T> annotationClass)
    Returns annotations that are associated with this element.
    <T extends Annotation>
    T[]
    Parameter.getAnnotationsByType(Class<T> annotationClass)
    Returns annotations that are associated with this element.
    InvocationTargetException.getCause()
    Returns the cause of this exception (the thrown target exception, which may be null).
    <T extends Annotation>
    T
    AccessibleObject.getDeclaredAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is directly present, else null.
    <T extends Annotation>
    T
    Parameter.getDeclaredAnnotation(Class<T> annotationClass)
    Returns this element's annotation for the specified type if such an annotation is directly present, else null.
    AccessibleObject.getDeclaredAnnotations()
    Returns annotations that are directly present on this element.
    AnnotatedType.getDeclaredAnnotations()
    Returns annotations that are directly present on this element.
    Returns annotations that are directly present on this element.
    Returns annotations that are directly present on this element.
    Returns annotations that are directly present on this element.
    Returns annotations that are directly present on this element.
    RecordComponent.getDeclaredAnnotations()
    Returns annotations that are directly present on this element.
    <T extends Annotation>
    T[]
    AccessibleObject.getDeclaredAnnotationsByType(Class<T> annotationClass)
    Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
    <T extends Annotation>
    T[]
    Parameter.getDeclaredAnnotationsByType(Class<T> annotationClass)
    Returns this element's annotation(s) for the specified type if such annotations are either directly present or indirectly present.
    Constructor.getDeclaringClass()
    Returns the Class object representing the class that declares the constructor represented by this object.
    Returns the Class object representing the class or interface that declares the field represented by this Field object.
    Returns the Class object representing the class or interface that declares the method represented by this object.
    Class<?>[]
    Constructor.getExceptionTypes()
    Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
    Class<?>[]
    Returns an array of Class objects that represent the types of exceptions declared to be thrown by the underlying executable represented by this object.
    Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
    Returns an array of Type objects that represent the exceptions declared to be thrown by this executable object.
    Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
    Returns an array of Type objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
    int
    Constructor.getModifiers()
    Returns the Java language modifiers for the executable represented by this object.
    int
    Method.getModifiers()
    Returns the Java language modifiers for the executable represented by this object.
    Constructor.getName()
    Returns the name of this constructor, as a string.
    Method.getName()
    Returns the name of the method represented by this Method object, as a String.
    Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
    Returns an array of arrays of Annotations that represent the annotations on the formal parameters, in declaration order, of the Executable represented by this object.
    Class<?>[]
    Constructor.getParameterTypes()
    Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
    Class<?>[]
    Returns an array of Class objects that represent the formal parameter types, in declaration order, of the executable represented by this object.
    Constructor.getTypeParameters()
    Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
    Returns an array of TypeVariable objects that represent the type variables declared by the generic declaration represented by this GenericDeclaration object, in declaration order.
    int
    Parameter.hashCode()
    Returns a hash code based on the executable's hash code and the index.
    boolean
    AccessibleObject.isAnnotationPresent(Class<? extends Annotation> annotationClass)
    Returns true if an annotation for the specified type is present on this element, else false.
    boolean
    Constructor.isSynthetic()
    Returns true if this executable is a synthetic construct; returns false otherwise.
    boolean
    Method.isSynthetic()
    Returns true if this executable is a synthetic construct; returns false otherwise.
    boolean
    Constructor.isVarArgs()
    Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.
    boolean
    Method.isVarArgs()
    Returns true if this executable was declared to take a variable number of arguments; returns false otherwise.
    void
    Constructor.setAccessible(boolean flag)
    Set the accessible flag for this reflected object to the indicated boolean value.
    void
    Field.setAccessible(boolean flag)
     
    void
    Method.setAccessible(boolean flag)
     
    Constructor.toGenericString()
    Returns a string describing this Constructor, including type parameters.
    Returns a string describing this Method, including type parameters.
    Parameter.toString()
    Returns a string describing this parameter.
  • Uses of Override in java.math

    Methods in java.math with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    BigDecimal.compareTo(BigDecimal val)
    Compares this BigDecimal numerically with the specified BigDecimal.
    int
    BigInteger.compareTo(BigInteger val)
    Compares this BigInteger with the specified BigInteger.
    double
    BigDecimal.doubleValue()
    Converts this BigDecimal to a double.
    boolean
    BigDecimal.equals(Object x)
    Compares this BigDecimal with the specified Object for equality.
    boolean
    BigInteger.equals(Object x)
    Compares this BigInteger with the specified Object for equality.
    float
    BigDecimal.floatValue()
    Converts this BigDecimal to a float.
    int
    BigDecimal.hashCode()
    Returns the hash code for this BigDecimal.
    int
    BigInteger.hashCode()
    Returns the hash code for this BigInteger.
    int
    BigDecimal.intValue()
    Converts this BigDecimal to an int.
    long
    BigDecimal.longValue()
    Converts this BigDecimal to a long.
    BigDecimal.toString()
    Returns the string representation of this BigDecimal, using scientific notation if an exponent is needed.
  • Uses of Override in java.net

    Methods in java.net with annotations of type Override
    Modifier and Type
    Method
    Description
    HttpCookie.clone()
    Create and return a copy of this object.
    boolean
    HttpCookie.equals(Object obj)
    Test the equality of two HTTP cookies.
    boolean
    Inet6Address.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    InetSocketAddress.equals(Object obj)
    Compares this object against the specified object.
    boolean
    NetworkInterface.equals(Object obj)
    Compares this object against the specified object.
    final boolean
    Proxy.equals(Object obj)
    Compares this object against the specified object.
    boolean
    SocketPermission.equals(Object obj)
    Checks two SocketPermission objects for equality.
    boolean
    UnixDomainSocketAddress.equals(Object o)
    Compares this address with another object.
    boolean
    URLPermission.equals(Object p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns true if, this.getActions().equals(p.getActions()) and p's url equals this's url.
    URLClassLoader.findResources(String name)
    Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.
    SocketPermission.getActions()
    Returns the canonical string representation of the actions.
    byte[]
    Inet6Address.getAddress()
    Returns the raw IP address of this InetAddress object.
    Inet6Address.getHostAddress()
    Returns the IP address string in textual presentation.
    URLClassLoader.getPermissions(CodeSource codesource)
    int
    HttpCookie.hashCode()
    Returns the hash code of this HTTP cookie.
    int
    Inet6Address.hashCode()
    Returns a hashcode for this IP address.
    final int
    InetSocketAddress.hashCode()
    Returns a hashcode for this socket address.
    final int
    Proxy.hashCode()
    Returns a hash code value for this Proxy.
    int
    SocketPermission.hashCode()
    Returns the hash code value for this object.
    int
    UnixDomainSocketAddress.hashCode()
    Returns the hash code of this UnixDomainSocketAddress
    int
    URLPermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a hashcode calculated from the hashcode of the actions String and the url string.
    boolean
    SocketPermission.implies(Permission p)
    Checks if this socket permission object "implies" the specified permission.
    boolean
    Inet6Address.isAnyLocalAddress()
    Utility routine to check if the InetAddress is a wildcard address.
    boolean
    Inet6Address.isLinkLocalAddress()
    Utility routine to check if the InetAddress is a link local address.
    boolean
    Inet6Address.isLoopbackAddress()
    Utility routine to check if the InetAddress is a loopback address.
    boolean
    Inet6Address.isMCGlobal()
    Utility routine to check if the multicast address has global scope.
    boolean
    Inet6Address.isMCLinkLocal()
    Utility routine to check if the multicast address has link scope.
    boolean
    Inet6Address.isMCNodeLocal()
    Utility routine to check if the multicast address has node scope.
    boolean
    Inet6Address.isMCOrgLocal()
    Utility routine to check if the multicast address has organization scope.
    boolean
    Inet6Address.isMCSiteLocal()
    Utility routine to check if the multicast address has site scope.
    boolean
    Inet6Address.isMulticastAddress()
    Utility routine to check if the InetAddress is an IP multicast address. 11111111 at the start of the address identifies the address as being a multicast address.
    boolean
    Inet6Address.isSiteLocalAddress()
    Utility routine to check if the InetAddress is a site local address.
    void
    MulticastSocket.joinGroup(SocketAddress mcastaddr, NetworkInterface netIf)
    Joins a multicast group.
    void
    MulticastSocket.leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf)
    Leave a multicast group on a specified local interface.
    SocketPermission.newPermissionCollection()
    Returns a new PermissionCollection object for storing SocketPermission objects.
    HttpCookie.toString()
    Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.
    InetSocketAddress.toString()
    Constructs a string representation of this InetSocketAddress.
    UnixDomainSocketAddress.toString()
    Returns a string representation of this UnixDomainSocketAddress.
  • Uses of Override in java.net.http

    Methods in java.net.http with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    HttpClient.close()
    Initiates an orderly shutdown in which requests previously submitted to send or sendAsync are run to completion, but no new request will be accepted.
    final boolean
    HttpRequest.equals(Object obj)
    Tests this HTTP request instance for equality with the given object.
    WebSocketHandshakeException.initCause(Throwable cause)
     
    HttpHeaders.toString()
    Returns this HTTP headers as a string.
  • Uses of Override in java.nio

    Methods in java.nio with annotations of type Override
    Modifier and Type
    Method
    Description
    ByteBuffer.clear()
    Clears this buffer.
    CharBuffer.clear()
    Clears this buffer.
    DoubleBuffer.clear()
    Clears this buffer.
    FloatBuffer.clear()
    Clears this buffer.
    final IntBuffer
    IntBuffer.clear()
    Clears this buffer.
    LongBuffer.clear()
    Clears this buffer.
    MappedByteBuffer.clear()
    Clears this buffer.
    ShortBuffer.clear()
    Clears this buffer.
    MappedByteBuffer.compact()
    Compacts this buffer  (optional operation).
    abstract ByteBuffer
    ByteBuffer.duplicate()
    Creates a new byte buffer that shares this buffer's content.
    abstract CharBuffer
    CharBuffer.duplicate()
    Creates a new char buffer that shares this buffer's content.
    abstract DoubleBuffer
    DoubleBuffer.duplicate()
    Creates a new double buffer that shares this buffer's content.
    abstract FloatBuffer
    FloatBuffer.duplicate()
    Creates a new float buffer that shares this buffer's content.
    abstract IntBuffer
    IntBuffer.duplicate()
    Creates a new int buffer that shares this buffer's content.
    abstract LongBuffer
    LongBuffer.duplicate()
    Creates a new long buffer that shares this buffer's content.
    MappedByteBuffer.duplicate()
    Creates a new byte buffer that shares this buffer's content.
    abstract ShortBuffer
    ShortBuffer.duplicate()
    Creates a new short buffer that shares this buffer's content.
    ByteBuffer.flip()
    Flips this buffer.
    CharBuffer.flip()
    Flips this buffer.
    DoubleBuffer.flip()
    Flips this buffer.
    FloatBuffer.flip()
    Flips this buffer.
    final IntBuffer
    IntBuffer.flip()
    Flips this buffer.
    LongBuffer.flip()
    Flips this buffer.
    MappedByteBuffer.flip()
    Flips this buffer.
    ShortBuffer.flip()
    Flips this buffer.
    void
    CharBuffer.getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin)
    Relative bulk get method.
    ByteBuffer.limit(int newLimit)
    Sets this buffer's limit.
    CharBuffer.limit(int newLimit)
    Sets this buffer's limit.
    DoubleBuffer.limit(int newLimit)
    Sets this buffer's limit.
    FloatBuffer.limit(int newLimit)
    Sets this buffer's limit.
    final IntBuffer
    IntBuffer.limit(int newLimit)
    Sets this buffer's limit.
    LongBuffer.limit(int newLimit)
    Sets this buffer's limit.
    MappedByteBuffer.limit(int newLimit)
    Sets this buffer's limit.
    ShortBuffer.limit(int newLimit)
    Sets this buffer's limit.
    ByteBuffer.mark()
    Sets this buffer's mark at its position.
    CharBuffer.mark()
    Sets this buffer's mark at its position.
    DoubleBuffer.mark()
    Sets this buffer's mark at its position.
    FloatBuffer.mark()
    Sets this buffer's mark at its position.
    final IntBuffer
    IntBuffer.mark()
    Sets this buffer's mark at its position.
    LongBuffer.mark()
    Sets this buffer's mark at its position.
    MappedByteBuffer.mark()
    Sets this buffer's mark at its position.
    ShortBuffer.mark()
    Sets this buffer's mark at its position.
    ByteBuffer.position(int newPosition)
    Sets this buffer's position.
    CharBuffer.position(int newPosition)
    Sets this buffer's position.
    DoubleBuffer.position(int newPosition)
    Sets this buffer's position.
    FloatBuffer.position(int newPosition)
    Sets this buffer's position.
    final IntBuffer
    IntBuffer.position(int newPosition)
    Sets this buffer's position.
    LongBuffer.position(int newPosition)
    Sets this buffer's position.
    MappedByteBuffer.position(int newPosition)
    Sets this buffer's position.
    ShortBuffer.position(int newPosition)
    Sets this buffer's position.
    ByteBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    CharBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    DoubleBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    FloatBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    final IntBuffer
    IntBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    LongBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    MappedByteBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    ShortBuffer.reset()
    Resets this buffer's position to the previously-marked position.
    ByteBuffer.rewind()
    Rewinds this buffer.
    CharBuffer.rewind()
    Rewinds this buffer.
    DoubleBuffer.rewind()
    Rewinds this buffer.
    FloatBuffer.rewind()
    Rewinds this buffer.
    final IntBuffer
    IntBuffer.rewind()
    Rewinds this buffer.
    LongBuffer.rewind()
    Rewinds this buffer.
    MappedByteBuffer.rewind()
    Rewinds this buffer.
    ShortBuffer.rewind()
    Rewinds this buffer.
    abstract ByteBuffer
    ByteBuffer.slice()
    Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
    abstract ByteBuffer
    ByteBuffer.slice(int index, int length)
    Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
    abstract CharBuffer
    CharBuffer.slice()
    Creates a new char buffer whose content is a shared subsequence of this buffer's content.
    abstract CharBuffer
    CharBuffer.slice(int index, int length)
    Creates a new char buffer whose content is a shared subsequence of this buffer's content.
    abstract DoubleBuffer
    DoubleBuffer.slice()
    Creates a new double buffer whose content is a shared subsequence of this buffer's content.
    abstract DoubleBuffer
    DoubleBuffer.slice(int index, int length)
    Creates a new double buffer whose content is a shared subsequence of this buffer's content.
    abstract FloatBuffer
    FloatBuffer.slice()
    Creates a new float buffer whose content is a shared subsequence of this buffer's content.
    abstract FloatBuffer
    FloatBuffer.slice(int index, int length)
    Creates a new float buffer whose content is a shared subsequence of this buffer's content.
    abstract IntBuffer
    IntBuffer.slice()
    Creates a new int buffer whose content is a shared subsequence of this buffer's content.
    abstract IntBuffer
    IntBuffer.slice(int index, int length)
    Creates a new int buffer whose content is a shared subsequence of this buffer's content.
    abstract LongBuffer
    LongBuffer.slice()
    Creates a new long buffer whose content is a shared subsequence of this buffer's content.
    abstract LongBuffer
    LongBuffer.slice(int index, int length)
    Creates a new long buffer whose content is a shared subsequence of this buffer's content.
    MappedByteBuffer.slice()
    Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
    MappedByteBuffer.slice(int index, int length)
    Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
    abstract ShortBuffer
    ShortBuffer.slice()
    Creates a new short buffer whose content is a shared subsequence of this buffer's content.
    abstract ShortBuffer
    ShortBuffer.slice(int index, int length)
    Creates a new short buffer whose content is a shared subsequence of this buffer's content.
  • Uses of Override in java.nio.channels

    Methods in java.nio.channels with annotations of type Override
    Modifier and Type
    Method
    Description
    AsynchronousSocketChannel.bind(SocketAddress local)
     
    abstract SocketChannel
    SocketChannel.bind(SocketAddress local)
    Binds the channel's socket to a local address.
    void
    AsynchronousChannel.close()
    Closes this channel.
    void
    MulticastChannel.close()
    Closes this channel.
    abstract SocketAddress
    AsynchronousServerSocketChannel.getLocalAddress()
    Returns the socket address that this channel's socket is bound to.
    abstract SocketAddress
    DatagramChannel.getLocalAddress()
    Returns the socket address that this channel's socket is bound to.
    abstract SocketAddress
    ServerSocketChannel.getLocalAddress()
    Returns the socket address that this channel's socket is bound to.
    abstract SocketAddress
    SocketChannel.getLocalAddress()
    Returns the socket address that this channel's socket is bound to.
    abstract Future<Integer>
    AsynchronousSocketChannel.read(ByteBuffer dst)
     
    final <A> void
    AsynchronousSocketChannel.read(ByteBuffer dst, A attachment, CompletionHandler<Integer, ? super A> handler)
     
    int
    SeekableByteChannel.read(ByteBuffer dst)
    Reads a sequence of bytes from this channel into the given buffer.
    AsynchronousSocketChannel.setOption(SocketOption<T> name, T value)
     
    abstract <T> SocketChannel
    SocketChannel.setOption(SocketOption<T> name, T value)
     
    abstract Future<Integer>
    AsynchronousSocketChannel.write(ByteBuffer src)
     
    final <A> void
    AsynchronousSocketChannel.write(ByteBuffer src, A attachment, CompletionHandler<Integer, ? super A> handler)
     
    int
    SeekableByteChannel.write(ByteBuffer src)
    Writes a sequence of bytes to this channel from the given buffer.
  • Uses of Override in java.nio.charset

    Methods in java.nio.charset with annotations of type Override
    Modifier and Type
    Method
    Description
    final int
    Charset.compareTo(Charset that)
    Compares this charset to another.
    final boolean
    Charset.equals(Object ob)
    Tells whether or not this object is equal to another.
    final int
    Charset.hashCode()
    Returns the hashcode for this charset.
    final String
    Charset.toString()
    Returns a string describing this charset.
  • Uses of Override in java.nio.file

    Methods in java.nio.file with annotations of type Override
    Modifier and Type
    Method
    Description
    abstract void
    FileSystem.close()
    Closes this file system.
    void
    WatchService.close()
    Closes this watch service.
    int
    Path.compareTo(Path other)
    Compares two abstract paths lexicographically.
    boolean
    Path.equals(Object other)
    Tests this path for equality with the given object.
    DirectoryIteratorException.getCause()
    Returns the cause of this exception.
    FileSystemException.getMessage()
    Returns the detail message string.
    int
    Path.hashCode()
    Computes a hash code for this path.
    DirectoryStream.iterator()
    Returns the iterator associated with this DirectoryStream.
    default Iterator<Path>
    Path.iterator()
    Returns an iterator over the name elements of this path.
    SimpleFileVisitor.postVisitDirectory(T dir, IOException exc)
    Invoked for a directory after entries in the directory, and all of their descendants, have been visited.
    SimpleFileVisitor.preVisitDirectory(T dir, BasicFileAttributes attrs)
    Invoked for a directory before entries in the directory are visited.
    default WatchKey
    Path.register(WatchService watcher, WatchEvent.Kind<?>... events)
    Registers the file located by this path with a watch service.
    Path.register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier... modifiers)
    Registers the file located by this path with a watch service.
    Path.toString()
    Returns the string representation of this path.
    SimpleFileVisitor.visitFile(T file, BasicFileAttributes attrs)
    Invoked for a file in a directory.
    SimpleFileVisitor.visitFileFailed(T file, IOException exc)
    Invoked for a file that could not be visited.
  • Uses of Override in java.nio.file.attribute

    Methods in java.nio.file.attribute with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    FileTime.compareTo(FileTime other)
    Compares the value of two FileTime objects for order.
    boolean
    AclEntry.equals(Object ob)
    Compares the specified object with this ACL entry for equality.
    boolean
    FileTime.equals(Object obj)
    Tests this FileTime for equality with the given object.
    int
    AclEntry.hashCode()
    Returns the hash-code value for this ACL entry.
    int
    FileTime.hashCode()
    Computes a hash code for this file time.
    AclFileAttributeView.name()
    Returns the name of the attribute view.
    BasicFileAttributeView.name()
    Returns the name of the attribute view.
    DosFileAttributeView.name()
    Returns the name of the attribute view.
    FileOwnerAttributeView.name()
    Returns the name of the attribute view.
    PosixFileAttributeView.name()
    Returns the name of the attribute view.
    UserDefinedFileAttributeView.name()
    Returns the name of this attribute view.
    DosFileAttributeView.readAttributes()
     
    PosixFileAttributeView.readAttributes()
     
    AclEntry.toString()
    Returns the string representation of this ACL entry.
    FileTime.toString()
    Returns the string representation of this FileTime.
  • Uses of Override in java.rmi.server

    Methods in java.rmi.server with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    ObjID.hashCode()
    Returns the hash code value for this object identifier, the object number.
  • Uses of Override in java.security

    Methods in java.security with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    Permissions.add(Permission permission)
    Adds a Permission object to the PermissionCollection for the class the permission belongs to.
    void
    Permission.checkGuard(Object object)
    Implements the guard interface for a permission.
    void
    Provider.clear()
    Clears this Provider so that it no longer contains the properties used to look up facilities implemented by the Provider.
    Provider.compute(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
    Provider.computeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction)
    If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
    Provider.computeIfPresent(Object key, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
    Permissions.elements()
    Returns an enumeration of all the Permission objects in all the PermissionCollection objects in this Permissions object.
    Provider.entrySet()
    Returns an unmodifiable Set view of the property entries contained in this Provider.
    boolean
    AccessControlContext.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two AccessControlContext objects for equality.
    boolean
    AllPermission.equals(Object obj)
    Checks two AllPermission objects for equality.
    boolean
    BasicPermission.equals(Object obj)
    Checks two BasicPermission objects for equality.
    boolean
    CodeSigner.equals(Object obj)
    Tests for equality between the specified object and this code signer.
    boolean
    CodeSource.equals(Object obj)
    Tests for equality between the specified object and this object.
    final boolean
    Identity.equals(Object identity)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Tests for equality between the specified object and this Identity.
    abstract boolean
    Permission.equals(Object obj)
    Checks two Permission objects for equality.
    boolean
    PKCS12Attribute.equals(Object obj)
    Compares this PKCS12Attribute and a specified object for equality.
    boolean
    Principal.equals(Object another)
    Compares this Principal to the specified object.
    boolean
    UnresolvedPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two UnresolvedPermission objects for equality.
    void
    Provider.forEach(BiConsumer<? super Object, ? super Object> action)
     
    BasicPermission.getActions()
    Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
    UnresolvedPermission.getActions()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for an UnresolvedPermission.
    KeyStore.PrivateKeyEntry.getAttributes()
    Retrieves the attributes associated with an entry.
    KeyStore.SecretKeyEntry.getAttributes()
    Retrieves the attributes associated with an entry.
    KeyStore.TrustedCertificateEntry.getAttributes()
    Retrieves the attributes associated with an entry.
    PKCS12Attribute.getName()
    Returns the attribute's ASN.1 Object Identifier represented as a list of dot-separated integers.
    Provider.getOrDefault(Object key, Object defaultValue)
     
    DomainLoadStoreParameter.getProtectionParameter()
    Gets the keystore protection parameters for this domain.
    PKCS12Attribute.getValue()
    Returns the attribute's ASN.1 DER-encoded value as a string.
    int
    AccessControlContext.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this context.
    int
    AllPermission.hashCode()
    Returns the hash code value for this object.
    int
    BasicPermission.hashCode()
    Returns the hash code value for this object.
    int
    CodeSigner.hashCode()
    Returns the hash code value for this code signer.
    int
    CodeSource.hashCode()
    Returns the hash code value for this object.
    int
    Identity.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hashcode for this Identity.
    abstract int
    Permission.hashCode()
    Returns the hash code value for this Permission object.
    int
    PKCS12Attribute.hashCode()
    Returns the hashcode for this PKCS12Attribute.
    int
    Principal.hashCode()
    Returns a hashcode for this Principal.
    int
    UnresolvedPermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this object.
    boolean
    BasicPermission.implies(Permission p)
    Checks if the specified permission is "implied" by this object.
    boolean
    Permissions.implies(Permission permission)
    Checks to see if this object's PermissionCollection for permissions of the specified permission's class implies the permissions expressed in the permission object.
    boolean
    UnresolvedPermission.implies(Permission p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This method always returns false for unresolved permissions.
    Provider.keySet()
    Returns an unmodifiable Set view of the property keys contained in this Provider.
    void
    Provider.load(InputStream inStream)
    Reads a property list (key and element pairs) from the input stream.
    Provider.merge(Object key, Object value, BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given value.
    BasicPermission.newPermissionCollection()
    Returns a new PermissionCollection object for storing BasicPermission objects.
    UnresolvedPermission.newPermissionCollection()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a new PermissionCollection object for storing UnresolvedPermission objects.
    protected final int
    SecureRandom.next(int numBits)
    Generates an integer containing the user-specified number of pseudo-random bits (right justified, with leading zeros).
    void
    SecureRandom.nextBytes(byte[] bytes)
    Generates a user-specified number of random bytes.
    Provider.put(Object key, Object value)
    Sets the key property to have the specified value.
    void
    Provider.putAll(Map<?,?> t)
    Copies all the mappings from the specified Map to this Provider.
    Provider.putIfAbsent(Object key, Object value)
    If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
    Provider.remove(Object key)
    Removes the key property (and its corresponding value).
    boolean
    Provider.remove(Object key, Object value)
    Removes the entry for the specified key only if it is currently mapped to the specified value.
    Provider.replace(Object key, Object value)
    Replaces the entry for the specified key only if it is currently mapped to some value.
    boolean
    Provider.replace(Object key, Object oldValue, Object newValue)
    Replaces the entry for the specified key only if currently mapped to the specified value.
    void
    Provider.replaceAll(BiFunction<? super Object, ? super Object, ? extends Object> function)
    Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.
    void
    SecureRandom.setSeed(long seed)
    Reseeds this random object, using the eight bytes contained in the given long seed.
    CodeSource.toString()
    Returns a string describing this CodeSource, telling its URL and certificates.
    DrbgParameters.Instantiation.toString()
    Returns a Human-readable string representation of this Instantiation.
    PEMRecord.toString()
    Returns the type and Base64 encoding in PEM format.
    PKCS12Attribute.toString()
    Returns a string representation of this PKCS12Attribute.
    ProtectionDomain.toString()
    Convert a ProtectionDomain to a String.
    SecureRandom.toString()
    Returns a Human-readable string representation of this SecureRandom.
    SecureRandomSpi.toString()
    Returns a Human-readable string representation of this SecureRandom.
    UnresolvedPermission.toString()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a string describing this UnresolvedPermission.
    Provider.values()
    Returns an unmodifiable Collection view of the property values contained in this Provider.
  • Uses of Override in java.security.cert

    Methods in java.security.cert with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    PKIXCertPathChecker.check(Certificate cert)
    Performs the check(s) on the specified certificate using its internal state.
    PKIXCertPathChecker.clone()
    Returns a clone of this object.
    PKIXRevocationChecker.clone()
     
    URICertStoreParameters.clone()
    Returns a copy of this object.
    boolean
    Certificate.equals(Object other)
    Compares this certificate for equality with the specified object.
    boolean
    CertPath.equals(Object other)
    Compares this certification path for equality with the specified object.
    boolean
    URICertStoreParameters.equals(Object p)
    Compares the specified object with this parameters object for equality.
    boolean
    X509CRL.equals(Object other)
    Compares this CRL for equality with the given object.
    boolean
    X509CRLEntry.equals(Object other)
    Compares this CRL entry for equality with the given object.
    int
    Certificate.hashCode()
    Returns the hashcode value for this certificate from its encoded form.
    int
    CertPath.hashCode()
    Returns the hashcode value for this certification path.
    int
    URICertStoreParameters.hashCode()
    Returns a hash code value for this parameters object.
    int
    X509CRL.hashCode()
    Returns a hashcode value for this CRL from its encoded form.
    int
    X509CRLEntry.hashCode()
    Returns the hashcode value for this CRL entry from its encoded form.
    abstract void
    PKIXCertPathChecker.init(boolean forward)
    Initializes the internal state of this PKIXCertPathChecker.
    abstract boolean
    PKIXCertPathChecker.isForwardCheckingSupported()
    Indicates if forward checking is supported.
    URICertStoreParameters.toString()
    Returns a formatted string describing the parameters including the URI used to construct this object.
  • Uses of Override in java.security.interfaces

    Methods in java.security.interfaces with annotations of type Override
    Modifier and Type
    Method
    Description
    default DSAParams
    DSAPrivateKey.getParams()
    Returns the parameters associated with this key.
    default DSAParams
    DSAPublicKey.getParams()
    Returns the parameters associated with this key.
    ECPrivateKey.getParams()
    Returns the parameters associated with this key.
    ECPublicKey.getParams()
    Returns the parameters associated with this key.
    EdECPrivateKey.getParams()
    Returns the parameters associated with this key.
    EdECPublicKey.getParams()
    Returns the parameters associated with this key.
    RSAPrivateKey.getParams()
    Returns the parameters associated with this key.
    RSAPublicKey.getParams()
    Returns the parameters associated with this key.
    XECPrivateKey.getParams()
    Returns the parameters associated with this key.
    XECPublicKey.getParams()
    Returns the parameters associated with this key.
  • Uses of Override in java.security.spec

    Methods in java.security.spec with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    ECFieldF2m.equals(Object obj)
    Compares this finite field for equality with the specified object.
    boolean
    ECFieldFp.equals(Object obj)
    Compares this prime finite field for equality with the specified object.
    boolean
    ECPoint.equals(Object obj)
    Compares this elliptic curve point for equality with the specified object.
    int
    ECFieldF2m.hashCode()
    Returns the hash code value for this characteristic 2 finite field.
    int
    ECFieldFp.hashCode()
    Returns a hash code value for this prime finite field.
    int
    ECPoint.hashCode()
    Returns the hash code value for this elliptic curve point.
  • Uses of Override in java.sql

    Methods in java.sql with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    Timestamp.hashCode()
    Returns a hash code value for this object.
    Date.toInstant()
    This method always throws an UnsupportedOperationException and should not be used because SQL Date values do not have a time component.
    Time.toInstant()
    This method always throws an UnsupportedOperationException and should not be used because SQL Time values do not have a date component.
    Timestamp.toInstant()
    Converts this Timestamp object to an Instant.
  • Uses of Override in java.text

    Methods in java.text with annotations of type Override
    Modifier and Type
    Method
    Description
    BreakIterator.clone()
    Create a copy of this iterator
    ChoiceFormat.clone()
    Overrides Cloneable
    Collator.clone()
    Overrides Cloneable
    CompactNumberFormat.clone()
    Creates and returns a copy of this CompactNumberFormat instance.
    DecimalFormat.clone()
    Standard override; no change in semantics.
    DecimalFormatSymbols.clone()
    Standard override.
    NumberFormat.clone()
    Overrides Cloneable.
    SimpleDateFormat.clone()
    Creates a copy of this SimpleDateFormat.
    int
    Collator.compare(Object o1, Object o2)
    Compares its two arguments for order.
    boolean
    ChoiceFormat.equals(Object obj)
    Compares the specified object with this ChoiceFormat for equality.
    boolean
    Collator.equals(Object that)
    Compares the equality of two Collators.
    boolean
    CompactNumberFormat.equals(Object obj)
    Compares the specified object with this CompactNumberFormat for equality.
    boolean
    DateFormatSymbols.equals(Object obj)
    Compares the specified object with this DateFormatSymbols for equality.
    boolean
    DecimalFormat.equals(Object obj)
    Compares the specified object with this DecimalFormat for equality.
    boolean
    DecimalFormatSymbols.equals(Object obj)
    Compares the specified object with this DecimalFormatSymbols for equality.
    boolean
    FieldPosition.equals(Object obj)
    Overrides equals
    boolean
    ListFormat.equals(Object obj)
    Compares the specified object with this ListFormat for equality.
    boolean
    MessageFormat.equals(Object obj)
    Compares the specified object with this MessageFormat for equality.
    boolean
    NumberFormat.equals(Object obj)
    Compares the specified object with this NumberFormat for equality.
    boolean
    ParsePosition.equals(Object obj)
    Overrides equals
    boolean
    RuleBasedCollator.equals(Object obj)
    Compares the equality of two collation objects.
    boolean
    SimpleDateFormat.equals(Object obj)
    Compares the specified object with this SimpleDateFormat for equality.
    ChoiceFormat.format(double number, StringBuffer toAppendTo, FieldPosition status)
    Returns pattern with formatted double.
    ChoiceFormat.format(long number, StringBuffer toAppendTo, FieldPosition status)
    Specialization of format.
    CompactNumberFormat.format(double number, StringBuffer result, FieldPosition fieldPosition)
    Formats a double to produce a string representing its compact form.
    CompactNumberFormat.format(long number, StringBuffer result, FieldPosition fieldPosition)
    Formats a long to produce a string representing its compact form.
    CompactNumberFormat.format(Object number, StringBuffer toAppendTo, FieldPosition fieldPosition)
    Formats a number to produce a string representing its compact form.
    DecimalFormat.format(double number, StringBuffer result, FieldPosition fieldPosition)
    Formats a double to produce a string.
    DecimalFormat.format(long number, StringBuffer result, FieldPosition fieldPosition)
    Format a long to produce a string.
    DecimalFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
    Formats a number and appends the resulting text to the given string buffer.
    ListFormat.format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
    Formats an object and appends the resulting text to a given string buffer.
    NumberFormat.format(Object number, StringBuffer toAppendTo, FieldPosition pos)
    Formats a number and appends the resulting text to the given string buffer.
    SimpleDateFormat.format(Date date, StringBuffer toAppendTo, FieldPosition pos)
    Formats the given Date into a date/time string and appends the result to the given StringBuffer.
    CompactNumberFormat.formatToCharacterIterator(Object obj)
    Formats an Object producing an AttributedCharacterIterator.
    DecimalFormat.formatToCharacterIterator(Object obj)
    Formats an Object producing an AttributedCharacterIterator.
    SimpleDateFormat.formatToCharacterIterator(Object obj)
    Formats an Object producing an AttributedCharacterIterator.
    DecimalFormat.getCurrency()
    Gets the currency used by this decimal format when formatting currency values.
    int
    DecimalFormat.getMaximumFractionDigits()
    Returns the maximum number of digits allowed in the fraction portion of a number during formatting.
    int
    DecimalFormat.getMaximumIntegerDigits()
    Returns the maximum number of digits allowed in the integer portion of a number during formatting.
    int
    DecimalFormat.getMinimumFractionDigits()
    Returns the minimum number of digits allowed in the fraction portion of a number during formatting.
    int
    DecimalFormat.getMinimumIntegerDigits()
    Returns the minimum number of digits allowed in the integer portion of a number during formatting.
    CompactNumberFormat.getRoundingMode()
    Gets the RoundingMode used in this CompactNumberFormat.
    DecimalFormat.getRoundingMode()
    Gets the RoundingMode used in this DecimalFormat.
    int
    ChoiceFormat.hashCode()
    Returns the hash code for this ChoiceFormat.
    abstract int
    Collator.hashCode()
    Generates the hash code for this Collator.
    int
    CompactNumberFormat.hashCode()
    Returns the hash code for this CompactNumberFormat.
    int
    DateFormatSymbols.hashCode()
    Returns the hash code for this DateFormatSymbols.
    int
    DecimalFormat.hashCode()
    Returns the hash code for this DecimalFormat.
    int
    DecimalFormatSymbols.hashCode()
    Returns the hash code for this DecimalFormatSymbols.
    int
    FieldPosition.hashCode()
    Returns a hash code for this FieldPosition.
    int
    MessageFormat.hashCode()
    Returns the hash code value for this MessageFormat.
    int
    NumberFormat.hashCode()
    Returns the hash code for this NumberFormat.
    int
    ParsePosition.hashCode()
    Returns a hash code for this ParsePosition.
    int
    RuleBasedCollator.hashCode()
    Generates the hash code for the table-based collation object
    int
    SimpleDateFormat.hashCode()
    Returns the hash code value for this SimpleDateFormat.
    boolean
    CompactNumberFormat.isGroupingUsed()
    Returns true if grouping is used in this format.
    boolean
    CompactNumberFormat.isParseIntegerOnly()
    Returns true if this format parses only an integer from the number component of a compact number.
    boolean
    ChoiceFormat.isStrict()
     
    boolean
    CompactNumberFormat.isStrict()
    Returns true if this format will parse numbers strictly; false otherwise.
    boolean
    DecimalFormat.isStrict()
    Returns true if this format will parse numbers strictly; false otherwise.
    ChoiceFormat.parse(String text, ParsePosition status)
    Parses the input text starting at the index given by the ParsePosition as a Double.
    CompactNumberFormat.parse(String text, ParsePosition pos)
    Parses text from the beginning of the given string to produce a Number.
    DecimalFormat.parse(String text, ParsePosition pos)
    Parses text from the beginning of the given string to produce a Number.
    SimpleDateFormat.parse(String text, ParsePosition pos)
    Parses text from a string to produce a Date.
    ListFormat.parseObject(String source, ParsePosition parsePos)
    Parses text from a string to produce a list of strings.
    final Object
    NumberFormat.parseObject(String source, ParsePosition pos)
    Parses text from the given string to produce an object.
    protected Object
    DateFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    protected Object
    NumberFormat.Field.readResolve()
    Resolves instances being deserialized to the predefined constants.
    void
    DecimalFormat.setCurrency(Currency currency)
    Sets the currency used by this number format when formatting currency values.
    void
    CompactNumberFormat.setGroupingUsed(boolean newValue)
    Sets whether or not grouping will be used in this format.
    void
    CompactNumberFormat.setMaximumFractionDigits(int newValue)
    Sets the maximum number of digits allowed in the fraction portion of a number during formatting.
    void
    DecimalFormat.setMaximumFractionDigits(int newValue)
    Sets the maximum number of digits allowed in the fraction portion of a number during formatting.
    void
    CompactNumberFormat.setMaximumIntegerDigits(int newValue)
    Sets the maximum number of digits allowed in the integer portion of a number during formatting.
    void
    DecimalFormat.setMaximumIntegerDigits(int newValue)
    Sets the maximum number of digits allowed in the integer portion of a number during formatting.
    void
    CompactNumberFormat.setMinimumFractionDigits(int newValue)
    Sets the minimum number of digits allowed in the fraction portion of a number during formatting.
    void
    DecimalFormat.setMinimumFractionDigits(int newValue)
    Sets the minimum number of digits allowed in the fraction portion of a number during formatting.
    void
    CompactNumberFormat.setMinimumIntegerDigits(int newValue)
    Sets the minimum number of digits allowed in the integer portion of a number during formatting.
    void
    DecimalFormat.setMinimumIntegerDigits(int newValue)
    Sets the minimum number of digits allowed in the integer portion of a number during formatting.
    void
    CompactNumberFormat.setParseIntegerOnly(boolean value)
    Sets whether or not this format parses only an integer from the number component of a compact number.
    void
    CompactNumberFormat.setRoundingMode(RoundingMode roundingMode)
    Sets the RoundingMode used in this CompactNumberFormat.
    void
    DecimalFormat.setRoundingMode(RoundingMode roundingMode)
    Sets the RoundingMode used in this DecimalFormat.
    void
    ChoiceFormat.setStrict(boolean strict)
     
    void
    CompactNumberFormat.setStrict(boolean strict)
    Change the leniency value for parsing.
    void
    DecimalFormat.setStrict(boolean strict)
    Change the leniency value for parsing.
    ChoiceFormat.toString()
    Returns a string identifying this ChoiceFormat, for debugging.
    CompactNumberFormat.toString()
    Returns a string identifying this CompactNumberFormat, for debugging.
    DecimalFormat.toString()
    Returns a string identifying this DecimalFormat, for debugging.
    ListFormat.toString()
    Returns a string identifying this ListFormat, for debugging.
    MessageFormat.toString()
    Returns a string identifying this MessageFormat, for debugging.
    SimpleDateFormat.toString()
    Returns a string identifying this SimpleDateFormat, for debugging.
  • Uses of Override in java.time

    Methods in java.time with annotations of type Override
    Modifier and Type
    Method
    Description
    Duration.addTo(Temporal temporal)
    Adds this duration to the specified temporal object.
    Period.addTo(Temporal temporal)
    Adds this period to the specified temporal object.
    DayOfWeek.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have this day-of-week.
    Instant.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have this instant.
    LocalDate.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same date as this object.
    LocalDateTime.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same date and time as this object.
    LocalTime.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same time as this object.
    Month.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have this month-of-year.
    MonthDay.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have this month-day.
    OffsetDateTime.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same offset, date and time as this object.
    OffsetTime.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same offset and time as this object.
    Year.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have this year.
    YearMonth.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have this year-month.
    ZoneOffset.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same offset as this object.
    LocalDate.atTime(LocalTime time)
    Combines this date with a time to create a LocalDateTime.
    LocalDateTime.atZone(ZoneId zone)
    Combines this date-time with a time-zone to create a ZonedDateTime.
    int
    Duration.compareTo(Duration otherDuration)
    Compares this duration to the specified Duration.
    int
    Instant.compareTo(Instant otherInstant)
    Compares this instant to the specified instant.
    int
    LocalDate.compareTo(ChronoLocalDate other)
    Compares this date to another date.
    int
    LocalDateTime.compareTo(ChronoLocalDateTime<?> other)
    Compares this date-time to another date-time.
    int
    LocalTime.compareTo(LocalTime other)
    Compares this time to another time.
    int
    MonthDay.compareTo(MonthDay other)
    Compares this month-day to another month-day.
    int
    OffsetDateTime.compareTo(OffsetDateTime other)
    Compares this date-time to another date-time.
    int
    OffsetTime.compareTo(OffsetTime other)
    Compares this OffsetTime to another time.
    int
    Year.compareTo(Year other)
    Compares this year to another year.
    int
    YearMonth.compareTo(YearMonth other)
    Compares this year-month to another year-month.
    int
    ZoneOffset.compareTo(ZoneOffset other)
    Compares this offset to another offset in descending order.
    boolean
    Clock.equals(Object obj)
    Checks if this clock is equal to another clock.
    boolean
    Duration.equals(Object other)
    Checks if this duration is equal to the specified Duration.
    boolean
    Instant.equals(Object other)
    Checks if this instant is equal to the specified instant.
    boolean
    LocalDate.equals(Object obj)
    Checks if this date is equal to another date.
    boolean
    LocalDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time.
    boolean
    LocalTime.equals(Object obj)
    Checks if this time is equal to another time.
    boolean
    MonthDay.equals(Object obj)
    Checks if this month-day is equal to another month-day.
    boolean
    OffsetDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time.
    boolean
    OffsetTime.equals(Object obj)
    Checks if this time is equal to another time.
    boolean
    Period.equals(Object obj)
    Checks if this period is equal to another period.
    boolean
    Year.equals(Object obj)
    Checks if this year is equal to another year.
    boolean
    YearMonth.equals(Object obj)
    Checks if this year-month is equal to another year-month.
    boolean
    ZonedDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time.
    boolean
    ZoneId.equals(Object obj)
    Checks if this time-zone ID is equal to another time-zone ID.
    boolean
    ZoneOffset.equals(Object obj)
    Checks if this offset is equal to another offset.
    LocalDate.format(DateTimeFormatter formatter)
    Formats this date using the specified formatter.
    LocalDateTime.format(DateTimeFormatter formatter)
    Formats this date-time using the specified formatter.
    ZonedDateTime.format(DateTimeFormatter formatter)
    Formats this date-time using the specified formatter.
    int
    DayOfWeek.get(TemporalField field)
    Gets the value of the specified field from this day-of-week as an int.
    long
    Duration.get(TemporalUnit unit)
    Gets the value of the requested unit.
    int
    Instant.get(TemporalField field)
    Gets the value of the specified field from this instant as an int.
    int
    LocalDate.get(TemporalField field)
    Gets the value of the specified field from this date as an int.
    int
    LocalDateTime.get(TemporalField field)
    Gets the value of the specified field from this date-time as an int.
    int
    LocalTime.get(TemporalField field)
    Gets the value of the specified field from this time as an int.
    int
    Month.get(TemporalField field)
    Gets the value of the specified field from this month-of-year as an int.
    int
    MonthDay.get(TemporalField field)
    Gets the value of the specified field from this month-day as an int.
    int
    OffsetDateTime.get(TemporalField field)
    Gets the value of the specified field from this date-time as an int.
    int
    OffsetTime.get(TemporalField field)
    Gets the value of the specified field from this time as an int.
    long
    Period.get(TemporalUnit unit)
    Gets the value of the requested unit.
    int
    Year.get(TemporalField field)
    Gets the value of the specified field from this year as an int.
    int
    YearMonth.get(TemporalField field)
    Gets the value of the specified field from this year-month as an int.
    int
    ZonedDateTime.get(TemporalField field)
    Gets the value of the specified field from this date-time as an int.
    int
    ZoneOffset.get(TemporalField field)
    Gets the value of the specified field from this offset as an int.
    LocalDate.getChronology()
    Gets the chronology of this date, which is the ISO calendar system.
    Period.getChronology()
    Gets the chronology of this period, which is the ISO calendar system.
    LocalDate.getEra()
    Gets the era applicable at this date.
    ZoneOffset.getId()
    Gets the normalized zone offset ID.
    long
    DayOfWeek.getLong(TemporalField field)
    Gets the value of the specified field from this day-of-week as a long.
    long
    Instant.getLong(TemporalField field)
    Gets the value of the specified field from this instant as a long.
    long
    LocalDate.getLong(TemporalField field)
    Gets the value of the specified field from this date as a long.
    long
    LocalDateTime.getLong(TemporalField field)
    Gets the value of the specified field from this date-time as a long.
    long
    LocalTime.getLong(TemporalField field)
    Gets the value of the specified field from this time as a long.
    long
    Month.getLong(TemporalField field)
    Gets the value of the specified field from this month-of-year as a long.
    long
    MonthDay.getLong(TemporalField field)
    Gets the value of the specified field from this month-day as a long.
    long
    OffsetDateTime.getLong(TemporalField field)
    Gets the value of the specified field from this date-time as a long.
    long
    OffsetTime.getLong(TemporalField field)
    Gets the value of the specified field from this time as a long.
    long
    Year.getLong(TemporalField field)
    Gets the value of the specified field from this year as a long.
    long
    YearMonth.getLong(TemporalField field)
    Gets the value of the specified field from this year-month as a long.
    long
    ZonedDateTime.getLong(TemporalField field)
    Gets the value of the specified field from this date-time as a long.
    long
    ZoneOffset.getLong(TemporalField field)
    Gets the value of the specified field from this offset as a long.
    ZonedDateTime.getOffset()
    Gets the zone offset, such as '+01:00'.
    ZoneOffset.getRules()
    Gets the associated time-zone rules.
    Duration.getUnits()
    Gets the set of units supported by this duration.
    Period.getUnits()
    Gets the set of units supported by this period.
    ZonedDateTime.getZone()
    Gets the time-zone, such as 'Europe/Paris'.
    int
    Clock.hashCode()
    A hash code for this clock.
    int
    Duration.hashCode()
    A hash code for this duration.
    int
    Instant.hashCode()
    Returns a hash code for this instant.
    int
    LocalDate.hashCode()
    A hash code for this date.
    int
    LocalDateTime.hashCode()
    A hash code for this date-time.
    int
    LocalTime.hashCode()
    A hash code for this time.
    int
    MonthDay.hashCode()
    A hash code for this month-day.
    int
    OffsetDateTime.hashCode()
    A hash code for this date-time.
    int
    OffsetTime.hashCode()
    A hash code for this time.
    int
    Period.hashCode()
    A hash code for this period.
    int
    Year.hashCode()
    A hash code for this year.
    int
    YearMonth.hashCode()
    A hash code for this year-month.
    int
    ZonedDateTime.hashCode()
    A hash code for this date-time.
    int
    ZoneId.hashCode()
    A hash code for this time-zone ID.
    int
    ZoneOffset.hashCode()
    A hash code for this offset.
    abstract Instant
    Clock.instant()
    Gets the current instant of the clock.
    boolean
    LocalDate.isAfter(ChronoLocalDate other)
    Checks if this date is after the specified date.
    boolean
    LocalDateTime.isAfter(ChronoLocalDateTime<?> other)
    Checks if this date-time is after the specified date-time.
    boolean
    LocalDate.isBefore(ChronoLocalDate other)
    Checks if this date is before the specified date.
    boolean
    LocalDateTime.isBefore(ChronoLocalDateTime<?> other)
    Checks if this date-time is before the specified date-time.
    boolean
    LocalDate.isEqual(ChronoLocalDate other)
    Checks if this date is equal to the specified date.
    boolean
    LocalDateTime.isEqual(ChronoLocalDateTime<?> other)
    Checks if this date-time is equal to the specified date-time.
    boolean
    LocalDate.isLeapYear()
    Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
    boolean
    DayOfWeek.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    Instant.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    Instant.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    LocalDate.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    LocalDate.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    LocalDateTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    LocalDateTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    LocalTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    LocalTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    Checks if the specified field is supported.
    boolean
    MonthDay.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    OffsetDateTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    OffsetDateTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    OffsetTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    OffsetTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    Checks if the specified field is supported.
    boolean
    Checks if the specified unit is supported.
    boolean
    YearMonth.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    YearMonth.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    ZonedDateTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    boolean
    ZonedDateTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    ZoneOffset.isSupported(TemporalField field)
    Checks if the specified field is supported.
    int
    LocalDate.lengthOfMonth()
    Returns the length of the month represented by this date.
    int
    LocalDate.lengthOfYear()
    Returns the length of the year represented by this date.
    long
    Clock.millis()
    Gets the current millisecond instant of the clock.
    Instant.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this instant with the specified amount subtracted.
    Instant.minus(TemporalAmount amountToSubtract)
    Returns a copy of this instant with the specified amount subtracted.
    LocalDate.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this date with the specified amount subtracted.
    LocalDate.minus(TemporalAmount amountToSubtract)
    Returns a copy of this date with the specified amount subtracted.
    LocalDateTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this date-time with the specified amount subtracted.
    LocalDateTime.minus(TemporalAmount amountToSubtract)
    Returns a copy of this date-time with the specified amount subtracted.
    LocalTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this time with the specified amount subtracted.
    LocalTime.minus(TemporalAmount amountToSubtract)
    Returns a copy of this time with the specified amount subtracted.
    OffsetDateTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this date-time with the specified amount subtracted.
    OffsetDateTime.minus(TemporalAmount amountToSubtract)
    Returns a copy of this date-time with the specified amount subtracted.
    OffsetTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this time with the specified amount subtracted.
    OffsetTime.minus(TemporalAmount amountToSubtract)
    Returns a copy of this time with the specified amount subtracted.
    Year.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this year with the specified amount subtracted.
    Year.minus(TemporalAmount amountToSubtract)
    Returns a copy of this year with the specified amount subtracted.
    YearMonth.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this year-month with the specified amount subtracted.
    YearMonth.minus(TemporalAmount amountToSubtract)
    Returns a copy of this year-month with the specified amount subtracted.
    ZonedDateTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns a copy of this date-time with the specified amount subtracted.
    ZonedDateTime.minus(TemporalAmount amountToSubtract)
    Returns a copy of this date-time with the specified amount subtracted.
    Instant.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this instant with the specified amount added.
    Instant.plus(TemporalAmount amountToAdd)
    Returns a copy of this instant with the specified amount added.
    LocalDate.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this date with the specified amount added.
    LocalDate.plus(TemporalAmount amountToAdd)
    Returns a copy of this date with the specified amount added.
    LocalDateTime.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this date-time with the specified amount added.
    LocalDateTime.plus(TemporalAmount amountToAdd)
    Returns a copy of this date-time with the specified amount added.
    LocalTime.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this time with the specified amount added.
    LocalTime.plus(TemporalAmount amountToAdd)
    Returns a copy of this time with the specified amount added.
    OffsetDateTime.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this date-time with the specified amount added.
    OffsetDateTime.plus(TemporalAmount amountToAdd)
    Returns a copy of this date-time with the specified amount added.
    OffsetTime.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this time with the specified amount added.
    OffsetTime.plus(TemporalAmount amountToAdd)
    Returns a copy of this time with the specified amount added.
    Year.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this year with the specified amount added.
    Year.plus(TemporalAmount amountToAdd)
    Returns a copy of this year with the specified amount added.
    YearMonth.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this year-month with the specified amount added.
    YearMonth.plus(TemporalAmount amountToAdd)
    Returns a copy of this year-month with the specified amount added.
    ZonedDateTime.plus(long amountToAdd, TemporalUnit unit)
    Returns a copy of this date-time with the specified amount added.
    ZonedDateTime.plus(TemporalAmount amountToAdd)
    Returns a copy of this date-time with the specified amount added.
    <R> R
    DayOfWeek.query(TemporalQuery<R> query)
    Queries this day-of-week using the specified query.
    <R> R
    Instant.query(TemporalQuery<R> query)
    Queries this instant using the specified query.
    <R> R
    LocalDate.query(TemporalQuery<R> query)
    Queries this date using the specified query.
    <R> R
    LocalDateTime.query(TemporalQuery<R> query)
    Queries this date-time using the specified query.
    <R> R
    LocalTime.query(TemporalQuery<R> query)
    Queries this time using the specified query.
    <R> R
    Month.query(TemporalQuery<R> query)
    Queries this month-of-year using the specified query.
    <R> R
    MonthDay.query(TemporalQuery<R> query)
    Queries this month-day using the specified query.
    <R> R
    OffsetDateTime.query(TemporalQuery<R> query)
    Queries this date-time using the specified query.
    <R> R
    OffsetTime.query(TemporalQuery<R> query)
    Queries this time using the specified query.
    <R> R
    Year.query(TemporalQuery<R> query)
    Queries this year using the specified query.
    <R> R
    YearMonth.query(TemporalQuery<R> query)
    Queries this year-month using the specified query.
    <R> R
    ZonedDateTime.query(TemporalQuery<R> query)
    Queries this date-time using the specified query.
    <R> R
    ZoneOffset.query(TemporalQuery<R> query)
    Queries this offset using the specified query.
    DayOfWeek.range(TemporalField field)
    Gets the range of valid values for the specified field.
    Instant.range(TemporalField field)
    Gets the range of valid values for the specified field.
    LocalDate.range(TemporalField field)
    Gets the range of valid values for the specified field.
    LocalDateTime.range(TemporalField field)
    Gets the range of valid values for the specified field.
    LocalTime.range(TemporalField field)
    Gets the range of valid values for the specified field.
    Month.range(TemporalField field)
    Gets the range of valid values for the specified field.
    MonthDay.range(TemporalField field)
    Gets the range of valid values for the specified field.
    OffsetDateTime.range(TemporalField field)
    Gets the range of valid values for the specified field.
    OffsetTime.range(TemporalField field)
    Gets the range of valid values for the specified field.
    Year.range(TemporalField field)
    Gets the range of valid values for the specified field.
    YearMonth.range(TemporalField field)
    Gets the range of valid values for the specified field.
    ZonedDateTime.range(TemporalField field)
    Gets the range of valid values for the specified field.
    ZoneOffset.range(TemporalField field)
    Gets the range of valid values for the specified field.
    Duration.subtractFrom(Temporal temporal)
    Subtracts this duration from the specified temporal object.
    Period.subtractFrom(Temporal temporal)
    Subtracts this period from the specified temporal object.
    LocalDateTime.toLocalDate()
    Gets the LocalDate part of this date-time.
    ZonedDateTime.toLocalDate()
    Gets the LocalDate part of this date-time.
    ZonedDateTime.toLocalDateTime()
    Gets the LocalDateTime part of this date-time.
    LocalDateTime.toLocalTime()
    Gets the LocalTime part of this date-time.
    ZonedDateTime.toLocalTime()
    Gets the LocalTime part of this date-time.
    Duration.toString()
    A string representation of this duration using ISO-8601 seconds based representation, such as PT8H6M12.345S.
    Instant.toString()
    A string representation of this instant using ISO-8601 representation.
    LocalDate.toString()
    Outputs this date as a String, such as 2007-12-03.
    LocalDateTime.toString()
    Outputs this date-time as a String, such as 2007-12-03T10:15:30.
    LocalTime.toString()
    Outputs this time as a String, such as 10:15.
    MonthDay.toString()
    Outputs this month-day as a String, such as --12-03.
    OffsetDateTime.toString()
    Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00.
    OffsetTime.toString()
    Outputs this time as a String, such as 10:15:30+01:00.
    Period.toString()
    Outputs this period as a String, such as P6Y3M1D.
    Year.toString()
    Outputs this year as a String.
    YearMonth.toString()
    Outputs this year-month as a String, such as 2007-12.
    ZonedDateTime.toString()
    Outputs this date-time as a String, such as 2007-12-03T10:15:30+01:00[Europe/Paris].
    ZoneId.toString()
    Outputs this zone as a String, using the ID.
    ZoneOffset.toString()
    Outputs this offset as a String, using the normalized ID.
    long
    Instant.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another instant in terms of the specified unit.
    LocalDate.until(ChronoLocalDate endDateExclusive)
    Calculates the period between this date and another date as a Period.
    long
    LocalDate.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another date in terms of the specified unit.
    long
    LocalDateTime.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another date-time in terms of the specified unit.
    long
    LocalTime.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another time in terms of the specified unit.
    long
    OffsetDateTime.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another date-time in terms of the specified unit.
    long
    OffsetTime.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another time in terms of the specified unit.
    long
    Year.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another year in terms of the specified unit.
    long
    YearMonth.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another year-month in terms of the specified unit.
    long
    ZonedDateTime.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another date-time in terms of the specified unit.
    Instant.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this instant.
    Instant.with(TemporalField field, long newValue)
    Returns a copy of this instant with the specified field set to a new value.
    LocalDate.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this date.
    LocalDate.with(TemporalField field, long newValue)
    Returns a copy of this date with the specified field set to a new value.
    LocalDateTime.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this date-time.
    LocalDateTime.with(TemporalField field, long newValue)
    Returns a copy of this date-time with the specified field set to a new value.
    LocalTime.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this time.
    LocalTime.with(TemporalField field, long newValue)
    Returns a copy of this time with the specified field set to a new value.
    OffsetDateTime.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this date-time.
    OffsetDateTime.with(TemporalField field, long newValue)
    Returns a copy of this date-time with the specified field set to a new value.
    OffsetTime.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this time.
    OffsetTime.with(TemporalField field, long newValue)
    Returns a copy of this time with the specified field set to a new value.
    Year.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this year.
    Year.with(TemporalField field, long newValue)
    Returns a copy of this year with the specified field set to a new value.
    YearMonth.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this year-month.
    YearMonth.with(TemporalField field, long newValue)
    Returns a copy of this year-month with the specified field set to a new value.
    ZonedDateTime.with(TemporalAdjuster adjuster)
    Returns an adjusted copy of this date-time.
    ZonedDateTime.with(TemporalField field, long newValue)
    Returns a copy of this date-time with the specified field set to a new value.
    Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.
    ZonedDateTime.withLaterOffsetAtOverlap()
    Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.
    abstract Clock
    Clock.withZone(ZoneId zone)
    Returns a copy of this clock with a different time-zone.
    ZonedDateTime.withZoneSameInstant(ZoneId zone)
    Returns a copy of this date-time with a different time-zone, retaining the instant.
    ZonedDateTime.withZoneSameLocal(ZoneId zone)
    Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible.
  • Uses of Override in java.time.chrono

    Methods in java.time.chrono with annotations of type Override
    Modifier and Type
    Method
    Description
    ChronoPeriod.addTo(Temporal temporal)
    Adds this period to the specified temporal object.
    default Temporal
    ChronoLocalDate.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same date as this object.
    default Temporal
    ChronoLocalDateTime.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same date and time as this object.
    default Temporal
    Era.adjustInto(Temporal temporal)
    Adjusts the specified temporal object to have the same era as this object.
    HijrahDate.atTime(LocalTime localTime)
     
    JapaneseDate.atTime(LocalTime localTime)
     
    MinguoDate.atTime(LocalTime localTime)
     
    ThaiBuddhistDate.atTime(LocalTime localTime)
     
    int
    AbstractChronology.compareTo(Chronology other)
    Compares this chronology to another chronology.
    default int
    ChronoLocalDate.compareTo(ChronoLocalDate other)
    Compares this date to another date, including the chronology.
    default int
    ChronoLocalDateTime.compareTo(ChronoLocalDateTime<?> other)
    Compares this date-time to another date-time, including the chronology.
    int
    Chronology.compareTo(Chronology other)
    Compares this chronology to another chronology.
    default int
    ChronoZonedDateTime.compareTo(ChronoZonedDateTime<?> other)
    Compares this date-time to another date-time, including the chronology.
    HijrahChronology.date(int prolepticYear, int month, int dayOfMonth)
    Obtains a local date in Hijrah calendar system from the proleptic-year, month-of-year and day-of-month fields.
    HijrahChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
    Obtains a local date in Hijrah calendar system from the era, year-of-era, month-of-year and day-of-month fields.
    HijrahChronology.date(TemporalAccessor temporal)
     
    IsoChronology.date(int prolepticYear, int month, int dayOfMonth)
    Obtains an ISO local date from the proleptic-year, month-of-year and day-of-month fields.
    IsoChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
    Obtains an ISO local date from the era, year-of-era, month-of-year and day-of-month fields.
    IsoChronology.date(TemporalAccessor temporal)
    Obtains an ISO local date from another date-time object.
    JapaneseChronology.date(int prolepticYear, int month, int dayOfMonth)
    Obtains a local date in Japanese calendar system from the proleptic-year, month-of-year and day-of-month fields.
    JapaneseChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
    Obtains a local date in Japanese calendar system from the era, year-of-era, month-of-year and day-of-month fields.
    JapaneseChronology.date(TemporalAccessor temporal)
     
    MinguoChronology.date(int prolepticYear, int month, int dayOfMonth)
    Obtains a local date in Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.
    MinguoChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
    Obtains a local date in Minguo calendar system from the era, year-of-era, month-of-year and day-of-month fields.
    MinguoChronology.date(TemporalAccessor temporal)
     
    ThaiBuddhistChronology.date(int prolepticYear, int month, int dayOfMonth)
    Obtains a local date in Thai Buddhist calendar system from the proleptic-year, month-of-year and day-of-month fields.
    ThaiBuddhistChronology.date(Era era, int yearOfEra, int month, int dayOfMonth)
    Obtains a local date in Thai Buddhist calendar system from the era, year-of-era, month-of-year and day-of-month fields.
    ThaiBuddhistChronology.date(TemporalAccessor temporal)
     
    HijrahChronology.dateEpochDay(long epochDay)
    Obtains a local date in the Hijrah calendar system from the epoch-day.
    IsoChronology.dateEpochDay(long epochDay)
    Obtains an ISO local date from the epoch-day.
    JapaneseChronology.dateEpochDay(long epochDay)
    Obtains a local date in the Japanese calendar system from the epoch-day.
    MinguoChronology.dateEpochDay(long epochDay)
    Obtains a local date in the Minguo calendar system from the epoch-day.
    ThaiBuddhistChronology.dateEpochDay(long epochDay)
    Obtains a local date in the Thai Buddhist calendar system from the epoch-day.
    HijrahChronology.dateNow()
     
    HijrahChronology.dateNow(Clock clock)
     
    HijrahChronology.dateNow(ZoneId zone)
     
    IsoChronology.dateNow()
    Obtains the current ISO local date from the system clock in the default time-zone.
    IsoChronology.dateNow(Clock clock)
    Obtains the current ISO local date from the specified clock.
    IsoChronology.dateNow(ZoneId zone)
    Obtains the current ISO local date from the system clock in the specified time-zone.
    JapaneseChronology.dateNow()
     
    JapaneseChronology.dateNow(Clock clock)
     
    JapaneseChronology.dateNow(ZoneId zone)
     
    MinguoChronology.dateNow()
     
    MinguoChronology.dateNow(Clock clock)
     
    MinguoChronology.dateNow(ZoneId zone)
     
    ThaiBuddhistChronology.dateNow()
     
    ThaiBuddhistChronology.dateNow(Clock clock)
     
    ThaiBuddhistChronology.dateNow(ZoneId zone)
     
    HijrahChronology.dateYearDay(int prolepticYear, int dayOfYear)
    Obtains a local date in Hijrah calendar system from the proleptic-year and day-of-year fields.
    HijrahChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
    Obtains a local date in Hijrah calendar system from the era, year-of-era and day-of-year fields.
    IsoChronology.dateYearDay(int prolepticYear, int dayOfYear)
    Obtains an ISO local date from the proleptic-year and day-of-year fields.
    IsoChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
    Obtains an ISO local date from the era, year-of-era and day-of-year fields.
    JapaneseChronology.dateYearDay(int prolepticYear, int dayOfYear)
    Obtains a local date in Japanese calendar system from the proleptic-year and day-of-year fields.
    JapaneseChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
    Obtains a local date in Japanese calendar system from the era, year-of-era and day-of-year fields.
    MinguoChronology.dateYearDay(int prolepticYear, int dayOfYear)
    Obtains a local date in Minguo calendar system from the proleptic-year and day-of-year fields.
    MinguoChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
    Obtains a local date in Minguo calendar system from the era, year-of-era and day-of-year fields.
    ThaiBuddhistChronology.dateYearDay(int prolepticYear, int dayOfYear)
    Obtains a local date in Thai Buddhist calendar system from the proleptic-year and day-of-year fields.
    ThaiBuddhistChronology.dateYearDay(Era era, int yearOfEra, int dayOfYear)
    Obtains a local date in Thai Buddhist calendar system from the era, year-of-era and day-of-year fields.
    long
    IsoChronology.epochSecond(int prolepticYear, int month, int dayOfMonth, int hour, int minute, int second, ZoneOffset zoneOffset)
    Gets the number of seconds from the epoch of 1970-01-01T00:00:00Z.
    boolean
    AbstractChronology.equals(Object obj)
    Checks if this chronology is equal to another chronology.
    boolean
    ChronoLocalDate.equals(Object obj)
    Checks if this date is equal to another date, including the chronology.
    boolean
    ChronoLocalDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time, including the chronology.
    boolean
    Chronology.equals(Object obj)
    Checks if this chronology is equal to another chronology.
    boolean
    ChronoPeriod.equals(Object obj)
    Checks if this period is equal to another period, including the chronology.
    boolean
    ChronoZonedDateTime.equals(Object obj)
    Checks if this date-time is equal to another date-time.
    boolean
    HijrahDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    boolean
    JapaneseDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    boolean
    MinguoDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    boolean
    ThaiBuddhistDate.equals(Object obj)
    Compares this date to another date, including the chronology.
    HijrahChronology.eraOf(int eraValue)
    Creates the HijrahEra object from the numeric value.
    IsoChronology.eraOf(int eraValue)
     
    JapaneseChronology.eraOf(int eraValue)
    Returns the calendar system era object from the given numeric value.
    MinguoChronology.eraOf(int eraValue)
     
    ThaiBuddhistChronology.eraOf(int eraValue)
     
    HijrahChronology.eras()
     
    IsoChronology.eras()
     
    JapaneseChronology.eras()
     
    MinguoChronology.eras()
     
    ThaiBuddhistChronology.eras()
     
    long
    ChronoPeriod.get(TemporalUnit unit)
    Gets the value of the requested unit.
    default int
    Era.get(TemporalField field)
    Gets the value of the specified field from this era as an int.
    HijrahChronology.getCalendarType()
    Gets the calendar type of the Islamic calendar.
    IsoChronology.getCalendarType()
    Gets the calendar type of the underlying calendar system - 'iso8601'.
    JapaneseChronology.getCalendarType()
    Gets the calendar type of the underlying calendar system - 'japanese'.
    MinguoChronology.getCalendarType()
    Gets the calendar type of the underlying calendar system - 'roc'.
    ThaiBuddhistChronology.getCalendarType()
    Gets the calendar type of the underlying calendar system - 'buddhist'.
    HijrahDate.getChronology()
    Gets the chronology of this date, which is the Hijrah calendar system.
    JapaneseDate.getChronology()
    Gets the chronology of this date, which is the Japanese calendar system.
    MinguoDate.getChronology()
    Gets the chronology of this date, which is the Minguo calendar system.
    ThaiBuddhistDate.getChronology()
    Gets the chronology of this date, which is the Thai Buddhist calendar system.
    HijrahEra.getDisplayName(TextStyle style, Locale locale)
    Gets the textual representation of this era.
    JapaneseEra.getDisplayName(TextStyle style, Locale locale)
    Gets the textual representation of this era.
    MinguoEra.getDisplayName(TextStyle style, Locale locale)
    Gets the textual representation of this era.
    ThaiBuddhistEra.getDisplayName(TextStyle style, Locale locale)
    Gets the textual representation of this era.
    HijrahDate.getEra()
    Gets the era applicable at this date.
    JapaneseDate.getEra()
    Gets the era applicable at this date.
    MinguoDate.getEra()
    Gets the era applicable at this date.
    ThaiBuddhistDate.getEra()
    Gets the era applicable at this date.
    HijrahChronology.getId()
    Gets the ID of the chronology.
    IsoChronology.getId()
    Gets the ID of the chronology - 'ISO'.
    JapaneseChronology.getId()
    Gets the ID of the chronology - 'Japanese'.
    MinguoChronology.getId()
    Gets the ID of the chronology - 'Minguo'.
    ThaiBuddhistChronology.getId()
    Gets the ID of the chronology - 'ThaiBuddhist'.
    default long
    ChronoZonedDateTime.getLong(TemporalField field)
     
    default long
    Gets the value of the specified field from this era as a long.
    long
    HijrahDate.getLong(TemporalField field)
     
    long
    JapaneseDate.getLong(TemporalField field)
     
    long
    MinguoDate.getLong(TemporalField field)
     
    long
    ThaiBuddhistDate.getLong(TemporalField field)
     
    ChronoPeriod.getUnits()
    Gets the set of units supported by this period.
    int
    HijrahEra.getValue()
    Gets the numeric era int value.
    int
    IsoEra.getValue()
    Gets the numeric era int value.
    int
    JapaneseEra.getValue()
    Gets the numeric era int value.
    int
    MinguoEra.getValue()
    Gets the numeric era int value.
    int
    ThaiBuddhistEra.getValue()
    Gets the numeric era int value.
    int
    AbstractChronology.hashCode()
    A hash code for this chronology.
    int
    ChronoLocalDate.hashCode()
    A hash code for this date.
    int
    ChronoLocalDateTime.hashCode()
    A hash code for this date-time.
    int
    Chronology.hashCode()
    A hash code for this chronology.
    int
    ChronoPeriod.hashCode()
    A hash code for this period.
    int
    ChronoZonedDateTime.hashCode()
    A hash code for this date-time.
    int
    HijrahDate.hashCode()
    A hash code for this date.
    int
    JapaneseDate.hashCode()
    A hash code for this date.
    int
    MinguoDate.hashCode()
    A hash code for this date.
    int
    ThaiBuddhistDate.hashCode()
    A hash code for this date.
    boolean
    IsoChronology.isIsoBased()
    IsoChronology is an ISO based chronology, which supports fields in IsoFields, such as DAY_OF_QUARTER and QUARTER_OF_YEAR.
    boolean
    JapaneseChronology.isIsoBased()
    JapaneseChronology is an ISO based chronology, which supports fields in IsoFields, such as DAY_OF_QUARTER and QUARTER_OF_YEAR.
    boolean
    MinguoChronology.isIsoBased()
    MinguoChronology is an ISO based chronology, which supports fields in IsoFields, such as DAY_OF_QUARTER and QUARTER_OF_YEAR.
    boolean
    ThaiBuddhistChronology.isIsoBased()
    ThaiBuddhistChronology is an ISO based chronology, which supports fields in IsoFields, such as DAY_OF_QUARTER and QUARTER_OF_YEAR.
    boolean
    HijrahChronology.isLeapYear(long prolepticYear)
     
    boolean
    HijrahDate.isLeapYear()
    Checks if the year is a leap year, according to the Hijrah calendar system rules.
    boolean
    IsoChronology.isLeapYear(long prolepticYear)
    Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
    boolean
    JapaneseChronology.isLeapYear(long prolepticYear)
    Checks if the specified year is a leap year.
    boolean
    MinguoChronology.isLeapYear(long prolepticYear)
    Checks if the specified year is a leap year.
    boolean
    ThaiBuddhistChronology.isLeapYear(long prolepticYear)
    Checks if the specified year is a leap year.
    default boolean
    ChronoLocalDate.isSupported(TemporalField field)
    Checks if the specified field is supported.
    default boolean
    ChronoLocalDate.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    ChronoLocalDateTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    default boolean
    ChronoLocalDateTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    boolean
    ChronoZonedDateTime.isSupported(TemporalField field)
    Checks if the specified field is supported.
    default boolean
    ChronoZonedDateTime.isSupported(TemporalUnit unit)
    Checks if the specified unit is supported.
    default boolean
    Checks if the specified field is supported.
    boolean
    JapaneseDate.isSupported(TemporalField field)
    Checks if the specified field is supported.
    int
    HijrahDate.lengthOfMonth()
    Returns the length of the month represented by this date.
    int
    JapaneseDate.lengthOfMonth()
    Returns the length of the month represented by this date.
    int
    MinguoDate.lengthOfMonth()
    Returns the length of the month represented by this date.
    int
    ThaiBuddhistDate.lengthOfMonth()
    Returns the length of the month represented by this date.
    int
    HijrahDate.lengthOfYear()
    Returns the length of the year represented by this date.
    HijrahChronology.localDateTime(TemporalAccessor temporal)
     
    IsoChronology.localDateTime(TemporalAccessor temporal)
    Obtains an ISO local date-time from another date-time object.
    JapaneseChronology.localDateTime(TemporalAccessor temporal)
     
    MinguoChronology.localDateTime(TemporalAccessor temporal)
     
    ThaiBuddhistChronology.localDateTime(TemporalAccessor temporal)
     
    ChronoLocalDate.minus(long amountToSubtract, TemporalUnit unit)
    Returns an object of the same type as this object with the specified period subtracted.
    ChronoLocalDate.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    ChronoLocalDateTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns an object of the same type as this object with the specified period subtracted.
    ChronoLocalDateTime.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    ChronoZonedDateTime.minus(long amountToSubtract, TemporalUnit unit)
    Returns an object of the same type as this object with the specified period subtracted.
    ChronoZonedDateTime.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    HijrahDate.minus(long amountToSubtract, TemporalUnit unit)
     
    HijrahDate.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    JapaneseDate.minus(long amountToSubtract, TemporalUnit unit)
     
    JapaneseDate.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    MinguoDate.minus(long amountToSubtract, TemporalUnit unit)
     
    MinguoDate.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    ThaiBuddhistDate.minus(long amountToSubtract, TemporalUnit unit)
     
    ThaiBuddhistDate.minus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount subtracted.
    IsoChronology.period(int years, int months, int days)
    Obtains a period for this chronology based on years, months and days.
    ChronoLocalDate.plus(long amountToAdd, TemporalUnit unit)
    Returns an object of the same type as this object with the specified period added.
    ChronoLocalDate.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    ChronoLocalDateTime.plus(long amountToAdd, TemporalUnit unit)
    Returns an object of the same type as this object with the specified period added.
    ChronoLocalDateTime.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    ChronoZonedDateTime.plus(long amountToAdd, TemporalUnit unit)
    Returns an object of the same type as this object with the specified period added.
    ChronoZonedDateTime.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    HijrahDate.plus(long amountToAdd, TemporalUnit unit)
     
    HijrahDate.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    JapaneseDate.plus(long amountToAdd, TemporalUnit unit)
     
    JapaneseDate.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    MinguoDate.plus(long amountToAdd, TemporalUnit unit)
     
    MinguoDate.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    ThaiBuddhistDate.plus(long amountToAdd, TemporalUnit unit)
     
    ThaiBuddhistDate.plus(TemporalAmount amount)
    Returns an object of the same type as this object with an amount added.
    int
    HijrahChronology.prolepticYear(Era era, int yearOfEra)
     
    int
    IsoChronology.prolepticYear(Era era, int yearOfEra)
     
    int
    JapaneseChronology.prolepticYear(Era era, int yearOfEra)
     
    int
    MinguoChronology.prolepticYear(Era era, int yearOfEra)
     
    int
    ThaiBuddhistChronology.prolepticYear(Era era, int yearOfEra)
     
    default <R> R
    ChronoLocalDate.query(TemporalQuery<R> query)
    Queries this date using the specified query.
    default <R> R
    ChronoLocalDateTime.query(TemporalQuery<R> query)
    Queries this date-time using the specified query.
    default <R> R
    ChronoZonedDateTime.query(TemporalQuery<R> query)
    Queries this date-time using the specified query.
    default <R> R
    Era.query(TemporalQuery<R> query)
    Queries this era using the specified query.
    default ValueRange
    Era.range(TemporalField field)
    Gets the range of valid values for the specified field.
    HijrahChronology.range(ChronoField field)
     
    HijrahEra.range(TemporalField field)
    Gets the range of valid values for the specified field.
    IsoChronology.range(ChronoField field)
     
    JapaneseChronology.range(ChronoField field)
     
    JapaneseEra.range(TemporalField field)
    Gets the range of valid values for the specified field.
    MinguoChronology.range(ChronoField field)
     
    ThaiBuddhistChronology.range(ChronoField field)
     
    AbstractChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle)
    Resolves parsed ChronoField values into a date during parsing.
    HijrahChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle)
     
    IsoChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle)
    Resolves parsed ChronoField values into a date during parsing.
    JapaneseChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle)
     
    MinguoChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle)
     
    ThaiBuddhistChronology.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle)
     
    ChronoPeriod.subtractFrom(Temporal temporal)
    Subtracts this period from the specified temporal object.
    AbstractChronology.toString()
    Outputs this chronology as a String, using the chronology ID.
    ChronoLocalDate.toString()
    Outputs this date as a String.
    ChronoLocalDateTime.toString()
    Outputs this date-time as a String.
    Chronology.toString()
    Outputs this chronology as a String.
    ChronoPeriod.toString()
    Outputs this period as a String.
    ChronoZonedDateTime.toString()
    Outputs this date-time as a String.
    long
    ChronoLocalDate.until(Temporal endExclusive, TemporalUnit unit)
    Calculates the amount of time until another date in terms of the specified unit.
    HijrahDate.until(ChronoLocalDate endDate)
     
    JapaneseDate.until(ChronoLocalDate endDate)
     
    MinguoDate.until(ChronoLocalDate endDate)
     
    ThaiBuddhistDate.until(ChronoLocalDate endDate)
     
    ChronoLocalDate.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    ChronoLocalDate.with(TemporalField field, long newValue)
    Returns an object of the same type as this object with the specified field altered.
    ChronoLocalDateTime.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    ChronoLocalDateTime.with(TemporalField field, long newValue)
    Returns an object of the same type as this object with the specified field altered.
    ChronoZonedDateTime.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    ChronoZonedDateTime.with(TemporalField field, long newValue)
    Returns an object of the same type as this object with the specified field altered.
    HijrahDate.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    HijrahDate.with(TemporalField field, long newValue)
     
    JapaneseDate.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    JapaneseDate.with(TemporalField field, long newValue)
     
    MinguoDate.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    MinguoDate.with(TemporalField field, long newValue)
     
    ThaiBuddhistDate.with(TemporalAdjuster adjuster)
    Returns an adjusted object of the same type as this object with the adjustment made.
    ThaiBuddhistDate.with(TemporalField field, long newValue)
     
    HijrahChronology.zonedDateTime(Instant instant, ZoneId zone)
     
    HijrahChronology.zonedDateTime(TemporalAccessor temporal)
     
    IsoChronology.zonedDateTime(Instant instant, ZoneId zone)
    Obtains an ISO zoned date-time in this chronology from an Instant.
    IsoChronology.zonedDateTime(TemporalAccessor temporal)
    Obtains an ISO zoned date-time from another date-time object.
    JapaneseChronology.zonedDateTime(Instant instant, ZoneId zone)
     
    JapaneseChronology.zonedDateTime(TemporalAccessor temporal)
     
    MinguoChronology.zonedDateTime(Instant instant, ZoneId zone)
     
    MinguoChronology.zonedDateTime(TemporalAccessor temporal)
     
    ThaiBuddhistChronology.zonedDateTime(Instant instant, ZoneId zone)
     
    ThaiBuddhistChronology.zonedDateTime(TemporalAccessor temporal)
     
  • Uses of Override in java.time.format

    Methods in java.time.format with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    DecimalStyle.equals(Object obj)
    Checks if this DecimalStyle is equal to another DecimalStyle.
    int
    DecimalStyle.hashCode()
    A hash code for this DecimalStyle.
    DateTimeFormatter.toString()
    Returns a description of the underlying formatters.
    DecimalStyle.toString()
    Returns a string describing this DecimalStyle.
  • Uses of Override in java.time.temporal

    Methods in java.time.temporal with annotations of type Override
    Modifier and Type
    Method
    Description
    <R extends Temporal>
    R
    ChronoUnit.addTo(R temporal, long amount)
     
    <R extends Temporal>
    R
    ChronoField.adjustInto(R temporal, long newValue)
     
    long
    ChronoUnit.between(Temporal temporal1Inclusive, Temporal temporal2Exclusive)
     
    boolean
    ValueRange.equals(Object obj)
    Checks if this range is equal to another range.
    boolean
    WeekFields.equals(Object object)
    Checks if this WeekFields is equal to the specified object.
    ChronoField.getBaseUnit()
     
    ChronoUnit.getDuration()
    Gets the estimated duration of this unit in the ISO calendar system.
    long
    ChronoField.getFrom(TemporalAccessor temporal)
     
    ChronoField.getRangeUnit()
     
    int
    ValueRange.hashCode()
    A hash code for this range.
    int
    WeekFields.hashCode()
    A hash code for this WeekFields.
    boolean
    ChronoField.isDateBased()
    Checks if this field represents a component of a date.
    boolean
    ChronoUnit.isDateBased()
    Checks if this unit is a date unit.
    boolean
    ChronoUnit.isDurationEstimated()
    Checks if the duration of the unit is an estimate.
    boolean
    ChronoField.isSupportedBy(TemporalAccessor temporal)
     
    boolean
    ChronoField.isTimeBased()
    Checks if this field represents a component of a time.
    boolean
    ChronoUnit.isTimeBased()
    Checks if this unit is a time unit.
    ChronoField.range()
    Gets the range of valid values for the field.
    ChronoField.rangeRefinedBy(TemporalAccessor temporal)
     
    ChronoField.toString()
     
    ChronoUnit.toString()
     
    TemporalField.toString()
    Gets a descriptive name for the field.
    TemporalUnit.toString()
    Gets a descriptive name for the unit.
    ValueRange.toString()
    Outputs this range as a String.
    WeekFields.toString()
    A string representation of this WeekFields instance.
  • Uses of Override in java.time.zone

    Methods in java.time.zone with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    ZoneOffsetTransition.compareTo(ZoneOffsetTransition otherTransition)
    Compares this transition to another based on the transition instant.
    boolean
    ZoneOffsetTransition.equals(Object other)
    Checks if this object equals another.
    boolean
    ZoneOffsetTransitionRule.equals(Object otherRule)
    Checks if this object equals another.
    boolean
    ZoneRules.equals(Object otherRules)
    Checks if this set of rules equals another.
    int
    ZoneOffsetTransition.hashCode()
    Returns a suitable hash code.
    int
    ZoneOffsetTransitionRule.hashCode()
    Returns a suitable hash code.
    int
    ZoneRules.hashCode()
    Returns a suitable hash code given the definition of #equals.
    ZoneOffsetTransition.toString()
    Returns a string describing this object.
    ZoneOffsetTransitionRule.toString()
    Returns a string describing this object.
    ZoneRules.toString()
    Returns a string describing this object.
  • Uses of Override in java.util

    Methods in java.util with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    DoubleSummaryStatistics.accept(double value)
    Records another value into the summary information.
    void
    IntSummaryStatistics.accept(int value)
    Records a new value into the summary information
    void
    LongSummaryStatistics.accept(int value)
    Records a new int value into the summary information.
    void
    LongSummaryStatistics.accept(long value)
    Records a new long value into the summary information.
    void
    GregorianCalendar.add(int field, int amount)
    Adds the specified (signed) amount of time to the given calendar field, based on the calendar's rules.
    int
    Spliterators.AbstractDoubleSpliterator.characteristics()
    Returns a set of characteristics of this Spliterator and its elements.
    int
    Spliterators.AbstractIntSpliterator.characteristics()
    Returns a set of characteristics of this Spliterator and its elements.
    int
    Spliterators.AbstractLongSpliterator.characteristics()
    Returns a set of characteristics of this Spliterator and its elements.
    int
    Spliterators.AbstractSpliterator.characteristics()
    Returns a set of characteristics of this Spliterator and its elements.
    Calendar.clone()
    Creates and returns a copy of this object.
    HashMap.clone()
    Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
    Locale.clone()
    Overrides Cloneable.
    int
    Calendar.compareTo(Calendar anotherCalendar)
    Compares the time values (millisecond offsets from the Epoch) represented by two Calendar objects.
    int
    Date.compareTo(Date anotherDate)
    Compares two Dates for ordering.
    int
    UUID.compareTo(UUID val)
    Compares this UUID with the specified UUID.
    HashMap.compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value, or null if there is no current mapping (optional operation).
    Hashtable.compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value, or null if there is no current mapping (optional operation).
    TreeMap.compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value, or null if there is no current mapping (optional operation).
    protected void
    GregorianCalendar.computeFields()
    Converts the time value (millisecond offset from the Epoch) to calendar field values.
    HashMap.computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)
    If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null (optional operation).
    Hashtable.computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)
    If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null (optional operation).
    TreeMap.computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)
    If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null (optional operation).
    HashMap.computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value (optional operation).
    Hashtable.computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value (optional operation).
    TreeMap.computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value (optional operation).
    protected void
    GregorianCalendar.computeTime()
    Converts calendar field values to the time value (millisecond offset from the Epoch).
    Random.doubles()
    Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one (exclusive).
    Random.doubles(double randomNumberOrigin, double randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
    Random.doubles(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive).
    Random.doubles(long streamSize, double randomNumberOrigin, double randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
    SplittableRandom.doubles()
    Returns an effectively unlimited stream of pseudorandom double values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).
    SplittableRandom.doubles(double randomNumberOrigin, double randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom double values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
    SplittableRandom.doubles(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom double values from this generator and/or one split from it; each value is between zero (inclusive) and one (exclusive).
    SplittableRandom.doubles(long streamSize, double randomNumberOrigin, double randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom double values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
    boolean
    BitSet.equals(Object obj)
    Compares this bit set against the specified object.
    boolean
    Calendar.equals(Object obj)
    Compares this Calendar to the specified Object.
    boolean
    GregorianCalendar.equals(Object obj)
    Compares this GregorianCalendar to the specified Object.
    boolean
    HexFormat.equals(Object o)
    Returns true if the other object is a HexFormat with the same parameters.
    boolean
    Locale.equals(Object obj)
    Returns true if this Locale is equal to another object.
    boolean
    Locale.LanguageRange.equals(Object obj)
    Compares this object to the specified object.
    boolean
    Optional.equals(Object obj)
    Indicates whether some other object is "equal to" this Optional.
    boolean
    OptionalDouble.equals(Object obj)
    Indicates whether some other object is "equal to" this OptionalDouble.
    boolean
    OptionalInt.equals(Object obj)
    Indicates whether some other object is "equal to" this OptionalInt.
    boolean
    OptionalLong.equals(Object obj)
    Indicates whether some other object is "equal to" this OptionalLong.
    boolean
    PropertyPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two PropertyPermission objects for equality.
    boolean
    UUID.equals(Object obj)
    Compares this object to the specified object.
    long
    Spliterators.AbstractDoubleSpliterator.estimateSize()
    Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(Consumer) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
    long
    Spliterators.AbstractIntSpliterator.estimateSize()
    Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(Consumer) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
    long
    Spliterators.AbstractLongSpliterator.estimateSize()
    Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(Consumer) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
    long
    Spliterators.AbstractSpliterator.estimateSize()
    Returns an estimate of the number of elements that would be encountered by a Spliterator.forEachRemaining(Consumer) traversal, or returns Long.MAX_VALUE if infinite, unknown, or too expensive to compute.
    void
    ArrayList.forEach(Consumer<? super E> action)
     
    void
    Vector.forEach(Consumer<? super E> action)
     
    default void
    PrimitiveIterator.OfDouble.forEachRemaining(Consumer<? super Double> action)
    Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
    default void
    PrimitiveIterator.OfInt.forEachRemaining(Consumer<? super Integer> action)
    Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
    default void
    PrimitiveIterator.OfLong.forEachRemaining(Consumer<? super Long> action)
    Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
    default void
    Spliterator.OfDouble.forEachRemaining(Consumer<? super Double> action)
    Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
    default void
    Spliterator.OfInt.forEachRemaining(Consumer<? super Integer> action)
    Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
    default void
    Spliterator.OfLong.forEachRemaining(Consumer<? super Long> action)
    Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.
    ServiceLoader.Provider.get()
    Returns an instance of the provider.
    PropertyPermission.getActions()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the "canonical string representation" of the actions.
    int
    GregorianCalendar.getActualMaximum(int field)
    Returns the maximum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
    int
    GregorianCalendar.getActualMinimum(int field)
    Returns the minimum value that this calendar field could have, taking into consideration the given time value and the current values of the getFirstDayOfWeek, getMinimalDaysInFirstWeek, getGregorianChange and getTimeZone methods.
    GregorianCalendar.getCalendarType()
    Returns "gregory" as the calendar type.
    int
    GregorianCalendar.getGreatestMinimum(int field)
    Returns the highest minimum value for the given calendar field of this GregorianCalendar instance.
    int
    GregorianCalendar.getLeastMaximum(int field)
    Returns the lowest maximum value for the given calendar field of this GregorianCalendar instance.
    int
    GregorianCalendar.getMaximum(int field)
    Returns the maximum value for the given calendar field of this GregorianCalendar instance.
    int
    GregorianCalendar.getMinimum(int field)
    Returns the minimum value for the given calendar field of this GregorianCalendar instance.
    int
    GregorianCalendar.getWeeksInWeekYear()
    Returns the number of weeks in the week year represented by this GregorianCalendar.
    int
    GregorianCalendar.getWeekYear()
    Returns the week year represented by this GregorianCalendar.
    int
    BitSet.hashCode()
    Returns the hash code value for this bit set.
    int
    Calendar.hashCode()
    Returns a hash code for this calendar.
    int
    GregorianCalendar.hashCode()
    Generates the hash code for this GregorianCalendar object.
    int
    HexFormat.hashCode()
    Returns a hashcode for this HexFormat.
    int
    Locale.hashCode()
    Override hashCode.
    int
    Locale.LanguageRange.hashCode()
    Returns a hash code value for this object.
    int
    Optional.hashCode()
    Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
    int
    OptionalDouble.hashCode()
    Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
    int
    OptionalInt.hashCode()
    Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
    int
    OptionalLong.hashCode()
    Returns the hash code of the value, if present, otherwise 0 (zero) if no value is present.
    int
    PropertyPermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this object.
    int
    UUID.hashCode()
    Returns a hash code for this UUID.
    boolean
    PropertyPermission.implies(Permission p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks if this PropertyPermission object "implies" the specified permission.
    Random.ints()
    Returns an effectively unlimited stream of pseudorandom int values.
    Random.ints(int randomNumberOrigin, int randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
    Random.ints(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom int values.
    Random.ints(long streamSize, int randomNumberOrigin, int randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
    SplittableRandom.ints()
    Returns an effectively unlimited stream of pseudorandom int values from this generator and/or one split from it.
    SplittableRandom.ints(int randomNumberOrigin, int randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom int values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
    SplittableRandom.ints(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom int values from this generator and/or one split from it.
    SplittableRandom.ints(long streamSize, int randomNumberOrigin, int randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom int values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
    final boolean
    GregorianCalendar.isWeekDateSupported()
    Returns true indicating this GregorianCalendar supports week dates.
    Random.longs()
    Returns an effectively unlimited stream of pseudorandom long values.
    Random.longs(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom long values.
    Random.longs(long randomNumberOrigin, long randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
    Random.longs(long streamSize, long randomNumberOrigin, long randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom long, each conforming to the given origin (inclusive) and bound (exclusive).
    SplittableRandom.longs()
    Returns an effectively unlimited stream of pseudorandom long values from this generator and/or one split from it.
    SplittableRandom.longs(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom long values from this generator and/or one split from it.
    SplittableRandom.longs(long randomNumberOrigin, long randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom long values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
    SplittableRandom.longs(long streamSize, long randomNumberOrigin, long randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom long values from this generator and/or one split from it; each value conforms to the given origin (inclusive) and bound (exclusive).
    HashMap.merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value (optional operation).
    Hashtable.merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value (optional operation).
    TreeMap.merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value (optional operation).
    PropertyPermission.newPermissionCollection()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a new PermissionCollection object for storing PropertyPermission objects.
    default Double
    PrimitiveIterator.OfDouble.next()
    Returns the next element in the iteration.
    default Integer
    PrimitiveIterator.OfInt.next()
    Returns the next element in the iteration.
    default Long
    PrimitiveIterator.OfLong.next()
    Returns the next element in the iteration.
    boolean
    Random.nextBoolean()
    Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
    void
    Random.nextBytes(byte[] bytes)
    Generates random bytes and places them into a user-supplied byte array.
    void
    SplittableRandom.nextBytes(byte[] bytes)
    Fills a user-supplied byte array with generated byte values pseudorandomly chosen uniformly from the range of values between -128 (inclusive) and 127 (inclusive).
    double
    Random.nextDouble()
    Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
    float
    Random.nextFloat()
    Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
    double
    Random.nextGaussian()
    Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
    int
    Random.nextInt()
    Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
    int
    Random.nextInt(int bound)
    Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
    long
    Random.nextLong()
    Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
    long
    SplittableRandom.nextLong()
     
    boolean
    SimpleTimeZone.observesDaylightTime()
    Returns true if this SimpleTimeZone observes Daylight Saving Time.
    boolean
    IdentityHashMap.remove(Object key, Object value)
    Removes the entry for the specified key only if it is currently mapped to the specified value (optional operation).
    boolean
    ArrayList.removeIf(Predicate<? super E> filter)
     
    boolean
    Vector.removeIf(Predicate<? super E> filter)
     
    boolean
    IdentityHashMap.replace(K key, V oldValue, V newValue)
    Replaces the entry for the specified key only if currently mapped to the specified value (optional operation).
    void
    Vector.replaceAll(UnaryOperator<E> operator)
     
    void
    GregorianCalendar.roll(int field, boolean up)
    Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
    void
    GregorianCalendar.roll(int field, int amount)
    Adds a signed amount to the specified calendar field without changing larger fields.
    void
    GregorianCalendar.setWeekDate(int weekYear, int weekOfYear, int dayOfWeek)
    Sets this GregorianCalendar to the date given by the date specifiers - weekYear, weekOfYear, and dayOfWeek.
    ArrayList.spliterator()
    Creates a late-binding and fail-fast Spliterator over the elements in this list.
    default Spliterator<E>
    Collection.spliterator()
    Creates a Spliterator over the elements in this collection.
    LinkedHashSet.spliterator()
    Creates a late-binding and fail-fast Spliterator over the elements in this set.
    LinkedList.spliterator()
    Creates a late-binding and fail-fast Spliterator over the elements in this list.
    default Spliterator<E>
    Creates a Spliterator over the elements in this list.
    default Spliterator<E>
    Creates a Spliterator over the elements in this set.
    default Spliterator<E>
    SortedSet.spliterator()
    Creates a Spliterator over the elements in this sorted set.
    Vector.spliterator()
    Creates a late-binding and fail-fast Spliterator over the elements in this list.
    SplittableRandom.splits()
    Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
    SplittableRandom.splits(long streamSize)
    Returns a stream producing the given streamSize number of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
    SplittableRandom.splits(long streamSize, RandomGenerator.SplittableGenerator source)
    Returns a stream producing the given streamSize number of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
    Returns an effectively unlimited stream of new pseudorandom number generators, each of which implements the RandomGenerator.SplittableGenerator interface.
    HashSet.toArray()
     
    <T> T[]
    HashSet.toArray(T[] a)
     
    Calendar.toString()
    Return a string representation of this calendar.
    Currency.toString()
    Returns the ISO 4217 currency code of this currency.
    DoubleSummaryStatistics.toString()
    Returns a non-empty string representation of this object suitable for debugging.
    HexFormat.toString()
    Returns a description of the formatter parameters for uppercase, delimiter, prefix, and suffix.
    IntSummaryStatistics.toString()
    Returns a non-empty string representation of this object suitable for debugging.
    Locale.LanguageRange.toString()
    Returns an informative string representation of this LanguageRange object, consisting of language range and weight if the range is weighted and the weight is less than the max weight.
    final String
    Locale.toString()
    Returns a string representation of this Locale object, consisting of language, country, variant, script, and extensions as below: language + "_" + country + "_" + (variant + "_#" | "#") + script + "_" + extensions Language is always lower case, country is always upper case, script is always title case, and extensions are always lower case.
    LongSummaryStatistics.toString()
    Returns a non-empty string representation of this object suitable for debugging.
    Optional.toString()
    Returns a non-empty string representation of this Optional suitable for debugging.
    OptionalDouble.toString()
    Returns a non-empty string representation of this OptionalDouble suitable for debugging.
    OptionalInt.toString()
    Returns a non-empty string representation of this OptionalInt suitable for debugging.
    OptionalLong.toString()
    Returns a non-empty string representation of this OptionalLong suitable for debugging.
    StringJoiner.toString()
    Returns the current value, consisting of the prefix, the values added so far separated by the delimiter, and the suffix, unless no elements have been added in which case, the prefix + suffix or the emptyValue characters are returned.
    UUID.toString()
    Returns a String object representing this UUID.
    default boolean
    Spliterator.OfDouble.tryAdvance(Consumer<? super Double> action)
    If a remaining element exists: performs the given action on it, returning true; else returns false.
    default boolean
    Spliterator.OfInt.tryAdvance(Consumer<? super Integer> action)
    If a remaining element exists: performs the given action on it, returning true; else returns false.
    default boolean
    Spliterator.OfLong.tryAdvance(Consumer<? super Long> action)
    If a remaining element exists: performs the given action on it, returning true; else returns false.
    Spliterators.AbstractDoubleSpliterator.trySplit()
    If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
    Spliterators.AbstractIntSpliterator.trySplit()
    If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
    Spliterators.AbstractLongSpliterator.trySplit()
    If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
    Spliterators.AbstractSpliterator.trySplit()
    If this spliterator can be partitioned, returns a Spliterator covering elements, that will, upon return from this method, not be covered by this Spliterator.
  • Uses of Override in java.util.concurrent

    Methods in java.util.concurrent with annotations of type Override
    Modifier and Type
    Method
    Description
    default void
    ExecutorService.close()
    Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
    void
    ForkJoinPool.close()
    Unless this is the ForkJoinPool.commonPool(), initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted, and waits until all tasks have completed execution and the executor has terminated.
    void
    StructuredTaskScope.close()
    Closes this scope.
    default V
    ConcurrentMap.compute(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    Attempts to compute a mapping for the specified key and its current mapped value, or null if there is no current mapping (optional operation).
    default V
    ConcurrentMap.computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)
    If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null (optional operation).
    default V
    ConcurrentMap.computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)
    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value (optional operation).
    ThreadLocalRandom.doubles()
    Returns an effectively unlimited stream of pseudorandom double values, each between zero (inclusive) and one (exclusive).
    ThreadLocalRandom.doubles(double randomNumberOrigin, double randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
    ThreadLocalRandom.doubles(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom double values, each between zero (inclusive) and one (exclusive).
    ThreadLocalRandom.doubles(long streamSize, double randomNumberOrigin, double randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom double values, each conforming to the given origin (inclusive) and bound (exclusive).
    CompletableFuture.exceptionNow()
     
    ForkJoinTask.exceptionNow()
     
    FutureTask.exceptionNow()
     
    protected final boolean
    CountedCompleter.exec()
    Implements execution conventions for CountedCompleters.
    void
    ForkJoinPool.execute(Runnable task)
     
    default void
    ConcurrentMap.forEach(BiConsumer<? super K, ? super V> action)
    Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
    default V
    ConcurrentMap.getOrDefault(Object key, V defaultValue)
    Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
    CountedCompleter.getRawResult()
    Returns the result of the computation.
    ThreadLocalRandom.ints()
    Returns an effectively unlimited stream of pseudorandom int values.
    ThreadLocalRandom.ints(int randomNumberOrigin, int randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
    ThreadLocalRandom.ints(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom int values.
    ThreadLocalRandom.ints(long streamSize, int randomNumberOrigin, int randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom int values, each conforming to the given origin (inclusive) and bound (exclusive).
    <T> List<Future<T>>
    AbstractExecutorService.invokeAll(Collection<? extends Callable<T>> tasks)
     
    <T> List<Future<T>>
    AbstractExecutorService.invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
     
    <T> List<Future<T>>
    ForkJoinPool.invokeAll(Collection<? extends Callable<T>> tasks)
     
    <T> List<Future<T>>
    ForkJoinPool.invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
     
    <T> T
    AbstractExecutorService.invokeAny(Collection<? extends Callable<T>> tasks)
     
    <T> T
    AbstractExecutorService.invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
     
    <T> T
    ForkJoinPool.invokeAny(Collection<? extends Callable<T>> tasks)
     
    <T> T
    ForkJoinPool.invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
     
    ThreadLocalRandom.longs()
    Returns an effectively unlimited stream of pseudorandom long values.
    ThreadLocalRandom.longs(long streamSize)
    Returns a stream producing the given streamSize number of pseudorandom long values.
    ThreadLocalRandom.longs(long randomNumberOrigin, long randomNumberBound)
    Returns an effectively unlimited stream of pseudorandom long values, each conforming to the given origin (inclusive) and bound (exclusive).
    ThreadLocalRandom.longs(long streamSize, long randomNumberOrigin, long randomNumberBound)
    Returns a stream producing the given streamSize number of pseudorandom long, each conforming to the given origin (inclusive) and bound (exclusive).
    default V
    ConcurrentMap.merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)
    If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value (optional operation).
    double
    ThreadLocalRandom.nextDouble(double bound)
    Returns a pseudorandomly chosen double value between zero (inclusive) and the specified bound (exclusive).
    double
    ThreadLocalRandom.nextDouble(double origin, double bound)
    Returns a pseudorandomly chosen double value between the specified origin (inclusive) and the specified bound (exclusive).
    float
    ThreadLocalRandom.nextFloat(float bound)
    Returns a pseudorandomly chosen float value between zero (inclusive) and the specified bound (exclusive).
    float
    ThreadLocalRandom.nextFloat(float origin, float bound)
    Returns a pseudorandomly chosen float value between the specified origin (inclusive) and the specified bound (exclusive).
    int
    ThreadLocalRandom.nextInt(int bound)
    Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
    int
    ThreadLocalRandom.nextInt(int origin, int bound)
    Returns a pseudorandomly chosen int value between the specified origin (inclusive) and the specified bound (exclusive).
    long
    ThreadLocalRandom.nextLong(long bound)
    Returns a pseudorandomly chosen long value between zero (inclusive) and the specified bound (exclusive).
    long
    ThreadLocalRandom.nextLong(long origin, long bound)
    Returns a pseudorandomly chosen long value between the specified origin (inclusive) and the specified bound (exclusive).
    default void
    ConcurrentMap.replaceAll(BiFunction<? super K, ? super V, ? extends V> function)
    Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception (optional operation).
    CompletableFuture.resultNow()
     
    ForkJoinTask.resultNow()
     
    FutureTask.resultNow()
     
    protected void
    CountedCompleter.setRawResult(T t)
    A method that result-bearing CountedCompleters may optionally use to help maintain result data.
    ConcurrentLinkedQueue.spliterator()
    Returns a Spliterator over the elements in this queue.
    CompletableFuture.state()
     
    ForkJoinTask.state()
     
    FutureTask.state()
     
    AbstractExecutorService.submit(Runnable task)
     
    <T> Future<T>
    AbstractExecutorService.submit(Runnable task, T result)
     
    <T> Future<T>
    AbstractExecutorService.submit(Callable<T> task)
     
    ForkJoinPool.submit(Runnable task)
     
    <T> ForkJoinTask<T>
    ForkJoinPool.submit(Runnable task, T result)
     
    <T> ForkJoinTask<T>
    ForkJoinPool.submit(Callable<T> task)
     
  • Uses of Override in java.util.logging

    Methods in java.util.logging with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    ConsoleHandler.close()
    Override StreamHandler.close to do a flush but not to close the output stream.
    void
    FileHandler.close()
    Close all the files.
    void
    MemoryHandler.close()
    Close the Handler and free all associated resources.
    void
    SocketHandler.close()
    Close this output stream.
    void
    StreamHandler.close()
    Close the current output stream.
    boolean
    Level.equals(Object ox)
    Compare two objects for value equality.
    void
    MemoryHandler.flush()
    Causes a flush on the target Handler.
    void
    StreamHandler.flush()
    Flush any buffered messages.
    SimpleFormatter.format(LogRecord record)
    Format the given LogRecord.
    XMLFormatter.format(LogRecord record)
    Format the given message to XML.
    XMLFormatter.getHead(Handler h)
    Return the header string for a set of XML formatted records.
    XMLFormatter.getTail(Handler h)
    Return the tail string for a set of XML formatted records.
    int
    Level.hashCode()
    Generate a hashcode.
    boolean
    MemoryHandler.isLoggable(LogRecord record)
    Check if this Handler would actually log a given LogRecord into its internal buffer.
    boolean
    StreamHandler.isLoggable(LogRecord record)
    Check if this Handler would actually log a given LogRecord.
    void
    ConsoleHandler.publish(LogRecord record)
    Publish a LogRecord.
    void
    FileHandler.publish(LogRecord record)
    Format and publish a LogRecord.
    void
    MemoryHandler.publish(LogRecord record)
    Store a LogRecord in an internal buffer.
    void
    SocketHandler.publish(LogRecord record)
    Format and publish a LogRecord.
    void
    StreamHandler.publish(LogRecord record)
    Format and publish a LogRecord.
    void
    StreamHandler.setEncoding(String encoding)
    Set (or change) the character encoding used by this Handler.
    final String
    Level.toString()
    Returns a string representation of this Level.
  • Uses of Override in java.util.regex

    Methods in java.util.regex with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    Matcher.hasMatch()
    Returns whether this contains a valid match from a previous match or find operation.
    Matcher.namedGroups()
    Returns an unmodifiable map from capturing group names to group numbers.
  • Uses of Override in java.util.spi

    Methods in java.util.spi with annotations of type Override
    Modifier and Type
    Method
    Description
    AbstractResourceBundleProvider.getBundle(String baseName, Locale locale)
    Returns a ResourceBundle for the given baseName and locale.
  • Uses of Override in java.util.stream

    Methods in java.util.stream with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    DoubleStream.Builder.accept(double t)
    Adds an element to the stream being built.
    void
    IntStream.Builder.accept(int t)
    Adds an element to the stream being built.
    void
    LongStream.Builder.accept(long t)
    Adds an element to the stream being built.
    void
    Stream.Builder.accept(T t)
    Adds an element to the stream being built.
    void
    BaseStream.close()
    Closes this stream, causing all close handlers for this stream pipeline to be called.
  • Uses of Override in java.util.zip

    Methods in java.util.zip with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    DeflaterInputStream.available()
    Returns 0 after EOF has been reached, otherwise always return 1.
    int
    InflaterInputStream.available()
    Returns 0 after EOF has been reached, otherwise always return 1.
    void
    Deflater.close()
    Closes and releases the resources held by this Deflater and discards any unprocessed input.
    void
    DeflaterInputStream.close()
    Closes this input stream and its underlying input stream, discarding any pending uncompressed data.
    void
    DeflaterOutputStream.close()
    Writes remaining compressed data to the output stream and closes the underlying stream.
    void
    Inflater.close()
    Closes and releases the resources held by this Inflater and discards any unprocessed input.
    void
    InflaterInputStream.close()
    Closes this input stream and releases any system resources associated with the stream.
    void
    InflaterOutputStream.close()
    Writes any remaining uncompressed data to the output stream and closes the underlying output stream.
    void
    DeflaterOutputStream.flush()
    Flushes the compressed output stream.
    void
    InflaterOutputStream.flush()
    Flushes this output stream, forcing any pending buffered output bytes to be written.
    long
    Adler32.getValue()
    Returns the checksum value.
    long
    CRC32.getValue()
    Returns CRC-32 value.
    long
    CRC32C.getValue()
    Returns CRC-32C value.
    void
    DeflaterInputStream.mark(int limit)
    This operation is not supported.
    void
    InflaterInputStream.mark(int readlimit)
    Marks the current position in this input stream.
    boolean
    DeflaterInputStream.markSupported()
    Always returns false because this input stream does not support the mark() and reset() methods.
    boolean
    InflaterInputStream.markSupported()
    Tests if this input stream supports the mark and reset methods.
    int
    DeflaterInputStream.read()
    Reads a single byte of compressed data from the input stream.
    int
    DeflaterInputStream.read(byte[] b, int off, int len)
    Reads compressed data into a byte array.
    int
    InflaterInputStream.read()
    Reads a byte of uncompressed data.
    int
    InflaterInputStream.read(byte[] b, int off, int len)
    Reads uncompressed data into an array of bytes, returning the number of inflated bytes.
    int
    ZipInputStream.read()
    Reads the next byte of data from the input stream for the current ZIP entry.
    byte[]
    ZipInputStream.readAllBytes()
    Reads all remaining bytes from the input stream for the current ZIP entry.
    int
    ZipInputStream.readNBytes(byte[] b, int off, int len)
    Reads the requested number of bytes from the input stream into the given byte array for the current ZIP entry returning the number of inflated bytes.
    byte[]
    ZipInputStream.readNBytes(int len)
    Reads up to a specified number of bytes from the input stream for the current ZIP entry.
    void
    Adler32.reset()
    Resets the checksum to initial value.
    void
    CRC32.reset()
    Resets CRC-32 to initial value.
    void
    CRC32C.reset()
    Resets CRC-32C to initial value.
    void
    DeflaterInputStream.reset()
    This operation is not supported.
    void
    InflaterInputStream.reset()
    Repositions this stream to the position at the time the mark method was last called on this input stream.
    long
    DeflaterInputStream.skip(long n)
    Skips over and discards data from the input stream.
    long
    InflaterInputStream.skip(long n)
    Skips specified number of bytes of uncompressed data.
    void
    ZipInputStream.skipNBytes(long n)
    Skips over and discards exactly n bytes of data from this input stream for the current ZIP entry.
    ZipFile.toString()
    Returns a string identifying this ZipFile, for debugging.
    long
    ZipInputStream.transferTo(OutputStream out)
    Reads all bytes from this input stream for the current ZIP entry and writes the bytes to the given output stream in the order that they are read.
    void
    Adler32.update(byte[] b, int off, int len)
    Updates the checksum with the specified array of bytes.
    void
    Adler32.update(int b)
    Updates the checksum with the specified byte (the low eight bits of the argument b).
    void
    Adler32.update(ByteBuffer buffer)
    Updates the checksum with the bytes from the specified buffer.
    void
    CRC32.update(byte[] b, int off, int len)
    Updates the CRC-32 checksum with the specified array of bytes.
    void
    CRC32.update(int b)
    Updates the CRC-32 checksum with the specified byte (the low eight bits of the argument b).
    void
    CRC32.update(ByteBuffer buffer)
    Updates the CRC-32 checksum with the bytes from the specified buffer.
    void
    CRC32C.update(byte[] b, int off, int len)
    Updates the CRC-32C checksum with the specified array of bytes.
    void
    CRC32C.update(int b)
    Updates the CRC-32C checksum with the specified byte (the low eight bits of the argument b).
    void
    CRC32C.update(ByteBuffer buffer)
    Updates the CRC-32C checksum with the bytes from the specified buffer.
    void
    DeflaterOutputStream.write(byte[] b, int off, int len)
    Writes an array of bytes to the compressed output stream.
    void
    DeflaterOutputStream.write(int b)
    Writes a byte to the compressed output stream.
    void
    InflaterOutputStream.write(byte[] b, int off, int len)
    Writes an array of bytes to the uncompressed output stream.
    void
    InflaterOutputStream.write(int b)
    Writes a byte to the uncompressed output stream.
  • Uses of Override in javax.annotation.processing

    Methods in javax.annotation.processing with annotations of type Override
    Modifier and Type
    Method
    Description
    Iterable<? extends Completion>
    AbstractProcessor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
    Returns an empty iterable of completions.
    AbstractProcessor.getSupportedAnnotationTypes()
    Returns the names of the annotation interfaces supported by this processor.
    AbstractProcessor.getSupportedOptions()
    Returns the options recognized by this processor.
    AbstractProcessor.getSupportedSourceVersion()
    Returns the latest source version supported by this annotation processor.
    abstract boolean
    AbstractProcessor.process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
    Processes a set of annotation interfaces on root elements originating from the prior round and returns whether or not these annotation interfaces are claimed by this processor.
  • Uses of Override in javax.crypto

    Methods in javax.crypto with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    CipherInputStream.available()
    Returns the number of bytes that can be read from this input stream without blocking.
    void
    CipherInputStream.close()
    Closes this input stream and releases any system resources associated with the stream.
    void
    CipherOutputStream.close()
    Closes this output stream and releases any system resources associated with this stream.
    void
    CipherOutputStream.flush()
    Flushes this output stream by forcing any buffered output bytes that have already been processed by the encapsulated Cipher object to be written out.
    boolean
    CipherInputStream.markSupported()
    Tests if this input stream supports the mark and reset methods, which it does not.
    int
    CipherInputStream.read()
    Reads the next byte of data from this input stream.
    int
    CipherInputStream.read(byte[] b)
    Reads up to b.length bytes of data from this input stream into an array of bytes.
    int
    CipherInputStream.read(byte[] b, int off, int len)
    Reads up to len bytes of data from this input stream into an array of bytes.
    long
    CipherInputStream.skip(long n)
    Skips n bytes of input from the bytes that can be read from this input stream without blocking.
    Cipher.toString()
    Returns a String representation of this Cipher object.
    void
    CipherOutputStream.write(byte[] b)
    Writes b.length bytes from the specified byte array to this output stream.
    void
    CipherOutputStream.write(byte[] b, int off, int len)
    Writes len bytes from the specified byte array starting at offset off to this output stream.
    void
    CipherOutputStream.write(int b)
    Writes the specified byte to this output stream.
  • Uses of Override in javax.crypto.interfaces

    Methods in javax.crypto.interfaces with annotations of type Override
    Modifier and Type
    Method
    Description
    DHPrivateKey.getParams()
    Returns the parameters associated with this key.
    DHPublicKey.getParams()
    Returns the parameters associated with this key.
  • Uses of Override in javax.crypto.spec

    Methods in javax.crypto.spec with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    RC2ParameterSpec.equals(Object obj)
    Tests for equality between the specified object and this object.
    boolean
    RC5ParameterSpec.equals(Object obj)
    Tests for equality between the specified object and this object.
    boolean
    SecretKeySpec.equals(Object obj)
    Tests for equality between the specified object and this object.
    int
    RC2ParameterSpec.hashCode()
    Calculates a hash code value for the object.
    int
    RC5ParameterSpec.hashCode()
    Calculates a hash code value for the object.
    int
    SecretKeySpec.hashCode()
    Calculates a hash code value for the object.
  • Uses of Override in javax.imageio.plugins.tiff

    Methods in javax.imageio.plugins.tiff with annotations of type Override
    Modifier and Type
    Method
    Description
    TIFFDirectory.clone()
    Clones the directory and all the fields contained therein.
    TIFFField.clone()
    Clones the field and all the information contained therein.
  • Uses of Override in javax.lang.model.element

    Methods in javax.lang.model.element with annotations of type Override
    Modifier and Type
    Method
    Description
    ExecutableElement.asType()
    Returns the executable type defined by this executable element.
    ModuleElement.asType()
    Returns a pseudo-type for this module.
    PackageElement.asType()
    Returns a pseudo-type for this package.
    RecordComponentElement.asType()
    Returns the type of this record component.
    TypeElement.asType()
    Returns the type defined by this class or interface element, returning the prototypical type for an element representing a generic type.
    TypeParameterElement.asType()
    Returns the type variable corresponding to this type parameter element.
    VariableElement.asType()
    Returns the type of this variable.
    boolean
    Element.equals(Object obj)
    Returns true if the argument represents the same element as this, or false otherwise.
    <A extends Annotation>
    A
    Element.getAnnotation(Class<A> annotationType)
    Returns this construct's annotation of the specified type if such an annotation is present, else null.
    Returns the annotations that are directly present on this construct.
    <A extends Annotation>
    A[]
    Element.getAnnotationsByType(Class<A> annotationType)
    Returns annotations of the specified type that are associated with this construct.
    List<? extends Element>
    ModuleElement.getEnclosedElements()
    Returns the packages within this module.
    List<? extends Element>
    PackageElement.getEnclosedElements()
    Returns the top-level classes and interfaces within this package.
    List<? extends Element>
    TypeElement.getEnclosedElements()
    Returns the fields, methods, constructors, record components, and member classes and interfaces that are directly declared in this class or interface.
    ExecutableElement.getEnclosingElement()
    Returns the class or interface defining the executable.
    ModuleElement.getEnclosingElement()
    Returns null since a module is not enclosed by another element.
    PackageElement.getEnclosingElement()
    Returns the enclosing module if such a module exists; otherwise null.
    RecordComponentElement.getEnclosingElement()
    Returns the enclosing element of this record component.
    TypeElement.getEnclosingElement()
    Returns the package of a top-level class or interface and returns the immediately lexically enclosing element for a nested class or interface.
    TypeParameterElement.getEnclosingElement()
    Returns the generic element of this type parameter.
    VariableElement.getEnclosingElement()
    Returns the enclosing element of this variable.
    ModuleElement.getQualifiedName()
    Returns the fully qualified name of this module.
    ExecutableElement.getSimpleName()
    Returns the simple name of a constructor, method, or initializer.
    ModuleElement.getSimpleName()
    Returns the simple name of this module.
    PackageElement.getSimpleName()
    Returns the simple name of this package.
    RecordComponentElement.getSimpleName()
    Returns the simple name of this record component.
    TypeElement.getSimpleName()
    Returns the simple name of this class or interface element.
    VariableElement.getSimpleName()
    Returns the simple name of this variable element.
    int
    Element.hashCode()
    Obeys the general contract of Object.hashCode.
    Modifier.toString()
    Returns this modifier's name as defined in The Java Language Specification.
  • Uses of Override in javax.lang.model.type

    Methods in javax.lang.model.type with annotations of type Override
    Modifier and Type
    Method
    Description
    <A extends Annotation>
    A
    TypeMirror.getAnnotation(Class<A> annotationType)
    Returns this construct's annotation of the specified type if such an annotation is present, else null.
    Returns the annotations that are directly present on this construct.
    <A extends Annotation>
    A[]
    TypeMirror.getAnnotationsByType(Class<A> annotationType)
    Returns annotations of the specified type that are associated with this construct.
  • Uses of Override in javax.lang.model.util

    Methods in javax.lang.model.util with annotations of type Override
    Modifier and Type
    Method
    Description
    SimpleTypeVisitor6.visitArray(ArrayType t, P p)
    Visits an array type.
    SimpleTypeVisitor6.visitDeclared(DeclaredType t, P p)
    Visits a declared type.
    SimpleTypeVisitor6.visitError(ErrorType t, P p)
    Visits an error type.
    ElementKindVisitor6.visitExecutable(ExecutableElement e, P p)
    Visits an executable element.
    ElementScanner14.visitExecutable(ExecutableElement e, P p)
    Visits an executable element.
    ElementScanner6.visitExecutable(ExecutableElement e, P p)
    Visits an executable element.
    SimpleElementVisitor6.visitExecutable(ExecutableElement e, P p)
    Visits an executable element.
    SimpleTypeVisitor6.visitExecutable(ExecutableType t, P p)
    Visits an executable type.
    AbstractTypeVisitor6.visitIntersection(IntersectionType t, P p)
    Visits an intersection type.
    abstract R
    AbstractTypeVisitor8.visitIntersection(IntersectionType t, P p)
    Visits an intersection type.
    SimpleTypeVisitor8.visitIntersection(IntersectionType t, P p)
    Visits an intersection type.
    TypeKindVisitor8.visitIntersection(IntersectionType t, P p)
    Visits an intersection type.
    AbstractElementVisitor6.visitModule(ModuleElement e, P p)
    Visits a module element.
    abstract R
    AbstractElementVisitor9.visitModule(ModuleElement e, P p)
    Visits a module element.
    ElementKindVisitor9.visitModule(ModuleElement e, P p)
    Visits a module element.
    ElementScanner9.visitModule(ModuleElement e, P p)
    Visits a module element.
    SimpleElementVisitor9.visitModule(ModuleElement e, P p)
    Visits a module element.
    SimpleTypeVisitor6.visitNoType(NoType t, P p)
    Visits a NoType instance.
    TypeKindVisitor6.visitNoType(NoType t, P p)
    Visits a NoType instance.
    TypeKindVisitor9.visitNoTypeAsModule(NoType t, P p)
    Visits a MODULE pseudo-type.
    SimpleTypeVisitor6.visitNull(NullType t, P p)
    Visits the null type.
    ElementKindVisitor6.visitPackage(PackageElement e, P p)
    Visits a package element.
    ElementScanner6.visitPackage(PackageElement e, P p)
    Visits a package element.
    SimpleElementVisitor6.visitPackage(PackageElement e, P p)
    Visits a package element.
    SimpleTypeVisitor6.visitPrimitive(PrimitiveType t, P p)
    Visits a primitive type.
    TypeKindVisitor6.visitPrimitive(PrimitiveType t, P p)
    Visits a primitive type.
    abstract R
    AbstractElementVisitor14.visitRecordComponent(RecordComponentElement e, P p)
    Visits a record component element.
    AbstractElementVisitor6.visitRecordComponent(RecordComponentElement e, P p)
    Visits a record component element.
    ElementKindVisitor14.visitRecordComponent(RecordComponentElement e, P p)
    Visits a record component element.
    Visits a record component element.
    Visits a record component element.
    SimpleElementVisitor14.visitRecordComponent(RecordComponentElement e, P p)
    Visits a record component element.
    ElementKindVisitor6.visitType(TypeElement e, P p)
    Visits a type element.
    ElementScanner14.visitType(TypeElement e, P p)
    Visits a type element.
    ElementScanner6.visitType(TypeElement e, P p)
    Visits a type element.
    SimpleElementVisitor6.visitType(TypeElement e, P p)
    Visits a type element.
    ElementKindVisitor14.visitTypeAsRecord(TypeElement e, P p)
    Visits a RECORD type element.
    ElementKindVisitor6.visitTypeParameter(TypeParameterElement e, P p)
    Visits a type parameter element.
    ElementScanner6.visitTypeParameter(TypeParameterElement e, P p)
    Visits a type parameter element.
    SimpleElementVisitor6.visitTypeParameter(TypeParameterElement e, P p)
    Visits a type parameter element.
    SimpleTypeVisitor6.visitTypeVariable(TypeVariable t, P p)
    Visits a type variable.
    AbstractTypeVisitor6.visitUnion(UnionType t, P p)
    Visits a union type.
    abstract R
    AbstractTypeVisitor7.visitUnion(UnionType t, P p)
    Visits a UnionType in a manner defined by a subclass.
    SimpleTypeVisitor7.visitUnion(UnionType t, P p)
    Visits a union type.
    TypeKindVisitor7.visitUnion(UnionType t, P p)
    Visits a union type.
    AbstractAnnotationValueVisitor6.visitUnknown(AnnotationValue av, P p)
    Visits an unknown kind of annotation value.
    AbstractElementVisitor6.visitUnknown(Element e, P p)
    Visits an unknown kind of element.
    AbstractTypeVisitor6.visitUnknown(TypeMirror t, P p)
    Visits an unknown kind of type.
    ElementKindVisitor6.visitVariable(VariableElement e, P p)
    Visits a variable element.
    ElementScanner6.visitVariable(VariableElement e, P p)
    Visits a variable element.
    ElementScanner7.visitVariable(VariableElement e, P p)
    Visits a variable element.
    SimpleElementVisitor6.visitVariable(VariableElement e, P p)
    Visits a variable element.
    SimpleElementVisitor7.visitVariable(VariableElement e, P p)
    Visits a variable element.
    ElementKindVisitor14.visitVariableAsBindingVariable(VariableElement e, P p)
    Visits a BINDING_VARIABLE variable element.
    Visits a RESOURCE_VARIABLE variable element.
    SimpleTypeVisitor6.visitWildcard(WildcardType t, P p)
    Visits a wildcard type.
  • Uses of Override in javax.management

    Methods in javax.management with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    AttributeList.add(int index, Object element)
    Inserts the specified element at the specified position in this list.
    boolean
    AttributeList.add(Object element)
    Appends the specified element to the end of this list.
    boolean
    AttributeList.addAll(int index, Collection<?> c)
    Inserts all of the elements in the specified collection into this list, starting at the specified position.
    boolean
    AttributeList.addAll(Collection<?> c)
    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.
    AttributeValueExp.apply(ObjectName name)
    Applies the AttributeValueExp on an MBean.
    StringValueExp.apply(ObjectName name)
    Applies the ValueExp on a MBean.
    ImmutableDescriptor.clone()
    Returns a descriptor which is equal to this descriptor.
    MBeanInfo.clone()
    Returns a shallow clone of this instance.
    MBeanOperationInfo.clone()
    Returns a shallow clone of this instance.
    boolean
    ImmutableDescriptor.equals(Object o)
    Compares this descriptor to the given object.
    boolean
    MBeanInfo.equals(Object o)
    Compare this MBeanInfo to another.
    boolean
    MBeanOperationInfo.equals(Object o)
    Compare this MBeanOperationInfo to another.
    boolean
    ObjectName.equals(Object object)
    Compares the current object name with another object name.
    int
    ImmutableDescriptor.hashCode()
    Returns the hash code value for this descriptor.
    int
    ObjectName.hashCode()
    Returns a hash code for this object name.
    AttributeList.set(int index, Object element)
    Replaces the element at the specified position in this list with the specified element.
    void
    AttributeValueExp.setMBeanServer(MBeanServer s)
    Deprecated.
    This method has no effect.
    AttributeValueExp.toString()
    Returns the string representing its value.
    Notification.toString()
    Returns a String representation of this notification.
    ObjectName.toString()
    Returns a string representation of the object name.
  • Uses of Override in javax.management.modelmbean

    Methods in javax.management.modelmbean with annotations of type Override
    Modifier and Type
    Method
    Description
    DescriptorSupport.clone()
    Returns a new Descriptor which is a duplicate of the Descriptor.
    ModelMBeanAttributeInfo.clone()
    Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
    ModelMBeanConstructorInfo.clone()
    Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
    boolean
    DescriptorSupport.equals(Object o)
    Compares this descriptor to the given object.
    ModelMBeanConstructorInfo.getDescriptor()
    Returns a copy of the associated Descriptor.
    ModelMBeanInfoSupport.getDescriptor()
     
    int
    DescriptorSupport.hashCode()
    Returns the hash code value for this descriptor.
    DescriptorSupport.toString()
    Returns a human readable string representing the descriptor.
    ModelMBeanAttributeInfo.toString()
    Returns a human-readable version of the ModelMBeanAttributeInfo instance.
    ModelMBeanConstructorInfo.toString()
    Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.
  • Uses of Override in javax.management.monitor

    Methods in javax.management.monitor with annotations of type Override
    Modifier and Type
    Method
    Description
    CounterMonitor.getDerivedGauge(ObjectName object)
    Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
    GaugeMonitor.getDerivedGauge(ObjectName object)
    Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
    StringMonitor.getDerivedGauge(ObjectName object)
    Gets the derived gauge of the specified object, if this object is contained in the set of observed MBeans, or null otherwise.
    long
    CounterMonitor.getDerivedGaugeTimeStamp(ObjectName object)
    Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise.
    long
    GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName object)
    Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise.
    long
    StringMonitor.getDerivedGaugeTimeStamp(ObjectName object)
    Gets the derived gauge timestamp of the specified object, if this object is contained in the set of observed MBeans, or 0 otherwise.
    CounterMonitor.getNotificationInfo()
    Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the counter monitor.
    GaugeMonitor.getNotificationInfo()
    Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the gauge monitor.
    StringMonitor.getNotificationInfo()
    Returns a NotificationInfo object containing the name of the Java class of the notification and the notification types sent by the string monitor.
  • Uses of Override in javax.management.openmbean

    Methods in javax.management.openmbean with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    CompositeDataSupport.equals(Object obj)
    Compares the specified obj parameter with this CompositeDataSupport instance for equality.
    int
    CompositeDataSupport.hashCode()
    Returns the hash code value for this CompositeDataSupport instance.
    CompositeDataSupport.toString()
    Returns a string representation of this CompositeDataSupport instance.
  • Uses of Override in javax.management.remote

    Methods in javax.management.remote with annotations of type Override
    Modifier and Type
    Method
    Description
    JMXConnectorServer.getNotificationInfo()
    Returns an array indicating the notifications that this MBean sends.
  • Uses of Override in javax.management.remote.rmi

    Methods in javax.management.remote.rmi with annotations of type Override
    Modifier and Type
    Method
    Description
    RMIConnectionImpl.toString()
    Returns a string representation of this object.
    RMIConnector.toString()
    Returns a string representation of this object.
  • Uses of Override in javax.net.ssl

    Methods in javax.net.ssl with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    SNIHostName.equals(Object other)
    Compares this server name to the specified object.
    boolean
    SNIServerName.equals(Object other)
    Indicates whether some other object is "equal to" this server name.
    int
    SNIHostName.hashCode()
    Returns a hash code value for this SNIHostName.
    int
    SNIServerName.hashCode()
    Returns a hash code value for this server name.
    SNIHostName.toString()
    Returns a string representation of the object, including the DNS hostname in this SNIHostName object.
    SNIServerName.toString()
    Returns a string representation of this server name, including the server name type and the encoded server name value in this SNIServerName object.
    SSLEngineResult.toString()
    Returns a String representation of this object.
  • Uses of Override in javax.print.attribute.standard

    Methods in javax.print.attribute.standard with annotations of type Override
    Modifier and Type
    Method
    Description
    final Class<? extends Attribute>
    OutputBin.getCategory()
    Get the printing attribute class which is to be used as the "category" for this printing attribute value.
    protected EnumSyntax[]
    OutputBin.getEnumValueTable()
    Returns the enumeration value table for class OutputBin.
    final String
    OutputBin.getName()
    Get the name of the category of which this attribute value is an instance.
    protected String[]
    OutputBin.getStringTable()
    Returns the string table for class OutputBin.
  • Uses of Override in javax.security.auth

    Methods in javax.security.auth with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    PrivateCredentialPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two PrivateCredentialPermission objects for equality.
    boolean
    Subject.equals(Object o)
    Compares the specified Object with this Subject for equality.
    int
    PrivateCredentialPermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this object.
    int
    Subject.hashCode()
    Returns a hashcode for this Subject.
    Subject.toString()
    Return the String representation of this Subject.
  • Uses of Override in javax.security.auth.kerberos

    Methods in javax.security.auth.kerberos with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    EncryptionKey.destroy()
    Destroys this key by clearing out the key material of this key.
    void
    KerberosCredMessage.destroy()
    Destroys this object by clearing out the message.
    boolean
    DelegationPermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two DelegationPermission objects for equality.
    boolean
    EncryptionKey.equals(Object other)
    Compares the specified object with this key for equality.
    boolean
    KerberosCredMessage.equals(Object other)
    Compares the specified object with this KerberosCredMessage for equality.
    boolean
    KerberosKey.equals(Object other)
    Compares the specified object with this KerberosKey for equality.
    boolean
    KerberosPrincipal.equals(Object obj)
    Compares the specified object with this principal for equality.
    boolean
    KerberosTicket.equals(Object other)
    Compares the specified object with this KerberosTicket for equality.
    boolean
    KeyTab.equals(Object other)
    Compares the specified object with this KeyTab for equality.
    boolean
    ServicePermission.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks two ServicePermission objects for equality.
    ServicePermission.getActions()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the canonical string representation of the actions.
    EncryptionKey.getAlgorithm()
    Returns the standard algorithm name for this key.
    byte[]
    EncryptionKey.getEncoded()
    Returns the key material of this key.
    EncryptionKey.getFormat()
    Returns the name of the encoding format for this key.
    int
    DelegationPermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this object.
    int
    EncryptionKey.hashCode()
    Returns a hash code for this EncryptionKey.
    int
    KerberosCredMessage.hashCode()
    Returns a hash code for this KerberosCredMessage.
    int
    KerberosKey.hashCode()
    Returns a hash code for this KerberosKey.
    int
    KerberosPrincipal.hashCode()
    Returns a hash code for this KerberosPrincipal.
    int
    KerberosTicket.hashCode()
    Returns a hash code for this KerberosTicket.
    int
    KeyTab.hashCode()
    Returns a hash code for this KeyTab.
    int
    ServicePermission.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the hash code value for this object.
    boolean
    DelegationPermission.implies(Permission p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks if this Kerberos delegation permission object "implies" the specified permission.
    boolean
    ServicePermission.implies(Permission p)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Checks if this Kerberos service permission object "implies" the specified permission.
    DelegationPermission.newPermissionCollection()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a PermissionCollection object for storing DelegationPermission objects.
    ServicePermission.newPermissionCollection()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a PermissionCollection object for storing ServicePermission objects.
    EncryptionKey.toString()
    Returns an informative textual representation of this EncryptionKey.
    KerberosCredMessage.toString()
    Returns an informative textual representation of this KerberosCredMessage.
  • Uses of Override in javax.security.auth.x500

    Methods in javax.security.auth.x500 with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    X500Principal.equals(Object o)
    Compares the specified Object with this X500Principal for equality.
    int
    X500Principal.hashCode()
    Returns a hash code for this X500Principal.
  • Uses of Override in javax.security.cert

    Methods in javax.security.cert with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    Certificate.equals(Object obj)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Compares this certificate for equality with the specified object.
    int
    Certificate.hashCode()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a hashcode value for this certificate from its encoded form.
  • Uses of Override in javax.sound.midi

    Methods in javax.sound.midi with annotations of type Override
    Modifier and Type
    Method
    Description
    MetaMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    abstract Object
    MidiMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    ShortMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    SysexMessage.clone()
    Creates a new object of the same class and with the same contents as this object.
    void
    MidiDevice.close()
    Closes the device, indicating that the device should now release any system resources it is using.
    void
    Receiver.close()
    Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.
    void
    Transmitter.close()
    Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.
    final boolean
    MidiDevice.Info.equals(Object obj)
    Indicates whether the specified object is equal to this info object, returning true if the objects are the same.
    final boolean
    Sequencer.SyncMode.equals(Object obj)
    Indicates whether the specified object is equal to this synchronization mode, returning true if the objects are the same.
    long
    Obtains the current position in the sequence, expressed in microseconds.
    final int
    MidiDevice.Info.hashCode()
    Returns a hash code value for this info object.
    final int
    Sequencer.SyncMode.hashCode()
    Returns a hash code value for this synchronization mode.
    void
    SysexMessage.setMessage(byte[] data, int length)
    Sets the data for the system exclusive message.
    final String
    MidiDevice.Info.toString()
    Returns a string representation of the info object.
    final String
    Sequencer.SyncMode.toString()
    Returns mode's name as the string representation of the synchronization mode.
  • Uses of Override in javax.sound.sampled

    Methods in javax.sound.sampled with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    AudioInputStream.available()
    Returns the maximum number of bytes that can be read (or skipped over) from this audio input stream without blocking.
    void
    AudioInputStream.close()
    Closes this audio input stream and releases any system resources associated with the stream.
    void
    Line.close()
    Closes the line, indicating that any system resources in use by the line can be released.
    final boolean
    AudioFileFormat.Type.equals(Object obj)
    Indicates whether the specified object is equal to this file type, returning true if the objects are equal.
    final boolean
    AudioFormat.Encoding.equals(Object obj)
    Indicates whether the specified object is equal to this encoding, returning true if the objects are equal.
    final boolean
    Control.Type.equals(Object obj)
    Indicates whether the specified object is equal to this control type, returning true if the objects are the same.
    final boolean
    LineEvent.Type.equals(Object obj)
    Indicates whether the specified object is equal to this event type, returning true if the objects are the same.
    final boolean
    Mixer.Info.equals(Object obj)
    Indicates whether the specified object is equal to this info object, returning true if the objects are the same.
    final boolean
    Port.Info.equals(Object obj)
    Indicates whether the specified object is equal to this info object, returning true if the objects are the same.
    final boolean
    ReverbType.equals(Object obj)
    Indicates whether the specified object is equal to this reverb type, returning true if the objects are the same.
    final int
    AudioFileFormat.Type.hashCode()
    Returns a hash code value for this file type.
    final int
    AudioFormat.Encoding.hashCode()
    Returns a hash code value for this encoding.
    final int
    Control.Type.hashCode()
    Returns a hash code value for this control type.
    final int
    LineEvent.Type.hashCode()
    Returns a hash code value for this event type.
    final int
    Mixer.Info.hashCode()
    Returns a hash code value for this info object.
    final int
    Port.Info.hashCode()
    Returns a hash code value for this info object.
    final int
    ReverbType.hashCode()
    Returns a hash code value for this reverb type.
    void
    AudioInputStream.mark(int readlimit)
    Marks the current position in this audio input stream.
    boolean
    AudioInputStream.markSupported()
    Tests whether this audio input stream supports the mark and reset methods.
    boolean
    DataLine.Info.matches(Line.Info info)
    Determines whether the specified info object matches this one.
    boolean
    Port.Info.matches(Line.Info info)
    Indicates whether this info object specified matches this one.
    int
    AudioInputStream.read()
    Reads the next byte of data from the audio input stream.
    int
    AudioInputStream.read(byte[] b)
    Reads some number of bytes from the audio input stream and stores them into the buffer array b.
    int
    AudioInputStream.read(byte[] b, int off, int len)
    Reads up to a specified maximum number of bytes of data from the audio stream, putting them into the given byte array.
    void
    AudioInputStream.reset()
    Repositions this audio input stream to the position it had at the time its mark method was last invoked.
    long
    AudioInputStream.skip(long n)
    Skips over and discards a specified number of bytes from this audio input stream.
    AudioFileFormat.toString()
    Returns a string representation of the audio file format.
    final String
    AudioFileFormat.Type.toString()
    Returns type's name as the string representation of the file type.
    final String
    AudioFormat.Encoding.toString()
    Returns encoding's name as the string representation of the encoding.
    AudioFormat.toString()
    Returns a string that describes the audio format, such as: "PCM SIGNED 22050 Hz 16 bit mono big-endian".
    BooleanControl.toString()
    Returns a string representation of the boolean control.
    CompoundControl.toString()
    Returns a string representation of the compound control.
    Control.toString()
    Returns a string representation of the control.
    final String
    Control.Type.toString()
    Returns type's name as the string representation of the control type.
    DataLine.Info.toString()
    Returns a string representation of the info object.
    EnumControl.toString()
    Returns a string representation of the enumerated control.
    FloatControl.toString()
    Returns a string representation of the float control.
    Line.Info.toString()
    Returns a string representation of the info object.
    LineEvent.toString()
    Returns a string representation of the event.
    LineEvent.Type.toString()
    Returns type's name as the string representation of the event type.
    final String
    Mixer.Info.toString()
    Returns a string representation of the info object.
    final String
    Port.Info.toString()
    Returns a string representation of the info object.
    final String
    ReverbType.toString()
    Returns a string representation of the reverb type, including its name and its parameter settings.
  • Uses of Override in javax.sql

    Methods in javax.sql with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    ConnectionPoolDataSource.getLoginTimeout()
    Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
    int
    DataSource.getLoginTimeout()
    Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
    int
    XADataSource.getLoginTimeout()
    Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
    ConnectionPoolDataSource.getLogWriter()
    Retrieves the log writer for this DataSource object.
    DataSource.getLogWriter()
    Retrieves the log writer for this DataSource object.
    XADataSource.getLogWriter()
    Retrieves the log writer for this DataSource object.
    void
    ConnectionPoolDataSource.setLoginTimeout(int seconds)
    Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
    void
    DataSource.setLoginTimeout(int seconds)
    Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
    void
    XADataSource.setLoginTimeout(int seconds)
    Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
    void
    ConnectionPoolDataSource.setLogWriter(PrintWriter out)
    Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
    void
    DataSource.setLogWriter(PrintWriter out)
    Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
    void
    XADataSource.setLogWriter(PrintWriter out)
    Sets the log writer for this DataSource object to the given java.io.PrintWriter object.
  • Uses of Override in javax.swing

    Methods in javax.swing with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    JList.AccessibleJList.AccessibleJListChild.doAccessibleAction(int i)
    Performs the specified action on the object.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, byte oldValue, byte newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, char oldValue, char newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, double oldValue, double newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, float oldValue, float newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, int oldValue, int newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, long oldValue, long newValue)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.firePropertyChange(String propertyName, short oldValue, short newValue)
    Overridden for performance reasons.
    protected void
    DefaultListCellRenderer.firePropertyChange(String propertyName, Object oldValue, Object newValue)
    Overridden for performance reasons.
    JList.AccessibleJList.AccessibleJListChild.getAccessibleAction()
    Gets the AccessibleAction associated with this object that supports one or more actions.
    int
    JList.AccessibleJList.AccessibleJListChild.getAccessibleActionCount()
    Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object.
    JList.AccessibleJList.AccessibleJListChild.getAccessibleActionDescription(int i)
    Returns a description of the specified action of the object.
    void
    JComponent.hide()
    Deprecated.
    void
    DefaultListCellRenderer.invalidate()
    Overridden for performance reasons.
    boolean
    DefaultListCellRenderer.isOpaque()
    Overridden for performance reasons.
    boolean
    JComponent.isValidateRoot()
    If this method returns true, revalidate calls by descendants of this component will cause the entire tree beginning with this root to be validated.
    boolean
    JRootPane.isValidateRoot()
    If a descendant of this JRootPane calls revalidate, validate from here on down.
    boolean
    JScrollPane.isValidateRoot()
    Overridden to return true so that any calls to revalidate on any descendants of this JScrollPane will cause the entire tree beginning with this JScrollPane to be validated.
    boolean
    JSplitPane.isValidateRoot()
    Returns true, so that calls to revalidate on any descendant of this JSplitPane will cause a request to be queued that will validate the JSplitPane and all its descendants.
    boolean
    JTextField.isValidateRoot()
    Calls to revalidate that come from within the textfield itself will be handled by validating the textfield, unless the textfield is contained within a JViewport, in which case this returns false.
    void
    DefaultListCellRenderer.repaint()
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.repaint(long tm, int x, int y, int width, int height)
    Overridden for performance reasons.
    void
    DefaultListCellRenderer.repaint(Rectangle r)
    Overridden for performance reasons.
    void
    JEditorPane.replaceSelection(String content)
    Replaces the currently selected content with new content represented by the given string.
    void
    JTextPane.replaceSelection(String content)
    Replaces the currently selected content with new content represented by the given string.
    void
    JToggleButton.requestFocus(FocusEvent.Cause cause)
    If this toggle button is a member of the ButtonGroup which has another toggle button which is selected and can be the focus owner, and the focus cause argument denotes window activation or focus traversal action of any direction the result of the method execution is the same as calling Component.requestFocus(FocusEvent.Cause) on the toggle button selected in the group.
    void
    DefaultListCellRenderer.revalidate()
    Overridden for performance reasons.
    void
    Sets the language-sensitive orientation that is to be used to order the elements or text within this component.
    void
    JFileChooser.setEnabled(boolean enabled)
    Sets whether or not this component is enabled.
    void
    JSplitPane.setEnabled(boolean enabled)
    Sets whether or not this component is enabled.
    void
    JPasswordField.setText(String t)
     
    void
    DefaultListCellRenderer.validate()
    Overridden for performance reasons.
  • Uses of Override in javax.swing.border

    Methods in javax.swing.border with annotations of type Override
    Modifier and Type
    Method
    Description
    StrokeBorder.getBorderInsets(Component c, Insets insets)
    Reinitializes the insets parameter with this border's current insets.
    boolean
    CompoundBorder.isBorderOpaque()
    Returns whether or not the compound border is opaque.
    void
    StrokeBorder.paintBorder(Component c, Graphics g, int x, int y, int width, int height)
    Paints the border for the specified component with the specified position and size.
  • Uses of Override in javax.swing.event

    Methods in javax.swing.event with annotations of type Override
    Modifier and Type
    Method
    Description
    RowSorterEvent.getSource()
    Returns the source of the event as a RowSorter.
  • Uses of Override in javax.swing.plaf.basic

    Methods in javax.swing.plaf.basic with annotations of type Override
    Modifier and Type
    Method
    Description
    int
    BasicComboBoxUI.getBaseline(JComponent c, int width, int height)
    Returns the baseline.
    Returns an enum indicating how the baseline of the component changes as the size changes.
    BasicComboBoxRenderer.getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)
     
    BasicComboBoxUI.getMinimumSize(JComponent c)
    The minimum size is the size of the display area plus insets plus the button.
    BasicRadioButtonUI.getPreferredSize(JComponent c)
    The preferred size of the radio button
    BasicTextUI.modelToView(JTextComponent tc, int pos)
    BasicTextUI.modelToView(JTextComponent tc, int pos, Position.Bias bias)
    void
    BasicRadioButtonUI.paint(Graphics g, JComponent c)
    paint the radio button
    void
    BasicSplitPaneDivider.setEnabled(boolean enabled)
    Enables or disables this component, depending on the value of the parameter b.
    int
    BasicTextUI.viewToModel(JTextComponent tc, Point pt)
    int
    BasicTextUI.viewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn)
  • Uses of Override in javax.swing.plaf.metal

    Methods in javax.swing.plaf.metal with annotations of type Override
    Modifier and Type
    Method
    Description
    MetalFileChooserUI.getMaximumSize(JComponent c)
    Returns the maximum size of the JFileChooser.
    MetalFileChooserUI.getMinimumSize(JComponent c)
    Returns the minimum size of the JFileChooser.
    MetalFileChooserUI.getPreferredSize(JComponent c)
    Returns the preferred size of the specified JFileChooser.
  • Uses of Override in javax.swing.plaf.multi

    Methods in javax.swing.plaf.multi with annotations of type Override
    Modifier and Type
    Method
    Description
    MultiTextUI.modelToView(JTextComponent a, int b, Position.Bias c)
    int
    MultiTextUI.viewToModel(JTextComponent a, Point b)
    Deprecated.
    int
    MultiTextUI.viewToModel(JTextComponent a, Point b, Position.Bias[] c)
    Deprecated.
  • Uses of Override in javax.swing.plaf.nimbus

    Methods in javax.swing.plaf.nimbus with annotations of type Override
    Modifier and Type
    Method
    Description
    NimbusStyle.get(SynthContext ctx, Object key)
    Getter for a region specific style property.
    protected Color
    NimbusStyle.getColorForState(SynthContext ctx, ColorType type)
    Returns the color for the specified state.
    NimbusLookAndFeel.getDescription()
    Returns a textual description of this look and feel.
    protected Font
    NimbusStyle.getFontForState(SynthContext ctx)
    Returns the font for the specified state.
    NimbusLookAndFeel.getID()
    Return a string that identifies this look and feel.
    NimbusStyle.getInsets(SynthContext ctx, Insets in)
    Returns the Insets that are used to calculate sizing information.
    NimbusLookAndFeel.getName()
    Return a short string that identifies this look and feel.
    NimbusStyle.getPainter(SynthContext ctx)
    Returns the SynthPainter that will be used for painting.
    void
    NimbusLookAndFeel.initialize()
    Called by UIManager when this look and feel is installed.
    void
    NimbusStyle.installDefaults(SynthContext ctx)
    Installs the necessary state from this Style on the JComponent from context.
    boolean
    NimbusStyle.isOpaque(SynthContext ctx)
    Returns true if the region is opaque.
    final void
    AbstractRegionPainter.paint(Graphics2D g, JComponent c, int w, int h)
    Renders to the given Graphics2D object.
    boolean
    Returns whether or not the UIs should update their SynthStyles from the SynthStyleFactory when the ancestor of the JComponent changes.
    protected boolean
    Returns whether or not the UIs should update their styles when a particular event occurs.
    void
    NimbusLookAndFeel.uninitialize()
    Called by UIManager when this look and feel is uninstalled.
  • Uses of Override in javax.swing.plaf.synth

    Methods in javax.swing.plaf.synth with annotations of type Override
    Modifier and Type
    Method
    Description
    SynthPasswordFieldUI.create(Element elem)
    Creates a view (PasswordView) for an element.
    SynthSplitPaneUI.createDefaultDivider()
    Creates the default divider.
    protected JComponent
    SynthSpinnerUI.createEditor()
    This method is called by installUI to get the editor component of the JSpinner.
    protected LayoutManager
    SynthTabbedPaneUI.createLayoutManager()
    Invoked by installUI to create a layout manager object to manage the JTabbedPane.
    protected Container
    SynthOptionPaneUI.createMessageArea()
    Called from BasicOptionPaneUI.installComponents() to create a Container containing the body of the message.
    protected MouseListener
    SynthTabbedPaneUI.createMouseListener()
    Creates a mouse listener.
    SynthButtonUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthColorChooserUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthComboBoxUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthDesktopIconUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthDesktopPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthEditorPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthInternalFrameUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthLabelUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthListUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthMenuBarUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthMenuItemUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthMenuUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthOptionPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthPanelUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthPopupMenuUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthProgressBarUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthRootPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthScrollBarUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthScrollPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthSeparatorUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthSliderUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthSpinnerUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthSplitPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthTabbedPaneUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthTableHeaderUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthTableUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthTextAreaUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthTextFieldUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthToolBarUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthToolTipUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthTreeUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthViewportUI.getContext(JComponent c)
    Returns the Context for the specified component.
    SynthLookAndFeel.getDefaults()
    Returns the defaults for this SynthLookAndFeel.
    protected Dimension
    SynthComboBoxUI.getDefaultSize()
    Returns the default size of an empty display area of the combo box using the current renderer and font.
    SynthLookAndFeel.getDescription()
    Returns a textual description of SynthLookAndFeel.
    default int
    SynthIcon.getIconHeight()
     
    default int
    SynthIcon.getIconWidth()
     
    SynthLookAndFeel.getID()
    Return a string that identifies this look and feel.
    SynthComboBoxUI.getMinimumSize(JComponent c)
    The minimum size is the size of the display area plus insets plus the button.
    SynthLookAndFeel.getName()
    Return a short string that identifies this look and feel.
    SynthScrollBarUI.getPreferredSize(JComponent c)
    A vertical scrollbar's preferred width is the maximum of preferred widths of the (non null) increment/decrement buttons, and the minimum width of the thumb.
    protected String
    SynthFormattedTextFieldUI.getPropertyPrefix()
    Fetches the name used as a key to lookup properties through the UIManager.
    protected String
    SynthPasswordFieldUI.getPropertyPrefix()
    Fetches the name used as a key to look up properties through the UIManager.
    protected String
    SynthTextPaneUI.getPropertyPrefix()
    Fetches the name used as a key to lookup properties through the UIManager.
    protected Icon
    SynthRadioButtonUI.getSizingIcon(AbstractButton b)
    Returns the Icon used in calculating the preferred/minimum/maximum size.
    void
    SynthLookAndFeel.initialize()
    Called by UIManager when this look and feel is installed.
    void
    SynthInternalFrameUI.installDefaults()
    Installs the defaults.
    protected void
    SynthPasswordFieldUI.installDefaults()
    Installs the necessary properties on the JPasswordField.
    protected void
    SynthSpinnerUI.installDefaults()
    Initializes the JSpinner border, foreground, and background, properties based on the corresponding "Spinner.*" properties from defaults table.
    protected void
    SynthSplitPaneUI.installDefaults()
    Installs the UI defaults.
    protected void
    SynthTableUI.installDefaults()
    Initializes JTable properties, such as font, foreground, and background.
    protected void
    SynthSplitPaneUI.installListeners()
    Installs the event listeners for the UI.
    protected void
    SynthTableUI.installListeners()
    Attaches listeners to the JTable.
    void
    SynthComboBoxUI.installUI(JComponent c)
    Configures the specified component appropriately for the look and feel.
    void
    SynthTextPaneUI.installUI(JComponent c)
    Installs the UI for a component.
    boolean
    SynthLookAndFeel.isNativeLookAndFeel()
    Returns false, SynthLookAndFeel is not a native look and feel.
    boolean
    SynthLookAndFeel.isSupportedLookAndFeel()
    Returns true, SynthLookAndFeel is always supported.
    void
    SynthButtonUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthColorChooserUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthComboBoxUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthDesktopIconUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthDesktopPaneUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthInternalFrameUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthLabelUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthMenuBarUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthMenuItemUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthMenuUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthOptionPaneUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthPanelUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthPopupMenuUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthProgressBarUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthRootPaneUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthScrollBarUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthScrollPaneUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthSeparatorUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthSliderUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthSpinnerUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthSplitPaneUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthTabbedPaneUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthTableHeaderUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthTableUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthToolBarUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthToolTipUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthTreeUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    void
    SynthViewportUI.paint(Graphics g, JComponent c)
    Paints the specified component according to the Look and Feel.
    protected void
    SynthTextAreaUI.paintBackground(Graphics g)
    Paints a background for the view.
    protected void
    SynthTextFieldUI.paintBackground(Graphics g)
    Paints a background for the view.
    void
    SynthButtonUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthColorChooserUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthComboBoxUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthDesktopIconUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthDesktopPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthEditorPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthInternalFrameUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthLabelUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthListUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthMenuBarUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthMenuItemUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthMenuUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthOptionPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthPanelUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthPopupMenuUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthProgressBarUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthRootPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthScrollBarUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthScrollPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthSeparatorUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthSliderUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthSpinnerUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthSplitPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthTabbedPaneUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthTableHeaderUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthTableUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthTextAreaUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthTextFieldUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthToolBarUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthToolTipUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthTreeUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthViewportUI.paintBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
    Paints the border.
    void
    SynthComboBoxUI.paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)
    Paints the currently selected item.
    default void
    SynthIcon.paintIcon(Component c, Graphics g, int x, int y)
     
    void
    This method gets called when a bound property is changed.
    void
    SynthColorChooserUI.propertyChange(PropertyChangeEvent e)
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    SynthDesktopPaneUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed.
    protected void
    SynthEditorPaneUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed on the associated JTextComponent.
    void
    SynthInternalFrameUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    SynthOptionPaneUI.propertyChange(PropertyChangeEvent e)
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    SynthPopupMenuUI.propertyChange(PropertyChangeEvent e)
    This method gets called when a bound property is changed.
    void
    SynthProgressBarUI.propertyChange(PropertyChangeEvent e)
    This method gets called when a bound property is changed.
    void
    Invoked when a property changes on the root pane.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    SynthSplitPaneUI.propertyChange(PropertyChangeEvent e)
    This method gets called when a bound property is changed.
    void
    SynthTabbedPaneUI.propertyChange(PropertyChangeEvent e)
    This method gets called when a bound property is changed.
    void
    SynthTableHeaderUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed.
    void
    SynthTableUI.propertyChange(PropertyChangeEvent event)
    This method gets called when a bound property is changed.
    protected void
    SynthTextAreaUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed on the associated JTextComponent.
    protected void
    SynthTextFieldUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed on the associated JTextComponent.
    protected void
    SynthTextPaneUI.propertyChange(PropertyChangeEvent evt)
    This method gets called when a bound property is changed on the associated JTextComponent.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    void
    This method gets called when a bound property is changed.
    protected void
    SynthSpinnerUI.replaceEditor(JComponent oldEditor, JComponent newEditor)
    Called by the PropertyChangeListener when the JSpinner editor property changes.
    protected void
    This implementation does nothing, because the rollover property of the JToolBar class is not used in the Synth Look and Feel.
    protected void
    SynthToolBarUI.setBorderToNormal(Component c)
    This implementation does nothing, because the rollover property of the JToolBar class is not used in the Synth Look and Feel.
    protected void
    SynthToolBarUI.setBorderToRollover(Component c)
    This implementation does nothing, because the rollover property of the JToolBar class is not used in the Synth Look and Feel.
    Region.toString()
    Returns the name of the Region.
    void
    SynthLookAndFeel.uninitialize()
    Called by UIManager when this look and feel is uninstalled.
    protected void
    SynthSpinnerUI.uninstallDefaults()
    Sets the JSpinner's layout manager to null.
    protected void
    SynthSplitPaneUI.uninstallDefaults()
    Uninstalls the UI defaults.
    protected void
    SynthSplitPaneUI.uninstallListeners()
    Uninstalls the event listeners from the UI.
    void
    SynthButtonUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthColorChooserUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthComboBoxUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthDesktopIconUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthDesktopPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthEditorPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthInternalFrameUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthLabelUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthListUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthMenuBarUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthMenuItemUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthMenuUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthOptionPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthPanelUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthPopupMenuUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthProgressBarUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthRootPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthScrollBarUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthScrollPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthSeparatorUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthSliderUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthSpinnerUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthSplitPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthTabbedPaneUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthTableHeaderUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthTableUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthTextAreaUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthTextFieldUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthToolBarUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthToolTipUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthTreeUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
    void
    SynthViewportUI.update(Graphics g, JComponent c)
    Notifies this UI delegate to repaint the specified component.
  • Uses of Override in javax.swing.table

    Methods in javax.swing.table with annotations of type Override
    Modifier and Type
    Method
    Description
    JTableHeader.getPreferredSize()
    Returns the preferred size of the table header.
  • Uses of Override in javax.swing.text

    Methods in javax.swing.text with annotations of type Override
    Modifier and Type
    Method
    Description
    Calculate the needs for the paragraph along the minor axis.
    AbstractDocument.LeafElement.children()
    Returns the children of the receiver as an Enumeration.
    protected int
    PasswordView.drawSelectedText(Graphics g, int x, int y, int p0, int p1)
    protected int
    PasswordView.drawUnselectedText(Graphics g, int x, int y, int p0, int p1)
    float
    GlyphView.getMinimumSpan(int axis)
    Determines the minimum span for this view along an axis.
  • Uses of Override in javax.tools

    Methods in javax.tools with annotations of type Override
    Modifier and Type
    Method
    Description
    DocumentationTool.DocumentationTask.call()
    Performs this documentation task.
    JavaCompiler.CompilationTask.call()
    Performs this compilation task.
    void
    ForwardingJavaFileManager.close()
     
    void
    JavaFileManager.close()
    Releases any resources opened by this file manager directly or indirectly.
    boolean
    ForwardingJavaFileManager.contains(JavaFileManager.Location location, FileObject fo)
     
    boolean
    ForwardingFileObject.delete()
     
    boolean
    SimpleJavaFileObject.delete()
    Deletes this file object.
    void
    ForwardingJavaFileManager.flush()
     
    void
    JavaFileManager.flush()
    Flushes any resources opened for output by this file manager directly or indirectly.
    ForwardingJavaFileObject.getAccessLevel()
     
    SimpleJavaFileObject.getAccessLevel()
    Provides a hint about the access level of the class represented by this file object.
    ForwardingFileObject.getCharContent(boolean ignoreEncodingErrors)
     
    SimpleJavaFileObject.getCharContent(boolean ignoreEncodingErrors)
    Returns the character content of this file object, if available.
    ForwardingJavaFileManager.getClassLoader(JavaFileManager.Location location)
     
    ForwardingJavaFileManager.getFileForInput(JavaFileManager.Location location, String packageName, String relativeName)
     
    ForwardingJavaFileManager.getFileForOutput(JavaFileManager.Location location, String packageName, String relativeName, FileObject sibling)
     
    ForwardingJavaFileManager.getFileForOutputForOriginatingFiles(JavaFileManager.Location location, String packageName, String relativeName, FileObject... originatingFiles)
    Returns a file object for output representing the specified relative name in the specified package in the given location.
    ForwardingJavaFileManager.getJavaFileForInput(JavaFileManager.Location location, String className, JavaFileObject.Kind kind)
     
    ForwardingJavaFileManager.getJavaFileForOutput(JavaFileManager.Location location, String className, JavaFileObject.Kind kind, FileObject sibling)
     
    ForwardingJavaFileManager.getJavaFileForOutputForOriginatingFiles(JavaFileManager.Location location, String className, JavaFileObject.Kind kind, FileObject... originatingFiles)
    Returns a file object for output representing the specified class of the specified kind in the given package-oriented location.
    ForwardingJavaFileObject.getKind()
     
    SimpleJavaFileObject.getKind()
     
    long
    ForwardingFileObject.getLastModified()
     
    long
    SimpleJavaFileObject.getLastModified()
    Returns the time this file object was last modified.
    ForwardingJavaFileManager.getLocationForModule(JavaFileManager.Location location, String moduleName)
     
    ForwardingJavaFileManager.getLocationForModule(JavaFileManager.Location location, JavaFileObject fo)
     
    DocumentationTool.Location.getName()
     
    ForwardingFileObject.getName()
     
    SimpleJavaFileObject.getName()
     
    StandardLocation.getName()
     
    ForwardingJavaFileObject.getNestingKind()
     
    SimpleJavaFileObject.getNestingKind()
    Provides a hint about the nesting level of the class represented by this file object.
    ForwardingJavaFileManager.getServiceLoader(JavaFileManager.Location location, Class<S> service)
     
    boolean
    ForwardingJavaFileManager.handleOption(String current, Iterator<String> remaining)
     
    boolean
    ForwardingJavaFileManager.hasLocation(JavaFileManager.Location location)
     
    ForwardingJavaFileManager.inferBinaryName(JavaFileManager.Location location, JavaFileObject file)
     
    ForwardingJavaFileManager.inferModuleName(JavaFileManager.Location location)
     
    boolean
    StandardLocation.isModuleOrientedLocation()
    Indicates if this location is module-oriented location, and therefore expected to contain classes in a module/package/class hierarchy, as compared to a package-oriented location, which is expected to contain classes in a package/class hierarchy.
    boolean
    ForwardingJavaFileObject.isNameCompatible(String simpleName, JavaFileObject.Kind kind)
     
    boolean
    SimpleJavaFileObject.isNameCompatible(String simpleName, JavaFileObject.Kind kind)
    Checks if this file object is compatible with the specified simple name and kind.
    boolean
    DocumentationTool.Location.isOutputLocation()
     
    boolean
    StandardLocation.isOutputLocation()
     
    boolean
    ForwardingJavaFileManager.isSameFile(FileObject a, FileObject b)
     
    boolean
    StandardJavaFileManager.isSameFile(FileObject a, FileObject b)
    Compares two file objects and return true if they represent the same canonical file, zip file entry, or entry in any file system based container.
    int
    ForwardingJavaFileManager.isSupportedOption(String option)
     
    ForwardingJavaFileManager.list(JavaFileManager.Location location, String packageName, Set<JavaFileObject.Kind> kinds, boolean recurse)
     
    ForwardingJavaFileManager.listLocationsForModules(JavaFileManager.Location location)
     
    ForwardingFileObject.openInputStream()
     
    SimpleJavaFileObject.openInputStream()
    Returns an InputStream for this file object.
    ForwardingFileObject.openOutputStream()
     
    SimpleJavaFileObject.openOutputStream()
    Returns an OutputStream for this file object.
    ForwardingFileObject.openReader(boolean ignoreEncodingErrors)
     
    SimpleJavaFileObject.openReader(boolean ignoreEncodingErrors)
    Returns a reader for this object.
    ForwardingFileObject.openWriter()
     
    SimpleJavaFileObject.openWriter()
    Returns a Writer for this file object.
    void
    DiagnosticCollector.report(Diagnostic<? extends S> diagnostic)
     
    ForwardingFileObject.toUri()
     
    SimpleJavaFileObject.toUri()
     
  • Uses of Override in javax.xml.catalog

    Methods in javax.xml.catalog with annotations of type Override
    Modifier and Type
    Method
    Description
    CatalogResolver.resolve(String href, String base)
    Implements URIResolver.
    CatalogResolver.resolveEntity(String publicId, String systemId)
    Implements EntityResolver.
    CatalogResolver.resolveEntity(String publicId, String systemId, String baseUri, String namespace)
    Implements XMLResolver.
    CatalogResolver.resolveResource(String type, String namespaceUri, String publicId, String systemId, String baseUri)
    Implements LSResourceResolver.
  • Uses of Override in javax.xml.datatype

    Methods in javax.xml.datatype with annotations of type Override
    Modifier and Type
    Method
    Description
    abstract Object
    XMLGregorianCalendar.clone()
    Creates and returns a copy of this object.
    boolean
    XMLGregorianCalendar.equals(Object obj)
    Compares this calendar to the specified object.
    int
    XMLGregorianCalendar.hashCode()
    Returns a hash code consistent with the definition of the equals method.
    XMLGregorianCalendar.toString()
    Returns a String representation of this XMLGregorianCalendar Object.
  • Uses of Override in javax.xml.parsers

    Methods in javax.xml.parsers with annotations of type Override
    Modifier and Type
    Method
    Description
    FactoryConfigurationError.getCause()
    use the exception chaining mechanism of JDK1.4
  • Uses of Override in javax.xml.stream

    Methods in javax.xml.stream with annotations of type Override
    Modifier and Type
    Method
    Description
    FactoryConfigurationError.getCause()
    use the exception chaining mechanism of JDK1.4
    boolean
    XMLEventReader.hasNext()
    Check if there are more events.
  • Uses of Override in javax.xml.transform

    Methods in javax.xml.transform with annotations of type Override
    Modifier and Type
    Method
    Description
    TransformerException.getCause()
    Returns the cause of this throwable or null if the cause is nonexistent or unknown.
    TransformerFactoryConfigurationError.getCause()
    use the exception chaining mechanism of JDK1.4
    TransformerException.initCause(Throwable cause)
    Initializes the cause of this throwable to the specified value.
    void
    TransformerException.printStackTrace()
    Print the trace of methods from where the error originated.
    void
    TransformerException.printStackTrace(PrintStream s)
    Print the trace of methods from where the error originated.
    void
    TransformerException.printStackTrace(PrintWriter s)
    Print the trace of methods from where the error originated.
  • Uses of Override in javax.xml.transform.dom

    Methods in javax.xml.transform.dom with annotations of type Override
    Modifier and Type
    Method
    Description
    DOMSource.getSystemId()
    Get the base ID (URL or system ID) from where URLs will be resolved.
    boolean
    DOMSource.isEmpty()
    Indicates whether the DOMSource object is empty.
    void
    DOMSource.setSystemId(String systemID)
    Set the base ID (URL or system ID) from where URLs will be resolved.
  • Uses of Override in javax.xml.transform.sax

    Methods in javax.xml.transform.sax with annotations of type Override
    Modifier and Type
    Method
    Description
    SAXSource.getSystemId()
    Get the base ID (URI or system ID) from where URIs will be resolved.
    boolean
    SAXSource.isEmpty()
    Indicates whether the SAXSource object is empty.
    void
    SAXSource.setSystemId(String systemId)
    Set the system identifier for this Source.
  • Uses of Override in javax.xml.transform.stax

    Methods in javax.xml.transform.stax with annotations of type Override
    Modifier and Type
    Method
    Description
    StAXSource.getSystemId()
    Get the system identifier used by this StAXSource.
    boolean
    StAXSource.isEmpty()
    Indicates whether the StAXSource object is empty.
    void
    StAXSource.setSystemId(String systemId)
    In the context of a StAXSource, it is not appropriate to explicitly set the system identifier.
  • Uses of Override in javax.xml.transform.stream

    Methods in javax.xml.transform.stream with annotations of type Override
    Modifier and Type
    Method
    Description
    StreamSource.getSystemId()
    Get the system identifier that was set with setSystemId.
    boolean
    StreamSource.isEmpty()
    Indicates whether the StreamSource object is empty.
    void
    StreamSource.setSystemId(String systemId)
    Set the system identifier for this Source.
  • Uses of Override in javax.xml.xpath

    Methods in javax.xml.xpath with annotations of type Override
    Modifier and Type
    Method
    Description
    XPathNodes.iterator()
    Returns an iterator of the Nodes.
  • Uses of Override in org.ietf.jgss

    Methods in org.ietf.jgss with annotations of type Override
    Modifier and Type
    Method
    Description
    boolean
    ChannelBinding.equals(Object obj)
    Compares two instances of ChannelBinding.
    boolean
    GSSCredential.equals(Object another)
    Tests if this GSSCredential asserts the same entity as the supplied object.
    boolean
    GSSName.equals(Object another)
    Compares this GSSName object to another Object that might be a GSSName.
    boolean
    Oid.equals(Object other)
    Tests if two Oid objects represent the same Object identifier value.
    int
    ChannelBinding.hashCode()
    Returns a hashcode value for this ChannelBinding object.
    int
    GSSCredential.hashCode()
    Returns a hashcode value for this GSSCredential.
    int
    GSSName.hashCode()
    Returns a hashcode value for this GSSName.
    int
    Oid.hashCode()
    Returns a hashcode value for this Oid.
  • Uses of Override in org.xml.sax.helpers

    Methods in org.xml.sax.helpers with annotations of type Override
    Modifier and Type
    Method
    Description
    void
    DefaultHandler.characters(char[] ch, int start, int length)
    Receive notification of character data inside an element.
    void
    DefaultHandler.endDocument()
    Receive notification of the end of the document.
    void
    DefaultHandler.endElement(String uri, String localName, String qName)
    Receive notification of the end of an element.
    void
    DefaultHandler.endPrefixMapping(String prefix)
    Receive notification of the end of a Namespace mapping.
    void
    DefaultHandler.error(SAXParseException e)
    Receive notification of a recoverable parser error.
    void
    DefaultHandler.fatalError(SAXParseException e)
    Report a fatal XML parsing error.
    void
    DefaultHandler.ignorableWhitespace(char[] ch, int start, int length)
    Receive notification of ignorable whitespace in element content.
    void
    DefaultHandler.notationDecl(String name, String publicId, String systemId)
    Receive notification of a notation declaration.
    void
    DefaultHandler.processingInstruction(String target, String data)
    Receive notification of a processing instruction.
    DefaultHandler.resolveEntity(String publicId, String systemId)
    Resolve an external entity.
    void
    DefaultHandler.setDocumentLocator(Locator locator)
    Receive a Locator object for document events.
    void
    DefaultHandler.skippedEntity(String name)
    Receive notification of a skipped entity.
    void
    DefaultHandler.startDocument()
    Receive notification of the beginning of the document.
    void
    DefaultHandler.startElement(String uri, String localName, String qName, Attributes attributes)
    Receive notification of the start of an element.
    void
    DefaultHandler.startPrefixMapping(String prefix, String uri)
    Receive notification of the start of a Namespace mapping.
    void
    DefaultHandler.unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
    Receive notification of an unparsed entity declaration.
    void
    DefaultHandler.warning(SAXParseException e)
    Receive notification of a parser warning.