public class Date extends Object
Date(long daysSinceEpoch)
Date
copy()
boolean
equals(Object o)
long
getDaysSinceEpoch()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Date(long daysSinceEpoch)
public long getDaysSinceEpoch()
public Date copy()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.