HomeSort by relevance Sort by last modified time
    Searched refs:java (Results 1 - 25 of 40651) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/lang/
package-info.java 27 * Provides classes that are fundamental to the design of the Java
63 * The specification of the {@link java.nio.charset.Charset
64 * java.nio.charset.Charset} class describes the naming conventions
66 * that must be supported by every implementation of the Java
71 package java.lang;
Cloneable.java 26 package java.lang;
30 * indicate to the {@link java.lang.Object#clone()} method that it
40 * See {@link java.lang.Object#clone()} for details on overriding this
49 * @see java.lang.CloneNotSupportedException
50 * @see java.lang.Object#clone()
  /libcore/ojluni/src/main/java/java/net/
package-info.java 29 * <p> The java.net package can be roughly divided in two sections:</p>
52 * <p>Addresses are used throughout the java.net APIs as either host
54 * <p>The {@link java.net.InetAddress} class is the abstraction representing an
57 * <li>{@link java.net.Inet4Address} for IPv4 addresses.</li>
58 * <li>{@link java.net.Inet6Address} for IPv6 addresses.</li>
64 * <p>Not all systems have support for the IPv6 protocol, and while the Java
69 * more. While methods like {@link java.net.InetAddress#getByName} are
76 * the network. The java.net package provides 4 kinds of Sockets:</p>
78 * <li>{@link java.net.Socket} is a TCP client API, and will typically
79 * be used to {@linkplain java.net.Socket#connect(SocketAddress
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
package-info.java 53 * <p> The <tt>java.nio</tt> package defines the buffer classes, which are used
55 * java.nio.charset} package, and the channel and selector APIs are defined in the
56 * {@link java.nio.channels} package. Each of these subpackages has its own
66 * <tr><td valign=top><tt>{@link java.nio.Buffer}</tt></td>
69 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.ByteBuffer}</tt></td>
71 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;{@link java.nio.MappedByteBuffer}&nbsp;&nbsp;</tt></td>
73 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.CharBuffer}</tt></td>
75 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.DoubleBuffer}</tt></td>
77 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.FloatBuffer}</tt></td>
79 * <tr><td valign=top><tt>&nbsp;&nbsp;{@link java.nio.IntBuffer}</tt></td
    [all...]
  /libcore/ojluni/src/main/java/java/security/
package-info.java 50 * <b>Java&trade;
57 * <b>Java&trade;
68 * <b>Java&trade;
74 * Java&trade; Cryptography Architecture
85 * Java&trade; SE Development Kit (JDK)
91 * Java&trade; Platform Security
112 package java.security;
  /libcore/ojluni/src/main/java/java/time/
package-info.java 77 * to the {@code java.time.temporal} package.
79 * Refer to the {@code java.time.format} package for customization options.
82 * The {@code java.time.chrono} package contains the calendar neutral API
83 * {@link java.time.chrono.ChronoLocalDate ChronoLocalDate},
84 * {@link java.time.chrono.ChronoLocalDateTime ChronoLocalDateTime},
85 * {@link java.time.chrono.ChronoZonedDateTime ChronoZonedDateTime} and
86 * {@link java.time.chrono.Era Era}.
95 * {@link java.time.Instant} is essentially a numeric timestamp.
96 * The current Instant can be retrieved from a {@link java.time.Clock}.
99 * from {@link java.lang.System#currentTimeMillis()}
    [all...]
  /art/test/121-modifiers/classes/
A$C.class 
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
filelist.java 1 ANTLRBaseRecognizer.java
2 ANTLRBaseTree.java
3 ANTLRBaseTreeAdaptor.java
4 ANTLRBitSet.java
5 ANTLRBlankDebugEventListener.java
6 ANTLRBufferedTokenStream.java
7 ANTLRBufferedTreeNodeStream.java
8 ANTLRCharStream.java
9 ANTLRCharStreamState.java
10 ANTLRClassicToken.java
    [all...]
  /art/test/022-interface/classes/
Iface2Sub1.class 
  /libcore/
openjdk_java_files.mk 2 ojluni/src/main/java/java/awt/font/NumericShaper.java \
3 ojluni/src/main/java/java/awt/font/TextAttribute.java \
4 ojluni/src/main/java/java/beans/IndexedPropertyChangeEvent.java \
5 ojluni/src/main/java/java/beans/PropertyChangeEvent.java
    [all...]
  /dalvik/dx/tests/089-dex-define-object/
String.java 17 package java.lang;
  /dalvik/dx/tests/099-dex-core-library-error/
Blort.java 1 package java.blort;
  /libcore/ojluni/src/main/java/java/io/
Serializable.java 26 package java.io;
30 * java.io.Serializable interface. Classes that do not implement this
61 * private void writeObject(java.io.ObjectOutputStream out)
63 * private void readObject(java.io.ObjectInputStream in)
114 * follows java accessibility rules. <p>
145 * Java(TM) Object Serialization Specification. However, it is <em>strongly
151 * guarantee a consistent serialVersionUID value across different java compiler
168 * Refer to <i>Effective Java</i>'s chapter on serialization for thorough
177 * write Java objects directly.
180 * @see java.io.ObjectOutputStrea
    [all...]
  /libcore/ojluni/src/main/java/java/lang/annotation/
package-info.java 27 * Provides library support for the Java programming language
33 package java.lang.annotation;
  /libcore/ojluni/src/main/java/java/lang/ref/
package-info.java 47 * Java finalization mechanism.
50 * base <code>{@link java.lang.ref.Reference}</code> class. An instance of one of
70 * queues are implemented by the <code>{@link java.lang.ref.ReferenceQueue}</code>
86 * java.util.WeakHashMap}</code> class works. Because the <code>{@link
87 * java.lang.ref.ReferenceQueue#poll ReferenceQueue.poll}</code> method simply
135 package java.lang.ref;
  /libcore/ojluni/src/main/java/java/lang/reflect/
package-info.java 40 * <p>Classes in this package, along with {@code java.lang.Class}
49 package java.lang.reflect;
  /libcore/ojluni/src/main/java/java/nio/channels/
package-info.java 35 * <tr><td valign=top><tt><i>{@link java.nio.channels.Channel}</i></tt></td>
37 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.channels.ReadableByteChannel}</i></tt></td>
39 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.channels.ScatteringByteChannel}&nbsp;&nbsp;</i></tt></td>
41 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.channels.WritableByteChannel}</i></tt></td>
43 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.channels.GatheringByteChannel}</i></tt></td>
45 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.channels.ByteChannel}</i></tt></td>
47 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.channels.SeekableByteChannel}</i></tt></td>
49 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.channels.AsynchronousChannel}</i></tt></td>
51 * <tr><td valign=top><tt>&nbsp;&nbsp;&nbsp;&nbsp;<i>{@link java.nio.channels.AsynchronousByteChannel}</i></tt></td>
53 * <tr><td valign=top><tt>&nbsp;&nbsp;<i>{@link java.nio.channels.NetworkChannel}</i></tt></td
    [all...]
  /libcore/ojluni/src/main/java/java/nio/charset/
package-info.java 32 * <tr><td valign=top><tt>{@link java.nio.charset.Charset}</tt></td>
34 * <tr><td valign=top><tt>{@link java.nio.charset.CharsetDecoder}</tt></td>
36 * <tr><td valign=top><tt>{@link java.nio.charset.CharsetEncoder}&nbsp;&nbsp;</tt></td>
38 * <tr><td valign=top><tt>{@link java.nio.charset.CoderResult}&nbsp;&nbsp;</tt></td>
40 * <tr><td valign=top><tt>{@link java.nio.charset.CodingErrorAction}&nbsp;&nbsp;</tt></td>
53 * <p> The {@link java.nio.charset.Charset} class defines methods for creating
58 * in the current Java virtual machine.
62 * java.lang.String} class, together with the existing {@link
63 * java.io.InputStreamReader} and {@link java.io.OutputStreamWriter} classes, al
    [all...]
  /libcore/ojluni/src/main/java/java/security/acl/
package-info.java 28 * superseded by classes in the java.security package.
29 * See that package and, for example, java.security.Permission for details.
33 package java.security.acl;
  /libcore/ojluni/src/main/java/java/security/cert/
package-info.java 36 * <b>Java&trade;
43 * <b>Java&trade;
56 * <b>Java&trade;
64 package java.security.cert;
  /libcore/ojluni/src/main/java/java/security/interfaces/
package-info.java 48 * Java&trade; Cryptography Architecture
67 * <b>Java&trade;
74 package java.security.interfaces;
  /libcore/ojluni/src/main/java/java/security/spec/
package-info.java 60 * <b>Java&trade;
67 * Java&trade; Cryptography Architecture
73 package java.security.spec;
  /libcore/ojluni/src/main/java/java/time/chrono/
package-info.java 70 * The alternate calendars are provided in the {@link java.time.chrono} package.
73 * A calendar system is defined by the {@link java.time.chrono.Chronology} interface,
74 * while a date in a calendar system is defined by the {@link java.time.chrono.ChronoLocalDate} interface.
80 * See {@link java.time.chrono.ChronoLocalDate ChronoLocalDate}
92 * <li>{@link java.time.chrono.HijrahChronology Hijrah calendar}</li>
93 * <li>{@link java.time.chrono.JapaneseChronology Japanese calendar}</li>
94 * <li>{@link java.time.chrono.MinguoChronology Minguo calendar}</li>
95 * <li>{@link java.time.chrono.ThaiBuddhistChronology Thai Buddhist calendar}</li>
161 * in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown.
163 * The "@throws {@link java.lang.NullPointerException}" is not explicitly documented in each method
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
package-info.java 69 * {@link java.time.format.DateTimeFormatter DateTimeFormatter} class.
71 * {@link java.time.format.DateTimeFormatter DateTimeFormatter}, however
72 * {@link java.time.format.DateTimeFormatterBuilder DateTimeFormatterBuilder}
77 * {@link java.time.format.DateTimeFormatter#withLocale(java.util.Locale) withLocale(Locale)}
79 * {@link java.time.format.DecimalStyle DecimalStyle}.
85 * in this package will cause a {@link java.lang.NullPointerException NullPointerException} to be thrown.
87 * The "@throws {@link java.lang.NullPointerException}" is not explicitly documented in each method.
90 * All calculations should check for numeric overflow and throw either an {@link java.lang.ArithmeticException}
91 * or a {@link java.time.DateTimeException}
    [all...]
  /libcore/ojluni/src/main/java/java/time/temporal/
package-info.java 82 * All units implement {@link java.time.temporal.TemporalUnit}.
83 * The set of well known units is defined in {@link java.time.temporal.ChronoUnit}, such as {@code DAYS}.
88 * All fields implement {@link java.time.temporal.TemporalField}.
89 * The set of well known fields are defined in {@link java.time.temporal.ChronoField}, such as {@code HOUR_OF_DAY}.
90 * Additional fields are defined by {@link java.time.temporal.JulianFields}, {@link java.time.temporal.WeekFields}
91 * and {@link java.time.temporal.IsoFields}.
97 * {@link java.time.temporal.Temporal} provides the abstraction for date time types that support fields.
114 * The functions implement {@link java.time.temporal.TemporalAdjuster} and operate on {@code Temporal}.
115 * A set of common functions are provided in {@link java.time.temporal.TemporalAdjusters}
    [all...]

Completed in 740 milliseconds

1 2 3 4 5 6 7 8 91011>>