public class TsonTimeImpl extends AbstractTemporalTsonElement implements TsonTime
| Constructor and Description |
|---|
TsonTimeImpl(LocalTime value) |
TsonTimeImpl(String value) |
| Modifier and Type | Method and Description |
|---|---|
TsonPrimitiveBuilder |
builder() |
protected int |
compareCore(TsonElement o) |
int |
compareTo(TsonElement o) |
Instant |
dateTimeValue() |
LocalDate |
dateValue() |
boolean |
equals(Object o) |
LocalTime |
getValue() |
int |
hashCode() |
LocalTime |
time() |
TsonDate |
toDate() |
TsonDateTime |
toDateTime() |
TsonTime |
toTime() |
throwNonPrimitive, throwPrimitive, visitannotations, annotationsCount, booleanObject, booleanValue, byteObject, byteValue, charObject, charValue, comments, doubleObject, doubleValue, floatObject, floatValue, getBigDecimal, getBigInteger, intObject, intValue, isNull, longObject, longValue, numberValue, regexValue, shortObject, shortValue, stringValue, toAlias, toArray, toBigComplex, toBigDecimal, toBigInt, toBinaryStream, toBinOp, toBoolean, toByte, toChar, toCharStream, toContainer, toDouble, toDoubleComplex, toFloat, toFloatComplex, toFunction, toInt, toLong, toMatrix, toName, toNumber, toObject, toPair, toRegex, toShort, toStr, toUplet, type, visitisContainer, isNumber, isPrimitive, isTemporal, toString, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotations, annotationsCount, booleanObject, booleanValue, build, byteObject, byteValue, charObject, charValue, comments, doubleObject, doubleValue, floatObject, floatValue, getBigDecimal, getBigInteger, intObject, intValue, isContainer, isNull, isNumber, isPrimitive, isTemporal, longObject, longValue, numberValue, of, regexValue, shortObject, shortValue, stringValue, toAlias, toArray, toBigComplex, toBigDecimal, toBigInt, toBinaryStream, toBinOp, toBoolean, toByte, toChar, toCharStream, toContainer, toDouble, toDoubleComplex, toFloat, toFloatComplex, toFunction, toInt, toLong, toMatrix, toName, toNumber, toObject, toPair, toRegex, toShort, toStr, toUplet, visit, visittoString, toString, toString, typepublic TsonTimeImpl(LocalTime value)
public TsonTimeImpl(String value)
public TsonDate toDate()
toDate in interface TsonElementtoDate in class AbstractTsonElementpublic TsonTime toTime()
toTime in interface TsonElementtoTime in class AbstractTsonElementpublic Instant dateTimeValue()
dateTimeValue in interface TsonElementdateTimeValue in class AbstractTsonElementpublic LocalDate dateValue()
dateValue in interface TsonElementdateValue in class AbstractTsonElementpublic LocalTime time()
time in interface TsonElementtime in class AbstractTsonElementpublic TsonDateTime toDateTime()
toDateTime in interface TsonElementtoDateTime in class AbstractTsonElementpublic boolean equals(Object o)
equals in class AbstractTsonElementpublic int hashCode()
hashCode in class AbstractTsonElementpublic TsonPrimitiveBuilder builder()
builder in interface TsonElementbuilder in interface TsonTimeprotected int compareCore(TsonElement o)
compareCore in class AbstractTsonElementpublic int compareTo(TsonElement o)
compareTo in interface Comparable<TsonElement>compareTo in class AbstractTsonElementCopyright © 2024 vpc open source initiative. All rights reserved.