All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.MayanLongCount

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

public class MayanLongCount
extends Date

Variable Index

 o baktun
 o EPOCH
 o katun
 o kin
 o tun
 o uinal

Constructor Index

 o MayanLongCount()
 o MayanLongCount(Date)
 o MayanLongCount(long)
 o MayanLongCount(long, int, int, int, int)

Method Index

 o equals(Object)
 o format()
 o fromArray(int[])
 o fromFixed(long)
 o toFixed()
 o toFixed(long, int, int, int, int)
 o toStringFields()

Variables

 o baktun
 public long baktun
 o katun
 public int katun
 o tun
 public int tun
 o uinal
 public int uinal
 o kin
 public int kin
 o EPOCH
 public static final long EPOCH

Constructors

 o MayanLongCount
 public MayanLongCount()
 o MayanLongCount
 public MayanLongCount(long date)
 o MayanLongCount
 public MayanLongCount(Date date)
 o MayanLongCount
 public MayanLongCount(long baktun,
                       int katun,
                       int tun,
                       int uinal,
                       int kin)

Methods

 o toFixed
 public static long toFixed(long baktun,
                            int katun,
                            int tun,
                            int uinal,
                            int kin)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Date
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class ProtoDate
 o fromArray
 public void fromArray(int a[])
Overrides:
fromArray in class ProtoDate
 o toStringFields
 protected String toStringFields()
Overrides:
toStringFields in class ProtoDate
 o format
 public String format()
Overrides:
format in class ProtoDate
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class ProtoDate

All Packages  Class Hierarchy  This Package  Previous  Next  Index