C D E F G H I M P R S T V W 

E

encodeStringToUnicodeSequence(String) - Static method in class com.mgnt.utils.StringUnicodeEncoderDecoder
This method converts a String of characters in any language into a String That contains a sequence of Unicode codes corresponding to characters in the original String For Example String "Hello" will be converted into a String "\u0048\u0065\u006c\u006c\u006f" Null or empty String conversion will return an empty String
equals(Object) - Method in class com.mgnt.utils.textutils.Version
 
C D E F G H I M P R S T V W