Searched defs:before (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DTimestamp.java148 public boolean before(Timestamp theTimestamp) { method in class:Timestamp
183 * a value {@code < 0} if this {@code Timestamp} object is before
210 * <li>{@code < 0}, if this {@code Timestamp} object is before the
327 * negative, since then the time value is the time before the Epoch but
/libcore/luni/src/main/java/java/util/
H A DDate.java165 * Returns if this {@code Date} is before the specified Date.
169 * @return {@code true} if this {@code Date} is before the specified {@code Date},
172 public boolean before(Date date) { method in class:Date
H A DCalendar.java91 * designate the week before week 1 of a year as week <em>n</em> of the
182 * before the call to {@code getTime()} sets the calendar to September
194 * call minus the value of field {@code f} before the call is
503 * define the value of {@code WEEK_OF_YEAR} for days before the first
516 * define the value of {@code WEEK_OF_MONTH} for days before the
578 * {@code DAY_OF_WEEK_IN_MONTH 0} indicates the week before
594 * whether the {@code HOUR} is before or after noon. E.g., at
662 * from midnight to just before noon.
668 * from noon to just before midnight.
763 * Returns whether the {@code Date} specified by this {@code Calendar} instance is before th
774 public boolean before(Object calendar) { method in class:Calendar
[all...]
H A DCollections.java489 * that JREs before 1.4 can deserialize this object without any
637 * compliance with JREs before 1.4.
1012 * so that JREs before 1.4 can deserialize this object without any
1129 * compliance with JREs before 1.4.
1340 @Override public SortedMap<K, V> headMap(K before) { argument
1341 return new UnmodifiableSortedMap<K, V>(sm.headMap(before));
1376 @Override public SortedSet<E> headSet(E before) { argument
1377 return new UnmodifiableSortedSet<E>(ss.headSet(before));
2143 // at the position before 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 123 milliseconds