Uses of Class
com.tangosol.util.SortedBag
Package
Description
Contains various generic utilities.
Contains concrete
InvocableMap.EntryAggregator
implementations.-
Uses of SortedBag in com.tangosol.util
Modifier and TypeClassDescriptionprotected class
A range-limited view of the SortedBag.Modifier and TypeMethodDescriptionReturns a view of the portion of this bag whose elements are strictly less than toElement.Returns a view of the portion of this bag whose elements are strictly less than toElement.Returns a view of the portion of this bag whose elements range from fromElement, inclusive, to toElement, exclusive.Returns a view of the portion of this bag whose elements range from fromElement, inclusive, to toElement, exclusive.Returns a view of the portion of this bag whose elements are greater than or equal to fromElement.Returns a view of the portion of this bag whose elements are greater than or equal to fromElement. -
Uses of SortedBag in com.tangosol.util.aggregator
Modifier and TypeClassDescriptionstatic class
The sorted partial result.