Searched refs:highEndpoint (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DInterval.java34 private Object highEndpoint; field in class:Interval
39 public Interval(Object lowEndpoint, Object highEndpoint) { argument
41 this.highEndpoint = highEndpoint;
49 return highEndpoint;
65 if (endpointComparator.compare(highEndpoint, otherLowEndpoint) <= 0) {

Completed in 40 milliseconds