A B C D E F G H I J M N O P R S T U W X Z

C

cleanHamNameVec(String[], int) - Method in class util.HamNameMap
Returns a clean version of the given string, eliminating any invalid HNS-UCS characters, and outputs a message mentioning the given index for each invalid character.
cleanHamNameVecs(String[][]) - Static method in class util.HNSUtils
Cleans the given set of HamNoSys symbol name sequences, that is, removes invalid names, generating a message on the standard error stream for each one removed.
cleanHNS8(char) - Method in class util.HNSOctetUCSMap
Acts like HNSOctetUCSMap.hns8(char), unless the given character is a whitespace character, in which case the result is the "null" HNS value, 0.
cleanHNS8(String, int) - Method in class util.HNSOctetUCSMap
Returns a clean version of the given string, eliminating any invalid HNS-8 characters, and outputs a message mentioning the given index for each invalid character.
cleanHNS8(String[]) - Static method in class util.HNSUtils
Cleans the given set of manual HamNoSys Unicode strings, that is, removes every character that is not a genuine HamNoSys symbol, generating a message on the standard error stream for each one removed.
cleanHNSU(String, int) - Method in class util.HNSOctetUCSMap
Returns a clean version of the given string, eliminating any invalid or whitespace HNS-UCS characters, and outputs a message mentioning the given index for each rejected character.
cleanHNSU(String[]) - Static method in class util.HNSUtils
Cleans the given set of manual HamNoSys Unicode strings, that is, removes every character that is not a genuine HamNoSys symbol, generating a message on the standard error stream for each one removed.
cleanOctet(String) - Method in class util.HamNameMap
 
cleanUCS(int) - Method in class util.HNSOctetUCSMap
Acts like HNSOctetUCSMap.ucs(int), unless the given code represents a whitespace character, in which case the result is the "null" UCS value, U+FFFF.

A B C D E F G H I J M N O P R S T U W X Z