Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util
Class StrongCollection.Itr

java.lang.Object
  extended by org.hyperic.util.StrongCollection.Itr
All Implemented Interfaces:
java.util.Iterator
Direct Known Subclasses:
StrongList.ListItr
Enclosing class:
StrongCollection

protected class StrongCollection.Itr
extends java.lang.Object
implements java.util.Iterator


Field Summary
protected  java.util.ListIterator m_itr
           
 
Constructor Summary
protected StrongCollection.Itr(java.util.ListIterator i)
           
 
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
 

Field Detail

m_itr

protected final java.util.ListIterator m_itr
Constructor Detail

StrongCollection.Itr

protected StrongCollection.Itr(java.util.ListIterator i)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.