Duration
The Duration class is designed to represent a time-based duration, typically measured in seconds and nanoseconds. It offers a range of static methods for creating durations based on days, hours, minutes, seconds, milliseconds, and nanoseconds. Additionally, it provides conversion methods to express the duration in various units, as well as the ability to calculate the duration between two temporal objects. This class is ideal for measuring time spans, tracking elapsed time, and performing time-based calculations in applications.
File
The File class is designed to handle file-related operations, providing methods for managing file properties and interactions.
Instant
Instant Class
JsonNode
The JsonNode class is a versatile class designed to work with JSON-like data structures. It provides a set of methods to navigate, manipulate, and extract information from JSON data. This class is particularly useful for handling and processing JSON data within your applications.
LocalDate
LocalDate Class
LocalDateTime
LocalDateTime Class
LocalTime
LocalTime Class
ObjectNode
The JsonObject class represents a JSON object node and provides methods for manipulating its data.
Period
The Period class is designed to represent a time-based duration, typically measured in seconds and nanoseconds. It offers a range of static methods for creating durations based on days, hours, minutes, seconds, milliseconds, and nanoseconds. Additionally, it provides conversion methods to express the duration in various units, as well as the ability to calculate the duration between two temporal objects. This class is ideal for measuring time spans, tracking elapsed time, and performing time-based calculations in applications.
SuiteTable
SuiteTable provides utility methods for managing and manipulating tables and columns using Tablesaw Framework.