Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.database
Class StatusLevelLeaderBlockIterator

java.lang.Object
  extended by 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.


Constructor Summary
protected StatusLevelLeaderBlockIterator(long[] block, int startIndex, int size, int objectType, long objectID, DbStatusLevelManager manager)
          Constructs a new StatusLevelLeaderBlockIterator.
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.