ForwardIntIterator

public class ForwardIntIterator implements IntIterator, Iterator

Class ForwardIntIterator. Provides forwardintiterator functionality for the Hytale server.

java.lang.Object > ForwardIntIterator

Field Summary

max

private int max

Field max.

current

private int current

Field current.

clone

final ForwardIntIterator clone

Field clone.

Method Detail

ForwardIntIterator

public public ForwardIntIterator (final int min, final int maxExclusive)

Method ForwardIntIterator.

Parameters:
final int min
final int maxExclusive

hasNext

public boolean hasNext ()

Method hasNext.

nextInt

public int nextInt ()

Method nextInt.

getCurrent

public Integer getCurrent ()

Method getCurrent.

clone

public ForwardIntIterator clone ()

Method clone.