Uses of Class
rs.baselib.util.RsYear
| Package | Description |
|---|---|
| rs.baselib.io |
Provides I/O utilities, such as converting from/into bytes and finding resources.
|
| rs.baselib.test |
Provides classes for test-related issues.
|
| rs.baselib.util |
Provides several utility classes.
|
-
Uses of RsYear in rs.baselib.io
Methods in rs.baselib.io that return RsYear Modifier and Type Method Description static RsYearConverterUtils. toRsYear(byte[] bytes)Converts the given bytes to Month.Methods in rs.baselib.io with parameters of type RsYear Modifier and Type Method Description static byte[]ConverterUtils. toBytes(RsYear param)Converts the given parameter to its byte representation. -
Uses of RsYear in rs.baselib.test
Methods in rs.baselib.test that return RsYear Modifier and Type Method Description RsYearRsYearBuilder. build()Build the previously configured object. -
Uses of RsYear in rs.baselib.util
Methods in rs.baselib.util that return RsYear Modifier and Type Method Description RsYearRsYear. getNext()Returns the next year.RsYearRsYear. getPrevious()Returns the previous year.RsYearRsDate. getYear()Returns the year object for this date.static RsYearRsYear. getYear(int year)Returns a year object for the given key.static RsYearRsYear. getYear(java.lang.String key)Returns a year object for the given key.Methods in rs.baselib.util with parameters of type RsYear Modifier and Type Method Description static java.lang.StringCommonUtils. toString(RsYear year)Formats the given year.