|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Removed Methods | |
void forEach(Consumer<? super E> ) |
|
void replaceAll(UnaryOperator<E> ) |
Guaranteed to throw an exception and leave the list unmodified. |
void sort(Comparator<? super E> ) |
Guaranteed to throw an exception and leave the list unmodified. |
Spliterator<E> spliterator() |
|
Collector<E, ?, ImmutableList<E>> ) toImmutableList() |
Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableList}, in encounter order. |
Changed Methods | ||
boolean contains(Object ) |
Change in signature from Object to java.lang.Object . |
|
boolean equals(Object ) |
Change in signature from Object to java.lang.Object . |
|
int indexOf(Object ) |
Change in signature from Object to java.lang.Object . |
|
int lastIndexOf(Object ) |
Change in signature from Object to java.lang.Object . |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |