Uses of Class
net.esper.view.ext.IStreamSortedRandomAccess

Packages that use IStreamSortedRandomAccess
net.esper.view.ext Extension views that providing services such as sorting, which don't fit much into other categories. 
 

Uses of IStreamSortedRandomAccess in net.esper.view.ext
 

Methods in net.esper.view.ext that return IStreamSortedRandomAccess
 IStreamSortedRandomAccess SortWindowView.getOptionalSortedRandomAccess()
           
 

Methods in net.esper.view.ext with parameters of type IStreamSortedRandomAccess
 void SortWindowView.setOptionalSortedRandomAccess(IStreamSortedRandomAccess optionalSortedRandomAccess)
           
 

Constructors in net.esper.view.ext with parameters of type IStreamSortedRandomAccess
SortWindowView(String[] sortFieldNames, Boolean[] descendingValues, int sortWindowSize, IStreamSortedRandomAccess optionalSortedRandomAccess)