Class Second
- java.lang.Object
-
- org.exparity.hamcrest.date.core.types.Second
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static Secondfrom(TemporalAccessor temporal)Create an instance of anSecondfrom aTemporalAccessorintgetValue()inthashCode()static Secondof(int value)Create an instance of anSecondStringtoString()
-
-
-
Method Detail
-
from
public static Second from(TemporalAccessor temporal)
Create an instance of anSecondfrom aTemporalAccessor
-
getValue
public int getValue()
-
-