All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.StandardDate

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Date
                   |
                   +----calendrica.StandardDate

public abstract class StandardDate
extends Date

Variable Index

 o day
 o month
 o year

Constructor Index

 o StandardDate()
 o StandardDate(Date)
 o StandardDate(int[])
 o StandardDate(long)
 o StandardDate(long, int, int)

Method Index

 o fromArray(int[])
 o internalEquals(Object)
 o toStringFields()

Variables

 o year
 public long year
 o month
 public int month
 o day
 public int day

Constructors

 o StandardDate
 public StandardDate()
 o StandardDate
 public StandardDate(long date)
 o StandardDate
 public StandardDate(Date date)
 o StandardDate
 public StandardDate(long year,
                     int month,
                     int day)
 o StandardDate
 public StandardDate(int a[])

Methods

 o fromArray
 public void fromArray(int a[])
Overrides:
fromArray in class ProtoDate
 o toStringFields
 protected String toStringFields()
Overrides:
toStringFields in class ProtoDate
 o internalEquals
 protected boolean internalEquals(Object obj)

All Packages  Class Hierarchy  This Package  Previous  Next  Index