- name - Variable in class com.codename1.maps.layers.AbstractLayer
-
- NAME - Static variable in class com.codename1.ui.VirtualKeyboard
-
- name() - Method in class java.lang.Enum
-
Returns the name of this enum constant, exactly as declared in its
enum declaration.
- name() - Method in interface java.net.ProtocolFamily
-
Returns the name of the protocol family.
- name() - Method in interface java.net.SocketOption
-
Returns the name of the socket option.
- name() - Method in class java.nio.charset.Charset
-
Returns this charset's canonical name.
- name() - Method in interface java.nio.file.attribute.AclFileAttributeView
-
Returns the name of the attribute view.
- name() - Method in interface java.nio.file.attribute.AttributeView
-
Returns the name of the attribute view.
- name() - Method in interface java.nio.file.attribute.BasicFileAttributeView
-
Returns the name of the attribute view.
- name() - Method in interface java.nio.file.attribute.DosFileAttributeView
-
Returns the name of the attribute view.
- name() - Method in interface java.nio.file.attribute.FileAttribute
-
Returns the attribute name.
- name() - Method in interface java.nio.file.attribute.FileOwnerAttributeView
-
Returns the name of the attribute view.
- name() - Method in interface java.nio.file.attribute.PosixFileAttributeView
-
Returns the name of the attribute view.
- name() - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
-
Returns the name of this attribute view.
- name() - Method in class java.nio.file.FileStore
-
Returns the name of this file store.
- name() - Method in interface java.nio.file.WatchEvent.Kind
-
Returns the name of the event kind.
- name() - Method in interface java.nio.file.WatchEvent.Modifier
-
Returns the name of the modifier.
- name - Variable in class java.sql.DriverPropertyInfo
-
The name of the property.
- Name(String) - Constructor for class java.util.jar.Attributes.Name
-
Constructs a new attribute name using the given string name.
- NAME - Static variable in interface javax.script.ScriptEngine
-
Reserved key for a named value that identifies
the short name of the scripting language.
- NameCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
NameCallback
to the handle
method of a CallbackHandler
to retrieve name information.
- NameCallback(String) - Constructor for class javax.security.auth.callback.NameCallback
-
Construct a NameCallback
with a prompt.
- NameCallback(String, String) - Constructor for class javax.security.auth.callback.NameCallback
-
Construct a NameCallback
with a prompt
and default name.
- NamedNodeMap - Interface in org.w3c.dom
-
Objects implementing the NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.
- NameList - Interface in org.w3c.dom
-
The NameList
interface provides the abstraction of an ordered
collection of parallel pairs of name and namespace values (which could be
null values), without defining or constraining how this collection is
implemented.
- Namespace - Interface in javax.xml.stream.events
-
An interface that contains information about a namespace.
- NAMESPACE - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates the event is a namespace declaration
- NAMESPACE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to create or change an object in a way which is
incorrect with regard to namespaces.
- NamespaceContext - Interface in javax.xml.namespace
-
Interface for read only XML Namespace context processing.
- NamespaceSupport - Class in org.xml.sax.helpers
-
Encapsulate Namespace logic for use by applications using SAX,
or internally by SAX drivers.
- NamespaceSupport() - Constructor for class org.xml.sax.helpers.NamespaceSupport
-
Create a new Namespace support object.
- nameUUIDFromBytes(byte[]) - Static method in class java.util.UUID
-
Static factory to retrieve a type 3 (name based) UUID
based on
the specified byte array.
- Naming - Class in java.rmi
-
The Naming
class provides methods for storing and obtaining
references to remote objects in a remote object registry.
- NaN - Static variable in class java.lang.Double
-
A constant holding a Not-a-Number (NaN) value of type
double
.
- NaN - Static variable in class java.lang.Float
-
A constant holding a Not-a-Number (NaN) value of type
float
.
- nanoTime() - Static method in class java.lang.System
-
nanoTime returns a raw high resolution time value.
- NARROW_FORMAT - Static variable in class java.util.Calendar
-
- NARROW_STANDALONE - Static variable in class java.util.Calendar
-
- Native - Annotation Type in java.lang.annotation
-
Indicates that a field defining a constant value may be referenced
from native code.
- NATIVE - Static variable in class java.lang.reflect.Modifier
-
The int
value representing the native
modifier.
- NativeInterface - Interface in com.codename1.system
-
This is a marker interface that should be extended by a user interface in order
to indicate that said interface is implemented in native code.
- NativeLookup - Class in com.codename1.system
-
Creates an instance of the native interface which will call the underlying
platform using the convention documented in the package docs.
- nativeOrder() - Static method in class java.nio.ByteOrder
-
Retrieves the native byte order of the underlying platform.
- nativeSQL(String) - Method in interface java.sql.Connection
-
Converts the given SQL statement into the system's native SQL grammar.
- naturalOrder() - Static method in interface java.util.Comparator
-
Returns a comparator that compares
Comparable
objects in natural
order.
- navigableKeySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
Returns a
NavigableSet
view of the keys contained in this map.
- navigableKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- 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.
- NCHAR - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type NCHAR
- NClob - Interface in java.sql
-
The mapping in the Java™ programming language
for the SQL NCLOB
type.
- NCLOB - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type NCLOB
.
- nCopies(int, T) - Static method in class java.util.Collections
-
Returns an immutable list consisting of n copies of the
specified object.
- needsDictionary() - Method in class java.util.zip.Inflater
-
Returns true if a preset dictionary is needed for decompression.
- needsInput() - Method in class java.util.zip.Deflater
-
Returns true if the input data buffer is empty and setInput()
should be called in order to provide more input.
- needsInput() - Method in class java.util.zip.Inflater
-
Returns true if no data remains in the input buffer.
- needsReload(String, Locale, String, ClassLoader, ResourceBundle, long) - Method in class java.util.ResourceBundle.Control
-
Determines if the expired bundle
in the cache needs
to be reloaded based on the loading time given by
loadTime
or some other criteria.
- negate() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (-this)
,
and whose scale is this.scale()
.
- negate(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (-this)
,
with rounding according to the context settings.
- negate() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (-this)
.
- negate() - Method in interface java.util.function.BiPredicate
-
Returns a predicate that represents the logical negation of this
predicate.
- negate() - Method in interface java.util.function.DoublePredicate
-
Returns a predicate that represents the logical negation of this
predicate.
- negate() - Method in interface java.util.function.IntPredicate
-
Returns a predicate that represents the logical negation of this
predicate.
- negate() - Method in interface java.util.function.LongPredicate
-
Returns a predicate that represents the logical negation of this
predicate.
- negate() - Method in interface java.util.function.Predicate
-
Returns a predicate that represents the logical negation of this
predicate.
- negate() - Method in class javax.xml.datatype.Duration
-
Returns a new Duration
object whose
value is -this
.
- negated() - Method in interface java.time.chrono.ChronoPeriod
-
Returns a new instance with each amount in this period negated.
- negated() - Method in class java.time.Duration
-
Returns a copy of this duration with the length negated.
- negated() - Method in class java.time.Period
-
Returns a new instance with each amount in this period negated.
- negateExact(int) - Static method in class java.lang.Math
-
Returns the negation of the argument, throwing an exception if the
result overflows an int
.
- negateExact(long) - Static method in class java.lang.Math
-
Returns the negation of the argument, throwing an exception if the
result overflows a long
.
- NEGATIVE_INFINITY - Static variable in class java.lang.Double
-
A constant holding the negative infinity of type
double
.
- NEGATIVE_INFINITY - Static variable in class java.lang.Float
-
A constant holding the negative infinity of type
float
.
- NegativeArraySizeException - Exception in java.lang
-
Thrown if an application tries to create an array with negative size.
- NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
-
Constructs a NegativeArraySizeException
with no
detail message.
- NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
-
Constructs a NegativeArraySizeException
with the
specified detail message.
- nested - Variable in exception javax.xml.stream.XMLStreamException
-
- NetPermission - Class in java.net
-
This class is for various network permissions.
- NetPermission(String) - Constructor for class java.net.NetPermission
-
Creates a new NetPermission with the specified name.
- NetPermission(String, String) - Constructor for class java.net.NetPermission
-
Creates a new NetPermission object with the specified name.
- NetworkChannel - Interface in java.nio.channels
-
A channel to a network socket.
- NetworkEvent - Class in com.codename1.io
-
Event containing more meta data for network events which may be error events or
an update for progress indication code.
- NetworkEvent(ConnectionRequest, Exception) - Constructor for class com.codename1.io.NetworkEvent
-
Constructs an event for an error message
- NetworkEvent(ConnectionRequest, int, String) - Constructor for class com.codename1.io.NetworkEvent
-
Constructs a response code even
- NetworkEvent(ConnectionRequest, int) - Constructor for class com.codename1.io.NetworkEvent
-
Constructs a network status update event used to update progress indicators
and application logic of the current state in the NetworkManager
- NetworkEvent(ConnectionRequest, Object) - Constructor for class com.codename1.io.NetworkEvent
-
Constructs a callback event from a connection request with some arbitrary associated meta data
- NetworkInterface - Class in java.net
-
This class represents a Network Interface made up of a name,
and a list of IP addresses assigned to this interface.
- networkInterface() - Method in class java.nio.channels.MembershipKey
-
Returns the network interface for which this membership key was created.
- NetworkManager - Class in com.codename1.io
-
Main entry point for managing the connection requests, this is essentially a
threaded queue that makes sure to route all connections via the network thread
while sending the callbacks through the Codename One EDT.
- NetworkManager() - Constructor for class com.codename1.io.NetworkManager
-
- NEW_TAI_LUE - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "New Tai Lue" Unicode character block.
- newAsynchronousFileChannel(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
-
Opens or creates a file for reading and/or writing, returning an
asynchronous file channel to access the file.
- newBufferedReader(Path, Charset) - Static method in class java.nio.file.Files
-
Opens a file for reading, returning a BufferedReader
that may be
used to read text from the file in an efficient manner.
- newBufferedReader(Path) - Static method in class java.nio.file.Files
-
Opens a file for reading, returning a BufferedReader
to read text
from the file in an efficient manner.
- newBufferedWriter(Path, Charset, OpenOption...) - Static method in class java.nio.file.Files
-
Opens or creates a file for writing, returning a BufferedWriter
that may be used to write text to the file in an efficient manner.
- newBufferedWriter(Path, OpenOption...) - Static method in class java.nio.file.Files
-
Opens or creates a file for writing, returning a BufferedWriter
to write text to the file in an efficient manner.
- newBuilder() - Static method in class java.nio.file.attribute.AclEntry
-
Constructs a new builder.
- newBuilder(AclEntry) - Static method in class java.nio.file.attribute.AclEntry
-
Constructs a new builder with the components of an existing ACL entry.
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class java.util.ResourceBundle.Control
-
Instantiates a resource bundle for the given bundle name of the
given format and locale, using the given class loader if
necessary.
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Static method in class java.nio.file.Files
-
Opens or creates a file, returning a seekable byte channel to access the
file.
- newByteChannel(Path, OpenOption...) - Static method in class java.nio.file.Files
-
Opens or creates a file, returning a seekable byte channel to access the
file.
- newByteChannel(T, Set<? extends OpenOption>, FileAttribute<?>...) - Method in interface java.nio.file.SecureDirectoryStream
-
Opens or creates a file in this directory, returning a seekable byte
channel to access the file.
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
-
Opens or creates a file, returning a seekable byte channel to access the
file.
- newCachedThreadPool() - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that creates new threads as needed, but
will reuse previously constructed threads when they are
available.
- newCachedThreadPool(ThreadFactory) - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that creates new threads as needed, but
will reuse previously constructed threads when they are
available, and uses the provided
ThreadFactory to create new threads when needed.
- newCall(RemoteObject, Operation[], int, long) - Method in interface java.rmi.server.RemoteRef
-
- newChannel(InputStream) - Static method in class java.nio.channels.Channels
-
Constructs a channel that reads bytes from the given stream.
- newChannel(OutputStream) - Static method in class java.nio.channels.Channels
-
Constructs a channel that writes bytes to the given stream.
- newCondition() - Method in interface java.util.concurrent.locks.Lock
-
Returns a new
Condition
instance that is bound to this
Lock
instance.
- newCondition() - Method in class java.util.concurrent.locks.ReentrantLock
-
- newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
-
Throws UnsupportedOperationException
because
ReadLocks
do not support conditions.
- newCondition() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
-
- newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
-
- newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
-
- newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
-
- newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
-
- newDecoder() - Method in class java.nio.charset.Charset
-
Constructs a new decoder for this charset.
- newDirectoryStream(Path) - Static method in class java.nio.file.Files
-
Opens a directory, returning a
DirectoryStream
to iterate over
all entries in the directory.
- newDirectoryStream(Path, String) - Static method in class java.nio.file.Files
-
Opens a directory, returning a
DirectoryStream
to iterate over
the entries in the directory.
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Static method in class java.nio.file.Files
-
Opens a directory, returning a
DirectoryStream
to iterate over
the entries in the directory.
- newDirectoryStream(T, LinkOption...) - Method in interface java.nio.file.SecureDirectoryStream
-
Opens the directory identified by the given path, returning a SecureDirectoryStream
to iterate over the entries in the directory.
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class java.nio.file.spi.FileSystemProvider
-
Opens a directory, returning a DirectoryStream
to iterate over
the entries in the directory.
- newDocument() - Method in class javax.xml.parsers.DocumentBuilder
-
Obtain a new instance of a DOM
Document
object
to build a DOM tree with.
- newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
-
Creates a new instance of a
DocumentBuilder
using the currently configured parameters.
- newDuration(String) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a Duration
specifying the Duration
as its string representation, "PnYnMnDTnHnMnS",
as defined in XML Schema 1.0 section 3.2.6.1.
- newDuration(long) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a Duration
specifying the Duration
as milliseconds.
- newDuration(boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a Duration
specifying the Duration
as isPositive, years, months, days, hours, minutes, seconds.
- newDuration(boolean, int, int, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a Duration
specifying the Duration
as isPositive, years, months, days, hours, minutes, seconds.
- newDurationDayTime(String) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationDayTime(long) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationDayTime(boolean, BigInteger, BigInteger, BigInteger, BigInteger) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationDayTime(boolean, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationYearMonth(String) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationYearMonth(long) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationYearMonth(boolean, BigInteger, BigInteger) - Method in class javax.xml.datatype.DatatypeFactory
-
- newDurationYearMonth(boolean, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
- newEncoder() - Method in class java.nio.charset.Charset
-
Constructs a new encoder for this charset.
- newFactory() - Static method in class javax.xml.stream.XMLEventFactory
-
Create a new instance of the factory.
- newFactory(String, ClassLoader) - Static method in class javax.xml.stream.XMLEventFactory
-
Create a new instance of the factory.
- newFactory() - Static method in class javax.xml.stream.XMLInputFactory
-
Create a new instance of the factory.
- newFactory(String, ClassLoader) - Static method in class javax.xml.stream.XMLInputFactory
-
Create a new instance of the factory.
- newFactory() - Static method in class javax.xml.stream.XMLOutputFactory
-
Create a new instance of the factory.
- newFactory(String, ClassLoader) - Static method in class javax.xml.stream.XMLOutputFactory
-
Create a new instance of the factory.
- newFactory(String) - Method in class javax.xml.validation.SchemaFactoryLoader
-
Creates a new
SchemaFactory
object for the specified
schema language.
- newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class java.nio.file.spi.FileSystemProvider
-
Opens or creates a file for reading and/or writing, returning a file
channel to access the file.
- newFileSystem(URI, Map<String, ?>) - Static method in class java.nio.file.FileSystems
-
Constructs a new file system that is identified by a
URI
- newFileSystem(URI, Map<String, ?>, ClassLoader) - Static method in class java.nio.file.FileSystems
-
Constructs a new file system that is identified by a
URI
- newFileSystem(Path, ClassLoader) - Static method in class java.nio.file.FileSystems
-
Constructs a new FileSystem
to access the contents of a file as a
file system.
- newFileSystem(URI, Map<String, ?>) - Method in class java.nio.file.spi.FileSystemProvider
-
Constructs a new FileSystem
object identified by a URI.
- newFileSystem(Path, Map<String, ?>) - Method in class java.nio.file.spi.FileSystemProvider
-
Constructs a new FileSystem
to access the contents of a file as a
file system.
- newFixedThreadPool(int) - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that reuses a fixed number of threads
operating off a shared unbounded queue.
- newFixedThreadPool(int, ThreadFactory) - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that reuses a fixed number of threads
operating off a shared unbounded queue, using the provided
ThreadFactory to create new threads when needed.
- newInputStream(ReadableByteChannel) - Static method in class java.nio.channels.Channels
-
Constructs a stream that reads bytes from the given channel.
- newInputStream(AsynchronousByteChannel) - Static method in class java.nio.channels.Channels
-
Constructs a stream that reads bytes from the given channel.
- newInputStream(Path, OpenOption...) - Static method in class java.nio.file.Files
-
Opens a file, returning an input stream to read from the file.
- newInputStream(Path, OpenOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Opens a file, returning an input stream to read from the file.
- newInstance() - Method in class java.lang.Class
-
Creates a new instance of the class represented by this Class
object.
- newInstance(Class<?>, int) - Static method in class java.lang.reflect.Array
-
Creates a new array with the specified component type and
length.
- newInstance(Class<?>, int...) - Static method in class java.lang.reflect.Array
-
Creates a new array
with the specified component type and dimensions.
- newInstance(Object...) - Method in class java.lang.reflect.Constructor
-
Uses the constructor represented by this Constructor
object to
create and initialize a new instance of the constructor's
declaring class, with the specified initialization parameters.
- newInstance(URL[], ClassLoader) - Static method in class java.net.URLClassLoader
-
Creates a new instance of URLClassLoader for the specified
URLs and parent class loader.
- newInstance(URL[]) - Static method in class java.net.URLClassLoader
-
Creates a new instance of URLClassLoader for the specified
URLs and default parent class loader.
- newInstance(ActivationID, ActivationDesc) - Method in interface java.rmi.activation.ActivationInstantiator
-
The activator calls an instantiator's newInstance
method in order to recreate in that group an object with the
activation identifier, id
, and descriptor,
desc
.
- newInstance(KeyStore, KeyStore.ProtectionParameter) - Static method in class java.security.KeyStore.Builder
-
Returns a new Builder that encapsulates the given KeyStore.
- newInstance(String, Provider, File, KeyStore.ProtectionParameter) - Static method in class java.security.KeyStore.Builder
-
Returns a new Builder object.
- newInstance(String, Provider, KeyStore.ProtectionParameter) - Static method in class java.security.KeyStore.Builder
-
Returns a new Builder object.
- newInstance(Object) - Method in class java.security.Provider.Service
-
Return a new instance of the implementation described by this
service.
- newInstance() - Static method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a DatatypeFactory
.
- newInstance(String, ClassLoader) - Static method in class javax.xml.datatype.DatatypeFactory
-
Obtain a new instance of a DatatypeFactory
from class name.
- newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
-
Obtain a new instance of a
DocumentBuilderFactory
.
- newInstance(String, ClassLoader) - Static method in class javax.xml.parsers.DocumentBuilderFactory
-
Obtain a new instance of a DocumentBuilderFactory
from class name.
- newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
-
Obtain a new instance of a SAXParserFactory
.
- newInstance(String, ClassLoader) - Static method in class javax.xml.parsers.SAXParserFactory
-
Obtain a new instance of a SAXParserFactory
from class name.
- newInstance() - Method in interface javax.xml.stream.util.XMLEventAllocator
-
This method creates an instance of the XMLEventAllocator.
- newInstance() - Static method in class javax.xml.stream.XMLEventFactory
-
- newInstance(String, ClassLoader) - Static method in class javax.xml.stream.XMLEventFactory
-
- newInstance() - Static method in class javax.xml.stream.XMLInputFactory
-
- newInstance(String, ClassLoader) - Static method in class javax.xml.stream.XMLInputFactory
-
- newInstance() - Static method in class javax.xml.stream.XMLOutputFactory
-
- newInstance(String, ClassLoader) - Static method in class javax.xml.stream.XMLOutputFactory
-
- newInstance() - Static method in class javax.xml.transform.TransformerFactory
-
Obtain a new instance of a TransformerFactory
.
- newInstance(String, ClassLoader) - Static method in class javax.xml.transform.TransformerFactory
-
Obtain a new instance of a TransformerFactory
from factory class name.
- newInstance(String) - Static method in class javax.xml.validation.SchemaFactory
-
Lookup an implementation of the SchemaFactory
that supports the specified
schema language and return it.
- newInstance(String, String, ClassLoader) - Static method in class javax.xml.validation.SchemaFactory
-
Obtain a new instance of a SchemaFactory
from class name.
- newInstance() - Static method in class javax.xml.xpath.XPathFactory
-
- newInstance(String) - Static method in class javax.xml.xpath.XPathFactory
-
Get a new XPathFactory
instance using the specified object model.
- newInstance(String, String, ClassLoader) - Static method in class javax.xml.xpath.XPathFactory
-
Obtain a new instance of a XPathFactory
from a factory class name.
- newInstance() - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
Obtain a new instance of a DOMImplementationRegistry
.
- newKeySet() - Static method in class java.util.concurrent.ConcurrentHashMap
-
Creates a new
Set
backed by a ConcurrentHashMap
from the given type to
Boolean.TRUE
.
- newKeySet(int) - Static method in class java.util.concurrent.ConcurrentHashMap
-
Creates a new
Set
backed by a ConcurrentHashMap
from the given type to
Boolean.TRUE
.
- newLine() - Method in class java.io.BufferedWriter
-
Writes a line separator.
- newmodel - Variable in class java.awt.image.RGBImageFilter
-
The ColorModel
with which to
replace origmodel
when the user calls
substituteColorModel
.
- newOutputStream(WritableByteChannel) - Static method in class java.nio.channels.Channels
-
Constructs a stream that writes bytes to the given channel.
- newOutputStream(AsynchronousByteChannel) - Static method in class java.nio.channels.Channels
-
Constructs a stream that writes bytes to the given channel.
- newOutputStream(Path, OpenOption...) - Static method in class java.nio.file.Files
-
Opens or creates a file, returning an output stream that may be used to
write bytes to the file.
- newOutputStream(Path, OpenOption...) - Method in class java.nio.file.spi.FileSystemProvider
-
Opens or creates a file, returning an output stream that may be used to
write bytes to the file.
- newPacker() - Static method in class java.util.jar.Pack200
-
Obtain new instance of a class that implements Packer.
- newPermissionCollection() - Method in class java.io.FilePermission
-
Returns a new PermissionCollection object for storing FilePermission
objects.
- newPermissionCollection() - Method in class java.net.SocketPermission
-
Returns a new PermissionCollection object for storing SocketPermission
objects.
- newPermissionCollection() - Method in class java.security.AllPermission
-
Returns a new PermissionCollection object for storing AllPermission
objects.
- newPermissionCollection() - Method in class java.security.BasicPermission
-
Returns a new PermissionCollection object for storing BasicPermission
objects.
- newPermissionCollection() - Method in class java.security.Permission
-
Returns an empty PermissionCollection for a given Permission object, or null if
one is not defined.
- newPermissionCollection() - Method in class java.security.UnresolvedPermission
-
Returns a new PermissionCollection object for storing
UnresolvedPermission objects.
- newPermissionCollection() - Method in class java.util.PropertyPermission
-
Returns a new PermissionCollection object for storing
PropertyPermission objects.
- newPermissionCollection() - Method in class javax.microedition.xlet.ixc.IxcPermission
-
- newPermissionCollection() - Method in class javax.security.auth.PrivateCredentialPermission
-
Return a homogeneous collection of PrivateCredentialPermissions
in a PermissionCollection
.
- newPixels() - Method in class java.awt.image.MemoryImageSource
-
Sends a whole new buffer of pixels to any ImageConsumers that
are currently interested in the data for this image and notify
them that an animation frame is complete.
- newPixels(int, int, int, int) - Method in class java.awt.image.MemoryImageSource
-
Sends a rectangular region of the buffer of pixels to any
ImageConsumers that are currently interested in the data for
this image and notify them that an animation frame is complete.
- newPixels(int, int, int, int, boolean) - Method in class java.awt.image.MemoryImageSource
-
Sends a rectangular region of the buffer of pixels to any
ImageConsumers that are currently interested in the data for
this image.
- newPixels(byte[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
-
Changes to a new byte array to hold the pixels for this image.
- newPixels(int[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
-
Changes to a new int array to hold the pixels for this image.
- newProxyInstance(ClassLoader, Class<?>[], InvocationHandler) - Static method in class java.lang.reflect.Proxy
-
Returns an instance of a proxy class for the specified interfaces
that dispatches method invocations to the specified invocation
handler.
- newReader(ReadableByteChannel, CharsetDecoder, int) - Static method in class java.nio.channels.Channels
-
Constructs a reader that decodes bytes from the given channel using the
given decoder.
- newReader(ReadableByteChannel, String) - Static method in class java.nio.channels.Channels
-
Constructs a reader that decodes bytes from the given channel according
to the named charset.
- newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
-
Creates a new instance of a SAXParser using the currently
configured factory parameters.
- newScheduledThreadPool(int) - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that can schedule commands to run after a
given delay, or to execute periodically.
- newScheduledThreadPool(int, ThreadFactory) - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that can schedule commands to run after a
given delay, or to execute periodically.
- newSchema(Source) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified source as a schema and returns it as a schema.
- newSchema(File) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified File
as a schema and returns it as a Schema
.
- newSchema(URL) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified URL
as a schema and returns it as a Schema
.
- newSchema(Source[]) - Method in class javax.xml.validation.SchemaFactory
-
Parses the specified source(s) as a schema and returns it as a schema.
- newSchema() - Method in class javax.xml.validation.SchemaFactory
-
Creates a special
Schema
object.
- newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
-
Returns a set backed by the specified map.
- newSingleThreadExecutor() - Static method in class java.util.concurrent.Executors
-
Creates an Executor that uses a single worker thread operating
off an unbounded queue.
- newSingleThreadExecutor(ThreadFactory) - Static method in class java.util.concurrent.Executors
-
Creates an Executor that uses a single worker thread operating
off an unbounded queue, and uses the provided ThreadFactory to
create a new thread when needed.
- newSingleThreadScheduledExecutor() - Static method in class java.util.concurrent.Executors
-
Creates a single-threaded executor that can schedule commands
to run after a given delay, or to execute periodically.
- newSingleThreadScheduledExecutor(ThreadFactory) - Static method in class java.util.concurrent.Executors
-
Creates a single-threaded executor that can schedule commands
to run after a given delay, or to execute periodically.
- newTaskFor(Runnable, T) - Method in class java.util.concurrent.AbstractExecutorService
-
Returns a RunnableFuture
for the given runnable and default
value.
- newTaskFor(Callable<T>) - Method in class java.util.concurrent.AbstractExecutorService
-
Returns a RunnableFuture
for the given callable task.
- newTaskFor(Runnable, T) - Method in class java.util.concurrent.ForkJoinPool
-
- newTaskFor(Callable<T>) - Method in class java.util.concurrent.ForkJoinPool
-
- newTemplates(Source) - Method in class javax.xml.transform.TransformerFactory
-
Process the Source into a Templates object, which is a
a compiled representation of the source.
- newTemplatesHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TemplatesHandler object that can process SAX
ContentHandler events into a Templates object.
- newThread(ForkJoinPool) - Method in interface java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory
-
Returns a new worker thread operating in the given pool.
- newThread(Runnable) - Method in interface java.util.concurrent.ThreadFactory
-
Constructs a new Thread
.
- newTransformer() - Method in interface javax.xml.transform.Templates
-
Create a new transformation context for this Templates object.
- newTransformer(Source) - Method in class javax.xml.transform.TransformerFactory
-
Process the Source
into a Transformer
Object
.
- newTransformer() - Method in class javax.xml.transform.TransformerFactory
-
Create a new Transformer
that performs a copy
of the Source
to the Result
.
- newTransformerHandler(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
- newTransformerHandler(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
- newTransformerHandler() - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Get a TransformerHandler object that can process SAX
ContentHandler events into a Result.
- newUnpacker() - Static method in class java.util.jar.Pack200
-
Obtain new instance of a class that implements Unpacker.
- newUpdater(Class<U>, String) - Static method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Creates and returns an updater for objects with the given field.
- newUpdater(Class<U>, String) - Static method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Creates and returns an updater for objects with the given field.
- newUpdater(Class<U>, Class<W>, String) - Static method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
-
Creates and returns an updater for objects with the given field.
- newValidator() - Method in class javax.xml.validation.Schema
-
- newValidatorHandler() - Method in class javax.xml.validation.Schema
-
- newWatchService() - Method in class java.nio.file.FileSystem
-
- newWorkStealingPool(int) - Static method in class java.util.concurrent.Executors
-
Creates a thread pool that maintains enough threads to support
the given parallelism level, and may use multiple queues to
reduce contention.
- newWorkStealingPool() - Static method in class java.util.concurrent.Executors
-
- newWriter(WritableByteChannel, CharsetEncoder, int) - Static method in class java.nio.channels.Channels
-
Constructs a writer that encodes characters using the given encoder and
writes the resulting bytes to the given channel.
- newWriter(WritableByteChannel, String) - Static method in class java.nio.channels.Channels
-
Constructs a writer that encodes characters according to the named
charset and writes the resulting bytes to the given channel.
- newXMLFilter(Source) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Create an XMLFilter that uses the given Source as the
transformation instructions.
- newXMLFilter(Templates) - Method in class javax.xml.transform.sax.SAXTransformerFactory
-
Create an XMLFilter, based on the Templates argument..
- newXMLGregorianCalendar() - Method in class javax.xml.datatype.DatatypeFactory
-
Create a new instance of an XMLGregorianCalendar
.
- newXMLGregorianCalendar(String) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a new XMLGregorianCalendar by parsing the String as a lexical representation.
- newXMLGregorianCalendar(GregorianCalendar) - Method in class javax.xml.datatype.DatatypeFactory
-
- newXMLGregorianCalendar(BigInteger, int, int, int, int, int, BigDecimal, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Constructor allowing for complete value spaces allowed by
W3C XML Schema 1.0 recommendation for xsd:dateTime and related
builtin datatypes.
- newXMLGregorianCalendar(int, int, int, int, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Constructor of value spaces that a
java.util.GregorianCalendar
instance would need to convert to an
XMLGregorianCalendar
instance.
- newXMLGregorianCalendarDate(int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java representation of XML Schema builtin datatype date
or g*
.
- newXMLGregorianCalendarTime(int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java instance of XML Schema builtin datatype time
.
- newXMLGregorianCalendarTime(int, int, int, BigDecimal, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java instance of XML Schema builtin datatype time.
- newXMLGregorianCalendarTime(int, int, int, int, int) - Method in class javax.xml.datatype.DatatypeFactory
-
Create a Java instance of XML Schema builtin datatype time.
- newXPath() - Method in class javax.xml.xpath.XPathFactory
-
Return a new XPath
using the underlying object
model determined when the XPathFactory
was instantiated.
- next() - Method in interface com.codename1.db.Cursor
-
Moves the cursor to the next row.
- next(int) - Method in class java.security.SecureRandom
-
Generates an integer containing the user-specified number of
pseudo-random bits (right justified, with leading zeros).
- next() - Method in interface java.sql.ResultSet
-
Moves the cursor forward one row from its current position.
- next(int) - Method in class java.text.BreakIterator
-
Returns the nth boundary from the current boundary.
- next() - Method in class java.text.BreakIterator
-
Returns the boundary following the current boundary.
- 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.CollationElementIterator
-
Get the next collation element in the string.
- next() - Method in class java.text.StringCharacterIterator
-
Implements CharacterIterator.next() for String.
- next(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the next day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week after the date being adjusted.
- next(int) - Method in class java.util.concurrent.ThreadLocalRandom
-
- next() - Method in interface java.util.Iterator
-
Returns the next element in the iteration.
- next() - Method in interface java.util.ListIterator
-
Returns the next element in the list and advances the cursor position.
- next() - Method in interface java.util.PrimitiveIterator.OfDouble
-
Returns the next element in the iteration.
- next() - Method in interface java.util.PrimitiveIterator.OfInt
-
Returns the next element in the iteration.
- next() - Method in interface java.util.PrimitiveIterator.OfLong
-
Returns the next element in the iteration.
- next(int) - Method in class java.util.Random
-
Generates the next pseudorandom number.
- next() - Method in class java.util.Scanner
-
Finds and returns the next complete token from this scanner.
- next(String) - Method in class java.util.Scanner
-
Returns the next token if it matches the pattern constructed from the
specified string.
- next(Pattern) - Method in class java.util.Scanner
-
Returns the next token if it matches the specified pattern.
- next() - Method in class javax.xml.stream.util.EventReaderDelegate
-
- next() - Method in class javax.xml.stream.util.StreamReaderDelegate
-
- next() - Method in interface javax.xml.stream.XMLStreamReader
-
Get next parsing event - a processor may return all contiguous
character data in a single chunk, or it may split it into several chunks.
- next_in - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- next_in_index - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- next_out - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- next_out_index - Variable in class com.codename1.io.gzip.ZStream
-
Deprecated.
- nextAfter(double, double) - Static method in class java.lang.Math
-
Returns the floating-point number adjacent to the first
argument in the direction of the second argument.
- nextAfter(float, double) - Static method in class java.lang.Math
-
Returns the floating-point number adjacent to the first
argument in the direction of the second argument.
- nextAfter(double, double) - Static method in class java.lang.StrictMath
-
Returns the floating-point number adjacent to the first
argument in the direction of the second argument.
- nextAfter(float, double) - Static method in class java.lang.StrictMath
-
Returns the floating-point number adjacent to the first
argument in the direction of the second argument.
- nextBigDecimal() - Method in class java.util.Scanner
-
Scans the next token of the input as a
BigDecimal
.
- nextBigInteger() - Method in class java.util.Scanner
-
Scans the next token of the input as a
BigInteger
.
- nextBigInteger(int) - Method in class java.util.Scanner
-
Scans the next token of the input as a
BigInteger
.
- nextBoolean() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom boolean
value.
- nextBoolean() - Method in class java.util.Random
-
Returns the next pseudorandom, uniformly distributed
boolean
value from this random number generator's
sequence.
- nextBoolean() - Method in class java.util.Scanner
-
Scans the next token of the input into a boolean value and returns
that value.
- nextBoolean() - Method in class java.util.SplittableRandom
-
Returns a pseudorandom boolean
value.
- nextByte() - Method in class java.util.Scanner
-
Scans the next token of the input as a byte.
- nextByte(int) - Method in class java.util.Scanner
-
Scans the next token of the input as a byte.
- nextBytes(byte[]) - Method in class java.security.SecureRandom
-
Generates a user-specified number of random bytes.
- nextBytes(byte[]) - Method in class java.util.Random
-
Generates random bytes and places them into a user-supplied
byte array.
- nextClearBit(int) - Method in class java.util.BitSet
-
Returns the index of the first bit that is set to false
that occurs on or after the specified starting index.
- nextComplete() - Method in class java.util.concurrent.CountedCompleter
-
- nextDouble(double) - Static method in class java.text.ChoiceFormat
-
Finds the least double greater than d
.
- nextDouble(double, boolean) - Static method in class java.text.ChoiceFormat
-
Finds the least double greater than d
(if positive
is
true
), or the greatest double less than d
(if
positive
is false
).
- nextDouble() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom double
value between zero
(inclusive) and one (exclusive).
- nextDouble(double) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom double
value between 0.0
(inclusive) and the specified bound (exclusive).
- nextDouble(double, double) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom double
value between the specified
origin (inclusive) and bound (exclusive).
- nextDouble() - Method in interface java.util.PrimitiveIterator.OfDouble
-
Returns the next double
element in the iteration.
- nextDouble() - Method in class java.util.Random
-
Returns the next pseudorandom, uniformly distributed
double
value between 0.0
and
1.0
from this random number generator's sequence.
- nextDouble() - Method in class java.util.Scanner
-
Scans the next token of the input as a double.
- nextDouble() - Method in class java.util.SplittableRandom
-
Returns a pseudorandom double
value between zero
(inclusive) and one (exclusive).
- nextDouble(double) - Method in class java.util.SplittableRandom
-
Returns a pseudorandom double
value between 0.0
(inclusive) and the specified bound (exclusive).
- nextDouble(double, double) - Method in class java.util.SplittableRandom
-
Returns a pseudorandom double
value between the specified
origin (inclusive) and bound (exclusive).
- nextDown(double) - Static method in class java.lang.Math
-
Returns the floating-point value adjacent to d
in
the direction of negative infinity.
- nextDown(float) - Static method in class java.lang.Math
-
Returns the floating-point value adjacent to f
in
the direction of negative infinity.
- nextDown(double) - Static method in class java.lang.StrictMath
-
Returns the floating-point value adjacent to d
in
the direction of negative infinity.
- nextDown(float) - Static method in class java.lang.StrictMath
-
Returns the floating-point value adjacent to f
in
the direction of negative infinity.
- nextElement() - Method in interface java.util.Enumeration
-
Returns the next element of this enumeration if this enumeration
object has at least one more element to provide.
- nextElement() - Method in class java.util.StringTokenizer
-
Returns the same value as the nextToken
method,
except that its declared return value is Object
rather than
String
.
- nextEvent() - Method in class javax.xml.stream.util.EventReaderDelegate
-
- nextEvent() - Method in interface javax.xml.stream.XMLEventReader
-
Get the next XMLEvent
- nextFloat() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom float
value between zero
(inclusive) and one (exclusive).
- nextFloat() - Method in class java.util.Random
-
Returns the next pseudorandom, uniformly distributed float
value between 0.0
and 1.0
from this random
number generator's sequence.
- nextFloat() - Method in class java.util.Scanner
-
Scans the next token of the input as a float.
- nextFocus() - Method in class java.awt.Component
-
- nextGaussian() - Method in class java.util.concurrent.ThreadLocalRandom
-
- nextGaussian() - Method in class java.util.Random
-
Returns the next pseudorandom, Gaussian ("normally") distributed
double
value with mean 0.0
and standard
deviation 1.0
from this random number generator's sequence.
- nextIndex() - Method in interface java.util.ListIterator
-
Returns the index of the element that would be returned by a
subsequent call to
ListIterator.next()
.
- nextInt() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom int
value.
- nextInt(int) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom int
value between zero (inclusive)
and the specified bound (exclusive).
- nextInt(int, int) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom int
value between the specified
origin (inclusive) and the specified bound (exclusive).
- nextInt() - Method in interface java.util.PrimitiveIterator.OfInt
-
Returns the next int
element in the iteration.
- nextInt() - Method in class java.util.Random
-
Returns the next pseudorandom, uniformly distributed int
value from this random number generator's sequence.
- nextInt(int) - Method in class java.util.Random
-
Returns a pseudorandom, uniformly distributed int
value
between 0 (inclusive) and the specified value (exclusive), drawn from
this random number generator's sequence.
- nextInt() - Method in class java.util.Scanner
-
Scans the next token of the input as an int.
- nextInt(int) - Method in class java.util.Scanner
-
Scans the next token of the input as an int.
- nextInt() - Method in class java.util.SplittableRandom
-
Returns a pseudorandom int
value.
- nextInt(int) - Method in class java.util.SplittableRandom
-
Returns a pseudorandom int
value between zero (inclusive)
and the specified bound (exclusive).
- nextInt(int, int) - Method in class java.util.SplittableRandom
-
Returns a pseudorandom int
value between the specified
origin (inclusive) and the specified bound (exclusive).
- nextLine() - Method in class java.util.Scanner
-
Advances this scanner past the current line and returns the input
that was skipped.
- nextLong() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom long
value.
- nextLong(long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom long
value between zero (inclusive)
and the specified bound (exclusive).
- nextLong(long, long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a pseudorandom long
value between the specified
origin (inclusive) and the specified bound (exclusive).
- nextLong() - Method in interface java.util.PrimitiveIterator.OfLong
-
Returns the next long
element in the iteration.
- nextLong() - Method in class java.util.Random
-
Returns the next pseudorandom, uniformly distributed long
value from this random number generator's sequence.
- nextLong() - Method in class java.util.Scanner
-
Scans the next token of the input as a long.
- nextLong(int) - Method in class java.util.Scanner
-
Scans the next token of the input as a long.
- nextLong() - Method in class java.util.SplittableRandom
-
Returns a pseudorandom long
value.
- nextLong(long) - Method in class java.util.SplittableRandom
-
Returns a pseudorandom long
value between zero (inclusive)
and the specified bound (exclusive).
- nextLong(long, long) - Method in class java.util.SplittableRandom
-
Returns a pseudorandom long
value between the specified
origin (inclusive) and the specified bound (exclusive).
- nextOrSame(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the next-or-same day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week after the date being adjusted
unless it is already on that day in which case the same object is returned.
- nextProbablePrime() - Method in class java.math.BigInteger
-
Returns the first integer greater than this BigInteger
that
is probably prime.
- nextSetBit(int) - Method in class java.util.BitSet
-
Returns the index of the first bit that is set to true
that occurs on or after the specified starting index.
- nextShort() - Method in class java.util.Scanner
-
Scans the next token of the input as a short.
- nextShort(int) - Method in class java.util.Scanner
-
Scans the next token of the input as a short.
- nextTag() - Method in class javax.xml.stream.util.EventReaderDelegate
-
- nextTag() - Method in class javax.xml.stream.util.StreamReaderDelegate
-
- nextTag() - Method in interface javax.xml.stream.XMLEventReader
-
Skips any insignificant space events until a START_ELEMENT or
END_ELEMENT is reached.
- nextTag() - Method in interface javax.xml.stream.XMLStreamReader
-
Skips any white space (isWhiteSpace() returns true), COMMENT,
or PROCESSING_INSTRUCTION,
until a START_ELEMENT or END_ELEMENT is reached.
- nextToken() - Method in class java.io.StreamTokenizer
-
Parses the next token from the input stream of this tokenizer.
- nextToken() - Method in class java.util.StringTokenizer
-
Returns the next token from this string tokenizer.
- nextToken(String) - Method in class java.util.StringTokenizer
-
Returns the next token in this string tokenizer's string.
- nextTransition(Instant) - Method in class java.time.zone.ZoneRules
-
Gets the next transition after the specified instant.
- nextUp(double) - Static method in class java.lang.Math
-
Returns the floating-point value adjacent to d
in
the direction of positive infinity.
- nextUp(float) - Static method in class java.lang.Math
-
Returns the floating-point value adjacent to f
in
the direction of positive infinity.
- nextUp(double) - Static method in class java.lang.StrictMath
-
Returns the floating-point value adjacent to d
in
the direction of positive infinity.
- nextUp(float) - Static method in class java.lang.StrictMath
-
Returns the floating-point value adjacent to f
in
the direction of positive infinity.
- NKO - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "NKo" Unicode character block.
- NO - Static variable in class javax.security.auth.callback.ConfirmationCallback
-
NO option.
- NO_COMPRESSION - Static variable in class java.util.zip.Deflater
-
Compression level for no compression.
- NO_DATA_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
-
If data is specified for a Node
which does not support
data.
- NO_DECOMPOSITION - Static variable in class java.text.Collator
-
Decomposition mode value.
- NO_FIELDS - Static variable in class java.io.ObjectStreamClass
-
serialPersistentFields value indicating no serializable fields
- NO_FLUSH - Static variable in class java.util.zip.Deflater
-
Compression flush mode used to achieve best compression result.
- NO_GENERATED_KEYS - Static variable in interface java.sql.Statement
-
The constant indicating that generated keys should not be made
available for retrieval.
- NO_MODIFICATION_ALLOWED_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to modify an object where modifications are not
allowed.
- NO_PROXY - Static variable in class java.net.Proxy
-
A proxy setting that represents a DIRECT
connection,
basically telling the protocol handler not to use any proxying.
- NOBUTTON - Static variable in class java.awt.event.MouseEvent
-
- NoClassDefFoundError - Error in java.lang
-
Thrown if the Java Virtual Machine or a ClassLoader
instance
tries to load in the definition of a class (as part of a normal method call
or as part of creating a new instance using the new
expression)
and no definition of the class could be found.
- NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
-
Constructs a NoClassDefFoundError
with no detail message.
- NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
-
Constructs a NoClassDefFoundError
with the specified
detail message.
- node() - Method in class java.util.UUID
-
The node value associated with this UUID.
- NODE - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 NodeSet data type.
- Node - Interface in org.w3c.dom
-
The Node
interface is the primary datatype for the entire
Document Object Model.
- NODE_ADOPTED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is adopted, using Document.adoptNode()
.
- NODE_CLONED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is cloned, using Node.cloneNode()
.
- NODE_DELETED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is deleted.
- NODE_IMPORTED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is imported, using Document.importNode()
.
- NODE_RENAMED - Static variable in interface org.w3c.dom.UserDataHandler
-
The node is renamed, using Document.renameNode()
.
- NodeList - Interface in org.w3c.dom
-
The NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.
- NODESET - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 NodeSet data type.
- NON_PREDICTIVE - Static variable in class com.codename1.ui.TextArea
-
Indicates that the text entered does not consist of words that are
likely to be found in dictionaries typically used by predictive input
schemes.
- NON_PREDICTIVE - Static variable in class com.sun.lwuit.TextArea
-
Indicates that the text entered does not consist of words that are
likely to be found in dictionaries typically used by predictive input
schemes.
- NON_SPACING_MARK - Static variable in class java.lang.Character
-
General category "Mn" in the Unicode specification.
- NONE - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- noneMatch(DoublePredicate) - Method in interface java.util.stream.DoubleStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(IntPredicate) - Method in interface java.util.stream.IntStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(LongPredicate) - Method in interface java.util.stream.LongStream
-
Returns whether no elements of this stream match the provided predicate.
- noneMatch(Predicate<? super T>) - Method in interface java.util.stream.Stream
-
Returns whether no elements of this stream match the provided predicate.
- noneOf(Class<E>) - Static method in class java.util.EnumSet
-
Creates an empty enum set with the specified element type.
- nonNull(Object) - Static method in class java.util.Objects
-
Returns true
if the provided reference is non-null
otherwise returns false
.
- NONNULL - Static variable in interface java.util.Spliterator
-
Characteristic value signifying that the source guarantees that
encountered elements will not be null
.
- NOON - Static variable in class java.time.LocalTime
-
The time of noon in the middle of the day, '12:00'.
- NORM_PRIORITY - Static variable in class java.lang.Thread
-
The default priority that is assigned to a thread.
- normalize() - Method in class java.net.URI
-
Normalizes this URI's path.
- normalize() - Method in interface java.nio.file.Path
-
Returns a path that is this path with redundant name elements eliminated.
- normalize(CharSequence, Normalizer.Form) - Static method in class java.text.Normalizer
-
Normalize a sequence of char values.
- normalize() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Normalize this instance to UTC.
- normalize() - Method in interface org.w3c.dom.Node
-
Puts all Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text
nodes, i.e., there are neither adjacent
Text
nodes nor empty Text
nodes.
- normalized() - Method in interface java.time.chrono.ChronoPeriod
-
Returns a copy of this period with the amounts of each unit normalized.
- normalized() - Method in class java.time.Period
-
Returns a copy of this period with the years and months normalized.
- normalized() - Method in class java.time.ZoneId
-
Normalizes the time-zone ID, returning a ZoneOffset
where possible.
- normalizeDocument() - Method in interface org.w3c.dom.Document
-
This method acts as if the document was going through a save and load
cycle, putting the document in a "normal" form.
- Normalizer - Class in java.text
-
This class provides the method normalize
which transforms Unicode
text into an equivalent composed or decomposed form, allowing for easier
sorting and searching of text.
- Normalizer.Form - Enum in java.text
-
- normalizeWith(Calendar) - Method in class javax.xml.datatype.Duration
-
Converts the years and months fields into the days field
by using a specific time instant as the reference point.
- NoRouteToHostException - Exception in java.net
-
Signals that an error occurred while attempting to connect a
socket to a remote address and port.
- NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
-
Constructs a new NoRouteToHostException with the specified detail
message as to why the remote host cannot be reached.
- NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
-
Construct a new NoRouteToHostException with no detailed message.
- NORTH - Static variable in class com.codename1.ui.layouts.BorderLayout
-
The north layout constraint (top of container).
- NORTH - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- NORTH - Static variable in class com.codename1.ui.layouts.GroupLayout
-
Compass-direction North (up).
- NORTH - Static variable in class com.sun.lwuit.layouts.BorderLayout
-
The north layout constraint (top of container).
- NORTH - Static variable in class com.sun.lwuit.layouts.GroupLayout
-
Compass-direction North (up).
- NORTHEAST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- NORTHWEST - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- NoSuchAlgorithmException - Exception in java.security
-
This exception is thrown when a particular cryptographic algorithm is
requested but is not available in the environment.
- NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
-
Constructs a NoSuchAlgorithmException with no detail
message.
- NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
-
Constructs a NoSuchAlgorithmException with the specified
detail message.
- NoSuchAlgorithmException(String, Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
-
Creates a NoSuchAlgorithmException
with the specified
detail message and cause.
- NoSuchAlgorithmException(Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
-
Creates a NoSuchAlgorithmException
with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- NoSuchElementException - Exception in java.util
-
Thrown by various accessor methods to indicate that the element being requested
does not exist.
- NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
-
Constructs a NoSuchElementException
with null
as its error message string.
- NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
-
Constructs a NoSuchElementException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.
- NoSuchFieldError - Error in java.lang
-
Thrown if an application tries to access or modify a specified
field of an object, and that object no longer has that field.
- NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
-
Constructs a NoSuchFieldError
with no detail message.
- NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
-
Constructs a NoSuchFieldError
with the specified
detail message.
- NoSuchFieldException - Exception in java.lang
-
Signals that the class doesn't have a field of a specified name.
- NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
-
Constructor.
- NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
-
Constructor with a detail message.
- NoSuchFileException - Exception in java.nio.file
-
Checked exception thrown when an attempt is made to access a file that does
not exist.
- NoSuchFileException(String) - Constructor for exception java.nio.file.NoSuchFileException
-
Constructs an instance of this class.
- NoSuchFileException(String, String, String) - Constructor for exception java.nio.file.NoSuchFileException
-
Constructs an instance of this class.
- NoSuchMethodError - Error in java.lang
-
Thrown if an application tries to call a specified method of a
class (either static or instance), and that class no longer has a
definition of that method.
- NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
-
Constructs a NoSuchMethodError
with no detail message.
- NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
-
Constructs a NoSuchMethodError
with the
specified detail message.
- NoSuchMethodException - Exception in java.lang
-
Thrown when a particular method cannot be found.
- NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
-
Constructs a NoSuchMethodException
without a detail message.
- NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
-
Constructs a NoSuchMethodException
with a detail message.
- NoSuchObjectException - Exception in java.rmi
-
A NoSuchObjectException
is thrown if an attempt is made to
invoke a method on an object that no longer exists in the remote virtual
machine.
- NoSuchObjectException(String) - Constructor for exception java.rmi.NoSuchObjectException
-
Constructs a NoSuchObjectException
with the specified
detail message.
- NoSuchPaddingException - Exception in javax.crypto
-
This exception is thrown when a particular padding mechanism is
requested but is not available in the environment.
- NoSuchPaddingException() - Constructor for exception javax.crypto.NoSuchPaddingException
-
Constructs a NoSuchPaddingException with no detail
message.
- NoSuchPaddingException(String) - Constructor for exception javax.crypto.NoSuchPaddingException
-
Constructs a NoSuchPaddingException with the specified
detail message.
- NoSuchProviderException - Exception in java.security
-
This exception is thrown when a particular security provider is
requested but is not available in the environment.
- NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
-
Constructs a NoSuchProviderException with no detail message.
- NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
-
Constructs a NoSuchProviderException with the specified detail
message.
- not() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (~this)
.
- NOT_FOUND_ERR - Static variable in exception org.w3c.dom.DOMException
-
If an attempt is made to reference a Node
in a context
where it does not exist.
- NOT_SUPPORTED_ERR - Static variable in exception org.w3c.dom.DOMException
-
If the implementation does not support the requested type of object or
operation.
- NotActiveException - Exception in java.io
-
Thrown when serialization or deserialization is not active.
- NotActiveException(String) - Constructor for exception java.io.NotActiveException
-
Constructor to create a new NotActiveException with the reason given.
- NotActiveException() - Constructor for exception java.io.NotActiveException
-
Constructor to create a new NotActiveException without a reason.
- Notation - Interface in org.w3c.dom
-
This interface represents a notation declared in the DTD.
- NOTATION_DECLARATION - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates a Notation
- NOTATION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a Notation
.
- notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
-
Receive notification of a notation declaration event.
- notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of a notation declaration.
- notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a notation declaration.
- notationDecl(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a notation declaration event.
- NotationDeclaration - Interface in javax.xml.stream.events
-
An interface for handling Notation Declarations
Receive notification of a notation declaration event.
- NotBoundException - Exception in java.rmi
-
A NotBoundException
is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding.
- NotBoundException - Class in java.rmi
-
A NotBoundException
is thrown if an attempt
is made to lookup or unbind in the registry a name that has
no associated binding.
- NotBoundException() - Constructor for exception java.rmi.NotBoundException
-
Constructs a NotBoundException
with no
specified detail message.
- NotBoundException(String) - Constructor for exception java.rmi.NotBoundException
-
Constructs a NotBoundException
with the specified
detail message.
- NotDirectoryException - Exception in java.nio.file
-
Checked exception thrown when a file system operation, intended for a
directory, fails because the file is not a directory.
- NotDirectoryException(String) - Constructor for exception java.nio.file.NotDirectoryException
-
Constructs an instance of this class.
- notExists(Path, LinkOption...) - Static method in class java.nio.file.Files
-
Tests whether the file located by this path does not exist.
- notifier - Variable in class java.awt.event.InvocationEvent
-
The (potentially null) Object whose notifyAll() method will be called
immediately after the Runnable.run() method returns.
- notify() - Method in class java.lang.Object
-
Wakes up a single thread that is waiting on this object's
monitor.
- notifyAll() - Method in class java.lang.Object
-
Wakes up all threads that are waiting on this object's monitor.
- notifyDestroyed() - Method in interface javax.microedition.xlet.XletContext
-
- notifyError(int, String, String, String, String) - Method in class com.codename1.xml.XMLParser
-
A utility method used to notify an error to the ParserCallback and throw an IllegalArgumentException if parsingError returned false
- notifyObservers() - Method in class java.util.Observable
-
If this object has changed, as indicated by the
hasChanged
method, then notify all of its observers
and then call the clearChanged
method to
indicate that this object has no longer changed.
- notifyObservers(Object) - Method in class java.util.Observable
-
If this object has changed, as indicated by the
hasChanged
method, then notify all of its observers
and then call the clearChanged
method to indicate
that this object has no longer changed.
- notifyPaused() - Method in interface javax.microedition.xlet.XletContext
-
- notifyStatusBar(String, String, String, boolean, boolean) - Method in class com.codename1.ui.Display
-
- notifyStatusBar(String, String, String, boolean, boolean, Hashtable) - Method in class com.codename1.ui.Display
-
Place a notification on the device status bar (if device has this
functionality).
- NotLinkException - Exception in java.nio.file
-
Checked exception thrown when a file system operation fails because a file
is not a symbolic link.
- NotLinkException(String) - Constructor for exception java.nio.file.NotLinkException
-
Constructs an instance of this class.
- NotLinkException(String, String, String) - Constructor for exception java.nio.file.NotLinkException
-
Constructs an instance of this class.
- NotSerializableException - Exception in java.io
-
Thrown when an instance is required to have a Serializable interface.
- NotSerializableException(String) - Constructor for exception java.io.NotSerializableException
-
Constructs a NotSerializableException object with message string.
- NotSerializableException() - Constructor for exception java.io.NotSerializableException
-
Constructs a NotSerializableException object.
- NOVEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the
eleventh month of the year in the Gregorian and Julian calendars.
- NOVEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
-
Value for eleven month of year.
- now() - Static method in class java.time.chrono.HijrahDate
-
Obtains the current HijrahDate
of the Islamic Umm Al-Qura calendar
in the default time-zone.
- now(ZoneId) - Static method in class java.time.chrono.HijrahDate
-
Obtains the current HijrahDate
of the Islamic Umm Al-Qura calendar
in the specified time-zone.
- now(Clock) - Static method in class java.time.chrono.HijrahDate
-
Obtains the current HijrahDate
of the Islamic Umm Al-Qura calendar
from the specified clock.
- now() - Static method in class java.time.chrono.JapaneseDate
-
Obtains the current JapaneseDate
from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.chrono.JapaneseDate
-
Obtains the current JapaneseDate
from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.chrono.JapaneseDate
-
Obtains the current JapaneseDate
from the specified clock.
- now() - Static method in class java.time.chrono.MinguoDate
-
Obtains the current MinguoDate
from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.chrono.MinguoDate
-
Obtains the current MinguoDate
from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.chrono.MinguoDate
-
Obtains the current MinguoDate
from the specified clock.
- now() - Static method in class java.time.chrono.ThaiBuddhistDate
-
Obtains the current ThaiBuddhistDate
from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.chrono.ThaiBuddhistDate
-
Obtains the current ThaiBuddhistDate
from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.chrono.ThaiBuddhistDate
-
Obtains the current ThaiBuddhistDate
from the specified clock.
- now() - Static method in class java.time.Instant
-
Obtains the current instant from the system clock.
- now(Clock) - Static method in class java.time.Instant
-
Obtains the current instant from the specified clock.
- now() - Static method in class java.time.LocalDate
-
Obtains the current date from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.LocalDate
-
Obtains the current date from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.LocalDate
-
Obtains the current date from the specified clock.
- now() - Static method in class java.time.LocalDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.LocalDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.LocalDateTime
-
Obtains the current date-time from the specified clock.
- now() - Static method in class java.time.LocalTime
-
Obtains the current time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.LocalTime
-
Obtains the current time from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.LocalTime
-
Obtains the current time from the specified clock.
- now() - Static method in class java.time.MonthDay
-
Obtains the current month-day from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.MonthDay
-
Obtains the current month-day from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.MonthDay
-
Obtains the current month-day from the specified clock.
- now() - Static method in class java.time.OffsetDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.OffsetDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.OffsetDateTime
-
Obtains the current date-time from the specified clock.
- now() - Static method in class java.time.OffsetTime
-
Obtains the current time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.OffsetTime
-
Obtains the current time from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.OffsetTime
-
Obtains the current time from the specified clock.
- now() - Static method in class java.time.Year
-
Obtains the current year from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.Year
-
Obtains the current year from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.Year
-
Obtains the current year from the specified clock.
- now() - Static method in class java.time.YearMonth
-
Obtains the current year-month from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.YearMonth
-
Obtains the current year-month from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.YearMonth
-
Obtains the current year-month from the specified clock.
- now() - Static method in class java.time.ZonedDateTime
-
Obtains the current date-time from the system clock in the default time-zone.
- now(ZoneId) - Static method in class java.time.ZonedDateTime
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(Clock) - Static method in class java.time.ZonedDateTime
-
Obtains the current date-time from the specified clock.
- NSDECL - Static variable in class org.xml.sax.helpers.NamespaceSupport
-
The namespace declaration URI as a constant.
- NULL - Static variable in class java.sql.Types
-
The constant in the Java programming language
that identifies the generic SQL value
NULL
.
- NULL_NS_URI - Static variable in class javax.xml.XMLConstants
-
Namespace URI to use to represent that there is no Namespace.
- NullCipher - Class in javax.crypto
-
The NullCipher class is a class that provides an
"identity cipher" -- one that does not transform the plain text.
- NullCipher() - Constructor for class javax.crypto.NullCipher
-
Creates a NullCipher object.
- NULLORDER - Static variable in class java.text.CollationElementIterator
-
Null order which indicates the end of string is reached by the
cursor.
- nullPlusNonNullIsNull() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether this database supports concatenations between
NULL
and non-NULL
values being
NULL
.
- NullPointerException - Exception in java.lang
-
Thrown when an application attempts to use null
in a
case where an object is required.
- NullPointerException() - Constructor for exception java.lang.NullPointerException
-
Constructs a NullPointerException
with no detail message.
- NullPointerException(String) - Constructor for exception java.lang.NullPointerException
-
Constructs a NullPointerException
with the specified
detail message.
- nullsAreSortedAtEnd() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether NULL
values are sorted at the end regardless of
sort order.
- nullsAreSortedAtStart() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether NULL
values are sorted at the start regardless
of sort order.
- nullsAreSortedHigh() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether NULL
values are sorted high.
- nullsAreSortedLow() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether NULL
values are sorted low.
- nullsFirst(Comparator<? super T>) - Static method in interface java.util.Comparator
-
Returns a null-friendly comparator that considers null
to be
less than non-null.
- nullsLast(Comparator<? super T>) - Static method in interface java.util.Comparator
-
Returns a null-friendly comparator that considers null
to be
greater than non-null.
- numAlphaLevels() - Method in class com.codename1.ui.Display
-
- numAlphaLevels() - Method in class com.sun.lwuit.Display
-
Return the number of alpha levels supported by the implementation.
- Number - Class in java.lang
-
The abstract class Number
is the superclass of platform
classes representing numeric values that are convertible to the
primitive types byte
, double
, float
, int
, long
, and short
.
- Number() - Constructor for class java.lang.Number
-
- NUMBER - Static variable in class javax.xml.xpath.XPathConstants
-
The XPath 1.0 number data type.
- NUMBER_FORMS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Number Forms" Unicode character block.
- numberFormat - Variable in class java.text.DateFormat
-
The number formatter that DateFormat
uses to format numbers
in dates and times.
- NumberFormat - Class in java.text
-
NumberFormat
is the abstract base class for all number
formats.
- NumberFormat() - Constructor for class java.text.NumberFormat
-
Sole constructor.
- 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
-
Thrown to indicate that the application has attempted to convert
a string to one of the numeric types, but that the string does not
have the appropriate format.
- NumberFormatException() - Constructor for exception java.lang.NumberFormatException
-
Constructs a NumberFormatException
with no detail message.
- NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
-
Constructs a NumberFormatException
with the
specified detail message.
- NumberFormatProvider - Class in java.text.spi
-
An abstract class for service providers that
provide concrete implementations of the
NumberFormat
class.
- NumberFormatProvider() - Constructor for class java.text.spi.NumberFormatProvider
-
Sole constructor.
- numberOfLeadingZeros(int) - Static method in class java.lang.Integer
-
Returns the number of zero bits preceding the highest-order
("leftmost") one-bit in the two's complement binary representation
of the specified int
value.
- numberOfLeadingZeros(long) - Static method in class java.lang.Long
-
Returns the number of zero bits preceding the highest-order
("leftmost") one-bit in the two's complement binary representation
of the specified long
value.
- numberOfTrailingZeros(int) - Static method in class java.lang.Integer
-
Returns the number of zero bits following the lowest-order ("rightmost")
one-bit in the two's complement binary representation of the specified
int
value.
- numberOfTrailingZeros(long) - Static method in class java.lang.Long
-
Returns the number of zero bits following the lowest-order ("rightmost")
one-bit in the two's complement binary representation of the specified
long
value.
- NUMBERS_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
-
The String that represent the numbers mode.
- NUMBERS_SYMBOLS_MODE - Static variable in class com.codename1.ui.VirtualKeyboard
-
The String that represent the numbers sybols mode.
- numColors() - Method in class com.codename1.ui.Display
-
- numColors() - Method in class com.sun.lwuit.Display
-
Returns the number of colors applicable on the device, note that the API
does not support gray scale devices.
- NUMERIC - Static variable in class com.codename1.ui.TextArea
-
The user is allowed to enter only an integer value.
- NUMERIC - Static variable in class com.sun.lwuit.TextArea
-
The user is allowed to enter only an integer value.
- NUMERIC - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NUMERIC
.
- NUMERIC_SHAPING - Static variable in class java.awt.font.TextAttribute
-
Attribute key for converting ASCII decimal digits to other
decimal ranges.
- NumericSpinner - Class in com.codename1.ui.spinner
-
A spinner class that allows picking a number
- NumericSpinner() - Constructor for class com.codename1.ui.spinner.NumericSpinner
-
Default constructor
- numericToken(double) - Method in interface com.codename1.io.JSONParseCallback
-
Submits a numeric token from the JSON data
- numericToken(double) - Method in class com.codename1.io.JSONParser
-
- nval - Variable in class java.io.StreamTokenizer
-
If the current token is a number, this field contains the value
of that number.
- NVARCHAR - Static variable in class java.sql.Types
-
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type NVARCHAR
.