|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
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.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, 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 | |
---|---|
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. |
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 intervalMethod Detail |
---|
public int getDays()
public int getHours()
public int getMinutes()
public int getSeconds()
public int getNanos()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |