cucumber.io
Class FlatteningIterator

java.lang.Object
  extended by cucumber.io.FlatteningIterator
All Implemented Interfaces:
Iterator

public class FlatteningIterator
extends Object
implements Iterator


Constructor Summary
FlatteningIterator()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void push(Iterator<?> iterator)
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlatteningIterator

public FlatteningIterator()
Method Detail

push

public void push(Iterator<?> iterator)

remove

public void remove()
Specified by:
remove in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator


Copyright © 2012. All Rights Reserved.