Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
N
- name(int) - Method in interface org.tquadrat.foundation.util.internal.Entities.EntityMap
-
Returns the name of the entity identified by the specified value.
- name(int) - Method in class org.tquadrat.foundation.util.internal.Entities.PrimitiveEntityMap
-
Returns the name of the entity identified by the specified value.
- nameUUIDFromBytes(byte[], UniqueIdUtils.HashType) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
-
Static factory to retrieve a type 3 (name based, MD5 hashed) or a type 5 (name based, SHA hashed) UUID based on the specified byte array.
This method will always return the same output if the input is the same.
The provided name should be prepended with the UUID for a designated name space, although this is neither enforced nor checked by this method. - nameUUIDFromString(CharSequence, UniqueIdUtils.HashType) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
-
Creates a name-based (version type 3 or type 5, depending on the provided hash type) UUID from the given String.
This method will always return the same output if the input is the same.
The provided name should be prepended with the UUID for a designated name space, although this is neither enforced nor checked by this method. - nameUUIDFromString(UUID, CharSequence, UniqueIdUtils.HashType) - Static method in class org.tquadrat.foundation.util.UniqueIdUtils
-
Creates a name-based (version type 3 or type 5, depending on the provided hash type) UUID from the given String, using the provided namespace UUID as the prefix.
This method will always return the same output if the input is the same. - next() - Method in class org.tquadrat.foundation.util.internal.HeadTailListImpl.IteratorImpl
- normalizeToASCII(CharSequence) - Static method in class org.tquadrat.foundation.util.StringUtils
-
Normalizes the given String to a pure ASCII String.
- NullAppendable() - Constructor for class org.tquadrat.foundation.util.IOUtils.NullAppendable
-
Creates a new instance of
NullAppendable
. - number() - Method in interface org.tquadrat.foundation.util.Hash
-
Returns this hash as a number.
- numberComparator() - Static method in class org.tquadrat.foundation.util.Comparators
-
A comparator for numeric values.
- NumberStringConverter<T> - Class in org.tquadrat.foundation.util.stringconverter
-
The base class for implementations of
StringConverter
for types that extendNumber
. - NumberStringConverter(Class<?>...) - Constructor for class org.tquadrat.foundation.util.stringconverter.NumberStringConverter
-
Creates a new instance of
NumberStringConverter
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form