|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogicalTimeInterval
| Method Summary | |
|---|---|
int |
compareTo(Object other)
|
void |
encode(byte[] buffer,
int offset)
|
int |
encodedLength()
|
boolean |
equals(Object other)
Returns true iff this and other represent the same time interval. |
int |
hashCode()
Two LogicalTimeIntervals for which equals() is true should yield same hash code |
boolean |
isEpsilon()
|
boolean |
isZero()
|
LogicalTimeInterval |
subtract(LogicalTimeInterval subtrahend)
Returns a LogicalTimeInterval whose value is (this - subtrahend). |
String |
toString()
|
| Method Detail |
|---|
boolean isZero()
boolean isEpsilon()
LogicalTimeInterval subtract(LogicalTimeInterval subtrahend)
int compareTo(Object other)
compareTo in interface Comparableboolean equals(Object other)
equals in class Objectint hashCode()
hashCode in class ObjectString toString()
toString in class Objectint encodedLength()
void encode(byte[] buffer,
int offset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||