src/share/classes/java/util/Calendar.java

Print this page

        

*** 1786,1796 **** * used, which case means that the field has been selected because the * selected combination involves the field. * * @return a bit mask of selected fields * @see #isExternallySet(int) - * @see #setInternallySetState(int) */ final int selectFields() { // This implementation has been taken from the GregorianCalendar class. // The YEAR field must always be used regardless of its SET --- 1786,1795 ----