Class Millisecond
- java.lang.Object
-
- org.exparity.hamcrest.date.core.types.Millisecond
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Millisecondfrom(TemporalAccessor temporal)Create an instance of anMillisecondfrom aTemporalAccessorintgetValue()inthashCode()static Millisecondof(int value)Create an instance of anMillisecondstatic MillisecondofNanos(int nano)Create an instance of anMillisecondfrom a number of nanosecondsStringtoString()
-
-
-
Method Detail
-
of
public static Millisecond of(int value)
Create an instance of anMillisecond
-
ofNanos
public static Millisecond ofNanos(int nano)
Create an instance of anMillisecondfrom a number of nanoseconds
-
from
public static Millisecond from(TemporalAccessor temporal)
Create an instance of anMillisecondfrom aTemporalAccessor
-
getValue
public int getValue()
-
-