Index
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 givenMap.Entry
instance. - newCondition() - Method in interface org.tquadrat.foundation.lang.AutoLock
- newCondition() - Method in class org.tquadrat.foundation.lang.internal.AutoLockImpl
- 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 returnsfalse
. - 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 notnull
, otherwise returnsfalse
. - 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
(theCommonConstants.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 wherenull
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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form