com.jivesoftware.forum.database
Class StatusLevelLeaderBlockIterator
java.lang.Object
com.jivesoftware.forum.database.StatusLevelLeaderBlockIterator
- All Implemented Interfaces:
- java.util.Iterator
public class StatusLevelLeaderBlockIterator
- extends java.lang.Object
- implements java.util.Iterator
Database implementation of the StatusLevelIterator abstract class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusLevelLeaderBlockIterator
protected StatusLevelLeaderBlockIterator(long[] block,
int startIndex,
int size,
int objectType,
long objectID,
DbStatusLevelManager manager)
- Constructs a new StatusLevelLeaderBlockIterator.
- Parameters:
block - the starting block of elements to iterate
through.startIndex - the starting index of the iteration.size - the ending index of the iteration.objectType - the object type the threads are a part of.objectID - the objectID the threads are a part of.manager - db status manager instance
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface java.util.Iterator
next
public java.lang.Object next()
throws java.util.NoSuchElementException
- Specified by:
next in interface java.util.Iterator
- Throws:
java.util.NoSuchElementException
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator
Copyright © 1999-2006 Jive Software.