Searched defs:LAST (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/util/AbstractCollection/
H A DToArrayTest.java90 static final int LAST = CAP - 1; // last possible array index field in class:ToArrayTest
117 check(res[LAST] != null);
137 check(res[LAST - 1] != null);
151 check(res[LAST] != null);
/openjdk7/jdk/test/java/lang/String/
H A DSupplementary.java542 static final boolean FIRST = true, LAST = false; field in class:Supplementary
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java279 public static final SegmentPosition LAST = new SegmentPosition(_last); field in class:JRSUIConstants.SegmentPosition

Completed in 182 milliseconds