jet
Class ByteProgression

java.lang.Object
  extended by jet.ByteProgression
All Implemented Interfaces:
Iterable<Byte>, Progression<Byte>

public class ByteProgression
extends Object
implements Progression<Byte>


Constructor Summary
ByteProgression(byte start, byte end, int increment)
           
 
Method Summary
 boolean equals(Object o)
           
 Byte getEnd()
           
 Integer getIncrement()
           
 Byte getStart()
           
 int hashCode()
           
 ByteIterator iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteProgression

public ByteProgression(byte start,
                       byte end,
                       int increment)
Method Detail

getStart

public Byte getStart()
Specified by:
getStart in interface Progression<Byte>

getEnd

public Byte getEnd()
Specified by:
getEnd in interface Progression<Byte>

getIncrement

public Integer getIncrement()
Specified by:
getIncrement in interface Progression<Byte>

iterator

public ByteIterator iterator()
Specified by:
iterator in interface Iterable<Byte>

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.