Home
last modified time | relevance | path

Searched defs:removeLast (Results 1 – 25 of 34) sorted by relevance

12

/libcore/ojluni/annotations/flagged_api/java/util/
DSequencedCollection.annotated.java52 public default E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method
DSortedSet.annotated.java57 public default E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method
DLinkedHashSet.annotated.java61 public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in LinkedHashSet
DNavigableSet.annotated.java79 public default E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method
DDeque.annotated.java52 public E removeLast(); in removeLast() method
DLinkedList.annotated.java42 public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in LinkedList
DArrayList.annotated.java85 public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in ArrayList
DList.annotated.java98 public default E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method
/libcore/ojluni/src/main/java/java/util/
DLinkedHashSet.java293 public E removeLast() { in removeLast() method in LinkedHashSet
316 public E removeLast() { return LinkedHashSet.this.removeFirst(); } in reversed() method in LinkedHashSet.ReverseLinkedHashSetView
DSequencedCollection.java197 default E removeLast() { in removeLast() method
DNavigableSet.java354 default E removeLast() { in removeLast() method
DDeque.java298 E removeLast(); in removeLast() method
DReverseOrderDequeView.java268 public E removeLast() { in removeLast() method in ReverseOrderDequeView
DLinkedHashMap.java775 public final K removeLast() { in removeLast() method in LinkedHashMap.LinkedKeySet
881 public final V removeLast() { in removeLast() method in LinkedHashMap.LinkedValues
1001 public final Map.Entry<K,V> removeLast() { in removeLast() method in LinkedHashMap.LinkedEntrySet
DList.java898 default E removeLast() { in removeLast() method
/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java53 @libcore.util.NullFromTypeParam public E removeLast(); in removeLast() method
DArrayDeque.annotated.java58 @libcore.util.NullFromTypeParam public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in ArrayDeque
DLinkedList.annotated.java43 @libcore.util.NullFromTypeParam public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in LinkedList
DArrayList.annotated.java77 @libcore.util.NullFromTypeParam public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in ArrayList
DList.annotated.java127 @libcore.util.NullFromTypeParam public default E removeLast() { throw new RuntimeException("Stub!")… in removeLast() method
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleDeque.java135 public E removeLast() { in removeLast() method in SimpleDeque
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java93 public E removeLast() { throw new RuntimeException("Stub!"); } in removeLast() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/
DCopyOnWriteArrayList.annotated.java136 @libcore.util.NullFromTypeParam public default E removeLast() { throw new RuntimeException("Stub!")… in removeLast() method in CopyOnWriteArrayList
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java83 public E removeLast() { in removeLast() method in ArrayDeque
/libcore/luni/src/test/androidsdk34/src/libcore/android34/java/util/
DListTest.java190 public boolean removeLast() { in removeLast() method in ListTest.MyList

12