Stay organized with collections
Save and categorize content based on your preferences.
StructTimespec
class StructTimespec : Comparable<StructTimespec!>
Corresponds to C's struct timespec
from <time.h>
.
Summary
Properties |
Long |
Nanoseconds (values are [0, 999999999]).
|
Long |
Seconds part of time of last data modification.
|
Public constructors
StructTimespec
StructTimespec(
tv_sec: Long,
tv_nsec: Long)
Public methods
compareTo
fun compareTo(other: StructTimespec!): Int
Parameters |
o |
the object to be compared. |
Return |
Int |
a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object. |
Exceptions |
java.lang.NullPointerException |
if the specified object is null |
java.lang.ClassCastException |
if the specified object's type prevents it from being compared to this object. |
equals
fun equals(other: Any?): Boolean
Parameters |
obj |
the reference object with which to compare. |
Return |
Boolean |
true if this object is the same as the obj argument; false otherwise. |
hashCode
fun hashCode(): Int
Return |
Int |
a hash code value for this object. |
toString
fun toString(): String
Return |
String |
a string representation of the object. |
Properties
tv_nsec
val tv_nsec: Long
Nanoseconds (values are [0, 999999999]).
tv_sec
val tv_sec: Long
Seconds part of time of last data modification.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]