Uses of Class
com.google.common.geometry.S2Error.Code
-
-
Uses of S2Error.Code in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Error.Code Modifier and Type Field Description private S2Error.Code
S2Error. code
Methods in com.google.common.geometry that return S2Error.Code Modifier and Type Method Description S2Error.Code
S2Error. code()
Returns the code of this error.static S2Error.Code
S2Error.Code. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static S2Error.Code[]
S2Error.Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.geometry with parameters of type S2Error.Code Modifier and Type Method Description void
S2Error. init(S2Error.Code code, java.lang.String format, java.lang.Object... args)
Sets the error code and text description; the description is formatted according to the rules defined inString.format(String, Object...)
.
-