Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form

E

EasyLogger - Class in com.github.tadukoo.util.logger
EasyLogger is a wrapper around Logger that provides methods to simplify logging operations
EasyLogger(Logger) - Constructor for class com.github.tadukoo.util.logger.EasyLogger
Wraps the given Logger as an EasyLogger.
equals(Object) - Method in class com.github.tadukoo.util.map.HashManyToManyMap
Compares the given object with this HashManyToManyMap for equality.
equals(Object) - Method in class com.github.tadukoo.util.map.HashMultiMap
Compares the given object with this HashMultiMap for equality.
equals(Object) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Compares the given object with this ManyToManyMap for equality.
equals(Object) - Method in class com.github.tadukoo.util.map.MultiMap
Compares the given object with this MultiMap for equality.
equals(Object) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Compares the given object with this TreeManyToManyMap for equality.
equals(String, String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the two strings are equal using String.equals(), but properly handles null (if they're both null, returns true, if one is null and the other isn't, return false instead of throwing an NPE).
equalsAny(String, String...) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given string is equal to any of the given expected strings using String.equals(), but properly handles null (if the string is null and null is in the expected strings, returns true, if the string is null and the expected strings don't have null, return false instead of throwing an NPE).
equalsAnyIgnoreCase(String, String...) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the given string is equal to any of the given expected strings using String.equalsIgnoreCase(), but properly handles null (if the string is null and null is in the expected strings, returns true, if the string is null and the expected strings don't have null, return false instead of throwing an NPE).
equalsIgnoreCase(String, String) - Static method in class com.github.tadukoo.util.StringUtil
Checks if the two strings are equal using String.equalsIgnoreCase(), but properly handles null (if they're both null, returns true, if one is null and the other isn't, return false instead of throwing an NPE).
Event - Class in com.github.tadukoo.util.event
Represents a generic Event that has happened and may need to be handled by various EventHandlers.
Event(String, String) - Constructor for class com.github.tadukoo.util.event.Event
Creates an Event for the given type with the given message.
EventHandler<EventType extends Event,Listener extends EventListener<EventType>> - Class in com.github.tadukoo.util.event
An abstract class to handle the creation of Events and send them out to the various EventListeners to handle them appropriately.
EventHandler() - Constructor for class com.github.tadukoo.util.event.EventHandler
 
EventListener<EventType extends Event> - Interface in com.github.tadukoo.util.event
A generic interface for listening for an Event to be handled.
ExceptionUtil - Class in com.github.tadukoo.util
Util functions for dealing with Throwables and Exceptions.
ExceptionUtil() - Constructor for class com.github.tadukoo.util.ExceptionUtil
Not allowed to create an ExceptionUtil
exists(File) - Static method in class com.github.tadukoo.util.FileUtil
Checks if the given File exists.
exists(String) - Static method in class com.github.tadukoo.util.FileUtil
Checks if the file at the given filepath exists.
expectedSize - Variable in class com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
The expected total size in bytes to be read
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form