Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 698fa9a8 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Track libcore commit d41ca4a76ea570f9dd89a7ae56410cc75cc0a856

am: 9c185ff6

* commit '9c185ff6':
  Track libcore commit d41ca4a76ea570f9dd89a7ae56410cc75cc0a856
parents 0f0fba78 9c185ff6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57366,6 +57366,7 @@ package java.util {
    method public void ensureCapacity(int);
    method public void forEach(java.util.function.Consumer<? super E>);
    method public E get(int);
    method public boolean removeIf(java.util.function.Predicate<? super E>);
    method public int size();
    method public java.util.Spliterator<E> spliterator();
    method public void trimToSize();
@@ -57655,6 +57656,7 @@ package java.util {
    method public abstract java.util.Iterator<E> iterator();
    method public abstract boolean remove(java.lang.Object);
    method public abstract boolean removeAll(java.util.Collection<?>);
    method public default boolean removeIf(java.util.function.Predicate<? super E>);
    method public abstract boolean retainAll(java.util.Collection<?>);
    method public abstract int size();
    method public abstract java.lang.Object[] toArray();
@@ -59049,6 +59051,7 @@ package java.util {
    method public synchronized void removeAllElements();
    method public synchronized boolean removeElement(java.lang.Object);
    method public synchronized void removeElementAt(int);
    method public synchronized boolean removeIf(java.util.function.Predicate<? super E>);
    method public synchronized void setElementAt(E, int);
    method public synchronized void setSize(int);
    method public synchronized int size();
@@ -59530,7 +59533,6 @@ package java.util.concurrent {
    method public E remove(int);
    method public boolean remove(java.lang.Object);
    method public boolean removeAll(java.util.Collection<?>);
    method public boolean removeIf(java.util.function.Predicate<? super E>);
    method public void replaceAll(java.util.function.UnaryOperator<E>);
    method public boolean retainAll(java.util.Collection<?>);
    method public E set(int, E);
+3 −1
Original line number Diff line number Diff line
@@ -60466,6 +60466,7 @@ package java.util {
    method public void ensureCapacity(int);
    method public void forEach(java.util.function.Consumer<? super E>);
    method public E get(int);
    method public boolean removeIf(java.util.function.Predicate<? super E>);
    method public int size();
    method public java.util.Spliterator<E> spliterator();
    method public void trimToSize();
@@ -60755,6 +60756,7 @@ package java.util {
    method public abstract java.util.Iterator<E> iterator();
    method public abstract boolean remove(java.lang.Object);
    method public abstract boolean removeAll(java.util.Collection<?>);
    method public default boolean removeIf(java.util.function.Predicate<? super E>);
    method public abstract boolean retainAll(java.util.Collection<?>);
    method public abstract int size();
    method public abstract java.lang.Object[] toArray();
@@ -62149,6 +62151,7 @@ package java.util {
    method public synchronized void removeAllElements();
    method public synchronized boolean removeElement(java.lang.Object);
    method public synchronized void removeElementAt(int);
    method public synchronized boolean removeIf(java.util.function.Predicate<? super E>);
    method public synchronized void setElementAt(E, int);
    method public synchronized void setSize(int);
    method public synchronized int size();
@@ -62630,7 +62633,6 @@ package java.util.concurrent {
    method public E remove(int);
    method public boolean remove(java.lang.Object);
    method public boolean removeAll(java.util.Collection<?>);
    method public boolean removeIf(java.util.function.Predicate<? super E>);
    method public void replaceAll(java.util.function.UnaryOperator<E>);
    method public boolean retainAll(java.util.Collection<?>);
    method public E set(int, E);
+3 −1
Original line number Diff line number Diff line
@@ -57440,6 +57440,7 @@ package java.util {
    method public void ensureCapacity(int);
    method public void forEach(java.util.function.Consumer<? super E>);
    method public E get(int);
    method public boolean removeIf(java.util.function.Predicate<? super E>);
    method public int size();
    method public java.util.Spliterator<E> spliterator();
    method public void trimToSize();
@@ -57729,6 +57730,7 @@ package java.util {
    method public abstract java.util.Iterator<E> iterator();
    method public abstract boolean remove(java.lang.Object);
    method public abstract boolean removeAll(java.util.Collection<?>);
    method public default boolean removeIf(java.util.function.Predicate<? super E>);
    method public abstract boolean retainAll(java.util.Collection<?>);
    method public abstract int size();
    method public abstract java.lang.Object[] toArray();
@@ -59123,6 +59125,7 @@ package java.util {
    method public synchronized void removeAllElements();
    method public synchronized boolean removeElement(java.lang.Object);
    method public synchronized void removeElementAt(int);
    method public synchronized boolean removeIf(java.util.function.Predicate<? super E>);
    method public synchronized void setElementAt(E, int);
    method public synchronized void setSize(int);
    method public synchronized int size();
@@ -59604,7 +59607,6 @@ package java.util.concurrent {
    method public E remove(int);
    method public boolean remove(java.lang.Object);
    method public boolean removeAll(java.util.Collection<?>);
    method public boolean removeIf(java.util.function.Predicate<? super E>);
    method public void replaceAll(java.util.function.UnaryOperator<E>);
    method public boolean retainAll(java.util.Collection<?>);
    method public E set(int, E);