| /libcore/ojluni/annotations/sdk/nullability/java/util/ | 
| D | Queue.annotated.java | 53 @libcore.util.Nullable public E peek();  in peek()  method
 | 
| D | Deque.annotated.java | 81 @libcore.util.Nullable public E peek();  in peek()  method
 | 
| D | ArrayDeque.annotated.java | 86 @libcore.util.Nullable public E peek() { throw new RuntimeException("Stub!"); }  in peek()  method in ArrayDeque
 | 
| D | LinkedList.annotated.java | 75 @libcore.util.Nullable public E peek() { throw new RuntimeException("Stub!"); }  in peek()  method in LinkedList
 | 
| /libcore/ojluni/src/main/java/java/util/ | 
| D | Queue.java | 211     E peek();  in peek()  method
 | 
| D | Stack.java | 97     public synchronized E peek() {  in peek()  method in Stack
 | 
| D | Deque.java | 489     E peek();  in peek()  method
 | 
| /libcore/jsr166-tests/src/test/java/jsr166/ | 
| D | AbstractQueueTest.java | 35         public Integer peek() { return one; }  in peek()  method in AbstractQueueTest.Succeed46         public Integer peek() { return null; }  in peek()  method in AbstractQueueTest.Fail
 
 | 
| /libcore/ojluni/src/test/java/util/concurrent/tck/ | 
| D | AbstractQueueTest.java | 58         public Integer peek() { return one; }  in peek()  method in AbstractQueueTest.Succeed69         public Integer peek() { return null; }  in peek()  method in AbstractQueueTest.Fail
 
 | 
| /libcore/ojluni/src/main/java/sun/security/util/ | 
| D | DerInputBuffer.java | 86     int peek() throws IOException {  in peek()  method in DerInputBuffer365                 int peek = pos;  in getTime()  local
 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ | 
| D | AbstractQueueTest.java | 99         public E peek() {  in peek()  method in AbstractQueueTest
 | 
| /libcore/json/src/main/java/org/json/ | 
| D | JSONStringer.java | 213     private Scope peek() throws JSONException {  in peek()  method in JSONStringer
 | 
| D | JSONTokener.java | 137                     char peek = in.charAt(pos);  in nextCleanInternal()  local
 | 
| /libcore/ojluni/src/main/java/java/net/ | 
| D | DatagramSocketImpl.java | 133     protected abstract int peek(InetAddress i) throws IOException;  in peek()  method in DatagramSocketImpl
 | 
| D | PlainDatagramSocketImpl.java | 129     protected synchronized int peek(InetAddress i) throws IOException {  in peek()  method in PlainDatagramSocketImpl
 | 
| D | AbstractPlainDatagramSocketImpl.java | 156     protected abstract int peek(InetAddress i) throws IOException;  in peek()  method in AbstractPlainDatagramSocketImpl
 | 
| /libcore/luni/src/test/java/libcore/java/net/ | 
| D | OldDatagramSocketImplFactoryTest.java | 173         public int peek(InetAddress arg0) throws IOException {  in peek()  method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
 | 
| /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ | 
| D | DefaultMethodStreams.java | 247         public Stream<T> peek(Consumer<? super T> action) {  in peek()  method in DefaultMethodStreams.DefaultMethodRefStream438         public IntStream peek(IntConsumer action) {  in peek()  method in DefaultMethodStreams.DefaultMethodIntStream
 649         public LongStream peek(LongConsumer action) {  in peek()  method in DefaultMethodStreams.DefaultMethodLongStream
 842         public DoubleStream peek(DoubleConsumer action) {  in peek()  method in DefaultMethodStreams.DefaultMethodDoubleStream
 
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/ | 
| D | BlockingDeque.java | 580     E peek();  in peek()  method
 | 
| D | DelayQueue.java | 305     public E peek() {  in peek()  method in DelayQueue
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ | 
| D | DatagramSocketImplTest.java | 146     protected int peek(InetAddress sender) throws IOException {  in peek()  method in MockDatagramSocketImpl
 | 
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ | 
| D | HttpsURLConnectionTest.java | 839         public MockResponse peek() {  in peek()  method in HttpsURLConnectionTest.DelegatingDispatcher893         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/stream/ | 
| D | DoubleStream.java | 224     DoubleStream peek(DoubleConsumer action);  in peek()  method
 | 
| D | IntStream.java | 217     IntStream peek(IntConsumer action);  in peek()  method
 | 
| D | LongStream.java | 222     LongStream peek(LongConsumer action);  in peek()  method
 |