Home
last modified time | relevance | path

Searched defs:peek (Results 1 – 25 of 50) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/
DQueue.java208 E peek(); in peek() method
DStack.java98 public synchronized E peek() { in peek() method in Stack
DDeque.java478 E peek(); in peek() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DQueue.annotated.java53 @libcore.util.Nullable public E peek(); in peek() method
DDeque.annotated.java81 @libcore.util.Nullable public E peek(); in peek() method
DArrayDeque.annotated.java86 @libcore.util.Nullable public E peek() { throw new RuntimeException("Stub!"); } in peek() method in ArrayDeque
DLinkedList.annotated.java75 @libcore.util.Nullable public E peek() { throw new RuntimeException("Stub!"); } in peek() method in LinkedList
/libcore/jsr166-tests/src/test/java/jsr166/
DAbstractQueueTest.java35 public Integer peek() { return one; } in peek() method in AbstractQueueTest.Succeed
46 public Integer peek() { return null; } in peek() method in AbstractQueueTest.Fail
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputBuffer.java86 int peek() throws IOException { in peek() method in DerInputBuffer
365 int peek = pos; in getTime() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java118 protected int peek(InetAddress sender) throws IOException { in peek() method in MockDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DAbstractQueueTest.java99 public E peek() { in peek() method in AbstractQueueTest
/libcore/json/src/main/java/org/json/
DJSONStringer.java213 private Scope peek() throws JSONException { in peek() method in JSONStringer
DJSONTokener.java135 char peek = in.charAt(pos); in nextCleanInternal() local
/libcore/ojluni/src/main/java/java/net/
DDatagramSocketImpl.java133 protected abstract int peek(InetAddress i) throws IOException; in peek() method in DatagramSocketImpl
DPlainDatagramSocketImpl.java129 protected synchronized int peek(InetAddress i) throws IOException { in peek() method in PlainDatagramSocketImpl
DAbstractPlainDatagramSocketImpl.java156 protected abstract int peek(InetAddress i) throws IOException; in peek() method in AbstractPlainDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java173 public int peek(InetAddress arg0) throws IOException { in peek() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java589 E peek(); in peek() method
DDelayQueue.java304 public E peek() { in peek() method in DelayQueue
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java839 public MockResponse peek() { in peek() method in HttpsURLConnectionTest.DelegatingDispatcher
893 public MockResponse peek() { in peek() method in HttpsURLConnectionTest.ProxyConnectDispatcher
944 public MockResponse peek() { in peek() method in HttpsURLConnectionTest.SingleRequestDispatcher
/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java400 public byte peek() throws IOException { in peek() method in Manifest.FastInputStream
/libcore/ojluni/src/main/java/java/util/stream/
DDoubleStream.java224 DoubleStream peek(DoubleConsumer action); in peek() method
DIntStream.java217 IntStream peek(IntConsumer action); in peek() method
DLongStream.java222 LongStream peek(LongConsumer action); in peek() method
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DLinkedBlockingQueue.java114 public E peek() { in peek() method in LinkedBlockingQueue

12