SYMBOL INDEX (85 symbols across 7 files) FILE: app/src/androidTest/java/com/bsyun/xuanxueapp/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 18) | @RunWith(AndroidJUnit4.class) method useAppContext (line 20) | @Test FILE: app/src/main/java/com/bsyun/xuanxueapp/DateUtil.java class DateUtil (line 7) | public class DateUtil { method getCurTimeLong (line 21) | public static long getCurTimeLong() { method getCurDate (line 31) | public static String getCurDate(String pattern) { method getDateToString (line 37) | public static String getDateToString(long data) { method getStringToDate (line 48) | public static long getStringToDate(String dateString) { method getYearByTimeStamp (line 60) | public static int getYearByTimeStamp(long timeStamp) { method getMonthByTimeStamp (line 66) | public static int getMonthByTimeStamp(long timeStamp) { method getDayByTimeStamp (line 72) | public static int getDayByTimeStamp(long timeStamp) { method getHourByTimeStamp (line 78) | public static int getHourByTimeStamp(long timeStamp) { method getMinuteByTimeStamp (line 84) | public static int getMinuteByTimeStamp(long timeStamp) { method getSecondByTimeStamp (line 90) | public static int getSecondByTimeStamp(long timeStamp) { method timeStampToDate (line 96) | public static String timeStampToDate(long timeStamp) { method getDataString (line 103) | public static String getDataString(long timeStamp) { FILE: app/src/main/java/com/bsyun/xuanxueapp/Jieqi.java class Jieqi (line 7) | public class Jieqi { method int2 (line 49) | public static double int2(double v) { method rad2mrad (line 59) | public static double rad2mrad(double v) { method deltatT (line 68) | public double deltatT(double y) { method deltatT2 (line 82) | public double deltatT2(double jd) { method toJD (line 87) | public double toJD(boolean UTC) { method setFromJD (line 113) | public void setFromJD(double jd, boolean UTC) { method setFromStr (line 153) | public void setFromStr(String s) { method toStr (line 163) | public String toStr() { method Dint_dec (line 193) | public double Dint_dec(double jd, int shiqu, boolean dec) { method d1_d2 (line 203) | double d1_d2(String d1, String d2) { method hcjj1 (line 225) | public static double hcjj1(double t) { method HCconv (line 233) | public static void HCconv(double[] JW, double E) { method addPrece (line 245) | public static void addPrece(double jd, double[] zb) { method addGxc (line 266) | public static void addGxc(double t, double[] zb) { class ZD (line 299) | public static class ZD { method nutation (line 305) | public static ZD nutation(double t) { method nutationRaDec (line 323) | public static void nutationRaDec(double t, double[] zb) { method Enn (line 454) | public double Enn(double[] F) { method earCal (line 463) | public double[] earCal(double jd) { method sunCal2 (line 477) | public double[] sunCal2(double jd) { method Mnn (line 491) | public double Mnn(double[] F) { method moonCal (line 503) | public double[] moonCal(double jd) { method moonCal2 (line 518) | public double[] moonCal2(double jd) { method moonCal3 (line 526) | public double[] moonCal3(double jd) { method jiaoCai (line 535) | public double jiaoCai(int lx, double t, double jiao) { method jiaoCal (line 551) | public double jiaoCal(double t1, double jiao, int lx) { method JQtest (line 599) | public String JQtest(int y) { // 节气使计算范例,y是年分,这是个测试函数 method dingSuo (line 617) | public void dingSuo(int y, double arc) { // 这是个测试函数 method paiYue (line 651) | public Map paiYue(int y) { // 农历排月序计算,可定出农历 FILE: app/src/main/java/com/bsyun/xuanxueapp/Lunar.java class Lunar (line 8) | public class Lunar { method yearDays (line 34) | final private static int yearDays(int y) { method leapDays (line 45) | final private static int leapDays(int y) { method leapMonth (line 58) | final private static int leapMonth(int y) { method monthDays (line 63) | final private static int monthDays(int y, int m) { method animalsYear (line 72) | final public String animalsYear() { method cyclicalm (line 78) | final private static String cyclicalm(int num) { method cyclical (line 85) | final public String cyclical() { method getLunarMonthString (line 90) | public String getLunarMonthString() { method Lunar (line 94) | public Lunar(long time) { method getGanZhi (line 173) | public String getGanZhi() { method getChinaDayString (line 177) | public static String getChinaDayString(int day) { method toString (line 190) | @Override method getWeek (line 195) | public static String getWeek() { FILE: app/src/main/java/com/bsyun/xuanxueapp/MainActivity.java class MainActivity (line 17) | public class MainActivity extends AppCompatActivity { method onCreate (line 53) | @Override method initView (line 66) | private void initView() { method initData (line 87) | private void initData() { method setData (line 111) | private void setData() { FILE: app/src/main/java/com/bsyun/xuanxueapp/XuanxueUtil.java class XuanxueUtil (line 9) | public class XuanxueUtil { method XuanxueUtil (line 50) | private XuanxueUtil() { method getInstance (line 53) | public static XuanxueUtil getInstance() { method daysOfYear (line 70) | private static int daysOfYear(int year) { method initGanZhi (line 88) | public static void initGanZhi(int year, int month, int day) { method leapDays (line 168) | private static int leapDays(int y) { method monthDays (line 181) | private static int monthDays(int y, int m) { method leapMonth (line 190) | private static int leapMonth(int y) { method isRunnian (line 198) | private static boolean isRunnian(int n) { method ganZhi (line 208) | private static String ganZhi(int index) { method getGanZhi (line 217) | public static String getGanZhi() { method getGanZhiYue (line 222) | public static String getGanZhiYue() { method getGanZhiNian (line 226) | public static String getGanZhiNian() { method getGanZhiRi (line 230) | public static String getGanZhiRi() { method getShichen (line 237) | public static String getShichen(long timeStamp) { method getDizhiHour (line 280) | public static String getDizhiHour(long timeStamp) { method getBamenShengke (line 342) | public static String getBamenShengke(String wx, String men) { method getJiuxingShengke (line 372) | public static String getJiuxingShengke(int position, String jx) { method getZhangsheng (line 407) | public static String getZhangsheng(String tg, String dz) { FILE: app/src/test/java/com/bsyun/xuanxueapp/ExampleUnitTest.java class ExampleUnitTest (line 12) | public class ExampleUnitTest { method addition_isCorrect (line 13) | @Test