All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.Hebrew

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

public class Hebrew
extends StandardDate

Variable Index

 o dayOfWeekNames
 o EPOCH
 o leapYearMonthNames
 o monthNames
 o NISAN
 o TISHRI

Constructor Index

 o Hebrew()
 o Hebrew(Date)
 o Hebrew(long)
 o Hebrew(long, int, int)

Method Index

 o birkathHaHama(long)
 o birthday(Hebrew, long)
 o birthdayInGregorian(Hebrew, long)
 o calendarElapsedDays(long)
 o classicalPassoverEve(long)
 o daysInYear(long)
 o equals(Object)
 o format()
 o fromFixed(long)
 o hasLongMarheshvan(long)
 o hasShortKislev(long)
 o isLeapYear(long)
 o jewishDusk(long, Location)
 o jewishMorningEnd(long, Location)
 o jewishSabbathEnds(long, Location)
 o lastDayOfMonth(int, long)
 o lastMonthOfYear(long)
 o molad(int, long)
 o newYear(long)
 o newYearDelay(long)
 o omer(long)
 o passover(long)
 o purim(long)
 o shEla(long)
 o taAnitEsther(long)
 o tishahBeAv(long)
 o toFixed()
 o toFixed(long, int, int)
 o yahrzeit(Hebrew, long)
 o yahrzeitInGregorian(Hebrew, long)
 o yomHaZikkaron(long)
 o yomKippur(long)

Variables

 o TISHRI
 public static final int TISHRI
 o NISAN
 public static final int NISAN
 o EPOCH
 public static final long EPOCH
 o dayOfWeekNames
 public static final String dayOfWeekNames[]
 o monthNames
 public static final String monthNames[]
 o leapYearMonthNames
 public static final String leapYearMonthNames[]

Constructors

 o Hebrew
 public Hebrew()
 o Hebrew
 public Hebrew(long date)
 o Hebrew
 public Hebrew(Date date)
 o Hebrew
 public Hebrew(long year,
               int month,
               int day)

Methods

 o toFixed
 public static long toFixed(long year,
                            int month,
                            int day)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Date
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class ProtoDate
 o isLeapYear
 public static boolean isLeapYear(long hYear)
 o lastMonthOfYear
 public static int lastMonthOfYear(long hYear)
 o lastDayOfMonth
 public static int lastDayOfMonth(int hMonth,
                                  long hYear)
 o molad
 public static double molad(int hMonth,
                            long hYear)
 o calendarElapsedDays
 public static long calendarElapsedDays(long hYear)
 o newYear
 public static long newYear(long hYear)
 o newYearDelay
 public static int newYearDelay(long hYear)
 o daysInYear
 public static int daysInYear(long hYear)
 o hasLongMarheshvan
 public static boolean hasLongMarheshvan(long hYear)
 o hasShortKislev
 public static boolean hasShortKislev(long hYear)
 o jewishDusk
 public static double jewishDusk(long date,
                                 Location locale) throws BogusTimeException
 o jewishSabbathEnds
 public static double jewishSabbathEnds(long date,
                                        Location locale) throws BogusTimeException
 o jewishMorningEnd
 public static double jewishMorningEnd(long date,
                                       Location locale) throws BogusTimeException
 o yomKippur
 public static long yomKippur(long gYear)
 o passover
 public static long passover(long gYear)
 o classicalPassoverEve
 public static long classicalPassoverEve(long gYear)
 o omer
 public static int[] omer(long date) throws BogusDateException
 o purim
 public static long purim(long gYear)
 o taAnitEsther
 public static long taAnitEsther(long gYear)
 o tishahBeAv
 public static long tishahBeAv(long gYear)
 o birkathHaHama
 public static FixedVector birkathHaHama(long gYear)
 o shEla
 public static FixedVector shEla(long gYear)
 o yomHaZikkaron
 public static long yomHaZikkaron(long gYear)
 o birthday
 public static long birthday(Hebrew birthDate,
                             long hYear)
 o birthdayInGregorian
 public static FixedVector birthdayInGregorian(Hebrew birthDate,
                                               long gYear)
 o yahrzeit
 public static long yahrzeit(Hebrew deathDate,
                             long hYear)
 o yahrzeitInGregorian
 public static FixedVector yahrzeitInGregorian(Hebrew deathDate,
                                               long gYear)
 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