Uses of Class
com.tangosol.util.SortedBag
Packages that use SortedBag
Package
Description
Contains various generic utilities.
Contains concrete 
InvocableMap.EntryAggregator
 implementations.- 
Uses of SortedBag in com.tangosol.util
Subclasses of SortedBag in com.tangosol.utilModifier and TypeClassDescriptionprotected classA range-limited view of the SortedBag.Methods in com.tangosol.util that return SortedBagModifier 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
Subclasses of SortedBag in com.tangosol.util.aggregatorModifier and TypeClassDescriptionstatic classThe sorted partial result.