请看说明文档:
里面有这么一个方法.
isLeapYear
public boolean isLeapYear(int year)Determines if the given year is a leap year. Returns true if the given year is a leap year. Parameters:
year - the given year. 
Returns:
true if the given year is a leap year; false otherwise.Leap Year 为闰年的意思.