|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.floodlightcontroller.devicemanager.internal.DeviceIndexInterator
public class DeviceIndexInterator
An iterator for handling device index queries
Constructor Summary | |
---|---|
DeviceIndexInterator(DeviceManagerImpl deviceManager,
java.util.Iterator<java.lang.Long> subIterator)
Construct a new device index iterator referring to a device manager instance and an iterator over device keys |
Method Summary | |
---|---|
boolean |
hasNext()
|
Device |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeviceIndexInterator(DeviceManagerImpl deviceManager, java.util.Iterator<java.lang.Long> subIterator)
deviceManager
- the device managersubIterator
- an iterator over device keysMethod Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Device>
public Device next()
next
in interface java.util.Iterator<Device>
public void remove()
remove
in interface java.util.Iterator<Device>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |