Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
com.tangosol.util.aggregator |
Contains concrete
InvocableMap.EntryAggregator
implementations. |
Modifier and Type | Class | Description |
---|---|---|
protected class |
SortedBag.ViewBag
A range-limited view of the SortedBag.
|
Modifier and Type | Method | Description |
---|---|---|
SortedBag<E> |
SortedBag.headBag(E toElement)
Returns a view of the portion of this bag whose elements are
strictly less than toElement.
|
|
SortedBag<E> |
SortedBag.ViewBag.headBag(E toElement)
Returns a view of the portion of this bag whose elements are
strictly less than toElement.
|
|
SortedBag<E> |
SortedBag.subBag(E fromElement,
E toElement)
Returns a view of the portion of this bag whose elements range
from fromElement, inclusive, to toElement,
exclusive.
|
|
SortedBag<E> |
SortedBag.ViewBag.subBag(E fromElement,
E toElement)
Returns a view of the portion of this bag whose elements range
from fromElement, inclusive, to toElement,
exclusive.
|
|
SortedBag<E> |
SortedBag.tailBag(E fromElement)
Returns a view of the portion of this bag whose elements are
greater than or equal to fromElement.
|
|
SortedBag<E> |
SortedBag.ViewBag.tailBag(E fromElement)
Returns a view of the portion of this bag whose elements are
greater than or equal to fromElement.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
TopNAggregator.PartialResult<E>
The sorted partial result.
|