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

R

read(ByteBuffer) - Method in class com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
Reads bytes from the underlying ProgressReadableByteChannelWrapper.byteChannel into the given ByteBuffer and will send a progress update to the ProgressReadableByteChannelWrapper.listener that is keeping track of progress
readAsBytes(File) - Static method in class com.github.tadukoo.util.FileUtil
Reads the given file into a byte array.
readAsBytes(String) - Static method in class com.github.tadukoo.util.FileUtil
Reads the file at the given filepath into a byte array.
readAsString(File) - Static method in class com.github.tadukoo.util.FileUtil
Reads the given File as a String
readAsString(String) - Static method in class com.github.tadukoo.util.FileUtil
Reads the file at the given filepath as a String
readLinesAsList(File) - Static method in class com.github.tadukoo.util.FileUtil
Creates a List of Strings for each line in the file being read.
readLinesAsList(Reader) - Static method in class com.github.tadukoo.util.FileUtil
Creates a List of Strings for each line in the file being read in the given Reader.
readLinesAsList(String) - Static method in class com.github.tadukoo.util.FileUtil
Creates a List of Strings for each line in the file being read from the given filepath.
readSoFar - Variable in class com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
The amount of bytes read so far
registerListener(Listener) - Method in class com.github.tadukoo.util.event.EventHandler
Register a EventListener so it will be notified of Events handled by this class.
remove(K, V) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Removes the specified value from being associated with the specified key, if the mapping exists.
remove(K, V) - Method in class com.github.tadukoo.util.map.MultiMap
Removes the specified value from being associated with the specified key, if it exists.
removeEntireKeysList(V, List<K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Removes the given list of keys associated with the given value if the list of keys matches the current list associated with that value.
removeEntireList(K, List<V>) - Method in class com.github.tadukoo.util.map.MultiMap
Removes the given list of values associated with the given key if the list of values matches the current list.
removeEntireValuesList(K, List<V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Removes the given list of values associated with the given key if the list of values matches the current list associated with that key.
removeItem(String) - Method in interface com.github.tadukoo.util.pojo.MappedPojo
Removes the item in the pojo for the given key
removeKey(K) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Removes all values associated with the given key from the ManyToManyMap.
removeKey(K) - Method in class com.github.tadukoo.util.map.MultiMap
Removes all values associated with the given key from the MultiMap.
removeValue(V) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Removes all keys associated with the given value from the ManyToManyMap.
removeWord(CharSequence) - Method in class com.github.tadukoo.util.dictionary.AbstractDictionary
Removes the given word from this Dictionary
removeWord(CharSequence) - Method in interface com.github.tadukoo.util.dictionary.Dictionary
Removes the given word from this Dictionary
replace(K, V, V) - Method in class com.github.tadukoo.util.map.MultiMap
Replaces the given old value with the given new value for an association to the given key, if the old value is currently associated with the given key.
replaceEntireKeyList(V, List<K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Replaces the current list of keys associated with the given value with the given list of keys, only if it is currently mapped to a value.
replaceEntireKeyList(V, List<K>, List<K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Replaces the current list of keys associated with the given value with the given new list of keys if the given old list matches the current list.
replaceEntireList(K, List<V>) - Method in class com.github.tadukoo.util.map.MultiMap
Replaces the current list of values associated with the given key with the given list of values, only if it is currently mapped to a value.
replaceEntireList(K, List<V>, List<V>) - Method in class com.github.tadukoo.util.map.MultiMap
Replaces the current list of values associated with the given key with the given new list of values if the given old list matches the current list.
replaceEntireValueList(K, List<V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Replaces the current list of values associated with the given key with the given list of values.
replaceEntireValueList(K, List<V>, List<V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Replaces the current list of values associated with the given key with the given new list of values if the given old list matches the current list.
replaceKey(V, K, K) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Replaces the given old key with the given new key for an association to the given value, if the old key is currently associated with the given value.
replaceValue(K, V, V) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Replaces the given old value with the given new value for an association to the given key, if the old value is currently associated with the given key.
right - Variable in class com.github.tadukoo.util.tuple.Pair
The right item in the tuple
right - Variable in class com.github.tadukoo.util.tuple.Triple
The right item in the tuple
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