/libcore/ojluni/annotations/flagged_api/java/util/ |
D | SequencedCollection.annotated.java | 46 public default E getLast() { throw new RuntimeException("Stub!"); } in getLast() method
|
D | LinkedHashSet.annotated.java | 55 public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in LinkedHashSet
|
D | SortedSet.annotated.java | 53 public default E getLast() { throw new RuntimeException("Stub!"); } in getLast() method
|
D | Deque.annotated.java | 60 public E getLast(); in getLast() method
|
D | LinkedList.annotated.java | 38 public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in LinkedList
|
D | ArrayList.annotated.java | 65 public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in ArrayList
|
D | List.annotated.java | 94 public default E getLast() { throw new RuntimeException("Stub!"); } in getLast() method
|
/libcore/ojluni/src/main/java/java/util/ |
D | LinkedHashSet.java | 273 public E getLast() { in getLast() method in LinkedHashSet 314 public E getLast() { return LinkedHashSet.this.getFirst(); } in reversed() method in LinkedHashSet.ReverseLinkedHashSetView
|
D | SequencedCollection.java | 156 default E getLast() { in getLast() method
|
D | Deque.java | 335 E getLast(); in getLast() method
|
D | ReverseOrderDequeView.java | 212 public E getLast() { in getLast() method in ReverseOrderDequeView
|
D | LinkedHashMap.java | 769 public final K getLast() { return nsee(reversed ? head : tail).key; } in getLast() method in LinkedHashMap.LinkedKeySet 875 public final V getLast() { return nsee(reversed ? head : tail).value; } in getLast() method in LinkedHashMap.LinkedValues 995 public final Map.Entry<K,V> getLast() { return nsee(reversed ? head : tail); } in getLast() method in LinkedHashMap.LinkedEntrySet
|
D | List.java | 860 default E getLast() { in getLast() method
|
D | LinkedList.java | 265 public E getLast() { in getLast() method in LinkedList 1523 public E getLast() { in getLast() method in LinkedList.ReverseOrderLinkedListView
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Deque.annotated.java | 61 @libcore.util.NullFromTypeParam public E getLast(); in getLast() method
|
D | ArrayDeque.annotated.java | 66 @libcore.util.NullFromTypeParam public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in ArrayDeque
|
D | LinkedList.annotated.java | 39 @libcore.util.NullFromTypeParam public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in LinkedList
|
D | ArrayList.annotated.java | 73 @libcore.util.NullFromTypeParam public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in ArrayList
|
D | List.annotated.java | 123 @libcore.util.NullFromTypeParam public default E getLast() { throw new RuntimeException("Stub!"); } in getLast() method
|
/libcore/ojluni/src/test/java/util/SequencedCollection/ |
D | SimpleDeque.java | 151 public E getLast() { in getLast() method in SimpleDeque
|
/libcore/luni/src/test/androidsdk34/src/libcore/android34/java/util/ |
D | ListTest.java | 173 public Optional<String> getLast() { in getLast() method in ListTest.MyList
|
/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
D | CopyOnWriteArrayList.annotated.java | 132 @libcore.util.NullFromTypeParam public default E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in CopyOnWriteArrayList
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | CopyOnWriteArrayList.annotated.java | 73 public E getLast() { throw new RuntimeException("Stub!"); } in getLast() method in CopyOnWriteArrayList
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | ArrayDeque.java | 99 public E getLast() { in getLast() method in ArrayDeque
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArrayList.java | 430 public E getLast() { in getLast() method in CopyOnWriteArrayList 1458 public E getLast() { in getLast() method in CopyOnWriteArrayList.COWSubList 2000 public E getLast() { in getLast() method in CopyOnWriteArrayList.Reversed
|