|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-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.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, 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 | |
|---|---|
RawTimeInterval(int cHours, int cMinutes, int cSeconds, int cNanos)Construct a raw POF time interval value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o) |
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. |
int |
hashCode() |
java.lang.String |
toString() |
| 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()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||