Index
All Classes and Interfaces|All Packages|Serialized Form
N
- navigableKeySet() - Method in class com.github.tadukoo.util.map.TreeManyToManyMap
- navigableKeySet() - Method in class com.github.tadukoo.util.map.TreeMultiMap
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate
-
Creates a ThrowingPredicate that will return the opposite result of this ThrowingPredicate.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate10
-
Creates a ThrowingPredicate10 that will return the opposite result of this ThrowingPredicate10.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate2
-
Creates a ThrowingPredicate2 that will return the opposite result of this ThrowingPredicate2.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate3
-
Creates a ThrowingPredicate3 that will return the opposite result of this ThrowingPredicate3.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate4
-
Creates a ThrowingPredicate4 that will return the opposite result of this ThrowingPredicate4.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate5
-
Creates a ThrowingPredicate5 that will return the opposite result of this ThrowingPredicate5.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate6
-
Creates a ThrowingPredicate6 that will return the opposite result of this ThrowingPredicate6.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate7
-
Creates a ThrowingPredicate7 that will return the opposite result of this ThrowingPredicate7.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate8
-
Creates a ThrowingPredicate8 that will return the opposite result of this ThrowingPredicate8.
- negate() - Method in interface com.github.tadukoo.util.functional.predicate.ThrowingPredicate9
-
Creates a ThrowingPredicate9 that will return the opposite result of this ThrowingPredicate9.
- NoException - Exception in com.github.tadukoo.util.functional
-
To be used as a
Throwable
parameter in Throwing Functional Interfaces that are not meant to throw anything. - NoException() - Constructor for exception com.github.tadukoo.util.functional.NoException
-
Can't actually create a NoException, as you're not supposed to
- notEquals(String, String) - Static method in class com.github.tadukoo.util.StringUtil
-
Checks if the two strings are NOT equal using String.equals(), but properly handles null (if they're both null, returns false, if one is null and the other isn't, return true instead of throwing an NPE).
- notEqualsAny(String, String...) - Static method in class com.github.tadukoo.util.StringUtil
-
Checks if the given string is NOT 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 false, if the string is null and the expected strings don't have null, return true instead of throwing an NPE).
- notEqualsAnyIgnoreCase(String, String...) - Static method in class com.github.tadukoo.util.StringUtil
-
Checks if the given string is NOT 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 false, if the string is null and the expected strings don't have null, return true instead of throwing an NPE).
- notEqualsIgnoreCase(String, String) - Static method in class com.github.tadukoo.util.StringUtil
-
Checks if the two strings are NOT equal using String.equalsIgnoreCase(), but properly handles null (if they're both null, returns false, if one is null and the other isn't, return true instead of throwing an NPE).
- notExists(File) - Static method in class com.github.tadukoo.util.FileUtil
-
Checks if the given
File
does not exist. - notExists(String) - Static method in class com.github.tadukoo.util.FileUtil
-
Checks if the file at the given filepath does not exist.
All Classes and Interfaces|All Packages|Serialized Form