HomeSort by relevance Sort by last modified time
    Searched full:hasend (Results 1 - 1 of 1) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RefSortedMap.java 93 final boolean hasStart, hasEnd;
99 this.hasEnd = hasLast;
101 if (hasStart && hasEnd && compare(start, end) >= 0) {
196 if (!hasEnd) {
225 return new SubMap(true, key, hasEnd, end);
232 if (hasEnd && compare(key, end) >= 0) {

Completed in 281 milliseconds