public abstract class RangeItem
extends java.lang.Object
Constructor and Description |
---|
RangeItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Implementation of the equals method
|
abstract Pair<java.lang.String,java.lang.String> |
getInterval()
Returns an interval of the range of components that should be selected
e.g.
|
int |
hashCode()
Implementation of the hashCode method
|
java.lang.String |
toString()
Implementation of the toString method
|
public abstract Pair<java.lang.String,java.lang.String> getInterval()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the object to compare with