com.atlassian.jira.webtests
Class AbstractSubscriptionEmailTest.CountingIterator

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

protected static class AbstractSubscriptionEmailTest.CountingIterator
extends Object
implements Iterator<Integer>

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()
           
 Integer 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<Integer>

next

public Integer next()
Specified by:
next in interface Iterator<Integer>

remove

public void remove()
Specified by:
remove in interface Iterator<Integer>


Copyright © 2002-2014 Atlassian. All Rights Reserved.