@Immutable public class DateStatistics extends Object
DateStatistics(Optional<LocalDate> min, Optional<LocalDate> max)
boolean
equals(Object o)
Optional<LocalDate>
getMax()
getMin()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public DateStatistics(Optional<LocalDate> min, Optional<LocalDate> max)
public Optional<LocalDate> getMin()
public Optional<LocalDate> getMax()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2012–2020. All rights reserved.