com.atlassian.jira.webtests
Class AbstractSubscriptionEmailTest.CountingIterator

java.lang.Object
  extended by com.atlassian.jira.webtests.AbstractSubscriptionEmailTest.CountingIterator
All Implemented Interfaces:
Iterator
Enclosing class:
AbstractSubscriptionEmailTest

protected static class AbstractSubscriptionEmailTest.CountingIterator
extends Object
implements Iterator

Iterator that can be used to return a sequence of numbers.

Since:
v3.13

Constructor Summary
AbstractSubscriptionEmailTest.CountingIterator(int start, int length)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSubscriptionEmailTest.CountingIterator

public AbstractSubscriptionEmailTest.CountingIterator(int start,
                                                      int length)
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.