|
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. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |