Searched defs:after (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DTimestamp.java117 public boolean after(Timestamp theTimestamp) { method in class:Timestamp
188 * {@code > 0} if this {@code Timestamp} object is after the
213 * <li> {@code > 0}, if this {@code Timestamp} object is after the
422 * a Date object using the SimpleDateFormat. This should stop after the
/libcore/luni/src/main/java/java/util/
H A DDate.java158 * Returns if this {@code Date} is after the specified Date.
162 * @return {@code true} if this {@code Date} is after the specified {@code Date},
165 public boolean after(Date date) { method in class:Date
H A DSimpleTimeZone.java111 * Day of week after day of month: To specify the first day of the week
112 * occurring on or after an exact day of the month, make the day of the week
114 * this indicates the first Monday on or after the 5th day of the
660 * @param after
661 * selects the day after or before the day of month.
663 public void setEndRule(int month, int day, int dayOfWeek, int time, boolean after) { argument
665 endDay = after ? day : -day;
769 * @param after
770 * selects the day after or before the day of month.
772 public void setStartRule(int month, int day, int dayOfWeek, int time, boolean after) { argument
[all...]
H A DCalendar.java172 * return {@code value} after the fields have been recomputed. The
183 * 30, 1999, since no recomputation occurs after {@code set()} itself.
193 * <strong>Add rule 1</strong>. The value of field {@code f} after the
203 * changes in its minimum or maximum after field {@code f} is changed,
234 * <strong>Roll rule</strong>. Larger fields are unchanged after the call. A
594 * whether the {@code HOUR} is before or after noon. E.g., at
751 * Returns whether the {@code Date} represented by this {@code Calendar} instance is after the {@code Date}
757 * @return {@code true} when this Calendar is after calendar, {@code false} otherwise.
762 public boolean after(Object calendar) { method in class:Calendar
886 * Returns the value of the given field after computin
[all...]
H A DCollections.java1352 @Override public SortedMap<K, V> tailMap(K after) { argument
1353 return new UnmodifiableSortedMap<K, V>(sm.tailMap(after));
1388 @Override public SortedSet<E> tailSet(E after) { argument
1389 return new UnmodifiableSortedSet<E>(ss.tailSet(after));
2071 // at the position after index.
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 87 milliseconds