org.jvnet.wom.impl.util
Class Iterators.Union<T>

java.lang.Object
  extended by org.jvnet.wom.impl.util.Iterators.Union<T>
All Implemented Interfaces:
java.util.Iterator<T>
Enclosing class:
Iterators

public static final class Iterators.Union<T>
extends java.lang.Object

Union of two iterators.


Constructor Summary
Iterators.Union(java.util.Iterator<? extends T> first, java.util.Iterator<? extends T> second)
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iterators.Union

public Iterators.Union(java.util.Iterator<? extends T> first,
                       java.util.Iterator<? extends T> second)
Method Detail

hasNext

public boolean hasNext()

next

public T next()

remove

public final void remove()
Specified by:
remove in interface java.util.Iterator<T>


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.