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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DMemberSummaryWriter.java90 * @param isLast true if this is the last member in the list
94 ProgramElementDoc member, boolean isFirst, boolean isLast,
93 addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc member, boolean isFirst, boolean isLast, Content linksTree) argument
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DRuleDay.java76 boolean isLast() { method in class:RuleDay
139 if (isLast()) {
153 return isLast() ? getDayOfWeekNum() : 0;
H A DTime.java210 if (day.isLast()) { // e.g., "lastSun"
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentLinkedDeque.java455 boolean isFirst, isLast;
483 isLast = false;
491 isLast = true;
503 && (isFirst | isLast))
512 if ((isFirst | isLast) &&
518 (isLast ? activeSucc.next == null : activeSucc.item != null)) {
525 x.lazySetNext(isLast ? nextTerminator() : x);
/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java1082 * <strong>Note:</strong> Calling the method <code>isLast</code> may be expensive
1087 * <strong>Note:</strong> Support for the <code>isLast</code> method
1098 boolean isLast() throws SQLException; method in interface:ResultSet
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractMemberWriter.java593 * @param isLast true if this is the last member in the list
597 ProgramElementDoc nestedClass, boolean isFirst, boolean isLast,
596 addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc nestedClass, boolean isFirst, boolean isLast, Content linksTree) argument
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java1915 * Note: Calling the method <code>isLast</code> may be expensive
1923 public boolean isLast() throws SQLException { method in class:JoinRowSetImpl
1924 return crsInternal.isLast();
H A DJdbcRowSetImpl.java1835 * Note: Calling the method <code>isLast</code> may be expensive
1847 public boolean isLast() throws SQLException { method in class:JdbcRowSetImpl
1850 return rs.isLast();
H A DCachedRowSetImpl.java3258 * Note: Calling the method <code>isLast</code> may be expensive
3266 public boolean isLast() throws SQLException { method in class:CachedRowSetImpl
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java2157 * Note: Calling the method <code>isLast</code> may be expensive
2165 public boolean isLast() throws SQLException { method in class:SyncResolverImpl

Completed in 780 milliseconds