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

Commit e72e604b authored by Yi Kong's avatar Yi Kong
Browse files

Track libcore commit d41ca4a76ea570f9dd89a7ae56410cc75cc0a856

Bug: 27538943
Change-Id: I91fc2e9738dcfb7be061041b5e000b21e7684184
(cherry picked from commit f45eca1d)
parent 8c03992c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57372,6 +57372,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();
@@ -57661,6 +57662,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();
@@ -59055,6 +59057,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();
@@ -59536,7 +59539,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
@@ -60472,6 +60472,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();
@@ -60761,6 +60762,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();
@@ -62155,6 +62157,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();
@@ -62636,7 +62639,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
@@ -57446,6 +57446,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();
@@ -57735,6 +57736,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();
@@ -59129,6 +59131,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();
@@ -59610,7 +59613,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);