Groovy Documentation

geb.navigator
[Groovy] Class NavigatorIterator

java.lang.Object
  geb.navigator.NavigatorIterator
All Implemented Interfaces:
Iterator

class NavigatorIterator
extends Object

Iterator for looping over the context elements of a Navigator instance.


Constructor Summary
NavigatorIterator(Navigator navigator)

 
Method Summary
boolean hasNext()

Navigator next()

void remove()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

NavigatorIterator

NavigatorIterator(Navigator navigator)


 
Method Detail

hasNext

boolean hasNext()


next

Navigator next()


remove

void remove()


 

Groovy API Documentation for geb-core 0.6.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org