Index
All Classes and Interfaces|All Packages|Serialized Form
U
- unregisterListener(Listener) - Method in class com.github.tadukoo.util.event.EventHandler
-
Unregisters a
EventListener
so it will no longer be notified aboutEvents
handled by this class. - unzipFile(String, File) - Static method in class com.github.tadukoo.util.FileUtil
-
Unzips a zip file into the given destination directory.
- unzipFile(String, String) - Static method in class com.github.tadukoo.util.FileUtil
-
Unzips a zip file into the given destination path.
- US_ASCIIDictionary - Class in com.github.tadukoo.util.dictionary
-
Basic
Dictionary
class that supports theUS_ASCII
Charset. - US_ASCIIDictionary() - Constructor for class com.github.tadukoo.util.dictionary.US_ASCIIDictionary
-
Constructs a new US_ASCII Dictionary that's empty
- US_ASCIIDictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.US_ASCIIDictionary
-
Constructs a new US_ASCII Dictionary that contains the words in the given Map
- UTF16BEDictionary - Class in com.github.tadukoo.util.dictionary
-
Basic
Dictionary
class that supports theUTF-16BE
Charset. - UTF16BEDictionary() - Constructor for class com.github.tadukoo.util.dictionary.UTF16BEDictionary
-
Constructs a new UTF-16BE Dictionary that's empty
- UTF16BEDictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.UTF16BEDictionary
-
Constructs a new UTF-16BE Dictionary that contains the words in the given Map
- UTF16Dictionary - Class in com.github.tadukoo.util.dictionary
-
Basic
Dictionary
class that supports theUTF-16
Charset. - UTF16Dictionary() - Constructor for class com.github.tadukoo.util.dictionary.UTF16Dictionary
-
Constructs a new UTF-16 Dictionary that's empty
- UTF16Dictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.UTF16Dictionary
-
Constructs a new UTF-16 Dictionary that contains the words in the given Map
- UTF16LEDictionary - Class in com.github.tadukoo.util.dictionary
-
Basic
Dictionary
class that supports theUTF-16LE
Charset. - UTF16LEDictionary() - Constructor for class com.github.tadukoo.util.dictionary.UTF16LEDictionary
-
Constructs a new UTF-16LE Dictionary that's empty
- UTF16LEDictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.UTF16LEDictionary
-
Constructs a new UTF-16LE Dictionary that contains the words in the given Map
- UTF8Dictionary - Class in com.github.tadukoo.util.dictionary
-
Basic
Dictionary
class that supports theUTF-8
Charset. - UTF8Dictionary() - Constructor for class com.github.tadukoo.util.dictionary.UTF8Dictionary
-
Constructs a new UTF-8 Dictionary that's empty
- UTF8Dictionary(Map<Character, Map<Character, ?>>) - Constructor for class com.github.tadukoo.util.dictionary.UTF8Dictionary
-
Constructs a new UTF-8 Dictionary that contains the words in the given Map
All Classes and Interfaces|All Packages|Serialized Form