|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.io.pof.PofHelper
com.tangosol.io.pof.RawDayTimeInterval
public class RawDayTimeInterval
An immutable POF day-time 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, BIGINTEGER_MAX_LONG, BIGINTEGER_MIN_LONG, 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 | |
|---|---|
RawDayTimeInterval(int cDays, int cHours, int cMinutes, int cSeconds, int cNanos)Construct a raw POF day-time interval value. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o) |
int |
getDays()Determine the number of days in the day-time interval. |
int |
getHours()Determine the number of hours in the day-time interval. |
int |
getMinutes()Determine the number of minutes in the day-time interval. |
int |
getNanos()Determine the number of nanoseconds in the day-time interval. |
int |
getSeconds()Determine the number of seconds in the day-time interval. |
int |
hashCode() |
String |
toString() |
| Constructor Detail |
|---|
public RawDayTimeInterval(int cDays,
int cHours,
int cMinutes,
int cSeconds,
int cNanos)
cDays - the number of days in the day-time intervalcHours - the number of hours in the day-time intervalcMinutes - the number of minutes in the day-time intervalcSeconds - the number of seconds in the day-time intervalcNanos - the number of nanoseconds in the day-time interval| Method Detail |
|---|
public int getDays()
public int getHours()
public int getMinutes()
public int getSeconds()
public int getNanos()
public boolean equals(Object o)
public int hashCode()
public String toString()
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||