HomeSort by relevance Sort by last modified time
    Searched full:constructs (Results 1401 - 1425 of 3575) sorted by null

<<51525354555657585960>>

  /libcore/luni/src/main/java/java/io/
FileDescriptor.java 60 * Constructs a new invalid FileDescriptor.
FilterOutputStream.java 41 * Constructs a new {@code FilterOutputStream} with {@code out} as its
FilterWriter.java 38 * Constructs a new FilterWriter on the Writer {@code out}. All writes are
PipedInputStream.java 79 * Constructs a new unconnected {@code PipedInputStream}. The resulting
86 * Constructs a new {@code PipedInputStream} connected to the
100 * Constructs a new unconnected {@code PipedInputStream} with the given
116 * Constructs a new {@code PipedInputStream} connected to the given {@code PipedOutputStream},
PipedReader.java 79 * Constructs a new unconnected {@code PipedReader}. The resulting reader
86 * Constructs a new {@code PipedReader} connected to the {@link PipedWriter}
100 * Constructs a new unconnected {@code PipedReader} with the given buffer size.
116 * Constructs a new {@code PipedReader} connected to the given {@code PipedWriter},
  /libcore/luni/src/main/java/java/lang/ref/
PhantomReference.java 51 * Constructs a new phantom reference and registers it with the given
ReferenceQueue.java 33 * Constructs a new instance of this class.
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 53 * Constructs a new unbound {@code ServerSocket}.
64 * Constructs a new {@code ServerSocket} instance bound to the given {@code port}.
74 * Constructs a new {@code ServerSocket} instance bound to the given {@code port}.
85 * Constructs a new {@code ServerSocket} instance bound to the given {@code localAddress}
  /libcore/luni/src/main/java/java/security/
DigestInputStream.java 39 * Constructs a new instance of this {@code DigestInputStream}, using the
DigestOutputStream.java 39 * Constructs a new instance of this {@code DigestOutputStream}, using the
Timestamp.java 40 * Constructs a new instance of {@code Timestamp} with the specified {@code
  /libcore/luni/src/main/java/java/text/
ParsePosition.java 30 * Constructs a new {@code ParsePosition} with the specified index.
  /libcore/luni/src/main/java/java/util/
AbstractSet.java 31 * Constructs a new instance of this AbstractSet.
Dictionary.java 32 * Constructs a new instance of this class.
ListResourceBundle.java 32 * Constructs a new instance of this class.
Observable.java 38 * Constructs a new {@code Observable} object.
Stack.java 30 * Constructs a stack with the default size of {@code Vector}.
TreeSet.java 48 * Constructs a new empty instance of {@code TreeSet} which uses natural
56 * Constructs a new instance of {@code TreeSet} which uses natural ordering
72 * Constructs a new empty instance of {@code TreeSet} which uses the
83 * Constructs a new instance of {@code TreeSet} containing the elements of
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 69 * Constructs a new, empty set that orders its elements according to
77 * Constructs a new, empty set that orders its elements according to
89 * Constructs a new set containing the elements in the specified
105 * Constructs a new set containing the same elements and using the
  /libcore/luni/src/main/java/java/util/logging/
ErrorManager.java 70 * Constructs an instance of {@code ErrorManager}.
Formatter.java 32 * Constructs a {@code Formatter} object.
  /libcore/luni/src/main/java/java/util/zip/
CheckedInputStream.java 35 * Constructs a new {@code CheckedInputStream} on {@code InputStream}
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 42 * Constructs ASN.1 GeneralizedTime type
ASN1Implicit.java 56 * Constructs implicitly tagged ASN.1 type
ASN1Integer.java 39 * Constructs ASN.1 Integer type

Completed in 752 milliseconds

<<51525354555657585960>>