Uses of Interface
org.tigris.scarab.util.IteratorWithSize

Packages that use IteratorWithSize
org.tigris.scarab.feeds   
org.tigris.scarab.tools   
org.tigris.scarab.util   
org.tigris.scarab.util.word   
 

Uses of IteratorWithSize in org.tigris.scarab.feeds
 

Constructors in org.tigris.scarab.feeds with parameters of type IteratorWithSize
QueryFeed(Query query, IteratorWithSize results, ScarabLink scarabLink, java.lang.String format)
          Constructs the query feed with the search results.
 

Uses of IteratorWithSize in org.tigris.scarab.tools
 

Methods in org.tigris.scarab.tools that return IteratorWithSize
 IteratorWithSize ScarabRequestTool.getCurrentSearchResults()
          Performs search on current query (which is stored in user session).
 IteratorWithSize ScarabRequestTool.getPaginatedIterator(IteratorWithSize fullList, int pgNbr, int nbrItmsPerPage)
          Return a subset of the passed-in list.
 

Methods in org.tigris.scarab.tools with parameters of type IteratorWithSize
 IteratorWithSize ScarabRequestTool.getPaginatedIterator(IteratorWithSize fullList, int pgNbr, int nbrItmsPerPage)
          Return a subset of the passed-in list.
 ScarabRequestTool.IssueListIterator ScarabRequestTool.getIssueListIterator(IteratorWithSize iterator, int listOffset, int size)
           
 

Uses of IteratorWithSize in org.tigris.scarab.util
 

Classes in org.tigris.scarab.util that implement IteratorWithSize
(package private)  class EmptyIteratorWithSize
           
 class SubsetIteratorWithSize
           
 

Fields in org.tigris.scarab.util declared as IteratorWithSize
static IteratorWithSize IteratorWithSize.EMPTY
           
 

Constructors in org.tigris.scarab.util with parameters of type IteratorWithSize
SubsetIteratorWithSize(IteratorWithSize i, int offset, int elements)
          Constructs an itarator on a subset of the given iterator.
SubsetIteratorWithSize(IteratorWithSize i, int offset)
          Constructs an itarator on a subset of the given iterator.
 

Uses of IteratorWithSize in org.tigris.scarab.util.word
 

Methods in org.tigris.scarab.util.word that return IteratorWithSize
 IteratorWithSize IssueSearch.getQueryResults()
          Get a List of Issues that match the criteria given by this SearchIssue's searchWords and the quick search attribute values.
 IteratorWithSize IssueSearch.getQueryResults(boolean mergePartialQueries)
          Get a List of Issues that match the criteria given by this SearchIssue's searchWords and the quick search attribute values.
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.