org.jboss.messaging.util
Class SelectiveIterator
java.lang.Object
org.jboss.messaging.util.SelectiveIterator
- All Implemented Interfaces:
- java.util.Iterator
- public class SelectiveIterator
- extends java.lang.Object
- implements java.util.Iterator
- Version:
- $Revision: 1.1 $
$Id: SelectiveIterator.java,v 1.1 2005/11/19 05:56:08 ovidiu Exp $
- Author:
- Ovidiu Feodorov
|
Field Summary |
protected java.util.Iterator |
delegate
|
protected java.lang.Class |
excluded
|
protected java.lang.Object |
next
|
|
Constructor Summary |
SelectiveIterator(java.util.Iterator delegate,
java.lang.Class excluded)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected java.util.Iterator delegate
next
protected java.lang.Object next
excluded
protected java.lang.Class excluded
SelectiveIterator
public SelectiveIterator(java.util.Iterator delegate,
java.lang.Class excluded)
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator
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
Copyright © 2006 JBoss Inc. All Rights Reserved.