protected static class

AbstractSubscriptionEmailTest.CountingIterator

extends Object
implements Iterator<E>
java.lang.Object
   ↳ com.atlassian.jira.webtests.AbstractSubscriptionEmailTest.CountingIterator

Class Overview

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

Summary

Public Constructors
CountingIterator(int start, int length)
Public Methods
boolean hasNext()
Integer next()
void remove()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Iterator

Public Constructors

public CountingIterator (int start, int length)

Public Methods

public boolean hasNext ()

public Integer next ()

public void remove ()