Changed Methods |
Entry firstEntry()
|
Change in return type from Entry<E> to Entry .
|
|
Entry lastEntry()
|
Change in return type from Entry<E> to Entry .
|
|
Entry pollFirstEntry()
|
Change in return type from Entry<E> to Entry .
|
|
Entry pollLastEntry()
|
Change in return type from Entry<E> to Entry .
|
|
Entry standardFirstEntry()
|
Change in return type from Entry<E> to Entry .
|
A sensible definition of .firstEntry() in terms of {@code entrySet().iterator()}. |
Entry standardLastEntry()
|
Change in return type from Entry<E> to Entry .
|
A sensible definition of .lastEntry() in terms of {@code
descendingMultiset().entrySet().iterator()}. |
Entry standardPollFirstEntry()
|
Change in return type from Entry<E> to Entry .
|
A sensible definition of .pollFirstEntry() in terms of {@code entrySet().iterator()}. |
Entry standardPollLastEntry()
|
Change in return type from Entry<E> to Entry .
|
A sensible definition of .pollLastEntry() in terms of {@code
descendingMultiset().entrySet().iterator()}. |