ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.select
Class Range

java.lang.Object
  extended by org.schwiebert.abl4j.util.Pair<Integer,Integer>
      extended by org.schwiebert.abl4j.select.Range
All Implemented Interfaces:
Serializable

public final class Range
extends Pair<Integer,Integer>

Helper class that represents a Range

Author:
sschwieb
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.schwiebert.abl4j.util.Pair
first, second
 
Constructor Summary
Range(int a, int b)
           
 
Method Summary
 
Methods inherited from class org.schwiebert.abl4j.util.Pair
equals, hashCode, setValues, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Range

public Range(int a,
             int b)

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert