|
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.RawTimeInterval
public class RawTimeInterval
An immutable POF 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 | |
|---|---|
RawTimeInterval(int cHours,
int cMinutes,
int cSeconds,
int cNanos)
Construct a raw POF time interval value. |
|
| Method Summary | |
|---|---|
int |
getHours()
Determine the number of hours in the time interval. |
int |
getMinutes()
Determine the number of minutes in the time interval. |
int |
getNanos()
Determine the number of nanoseconds in the time interval. |
int |
getSeconds()
Determine the number of seconds in the time interval. |
| Constructor Detail |
|---|
public RawTimeInterval(int cHours,
int cMinutes,
int cSeconds,
int cNanos)
cHours - the number of hours in the time intervalcMinutes - the number of minutes in the time intervalcSeconds - the number of seconds in the time intervalcNanos - the number of nanoseconds in the time interval| Method Detail |
|---|
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 | |||||||