Home
last modified time | relevance | path

Searched defs:removeFirst (Results 1 – 25 of 35) sorted by relevance

12

/libcore/ojluni/annotations/flagged_api/java/util/
DSequencedCollection.annotated.java49 public default E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method
DLinkedHashSet.annotated.java58 public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in LinkedHashSet
DSortedSet.annotated.java55 public default E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method
DNavigableSet.annotated.java77 public default E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method
DDeque.annotated.java50 public E removeFirst(); in removeFirst() method
DLinkedList.annotated.java40 public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in LinkedList
DArrayList.annotated.java82 public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in ArrayList
DList.annotated.java96 public default E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method
/libcore/ojluni/src/main/java/java/util/
DLinkedHashSet.java283 public E removeFirst() { in removeFirst() method in LinkedHashSet
315 public E removeFirst() { return LinkedHashSet.this.removeLast(); } in reversed() method in LinkedHashSet.ReverseLinkedHashSetView
DSequencedCollection.java175 default E removeFirst() { in removeFirst() method
DNavigableSet.java335 default E removeFirst() { in removeFirst() method
DDeque.java288 E removeFirst(); in removeFirst() method
DReverseOrderDequeView.java264 public E removeFirst() { in removeFirst() method in ReverseOrderDequeView
DLinkedHashMap.java770 public final K removeFirst() { in removeFirst() method in LinkedHashMap.LinkedKeySet
876 public final V removeFirst() { in removeFirst() method in LinkedHashMap.LinkedValues
996 public final Map.Entry<K,V> removeFirst() { in removeFirst() method in LinkedHashMap.LinkedEntrySet
/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java51 @libcore.util.NullFromTypeParam public E removeFirst(); in removeFirst() method
DArrayDeque.annotated.java56 @libcore.util.NullFromTypeParam public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in ArrayDeque
DLinkedList.annotated.java41 @libcore.util.NullFromTypeParam public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in LinkedList
DArrayList.annotated.java75 @libcore.util.NullFromTypeParam public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in ArrayList
DList.annotated.java125 @libcore.util.NullFromTypeParam public default E removeFirst() { throw new RuntimeException("Stub!"… in removeFirst() method
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleDeque.java131 public E removeFirst() { in removeFirst() method in SimpleDeque
/libcore/luni/src/test/androidsdk34/src/libcore/android34/java/util/
DListTest.java178 public boolean removeFirst() { in removeFirst() method in ListTest.MyList
/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java201 ByteBuffer removeFirst() { in removeFirst() method in Util.BufferCache
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java134 @libcore.util.NullFromTypeParam public default E removeFirst() { throw new RuntimeException("Stub!"… in removeFirst() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java90 public E removeFirst() { throw new RuntimeException("Stub!"); } in removeFirst() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java79 public E removeFirst() { in removeFirst() method in ArrayDeque

12