public class FixedDateSupplier extends Object implements Supplier<Date>
FixedDateSupplier(Date date)
FixedDateSupplier(Instant instant)
FixedDateSupplier(String date)
FixedDateSupplier(String date, boolean utc)
Date
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FixedDateSupplier(String date)
public FixedDateSupplier(Date date)
public FixedDateSupplier(String date, boolean utc)
public FixedDateSupplier(Instant instant)
public Date get()
get
Supplier<Date>
Copyright © 2017. All rights reserved.