Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 154) sorted by relevance

1234567

/libcore/ojluni/annotations/hiddenapi/java/lang/ref/
DReferenceQueue.java58 public java.lang.ref.Reference<? extends T> remove(long timeout) in remove() method in ReferenceQueue
63 public java.lang.ref.Reference<? extends T> remove() throws java.lang.InterruptedException { in remove() method in ReferenceQueue
/libcore/ojluni/annotations/sdk/nullability/java/util/
DIterator.annotated.java34 public default void remove() { throw new RuntimeException("Stub!"); } in remove() method
DQueue.annotated.java47 @libcore.util.NullFromTypeParam public E remove(); in remove() method
DDeque.annotated.java75 @libcore.util.NullFromTypeParam public E remove(); in remove() method
87 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() method
DLinkedList.annotated.java55 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in LinkedList
69 @libcore.util.NullFromTypeParam public E remove(int index) { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
81 @libcore.util.NullFromTypeParam public E remove() { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
DArrayDeque.annotated.java80 @libcore.util.NullFromTypeParam public E remove() { throw new RuntimeException("Stub!"); } in remove() method in ArrayDeque
102 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in ArrayDeque
/libcore/ojluni/src/main/java/java/util/
DIterator.java92 default void remove() { in remove() method
DQueue.java182 E remove(); in remove() method
DEnumMap.java286 public V remove(Object key) { in remove() method in EnumMap
400 public boolean remove(Object o) { in remove() method in EnumMap.KeySet
439 public boolean remove(Object o) { in remove() method in EnumMap.Values
484 public boolean remove(Object o) { in remove() method in EnumMap.EntrySet
532 public void remove() { in remove() method in EnumMap.EnumMapIterator
576 public void remove() { in remove() method in EnumMap.EntryIterator
DAbstractQueue.java112 public E remove() { in remove() method in AbstractQueue
DDeque.java441 E remove(); in remove() method
537 boolean remove(Object o); in remove() method
DListIterator.java150 void remove(); in remove() method
DDictionary.java154 abstract public V remove(Object key); in remove() method in Dictionary
DRegularEnumSet.java108 public void remove() { in remove() method in RegularEnumSet.EnumSetIterator
174 public boolean remove(Object e) { in remove() method in RegularEnumSet
/libcore/luni/src/test/java/libcore/java/util/
DOldAbstractSetTest.java42 public void remove() { in iterator() method in OldAbstractSetTest.Mock_AbstractSet
/libcore/ojluni/annotations/hiddenapi/java/util/
DEnumMap.java79 public V remove(java.lang.Object key) { in remove() method in EnumMap
189 public void remove() { in remove() method in EnumMap.EntryIterator
249 public boolean remove(java.lang.Object o) { in remove() method in EnumMap.EntrySet
285 public void remove() { in remove() method in EnumMap.EnumMapIterator
329 public boolean remove(java.lang.Object o) { in remove() method in EnumMap.KeySet
369 public boolean remove(java.lang.Object o) { in remove() method in EnumMap.Values
DArrayDeque.java127 public E remove() { in remove() method in ArrayDeque
179 public boolean remove(java.lang.Object o) { in remove() method in ArrayDeque
240 public void remove() { in remove() method in ArrayDeque.DeqIterator
312 public void remove() { in remove() method in ArrayDeque.DescendingIterator
DLinkedList.java105 public boolean remove(java.lang.Object o) { in remove() method in LinkedList
133 public E remove(int index) { in remove() method in LinkedList
181 public E remove() { in remove() method in LinkedList
291 public void remove() { in remove() method in LinkedList.DescendingIterator
383 public void remove() { in remove() method in LinkedList.ListItr
/libcore/ojluni/src/main/java/java/lang/ref/
DReferenceQueue.java179 public Reference<? extends T> remove(long timeout) in remove() method in ReferenceQueue
210 public Reference<? extends T> remove() throws InterruptedException { in remove() method in ReferenceQueue
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThreadLocal.annotated.java46 public void remove() { throw new RuntimeException("Stub!"); } in remove() method in ThreadLocal
/libcore/luni/src/main/java/libcore/util/
DCollectionUtils.java70 public void remove() { in dereferenceIterable() method
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java139 public E remove(int index) { in remove() method in CopyOnWriteArrayList
143 public boolean remove(java.lang.Object o) { in remove() method in CopyOnWriteArrayList
147 private boolean remove(java.lang.Object o, java.lang.Object[] snapshot, int index) { in remove() method in CopyOnWriteArrayList
306 public void remove() { in remove() method in CopyOnWriteArrayList.COWIterator
367 public E remove(int index) { in remove() method in CopyOnWriteArrayList.COWSubList
371 public boolean remove(java.lang.Object o) { in remove() method in CopyOnWriteArrayList.COWSubList
463 public void remove() { in remove() method in CopyOnWriteArrayList.COWSubListIterator
/libcore/ojluni/src/main/java/java/net/
DCookieStore.java120 public boolean remove(URI uri, HttpCookie cookie); in remove() method
/libcore/ojluni/src/main/java/sun/misc/
DCleaner.java87 private static synchronized boolean remove(Cleaner cl) { in remove() method in Cleaner
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DCleaner.java42 private static synchronized boolean remove(sun.misc.Cleaner cl) { in remove() method in Cleaner

1234567