Home
last modified time | relevance | path

Searched defs:removeFirstOccurrence (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java67 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o); in removeFirstOccurrence() method
DArrayDeque.annotated.java72 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() method in ArrayDeque
DLinkedList.annotated.java101 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() method in LinkedList
/libcore/ojluni/src/main/java/java/util/
DDeque.java370 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
DReverseOrderDequeView.java272 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ReverseOrderDequeView
DLinkedList.java824 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList
1399 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList.ReverseOrderLinkedListView
DArrayDeque.java445 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ArrayDeque
/libcore/ojluni/annotations/flagged_api/java/util/
DDeque.annotated.java66 public boolean removeFirstOccurrence(java.lang.Object o); in removeFirstOccurrence() method
DLinkedList.annotated.java100 public boolean removeFirstOccurrence(java.lang.Object o) { throw new RuntimeException("Stub!"); } in removeFirstOccurrence() method in LinkedList
/libcore/ojluni/src/test/java/util/SequencedCollection/
DSimpleDeque.java163 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in SimpleDeque
/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java406 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
DLinkedBlockingDeque.java579 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedBlockingDeque
DConcurrentLinkedDeque.java1029 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ConcurrentLinkedDeque
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java111 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in ArrayDeque
DLinkedList.java221 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in LinkedList
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DLinkedBlockingDeque.java160 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in LinkedBlockingDeque