|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.io.pof.PofHelper
com.tangosol.io.pof.RawYearMonthInterval
public class RawYearMonthInterval
An immutable POF year-month interval value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.io.pof.PofHelper |
|---|
PofHelper.ReadableEntrySetMap, PofHelper.WriteableEntrySetMap |
| Field Summary |
|---|
| Fields inherited from class com.tangosol.io.pof.PofHelper |
|---|
BIGDECIMAL_ZERO, BINARY_EMPTY, BOOLEAN_ARRAY_EMPTY, BYTE_ARRAY_EMPTY, CHAR_ARRAY_EMPTY, COLLECTION_EMPTY, DOUBLE_ARRAY_EMPTY, FLOAT_ARRAY_EMPTY, INT_ARRAY_EMPTY, LONG_ARRAY_EMPTY, OBJECT_ARRAY_EMPTY, SHORT_ARRAY_EMPTY |
| Constructor Summary | |
|---|---|
RawYearMonthInterval(int cYears,
int cMonths)
Construct a raw POF year-month interval value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
getMonths()
Determine the number of months in the year-month interval. |
int |
getYears()
Determine the number of years in the year-month interval. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Constructor Detail |
|---|
public RawYearMonthInterval(int cYears,
int cMonths)
cYears - the number of years in the year-month intervalcMonths - the number of months in the year-month interval| Method Detail |
|---|
public int getYears()
public int getMonths()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||