Uses of Class
com.mdfromhtml.core.MDfromHTMLDuration
-
Packages that use MDfromHTMLDuration Package Description com.mdfromhtml.core -
-
Uses of MDfromHTMLDuration in com.mdfromhtml.core
Fields in com.mdfromhtml.core declared as MDfromHTMLDuration Modifier and Type Field Description static MDfromHTMLDurationMDfromHTMLDuration. UNDEFINED_MDfromHTMLDurationAn undefined version of this object.Methods in com.mdfromhtml.core that return MDfromHTMLDuration Modifier and Type Method Description static MDfromHTMLDurationMDfromHTMLDuration. newInstanceFromListString(String listString)Create anMDfromHTMLDuration from the passed list string.static MDfromHTMLDurationMDfromHTMLDuration. undefinedForNull(MDfromHTMLDuration duration)Converts the inputMDfromHTMLDuration to an undefinedMDfromHTMLDuration if the input MDfromHTMLDuration is null.Methods in com.mdfromhtml.core with parameters of type MDfromHTMLDuration Modifier and Type Method Description intMDfromHTMLDuration. compareTo(MDfromHTMLDuration o1)booleanMDfromHTMLDuration. equals(MDfromHTMLDuration o1)static MDfromHTMLDurationMDfromHTMLDuration. undefinedForNull(MDfromHTMLDuration duration)Converts the inputMDfromHTMLDuration to an undefinedMDfromHTMLDuration if the input MDfromHTMLDuration is null.
-