jet
Class ByteProgression
java.lang.Object
jet.ByteProgression
- All Implemented Interfaces:
- Iterable<Byte>, Progression<Byte>
public class ByteProgression
- extends Object
- implements Progression<Byte>
ByteProgression
public ByteProgression(byte start,
byte end,
int increment)
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.