- name() - Method in class java.lang.Enum
-
- names() - Method in class tijos.framework.util.json.JSONObject
-
Produce a JSONArray containing the names of the elements of this
JSONObject.
- NaN - Static variable in class java.lang.Double
-
- NaN - Static variable in class java.lang.Float
-
- nanoTime() - Static method in class java.lang.System
-
Return the time since system start in nano-seconds
- navigableKeySet() - Method in interface java.util.NavigableMap
-
Returns a
NavigableSet
view of the keys contained in this map.
- navigableKeySet() - Method in class java.util.TreeMap
-
- NavigableMap<K,V> - Interface in java.util
-
A
SortedMap
extended with navigation methods returning the
closest matches for given search targets.
- NavigableSet<E> - Interface in java.util
-
A
SortedSet
extended with navigation methods reporting
closest matches for given search targets.
- nCopies(int, T) - Static method in class java.util.Collections
-
Creates an immutable list consisting of the same object repeated n times.
- NEGATIVE_INFINITY - Static variable in class java.lang.Double
-
- NEGATIVE_INFINITY - Static variable in class java.lang.Float
-
- NegativeArraySizeException - Exception in java.lang
-
- NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
-
- NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
-
- networkStateChange(int, int) - Method in class tijos.framework.networkcenter.mqtt.MqttClient
-
- newLine() - Method in class java.io.BufferedWriter
-
Writes a line separator.
- newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
-
Returns a set backed by the supplied map.
- next() - Method in interface java.text.CharacterIterator
-
Increments the iterator's index by one and returns the character
at the new index.
- next() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.next() for String.
- next() - Method in interface java.util.Iterator
-
Obtain the next element in the collection.
- next() - Method in interface java.util.ListIterator
-
Obtain the next element in the list in the forward direction.
- next() - Method in class tijos.framework.util.json.JSONTokener
-
Get the next character in the source string.
- next(char) - Method in class tijos.framework.util.json.JSONTokener
-
Consume the next character, and check that it matches a specified
character.
- next(int) - Method in class tijos.framework.util.json.JSONTokener
-
Get the next n characters.
- nextBoolean() - Method in class java.util.Random
-
Generates the next pseudorandom boolean.
- nextBytes(byte[]) - Method in class java.util.Random
-
Fills an array of bytes with random numbers.
- nextClean() - Method in class tijos.framework.util.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextClearBit(int) - Method in class java.util.BitSet
-
Returns the index of the next false bit, from the specified bit
(inclusive).
- nextDouble() - Method in class java.util.Random
-
Generates the next pseudorandom double uniformly distributed
between 0.0 (inclusive) and 1.0 (exclusive).
- nextElement() - Method in interface java.util.Enumeration
-
Obtain the next element in the enumeration.
- nextElement() - Method in class java.util.StringTokenizer
-
This does the same as nextTokens.
- nextFloat() - Method in class java.util.Random
-
Generates the next pseudorandom float uniformly distributed
between 0.0f (inclusive) and 1.0f (exclusive).
- nextGaussian() - Method in class java.util.Random
-
Generates the next pseudorandom, Gaussian (normally) distributed
double value, with mean 0.0 and standard deviation 1.0.
- nextIndex() - Method in interface java.util.ListIterator
-
Find the index of the element that would be returned by a call to next.
- nextInt() - Method in class java.util.Random
-
Generates the next pseudorandom number.
- nextInt(int) - Method in class java.util.Random
-
Generates the next pseudorandom number.
- nextLong() - Method in class java.util.Random
-
Generates the next pseudorandom long number.
- nextSetBit(int) - Method in class java.util.BitSet
-
Returns the index of the next true bit, from the specified bit
(inclusive).
- nextString(char) - Method in class tijos.framework.util.json.JSONTokener
-
Return the characters up to the next close quote character.
- nextTo(char) - Method in class tijos.framework.util.json.JSONTokener
-
Get the text up but not including the specified character or the
end of line, whichever comes first.
- nextTo(String) - Method in class tijos.framework.util.json.JSONTokener
-
Get the text up but not including one of the specified delimiter
characters or the end of line, whichever comes first.
- nextToken() - Method in class java.io.StreamTokenizer
-
Parses the next token from the input stream of this tokenizer.
- nextToken(String) - Method in class java.util.StringTokenizer
-
Returns the nextToken, changing the delimiter set to the given
delim
.
- nextToken() - Method in class java.util.StringTokenizer
-
Returns the nextToken of the string.
- nextValue() - Method in class tijos.framework.util.json.JSONTokener
-
Get the next value.
- NoClassDefFoundError - Error in java.lang
-
- NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
-
- NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
-
- node() - Method in class java.util.UUID
-
Returns the 48-bit node value in a long.
- NORM_PRIORITY - Static variable in class java.lang.Thread
-
The priority that is assigned to the primordial thread.
- normalize() - Method in class java.net.URI
-
Returns a normalized version of the URI.
- NoSuchElementException - Exception in java.util
-
NoSuchElementException is a Exception used with StringTokenizer
- NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
-
- NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
-
- NoSuchFieldError - Error in java.lang
-
- NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
-
- NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
-
- NoSuchMethodError - Error in java.lang
-
- NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
-
- NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
-
- notify() - Method in class java.lang.Object
-
Wake up one thread blocked on a wait().
- notifyAll() - Method in class java.lang.Object
-
Wake up all threads blocked on a wait().
- notifyObservers() - Method in class java.util.Observable
-
If the Observable has actually changed then tell all Observers about it,
then reset state to unchanged.
- notifyObservers(Object) - Method in class java.util.Observable
-
If the Observable has actually changed then tell all Observers about it,
then reset state to unchanged.
- NOVEMBER - Static variable in class java.util.Calendar
-
Constant representing November.
- nsDelay(long) - Static method in class tijos.framework.util.Delay
-
Wait for the specified number of nanoseconds.
- NTP_DATE_FORMAT - Static variable in class tijos.framework.networkcenter.ntp.TimeStamp
-
Default NTP date string format.
- NTP_MAXCLOCK - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- NTP_MAXPOLL - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- NTP_MINCLOCK - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- NTP_MINPOLL - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
- NTP_PORT - Static variable in interface tijos.framework.networkcenter.ntp.NtpV3Packet
-
Standard NTP UDP port
- NTPUDPClient - Class in tijos.framework.networkcenter.ntp
-
The NTPUDPClient class is a UDP implementation of a client for the Network
Time Protocol (NTP) described in RFC 1305 as well as the Simple Network Time
Protocol (SNTP) in RFC-2030.
- NTPUDPClient() - Constructor for class tijos.framework.networkcenter.ntp.NTPUDPClient
-
- NtpUtils - Class in tijos.framework.networkcenter.ntp
-
Common NtpUtils Helper class.
- NtpUtils() - Constructor for class tijos.framework.networkcenter.ntp.NtpUtils
-
- NtpV3Impl - Class in tijos.framework.networkcenter.ntp
-
Implementation of NtpV3Packet with methods converting Java objects to/from
the Network Time Protocol (NTP) data message header format described in RFC-1305.
- NtpV3Impl() - Constructor for class tijos.framework.networkcenter.ntp.NtpV3Impl
-
Creates a new instance of NtpV3Impl
- NtpV3Packet - Interface in tijos.framework.networkcenter.ntp
-
Interface for a NtpV3Packet with get/set methods corresponding to the fields
in the NTP Data Message Header described in RFC 1305.
- ntpValue() - Method in class tijos.framework.networkcenter.ntp.TimeStamp
-
Returns the value of this Timestamp as a long value.
- NULL - Static variable in class tijos.framework.util.json.JSONObject
-
It is sometimes more convenient and less ambiguous to have a
NULL
object than to use Java's null
value.
- NullPointerException - Exception in java.lang
-
- NullPointerException() - Constructor for exception java.lang.NullPointerException
-
- NullPointerException(String) - Constructor for exception java.lang.NullPointerException
-
- Number - Class in java.lang
-
Superclass for the difference wrapper classes.
- Number() - Constructor for class java.lang.Number
-
Just a constructor doing nothing.
- NumberFormat - Class in java.text
-
NumberFormat
is the abstract base class for all number
formats.
- NumberFormat.Field - Class in java.text
-
Defines constants that are used as attribute keys in the
AttributedCharacterIterator
returned
from NumberFormat.formatToCharacterIterator
and as
field identifiers in FieldPosition
.
- NumberFormatException - Exception in java.lang
-
- NumberFormatException() - Constructor for exception java.lang.NumberFormatException
-
- NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
-
- numberOfLeadingZeros(int) - Static method in class java.lang.Integer
-
- numberOfLeadingZeros(long) - Static method in class java.lang.Long
-
- numberOfTrailingZeros(int) - Static method in class java.lang.Integer
-
- numberOfTrailingZeros(long) - Static method in class java.lang.Long
-
- numberToString(Number) - Static method in class tijos.framework.util.json.JSONObject
-
Produce a string from a Number.
- nval - Variable in class java.io.StreamTokenizer
-
If the current token is a number, this field contains the value
of that number.