java time Year isBefore(YearMonthother)方法检查此年月是否在指定的年月之前。1语法publicbooleanisBefore(YearMonthother)2参数other:
java time Year isAfter(YearMonthother)方法检查此年月是否在指定的年月之后。1语法publicbooleanisAfter(YearMonthother)2参数other:与
java time Year hashCode()方法返回此YearMonth的哈希码。1语法publicinthashCode()2参数无3返回值该方法返回一个合适的哈希码。4示例packa
java time Year getYear()方法获取年份字段。1语法publicintgetYear()2参数无3返回值年份,从MIN_YEAR到MAX_YEAR。4示例packagecom yiidian
java time Year getMonthValue()方法获取月份字段1到12之间的值。1语法publicintgetMonthValue()2参数无3返回值月份值,从1到12。4示例pack
java time Year getMonth()方法使用Month枚举获取月份字段。1语法publicMonthgetMonth()2参数无3返回值一年中的月份,不是null。4示例packa
java time Year getLong(TemporalFieldfield)方法从此年月获取指定字段的long值。1语法publiclonggetLong(TemporalFieldfield)2参数field:
java time Year get(TemporalFieldfield)方法获取所请求字段的值。1语法publiclongget(TemporalFieldfield)2参数field:要为其返回值的Temp
java time Year from(TemporalAmountamount)方法从时间量获取YearMonth的实例。1语法publicstaticYearMonthfrom(TemporalAmountamount)2参
java time Year format(DateTimeFormatterformatter)方法使用指定的格式化程序格式化今年。1语法publicStringformat(DateTimeFormatterform