org.snmp4j.agent.mo
Class DefaultMOMutableTableModel.FilteredRowIterator

java.lang.Object
  extended by org.snmp4j.agent.mo.DefaultMOMutableTableModel.FilteredRowIterator
All Implemented Interfaces:
java.util.Iterator<R>
Enclosing class:
DefaultMOMutableTableModel<R extends MOTableRow>

public class DefaultMOMutableTableModel.FilteredRowIterator
extends java.lang.Object
implements java.util.Iterator<R>


Method Summary
 boolean hasNext()
           
 R next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<R extends MOTableRow>

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<R extends MOTableRow>

next

public R next()
Specified by:
next in interface java.util.Iterator<R extends MOTableRow>

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.