Uses of Class
com.helger.commons.text.codepoint.ECodepointProfile
-
Packages that use ECodepointProfile Package Description com.helger.commons.text.codepoint -
-
Uses of ECodepointProfile in com.helger.commons.text.codepoint
Methods in com.helger.commons.text.codepoint that return ECodepointProfile Modifier and Type Method Description static ECodepointProfileECodepointProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static ECodepointProfile[]ECodepointProfile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.commons.text.codepoint with parameters of type ECodepointProfile Modifier and Type Method Description static voidCodepointHelper. verify(char[] aArray, ECodepointProfile eProfile)Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper. verify(AbstractCodepointIterator aIter, ECodepointProfile eProfile)Verifies a sequence of codepoints using the specified filterstatic voidCodepointHelper. verify(String sStr, ECodepointProfile eProfile)Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper. verifyNot(char[] aArray, ECodepointProfile eProfile)Verifies a sequence of codepoints using the specified profilestatic voidCodepointHelper. verifyNot(ICodepointIterator aIter, ECodepointProfile eProfile)Verifies a sequence of codepoints using the specified profile
-