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

P

Pair<L,R> - Class in com.github.tadukoo.util.tuple
A tuple class for holding 2 items of specified type.
Pair(L, R) - Constructor for class com.github.tadukoo.util.tuple.Pair
Constructs a Pair of the two given objects.
parseByte(String) - Static method in class com.github.tadukoo.util.ByteUtil
Parse the given String into a byte.
parseCommaSeparatedListFromString(String) - Static method in class com.github.tadukoo.util.StringUtil
Parses a comma-separated list into a List of Strings.
parseFromString(String) - Static method in class com.github.tadukoo.util.time.MonthUtil
Parses a Month from the given string.
parseListFromStringWithSeparator(String, String, boolean) - Static method in class com.github.tadukoo.util.StringUtil
Parses the given text into a List using the given separator to split and optionally trimming to remove whitespace in the resulting strings.
pollFirstEntry() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Removes and returns a key-value mapping associated with the least key in this manyToManyMap, or null if the manyToManyMap is empty.
pollFirstEntry() - Method in class com.github.tadukoo.util.map.TreeMultiMap
Removes and returns a key-value mapping associated with the least key in this multiMap, or null if the multiMap is empty.
pollLastEntry() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
Removes and returns a key-value mapping associated with the greatest key in this manyToManyMap, or null if the manyToManyMap is empty.
pollLastEntry() - Method in class com.github.tadukoo.util.map.TreeMultiMap
Removes and returns a key-value mapping associated with the greatest key in this multiMap, or null if the multiMap is empty.
ProgressRBCWrapperListener - Interface in com.github.tadukoo.util.download
Progress RBC Wrapper Listener is listening for updates to a ProgressReadableByteChannelWrapper in order to keep track of progress updates (e.g.
ProgressReadableByteChannelWrapper - Class in com.github.tadukoo.util.download
Progress Readable Byte Channel Wrapper is a wrapper around ReadableByteChannel that will send progress updates to a ProgressRBCWrapperListener, which is keeping track of progress.
ProgressReadableByteChannelWrapper(ReadableByteChannel, ProgressRBCWrapperListener, long) - Constructor for class com.github.tadukoo.util.download.ProgressReadableByteChannelWrapper
Wraps the given ReadableByteChannel so we can send progress updates to the given ProgressRBCWrapperListener, which is keeping track of progress
progressUpdate(double, long, long) - Method in interface com.github.tadukoo.util.download.ProgressRBCWrapperListener
This will be called by a ProgressReadableByteChannelWrapper as progress is made with it, so that this listener can handle the progress update tracking as desired
put(K, V) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates the specified value with the specified key in this ManyToManyMap.
put(K, V) - Method in class com.github.tadukoo.util.map.MultiMap
Associates the specified value with the specified key in this MultiMap.
putAll(MultiMap<K, V>) - Method in class com.github.tadukoo.util.map.MultiMap
Associates all of the key-value mappings from the given MultiMap into this MultiMap.
putAll(Pair<K, V>...) - Method in class com.github.tadukoo.util.map.MultiMap
Puts all the given Pairs into this MultiMap.
putAll(Map<K, V>) - Method in class com.github.tadukoo.util.map.MultiMap
Associates all of the key-value mappings from the given Map into this MultiMap.
putAll(K, List<V>) - Method in class com.github.tadukoo.util.map.MultiMap
Associates all of the given values with the given key.
putAllKeys(V, List<K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the given keys with the given value.
putAllKeyValMappings(ManyToManyMap<K, V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the key-value mappings from the given ManyToManyMap into this ManyToManyMap.
putAllKeyValMappings(MultiMap<K, V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the key-value mappings from the given MultiMap into this ManyToManyMap.
putAllKeyValMappings(Pair<K, V>...) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Puts all the given key-value Pairs into this ManyToManyMap.
putAllKeyValMappings(Map<K, V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the key-value mappings from the given Map into this ManyToManyMap.
putAllValKeyMappings(ManyToManyMap<V, K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the value-key mappings from the given ManyToManyMap into this ManyToManyMap.
putAllValKeyMappings(MultiMap<V, K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the value-key mappings from the given MultiMap into this ManyToManyMap.
putAllValKeyMappings(Pair<V, K>...) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Puts all the given value-key Pairs into this ManyToManyMap.
putAllValKeyMappings(Map<V, K>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the value-key mappings from the given Map into this ManyToManyMap.
putAllValues(K, List<V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
Associates all of the given values with the given key.
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