| Modifier and Type | Method and Description |
|---|---|
boolean |
after(Date date) |
boolean |
after(Instant date) |
boolean |
before(Date date) |
boolean |
before(Instant date) |
Times.BetweenTimeBuilder |
between(Date start) |
Times.BetweenTimeBuilder |
between(Instant start) |
boolean |
equals(Date other) |
boolean |
equals(Instant other) |
protected boolean |
equals(Instant other,
boolean ignoreMs) |
boolean |
equalsExactly(Date other) |
boolean |
equalsExactly(Instant other) |
Times.IsTimeBuilder |
isAtLeast(long ms) |
Times.IsTimeBuilder |
isAtLeast(String time) |
Times.IsTimeBuilder |
isAtMost(long ms) |
Times.IsTimeBuilder |
isAtMost(String time) |
boolean |
isWeekday(Instants.WeekdayUnit weekday) |
boolean |
isWeekday(Instants.WeekdayUnit weekday,
ZoneId zone) |
protected long |
truncate(Instant date) |
protected long |
truncate(long time) |
public boolean equalsExactly(Date other)
public boolean equalsExactly(Instant other)
public boolean equals(Date other)
public boolean equals(Instant other)
protected boolean equals(Instant other, boolean ignoreMs)
protected long truncate(Instant date)
protected long truncate(long time)
public boolean after(Date date)
public boolean after(Instant date)
public boolean before(Date date)
public boolean before(Instant date)
public Times.BetweenTimeBuilder between(Date start)
public Times.BetweenTimeBuilder between(Instant start)
public Times.IsTimeBuilder isAtLeast(String time)
public Times.IsTimeBuilder isAtLeast(long ms)
public Times.IsTimeBuilder isAtMost(String time)
public Times.IsTimeBuilder isAtMost(long ms)
public boolean isWeekday(Instants.WeekdayUnit weekday)
public boolean isWeekday(Instants.WeekdayUnit weekday, ZoneId zone)
Copyright © 2017. All rights reserved.