Uses of Class
org.forgerock.openig.text.Separators
-
Packages that use Separators Package Description org.forgerock.openig.text Processes structured text in streams and files. -
-
Uses of Separators in org.forgerock.openig.text
Methods in org.forgerock.openig.text that return Separators Modifier and Type Method Description static Separators
Separators. valueOf(String name)
Returns the enum constant of this type with the specified name.static Separators[]
Separators. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-