| java.lang.Object com.Yasna.forum.database.DbForumIterator
DbForumIterator | public class DbForumIterator implements Iterator,ListIterator(Code) | | Database implementation to iterate through threads in a forum.
At the moment, threads are always ordered by creationDate. Obviously,
various skins will probably want different iterators. The solution will
probably be to pass in various flags to forum.iterator() in order to get
different types of iterators. That will require small changes to this
class.
|
hasNext | public boolean hasNext()(Code) | | |
hasPrevious | public boolean hasPrevious()(Code) | | |
nextIndex | public int nextIndex()(Code) | | |
previousIndex | public int previousIndex()(Code) | | |
|
|