Changed Methods |
SortedMultiset<E> headMultiset(E, extends, Object, BoundType)
|
Change in signature from (E, BoundType ) to (E extends Object, BoundType ).
|
Returns a view of this multiset restricted to the elements less than {@code upperBound},
optionally including {@code upperBound} itself. |
SortedMultiset<E> subMultiset(E, extends, Object, BoundType, E, extends, Object, BoundType)
|
Change in signature from (E, BoundType, E, BoundType ) to (E extends Object, BoundType, E extends Object, BoundType ).
|
Returns a view of this multiset restricted to the range between {@code lowerBound} and {@code
upperBound}. |
SortedMultiset<E> tailMultiset(E, extends, Object, BoundType)
|
Change in signature from (E, BoundType ) to (E extends Object, BoundType ).
|
Returns a view of this multiset restricted to the elements greater than {@code lowerBound},
optionally including {@code lowerBound} itself. |