Index
All Classes and Interfaces|All Packages|Serialized Form
F
- FileUtil - Class in com.github.tadukoo.util
-
Util functions for dealing with Files.
- FileUtil() - Constructor for class com.github.tadukoo.util.FileUtil
-
Not allowed to create a FileUtil
- firstEntry() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
- firstEntry() - Method in class com.github.tadukoo.util.map.TreeMultiMap
- firstKey() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
- firstKey() - Method in class com.github.tadukoo.util.map.TreeMultiMap
- FloatUtil - Class in com.github.tadukoo.util
-
Util functions for dealing with floats.
- FloatUtil() - Constructor for class com.github.tadukoo.util.FloatUtil
-
Not allowed to create a FloatUtil
- floorEntry(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
-
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
- floorEntry(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
-
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
- floorKey(K) - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
-
Returns the greatest key less than or equal to the given key, or null if there is no such key.
- floorKey(K) - Method in class com.github.tadukoo.util.map.TreeMultiMap
-
Returns the greatest key less than or equal to the given key, or null if there is no such key.
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.github.tadukoo.util.map.ManyToManyMap
-
Performs the given action for each key-value association in this ManyToManyMap until all associations have been processed or the action throws an exception.
- forEach(BiConsumer<? super K, ? super V>) - Method in class com.github.tadukoo.util.map.MultiMap
-
Performs the given action for each key-value association in this MultiMap until all associations have been processed or the action throws an exception.
- fromHex(String) - Static method in class com.github.tadukoo.util.ByteUtil
-
Convert the given hex string into a byte array
All Classes and Interfaces|All Packages|Serialized Form