Index

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

N

name - Variable in record class org.tquadrat.foundation.lang.NameValuePair
The field for the name record component.
name() - Method in record class org.tquadrat.foundation.lang.NameValuePair
Returns the value of the name record component.
NameValuePair<V> - Record Class in org.tquadrat.foundation.lang
An implementation of a name-value-pair.
NameValuePair(String, V) - Constructor for record class org.tquadrat.foundation.lang.NameValuePair
Creates a new instance of NameValuePair.
NameValuePair(Map.Entry<String, ? extends V>) - Constructor for record class org.tquadrat.foundation.lang.NameValuePair
Creates a new instance of NameValuePair from the given Map.Entry instance.
newCondition() - Method in interface org.tquadrat.foundation.lang.AutoLock
Returns a new Condition instance that is bound to the instance of Lock that is wrapped by this AutoLock instance.
newCondition() - Method in class org.tquadrat.foundation.lang.internal.AutoLockImpl
Returns a new Condition instance that is bound to the instance of Lock that is wrapped by this AutoLock instance.
newThread(Runnable) - Method in class org.tquadrat.foundation.lang.internal.ThreadFactoryBuilderImpl.ThreadFactoryImpl
newValue(V) - Method in record class org.tquadrat.foundation.lang.NameValuePair
Creates a new instance of NameValuePair that takes the name from this instance and assigns the given new value.
NON_NULL - Static variable in class org.tquadrat.foundation.lang.CommonConstants
Returns true if the provided reference is non-null otherwise returns false.
noneMatch(Predicate<? super Map.Entry<K, V>>) - Method in class org.tquadrat.foundation.stream.internal.DefaultMapStream
noneMatch(Predicate<? super T>) - Method in class org.tquadrat.foundation.stream.StreamAdapter
nonNull(Object) - Static method in class org.tquadrat.foundation.lang.Objects
Returns true if the provided reference is not null, otherwise returns false.
NOT_FOUND - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The index value indicating that nothing was found: -1.
NUL - Static variable in class org.tquadrat.foundation.lang.CommonConstants
A String containing only NUL (the CommonConstants.NULL_CHAR).
NULL_CHAR - Static variable in class org.tquadrat.foundation.lang.CommonConstants
The null character.
NULL_STRING - Static variable in class org.tquadrat.foundation.lang.CommonConstants
A String containing the sequence "null".
NullArgumentException - Exception Class in org.tquadrat.foundation.exception
This is a specialized implementation for the IllegalArgumentException that should be used instead of the latter in cases where null is provided as an illegal argument value.
NullArgumentException() - Constructor for exception class org.tquadrat.foundation.exception.NullArgumentException
Creates a new instance of NullArgumentException.
NullArgumentException(String) - Constructor for exception class org.tquadrat.foundation.exception.NullArgumentException
Creates a new instance of NullArgumentException.
NullArgumentException(String, String) - Constructor for exception class org.tquadrat.foundation.exception.NullArgumentException
Creates a new instance of NullArgumentException.
NullArgumentException(String, String, String) - Constructor for exception class org.tquadrat.foundation.exception.NullArgumentException
Creates a new instance of NullArgumentException.
NumberSupplier - Interface in org.tquadrat.foundation.function
Represents a supplier of Number-valued results.
A B C D E F G H I L M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form