- abs(double) - Static method in class ej.bon.XMath
-
Returns the absolute value of a double
value.
- abs(float) - Static method in class ej.bon.XMath
-
Returns the absolute value of a float
value.
- abs(int) - Static method in class ej.bon.XMath
-
Returns the absolute value of an int
value.
- abs(long) - Static method in class ej.bon.XMath
-
Returns the absolute value of a long
value.
- abs(double) - Static method in class java.lang.Math
-
Returns the absolute value of a double
value.
- abs(float) - Static method in class java.lang.Math
-
Returns the absolute value of a float
value.
- abs(int) - Static method in class java.lang.Math
-
Returns the absolute value of an int
value.
- abs(long) - Static method in class java.lang.Math
-
Returns the absolute value of a long
value.
- abs() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value of this BigDecimal
, and whose scale is
this.scale()
.
- abs(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the absolute value of this BigDecimal
, with rounding
according to the context settings.
- abs() - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the absolute value of this BigInteger.
- abs() - Method in class java.time.Duration
-
Returns a copy of this duration with a positive length.
- AbstractAllTestClassesWrapper - Class in ej.junit
-
Executes all the test methods in all the test classes.
- AbstractAllTestClassesWrapper() - Constructor for class ej.junit.AbstractAllTestClassesWrapper
-
- AbstractChronology - Class in java.time.chrono
-
An abstract implementation of a calendar system, used to organize and identify dates.
- AbstractChronology() - Constructor for class java.time.chrono.AbstractChronology
-
Creates an instance.
- AbstractCollection<E> - Class in java.util
-
This class provides a skeletal implementation of the Collection
interface, to minimize
the effort required to implement this interface.
- AbstractCollection() - Constructor for class java.util.AbstractCollection
-
Sole constructor.
- AbstractContent - Class in ej.rest.web
-
Abstract base class of the content being sent to a server.
- AbstractContent() - Constructor for class ej.rest.web.AbstractContent
-
- AbstractDelegateHttpsURLConnection - Class in sun.net.www.protocol.https
-
HTTPS URL connection support.
- AbstractDelegateHttpsURLConnection(URL, Handler) - Constructor for class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
-
- AbstractJSONExpr - Class in ej.jsonpath.parser
-
- AbstractJSONExpr(int) - Constructor for class ej.jsonpath.parser.AbstractJSONExpr
-
- AbstractKFList<T> - Class in com.microej.kf.util
-
Implementation of a
Collection
with multi-context support.
- AbstractKFList() - Constructor for class com.microej.kf.util.AbstractKFList
-
- AbstractList<E> - Class in java.util
-
This class provides a skeletal implementation of the
List
interface to minimize the
effort required to implement this interface backed by a "random access" data store (such as an
array).
- AbstractList() - Constructor for class java.util.AbstractList
-
Sole constructor.
- AbstractMap<K,V> - Class in java.util
-
This class provides a skeletal implementation of the Map
interface, to minimize the
effort required to implement this interface.
- AbstractMap() - Constructor for class java.util.AbstractMap
-
Sole constructor.
- AbstractMap.SimpleEntry<K,V> - Class in java.util
-
An Entry maintaining a key and a value.
- AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
-
An Entry maintaining an immutable key and value.
- AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
-
A partial implementation of the
MessageLite
interface which implements as many methods of that interface as
possible in terms of other methods.
- AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
-
- AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>> - Class in com.google.protobuf
-
A partial implementation of the
MessageLite.Builder
interface which implements as many methods of that
interface as possible in terms of other methods.
- AbstractMethodError - Error in java.lang
-
Thrown when an application tries to call an abstract method.
- AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError
with no detail message.
- AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
-
Constructs an AbstractMethodError
with the specified detail message.
- AbstractPackedMap<K,V> - Class in ej.basictool.map
-
An object that maps keys to values.
- AbstractPackedMap() - Constructor for class ej.basictool.map.AbstractPackedMap
-
Constructs an empty map.
- AbstractPackedMap(AbstractPackedMap<K, V>) - Constructor for class ej.basictool.map.AbstractPackedMap
-
Constructs a map with the same mappings as the specified map.
- AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
-
A partial implementation of the
Parser
interface which implements as many methods of that interface as
possible in terms of other methods.
- AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
-
- AbstractQueue<E> - Class in java.util
-
This class provides skeletal implementations of some
Queue
operations.
- AbstractQueue() - Constructor for class java.util.AbstractQueue
-
Constructor for use by subclasses.
- AbstractRemoteService - Class in ej.rcommand.impl
-
- AbstractRemoteService() - Constructor for class ej.rcommand.impl.AbstractRemoteService
-
- AbstractResource - Class in ej.rest.web
-
Abstract base class for all resource handlers you want to use with Resty.
- AbstractResource(Resty.Option...) - Constructor for class ej.rest.web.AbstractResource
-
- AbstractSequentialList<E> - Class in java.util
-
This class provides a skeletal implementation of the List interface to minimize the effort required to
implement this interface backed by a "sequential access" data store (such as a linked list).
- AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
-
Sole constructor.
- AbstractSet<E> - Class in java.util
-
This class provides a skeletal implementation of the Set
interface to minimize the
effort required to implement this interface.
- AbstractSet() - Constructor for class java.util.AbstractSet
-
Sole constructor.
- AbstractTestWrapper - Class in ej.junit
-
Base class used by generated wrappers.
- AbstractTestWrapper(Class<?>) - Constructor for class ej.junit.AbstractTestWrapper
-
Creates a wrapper instance for the specified test class.
- AbstractWeakPackedMap<K,V> - Class in ej.basictool.map
-
- AbstractWeakPackedMap() - Constructor for class ej.basictool.map.AbstractWeakPackedMap
-
Constructs an empty map.
- AbstractWeakPackedMap(AbstractWeakPackedMap<K, V>) - Constructor for class ej.basictool.map.AbstractWeakPackedMap
-
Constructs a map with the same mappings as the specified map.
- accept(File) - Method in interface java.io.FileFilter
-
Tests whether or not the specified abstract pathname should be included in a pathname list.
- accept(File, String) - Method in interface java.io.FilenameFilter
-
Tests if a specified file should be included in a file list.
- accept() - Method in class java.net.ServerSocket
-
Listens for a connection to be made to this socket and accepts it.
- acceptAllContentTypes() - Method in class ej.hoka.http.Route
-
Checks if this route accepts all content types.
- acceptAndOpen() - Method in interface ej.ecom.io.StreamConnectionNotifier
-
- AcceptEncoding - Class in ej.hoka.http.support
-
Utility class for parsing Accept Encoding header in HTTP requests.
- AcceptEncoding() - Constructor for class ej.hoka.http.support.AcceptEncoding
-
Creates a new instance of
AcceptEncoding
with a default separator (comma character ",").
- AccessPoint - Class in ej.ecom.wifi
-
Wireless Access Point (WAP, often shorten as AP).
- AccessPoint(String, byte[], float, int, SecurityMode, WPSMode[]) - Constructor for class ej.ecom.wifi.AccessPoint
-
Constructs a Wi-Fi Access Point instance.
- AccessPoint(String, SecurityMode) - Constructor for class ej.ecom.wifi.AccessPoint
-
Constructs a Wi-Fi access point instance.
- AccessPointConfiguration - Class in ej.net.util.wifi
-
- AccessPointConfiguration(String) - Constructor for class ej.net.util.wifi.AccessPointConfiguration
-
- AccessPointConfiguration(AccessPoint) - Constructor for class ej.net.util.wifi.AccessPointConfiguration
-
- AccessPointConfiguration(String, String, SecurityMode) - Constructor for class ej.net.util.wifi.AccessPointConfiguration
-
- accumulate(String, Object) - Method in class org.json.me.JSONObject
-
Accumulate values under a key.
- acos(double) - Static method in class ej.bon.XMath
-
Returns the arc cosine of a value; the returned angle is in the range 0.0
through pi.
- acos(double) - Static method in class java.lang.Math
-
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
- ACTION_START - Static variable in class ej.microui.MicroUIPermission
-
Permission to start MicroUI.
- ACTION_STOP - Static variable in class ej.microui.MicroUIPermission
-
Permission to stop MicroUI.
- ACTIVE - Static variable in class ej.widget.basic.Button
-
Active state.
- ACTIVE - Static variable in class ej.widget.basic.ImageButton
-
Active state.
- activeCount() - Static method in class java.lang.Thread
-
Returns the current number of active threads in the virtual machine.
- Activity - Interface in com.microej.wear.framework.components
-
Represents an activity.
- add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
-
Add an extension from a lite generated file to the registry.
- add(ByteString) - Method in interface com.google.protobuf.LazyStringList
-
Appends the specified element to the end of this list (optional operation).
- add(byte[]) - Method in interface com.google.protobuf.LazyStringList
-
Appends the specified element to the end of this list (optional operation).
- add(T) - Method in class com.microej.kf.util.KFList
-
- add(T) - Method in class com.microej.kf.util.KFList2
-
- add(T[], T) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(T[], T[]) - Static method in class ej.basictool.ArrayTools
-
Appends an array to another.
- add(int[], int) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(T[], T, int) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(int[], int, int) - Static method in class ej.basictool.ArrayTools
-
Adds an element in an array.
- add(byte[], int, int, byte[], int, int) - Static method in class ej.websocket.util.ArraysTools
-
Appends two arrays into a new one.
- add(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this +
augend)
, and whose scale is max(this.scale(),
augend.scale())
.
- add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this + augend)
, with rounding according to the context
settings.
- add(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this + val)
.
- add(E) - Method in class java.util.AbstractCollection
-
Ensures that this collection contains the specified element (optional operation).
- add(E) - Method in class java.util.AbstractList
-
Appends the specified element to the end of this list (optional operation).
- add(int, E) - Method in class java.util.AbstractList
-
Inserts the specified element at the specified position in this list (optional operation).
- add(E) - Method in class java.util.AbstractQueue
-
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity
restrictions, returning true upon success and throwing an IllegalStateException if no space is
currently available.
- add(int, E) - Method in class java.util.AbstractSequentialList
-
Inserts the specified element at the specified position in this list (optional operation).
- add(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- add(E) - Method in class java.util.ArrayList
-
Appends the specified element to the end of this list.
- add(int, E) - Method in class java.util.ArrayList
-
Inserts the specified element at the specified position in this list.
- add(E) - Method in interface java.util.Collection
-
Ensures that this collection contains the specified element (optional operation).
- add(E) - Method in interface java.util.Deque
-
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this
deque) if it is possible to do so immediately without violating capacity restrictions, returning true
upon success and throwing an IllegalStateException if no space is currently available.
- add(E) - Method in class java.util.HashSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.LinkedList
-
Appends the specified element to the end of this list.
- add(int, E) - Method in class java.util.LinkedList
-
Inserts the specified element at the specified position in this list.
- add(E) - Method in interface java.util.List
-
Appends the specified element to the end of this list (optional operation).
- add(int, E) - Method in interface java.util.List
-
Inserts the specified element at the specified position in this list (optional operation).
- add(E) - Method in interface java.util.ListIterator
-
Inserts the specified element into the list (optional operation).
- add(E) - Method in interface java.util.Queue
-
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity
restrictions, returning true upon success and throwing an IllegalStateException if no space is
currently available.
- add(E) - Method in interface java.util.Set
-
Adds the specified element to this set if it is not already present (optional operation).
- add(E) - Method in class java.util.TreeSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class java.util.Vector
-
Appends the specified element to the end of this Vector.
- add(int, E) - Method in class java.util.Vector
-
Inserts the specified element at the specified position in this Vector.
- add(String, String) - Method in class sun.net.www.MessageHeader
-
Adds a key value pair to the end of the header.
- addAdditionalHeaders(URLConnection) - Method in class ej.rest.web.Resty
-
Add all headers that have been set with the alwaysSend call.
- addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite
-
Adds all values to the given list.
- addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
-
Adds the values
to the list
.
- addAll(Collection<? extends T>) - Method in class com.microej.kf.util.AbstractKFList
-
- addAll(Collection<? extends T>) - Method in class com.microej.kf.util.KFList2
-
- addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
-
Adds all of the elements in the specified collection to this collection (optional operation).
- addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
-
Inserts all of the elements in the specified collection into this list at the specified position
(optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.AbstractQueue
-
Adds all of the elements in the specified collection to this queue.
- addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
-
Inserts all of the elements in the specified collection into this list at the specified position (optional
operation).
- addAll(Collection<? extends E>) - Method in class java.util.ArrayList
-
Appends all of the elements in the specified collection to the end of this list, in the order
that they are returned by the specified collection's Iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
-
Inserts all of the elements in the specified collection into this list, starting at the specified
position.
- addAll(Collection<? extends E>) - Method in interface java.util.Collection
-
Adds all of the elements in the specified collection to this collection (optional operation).
- addAll(Collection<? super T>, T...) - Static method in class java.util.Collections
-
Adds all of the specified elements to the specified collection.
- addAll(Collection<? extends E>) - Method in class java.util.LinkedList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are
returned by the specified collection's iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.LinkedList
-
Inserts all of the elements in the specified collection into this list, starting at the specified position.
- addAll(Collection<? extends E>) - Method in interface java.util.List
-
Appends all of the elements in the specified collection to the end of this list, in the order
that they are returned by the specified collection's iterator (optional operation).
- addAll(int, Collection<? extends E>) - Method in interface java.util.List
-
Inserts all of the elements in the specified collection into this list at the specified position
(optional operation).
- addAll(Collection<? extends E>) - Method in interface java.util.Set
-
Adds all of the elements in the specified collection to this set if they're not already present
(optional operation).
- addAll(Collection<? extends E>) - Method in class java.util.TreeSet
-
Adds all of the elements in the specified collection to this set.
- addAll(Collection<? extends E>) - Method in class java.util.Vector
-
Appends all of the elements in the specified Collection to the end of this Vector, in the order
that they are returned by the specified Collection's Iterator.
- addAll(int, Collection<? extends E>) - Method in class java.util.Vector
-
Inserts all of the elements in the specified Collection into this Vector at the specified
position.
- addAllByteArray(Collection<byte[]>) - Method in interface com.google.protobuf.LazyStringList
-
Appends all elements in the specified byte[] collection to the end of this list.
- addAllByteString(Collection<? extends ByteString>) - Method in interface com.google.protobuf.LazyStringList
-
Appends all elements in the specified ByteString collection to the end of this list.
- addAndCmp(FDBigInteger, FDBigInteger) - Method in class sun.misc.FDBigInteger
-
Compares this FDBigInteger
with x + y
.
- addBoolean(boolean) - Method in interface com.google.protobuf.Internal.BooleanList
-
- addCapability(int) - Method in class android.net.NetworkRequest.Builder
-
The capability to add.
- addCharacteristic(BluetoothUuid, int, int) - Method in class ej.bluetooth.BluetoothServiceDefinition
-
Adds a characteristic to this service definition.
- addChild(Widget) - Method in class ej.mwt.Container
-
Adds the specified widget to the end of the list of children of this container.
- addChild(Widget, int, int, int, int) - Method in class ej.widget.container.Canvas
-
Adds the specified widget to this canvas.
- addChild(Widget, int, int) - Method in class ej.widget.container.FixedGrid
-
Adds a widget at the specified column and row.
- addChild(Widget) - Method in class ej.widget.container.Flex
-
- addChild(Widget) - Method in class ej.widget.container.Flow
-
- addChild(Widget) - Method in class ej.widget.container.Grid
-
- addChild(Widget) - Method in class ej.widget.container.List
-
- addChild(Widget) - Method in class ej.widget.container.OverlapContainer
-
- addChild(int, int, Object) - Method in class org.kxml2.kdom.Document
-
Adds a child at the given index position.
- addChild(int, int, Object) - Method in class org.kxml2.kdom.Node
-
inserts the given child object of the given type at the
given index.
- addChild(int, Object) - Method in class org.kxml2.kdom.Node
-
convenience method for addChild (getChildCount (), child)
- addChildOnBottom(Widget) - Method in class ej.widget.container.Dock
-
Adds a child which will be docked on the bottom side.
- addChildOnLeft(Widget) - Method in class ej.widget.container.Dock
-
Adds a child which will be docked on the left side.
- addChildOnRight(Widget) - Method in class ej.widget.container.Dock
-
Adds a child which will be docked on the right side.
- addChildOnTop(Widget) - Method in class ej.widget.container.Dock
-
Adds a child which will be docked on the top side.
- addClassSelector(int) - Method in class ej.mwt.Widget
-
Adds a class selector.
- addClientKey(byte[], InputStream, InputStream...) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated certificate and certification
chain to the key store.
- addClientKey(byte[], InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated self-signed certificate.
- addClientKey(InputStream, InputStream, InputStream...) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated certificate and certification
chain to the key store.
- addClientKey(InputStream, InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated self-signed certificate.
- addClientKey(String, String, String...) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated certificate and certification
chain to the key store.
- addConnection(Socket) - Method in class ej.hoka.tcp.TcpServer
-
Add a connection to the list of opened connections.
- addConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
-
- addConnectivityListener(ConnectivityListener) - Method in interface ej.rcommand.connectivity.ConnectivityManager
-
Adds a listener.
- addConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.connectivity.ConnectivityManagerProxy
-
- addConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.serversocket.RemoteCommandServer
-
- addContent(URLConnection) - Method in class ej.rest.web.AbstractContent
-
- addContent(URLConnection) - Method in class ej.rest.web.ChunkedContent
-
- addContent(URLConnection) - Method in class ej.rest.web.Content
-
Add the content to the URLConnection used.
- addContent(URLConnection) - Method in class ej.rest.web.Deletion
-
- addContent(URLConnection) - Method in class ej.rest.web.FormData
-
- addContent(URLConnection) - Method in class ej.rest.web.mime.MultipartContent
-
- addContent(URLConnection) - Method in class ej.rest.web.Replacement
-
- addConverter(Converter<?>) - Static method in class ej.kf.Kernel
-
Adds the
Converter
to the list of converters.
- addCookie(Cookie) - Method in class ej.hoka.http.HttpResponse
-
Adds cookie to the response.
- addDescriptor(BluetoothUuid, int) - Method in class ej.bluetooth.BluetoothServiceDefinition
-
Adds a descriptor to this service definition.
- addDimension(int) - Method in error org.junit.internal.ArrayComparisonFailure
-
- addDouble(double) - Method in interface com.google.protobuf.Internal.DoubleList
-
- addElement(E) - Method in class java.util.Vector
-
Adds the specified component to the end of this vector, increasing its size by one.
- addEndpoint(RestEndpoint) - Method in class ej.restserver.RestServer
-
Adds an endpoint to this server.
- addEscapes(String) - Static method in error ej.jsonpath.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addExtension(ExtensionLite<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Append a value to a repeated extension.
- addFeatureStateListener(FeatureStateListener) - Static method in class ej.kf.Kernel
-
Adds the given
FeatureStateListener
to the list of listeners that are notified when the state of a
Feature has changed.
- addFirst(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in interface java.util.Deque
-
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating
capacity restrictions.
- addFirst(E) - Method in class java.util.LinkedList
-
Inserts the specified element at the beginning of this list.
- addFloat(float) - Method in interface com.google.protobuf.Internal.FloatList
-
- addHandler(Handler) - Method in class java.util.logging.Logger
-
Add a log Handler to the list of Handlers known by the Logger.
- addHeader(String, String) - Method in class ej.hoka.http.HttpResponse
-
Adds a response header field.
- addHeaders(Map<String, String>) - Method in class ej.hoka.http.HttpResponse
-
Adds a map of header fields.
- addInt(int) - Method in interface com.google.protobuf.Internal.IntList
-
- addLast(E) - Method in class java.util.ArrayDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in interface java.util.Deque
-
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating
capacity restrictions.
- addLast(E) - Method in class java.util.LinkedList
-
Appends the specified element to the end of this list.
- addLogger(Logger) - Method in class java.util.logging.LogManager
-
Add a named logger.
- addLong(long) - Method in interface com.google.protobuf.Internal.LongList
-
- addManufacturerData(int, byte[]) - Method in class ej.bluetooth.util.AdvertisementData
-
Adds manufacturer data associated with the given manufacturer ID to this advertisement data.
- addObserver(Observer) - Method in class com.microej.kf.util.observable.KernelObservable
-
Adds an observer to the set of observers for this observable.
- addObserver(Observer) - Method in class ej.observable.Observable
-
Adds an observer to the set of observers for this observable.
- addObserver(Observer) - Method in class java.util.Observable
-
Adds an observer to the set of observers for this object, provided that it is not the same as
some observer already in the set.
- addOutline(int, int, int, int) - Method in interface ej.mwt.util.Outlineable
-
Adds the given outline.
- addOutline(int, int, int, int) - Method in class ej.mwt.util.Rectangle
-
- addOutline(int, int, int, int) - Method in class ej.mwt.util.Size
-
- addPathParameters(Map<String, String>) - Method in class ej.hoka.http.HttpRequest
-
Adds path parameters from a given list to the list of path path parameters of the request.
- addProgressListener(ProgressListener) - Method in class sun.net.ProgressMonitor
-
Add progress listener in progress monitor.
- addPropertyLoader(PropertyLoader) - Method in class ej.property.loader.CompositePropertyLoader
-
Adds a property loader at the end of the list a property loaders used by this composite property loader.
- addRegistrationListener(RegistrationListener<D>, Class<D>) - Static method in class ej.ecom.DeviceManager
-
Adds the given
RegistrationListener
to be notified when a device of the given type is registered or unregistered.
- addRequestProperty(String, String) - Method in class java.net.URLConnection
-
Adds a general request property specified by a key-value pair.
- addRequestProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
-
Adds a general request property specified by a key-value pair.
- addRequestProperty(String, String) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
-
Adds a general request property specified by a key-value pair.
- addRequestResolver(RequestHandler) - Method in class ej.restserver.RestServer
-
Adds a request handler to this server.
- addResourceControlListener(ResourceControlListener) - Static method in class ej.kf.Kernel
-
Adds the given
ResourceControlListener
to the list of listeners that are notified when a Feature is
stopped by the Resource Control Manager.
- addServerCertificate(InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given server certificate to the trust store.
- addServerCertificate(String) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given server certificate to the trust store.
- addService(BluetoothServiceDefinition) - Method in class ej.bluetooth.BluetoothAdapter
-
Adds the given service to this adapter.
- addService(BluetoothService, short, short[]) - Method in class ej.library.iot.rcommand.bluetooth.BluetoothDatabase
-
- addService(byte[], short[]) - Method in class ej.library.iot.rcommand.bluetooth.BluetoothHost
-
- AddServiceCommand - Class in ej.library.iot.rcommand.bluetooth.commands
-
- AddServiceCommand(byte[], int, short[]) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.AddServiceCommand
-
- AddServiceEndpoint - Class in ej.library.iot.rcommand.bluetooth.commands
-
- AddServiceEndpoint(BluetoothController) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.AddServiceEndpoint
-
- addServiceLoader(ServiceLoader) - Method in class ej.service.loader.CompositeServiceLoader
-
Adds a service loader at the end of the list a service loaders used by this composite service loader.
- addServiceUuid(BluetoothUuid) - Method in class ej.bluetooth.util.AdvertisementData
-
Adds a service UUID.
- addSplatParameters(List<String>) - Method in class ej.hoka.http.HttpRequest
-
Sets the splat Parameters.
- addStandardHeaders(URLConnection, T) - Method in class ej.rest.web.Resty
-
Add all standard headers (User-Agent, Accept) to the URLConnection.
- addSuppressed(Throwable) - Method in class java.lang.Throwable
-
Appends the specified exception to the exceptions that were suppressed in order to deliver this
exception.
- addTo(Temporal) - Method in interface java.time.chrono.ChronoPeriod
-
Adds this period to the specified temporal object.
- addTo(Temporal) - Method in class java.time.Duration
-
Adds this duration to the specified temporal object.
- addTo(Temporal) - Method in class java.time.Period
-
Adds this period to the specified temporal object.
- addTo(R, long) - Method in enum java.time.temporal.ChronoUnit
-
- addTo(Temporal) - Method in interface java.time.temporal.TemporalAmount
-
Adds to the specified temporal object.
- addTo(R, long) - Method in interface java.time.temporal.TemporalUnit
-
Returns a copy of the specified temporal object with the specified period added.
- addToPermissionMap(Feature) - Method in class com.microej.kf.util.security.KernelSecurityPolicyManager
-
This method allows to load the feature's permissions.
- addToSystemPool() - Method in class ej.microui.event.EventGenerator
-
Adds the generator in the system pool.
- AdjacentSiblingCombinator - Class in ej.mwt.stylesheet.selector.combinator
-
An adjacent sibling combinator selects by checking the widget immediate sibling.
- AdjacentSiblingCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.AdjacentSiblingCombinator
-
Creates an adjacent sibling combinator.
- adjustBeginLineColumn(int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in interface java.time.chrono.Era
-
Adjusts the specified temporal object to have the same era as this object.
- adjustInto(Temporal) - Method in enum java.time.chrono.IsoEra
-
Adjusts the specified temporal object to have the same era as this object.
- adjustInto(Temporal) - Method in enum java.time.DayOfWeek
-
Adjusts the specified temporal object to have this day-of-week.
- adjustInto(Temporal) - Method in class java.time.Instant
-
Adjusts the specified temporal object to have this instant.
- adjustInto(Temporal) - Method in class java.time.LocalDate
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in class java.time.LocalDateTime
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in class java.time.LocalTime
-
Adjusts the specified temporal object to have the same time as this object.
- adjustInto(Temporal) - Method in enum java.time.Month
-
Adjusts the specified temporal object to have this month-of-year.
- adjustInto(Temporal) - Method in class java.time.MonthDay
-
Adjusts the specified temporal object to have this month-day.
- adjustInto(Temporal) - Method in class java.time.OffsetDateTime
-
Adjusts the specified temporal object to have the same offset, date
and time as this object.
- adjustInto(Temporal) - Method in class java.time.OffsetTime
-
Adjusts the specified temporal object to have the same offset and time
as this object.
- adjustInto(R, long) - Method in enum java.time.temporal.ChronoField
-
- adjustInto(Temporal) - Method in interface java.time.temporal.TemporalAdjuster
-
Adjusts the specified temporal object.
- adjustInto(R, long) - Method in interface java.time.temporal.TemporalField
-
Returns a copy of the specified temporal object with the value of this field set.
- adjustInto(Temporal) - Method in class java.time.Year
-
Adjusts the specified temporal object to have this year.
- adjustInto(Temporal) - Method in class java.time.YearMonth
-
Adjusts the specified temporal object to have this year-month.
- adjustInto(Temporal) - Method in class java.time.ZoneOffset
-
Adjusts the specified temporal object to have the same offset as this object.
- AdvertisementData - Class in ej.bluetooth.util
-
The AdvertisementData
class represents the content of a Bluetooth advertisement data payload.
- AdvertisementData() - Constructor for class ej.bluetooth.util.AdvertisementData
-
Creates an advertisement data object with the default advertisement flags and no other content.
- AdvertisementFlags - Class in ej.bluetooth.util
-
The AdvertisementFlags
class enumerates the values for advertising data flags.
- ADVERTISING_INTERVAL - Static variable in class ej.bluetooth.BluetoothDataTypes
-
Advertising Interval.
- AEADBadTagException - Exception in javax.crypto
-
This exception is thrown when a
Cipher
operating in an AEAD mode (such as GCM/CCM) is unable to verify the
supplied authentication tag.
- AEADBadTagException() - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with no detail message.
- AEADBadTagException(String) - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with the specified detail message.
- AFTER - Static variable in class ej.hoka.http.HttpRequest
-
after filter code.
- after(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler as an after filter on the path.
- after(RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler as an after filter on all paths.
- after(Object) - Method in class java.util.Calendar
-
Returns whether this Calendar
represents a time after the time represented by the
specified Object
.
- after(Date) - Method in class java.util.Date
-
Tests if this date is after the specified date.
- After - Annotation Type in org.junit
-
If you allocate external resources in a
Before
method you
need to release them after the test runs.
- AFTER_ALL - Static variable in class ej.hoka.http.HttpRequest
-
after all filter code.
- AfterClass - Annotation Type in org.junit
-
If you allocate expensive external resources in a
BeforeClass
method you need to release them after all the
tests in the class have run.
- AlgorithmId - Class in sun.security.x509
-
Use this class to get OID of supported algorithms see
AlgorithmId.get(String)
The OID is handled in it's String format in this class.
- AlgorithmId(String) - Constructor for class sun.security.x509.AlgorithmId
-
Constructs a parameterless algorithm ID.
- AlgorithmParameterSpec - Interface in java.security.spec
-
A (transparent) specification of cryptographic parameters.
- AliasEndpoint - Class in ej.restserver.endpoint
-
An endpoint forwarding its requests to another
RestEndpoint
.
- AliasEndpoint(String, RestEndpoint) - Constructor for class ej.restserver.endpoint.AliasEndpoint
-
- aliases() - Method in class java.security.KeyStore
-
Lists all the alias names of this keystore.
- align(int) - Method in class ej.bon.ResourceBuffer
-
Force to align position on given number of bytes.
- Alignment - Class in ej.mwt.util
-
Provides constants and utility methods in order to position a graphical object considering its alignment within an
area or with an anchor point.
- ALL - Static variable in class ej.util.message.basic.FilterMessageLogger
-
Print all message.
- ALL - Static variable in class java.util.logging.Level
-
ALL indicates that all messages should be logged.
- ALL_IDENTIFIER - Static variable in interface com.microej.kf.util.security.SecurityPolicyResourceLoader
-
- ALL_STYLES - Static variable in class java.util.Calendar
-
A style specifier indicating names in all styles, such as "January" and "Jan".
- allIDs() - Static method in class ej.bon.Immutables
-
Returns an array with the IDs of all the objects in the pool.
- allocate(int) - Static method in class java.nio.ByteBuffer
-
Allocates a new byte buffer.
- allocate(int) - Static method in class java.nio.CharBuffer
-
Allocates a new char buffer.
- allocate(int) - Static method in class java.nio.DoubleBuffer
-
Allocates a new double buffer.
- allocate(int) - Static method in class java.nio.FloatBuffer
-
Allocates a new float buffer.
- allocate(int) - Static method in class java.nio.IntBuffer
-
Allocates a new int buffer.
- allocate(int) - Static method in class java.nio.LongBuffer
-
Allocates a new long buffer.
- allocate(int) - Static method in class java.nio.ShortBuffer
-
Allocates a new short buffer.
- allocateRenderableStringSNIContext(char[], int, int) - Method in class ej.microui.display.Font
-
Allocates a byte array useful to speed-up the rendering of the renderable string.
- ALLOW - Static variable in class ej.hoka.http.HttpConstants
-
Allowed method header.
- allowUserInteraction - Variable in class java.net.URLConnection
-
If true
, this URL
is being examined in a context in which it makes sense to allow user
interactions such as popping up an authentication dialog.
- ALREADY_CLOSE - Static variable in class ej.websocket.Messages
-
The websocket is already closed.
- AlreadyLoadedFeatureException - Exception in ej.kf
-
This exception is thrown if a Feature being loaded has already been loaded.
- AlreadyLoadedFeatureException(Feature) - Constructor for exception ej.kf.AlreadyLoadedFeatureException
-
- AM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PM
field indicating the period of the day from midnight to just before
noon.
- AM_PM - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating whether the HOUR
is before or after noon.
- AMP - Static variable in class org.json.me.util.XML
-
The Character '&'.
- AND - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- and(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & val)
.
- and(BitSet) - Method in class java.util.BitSet
-
Performs a logical AND of this target bit set with the argument bit set.
- AndCombinator - Class in ej.mwt.stylesheet.selector.combinator
-
An 'and' combinator selects the widgets selected by both selectors.
- AndCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.AndCombinator
-
Creates an 'and' combinator.
- andNot(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this & ~val)
.
- andNot(BitSet) - Method in class java.util.BitSet
-
Clears all of the bits in this BitSet
whose corresponding bit is set in the specified BitSet
.
- android.net - package android.net
-
- Animation - Interface in ej.mwt.animation
-
An animation is responsible for animating a element (usually a visual one).
- Animator - Class in ej.mwt.animation
-
An animator executes animations as fast as possible.
- Animator() - Constructor for class ej.mwt.animation.Animator
-
Creates an animator.
- Animator.AnimatorListener - Interface in ej.mwt.animation
-
Listener for animator events.
- AnimatorMonitor - Class in ej.widget.debug
-
Monitor for Animator.
- AnimatorMonitor() - Constructor for class ej.widget.debug.AnimatorMonitor
-
- AnnotatedElement - Interface in java.lang.reflect
-
This interface is only defined for hierarchy compatibility.
- Annotation - Interface in java.lang.annotation
-
The common interface extended by all annotation types.
- annotationType() - Method in interface java.lang.annotation.Annotation
-
Returns the annotation type of this annotation.
- answer(RestServer, HTTPRequest) - Method in class ej.restserver.EndpointHandler
-
- answer(RestServer, HTTPRequest) - Method in interface ej.restserver.RequestHandler
-
Answers to the given HTTP request.
- answer(HTTPRequest) - Method in class ej.restserver.RestSession
-
Answers to the given request.
- ANTICLOCKWISE - Static variable in class ej.microui.event.generator.Command
-
Constant for "anti-clockwise" command.
- apiBase(String) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
Add a path common base that will be appended to all routes mapped without starting with a forward slash '/'.
- APOS - Static variable in class org.json.me.util.XML
-
The Character '''.
- APPEARANCE - Static variable in class ej.bluetooth.BluetoothDataTypes
-
Appearance.
- append(String) - Method in class ej.storage.fs.StorageFs
-
- append(String) - Method in class ej.storage.heap.StorageHeap
-
- append(String) - Method in interface ej.storage.Storage
-
Appends some data to an entry referenced with an ID.
- append(RawFrame) - Method in class ej.websocket.frame.RawFrame
-
Appends the payload of a frame into the current frame.
- append(char) - Method in class java.io.PrintStream
-
Appends the specified character to this output stream.
- append(CharSequence) - Method in class java.io.PrintStream
-
Appends the specified character sequence to this output stream.
- append(CharSequence, int, int) - Method in class java.io.PrintStream
-
Appends a subsequence of the specified character sequence to this output stream.
- append(CharSequence) - Method in class java.io.PrintWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.PrintWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.PrintWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.StringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.StringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.StringWriter
-
Appends the specified character to this writer.
- append(char) - Method in class java.io.Writer
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.Writer
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.Writer
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in interface java.lang.Appendable
-
Appends the specified character to this Appendable
.
- append(CharSequence) - Method in interface java.lang.Appendable
-
Appends the specified character sequence to this Appendable
.
- append(CharSequence, int, int) - Method in interface java.lang.Appendable
-
Appends a subsequence of the specified character sequence to this Appendable
.
- append(boolean) - Method in class java.lang.StringBuffer
-
Appends the string representation of the boolean argument to the sequence.
- append(char) - Method in class java.lang.StringBuffer
-
- append(char[]) - Method in class java.lang.StringBuffer
-
Appends the string representation of the char array argument to this
sequence.
- append(char[], int, int) - Method in class java.lang.StringBuffer
-
Appends the string representation of a subarray of the char
array argument to this
sequence.
- append(CharSequence) - Method in class java.lang.StringBuffer
-
Appends the specified CharSequence
to this sequence.
- append(CharSequence, int, int) - Method in class java.lang.StringBuffer
-
Appends a subsequence of the specified CharSequence
to this sequence.
- append(double) - Method in class java.lang.StringBuffer
-
Appends the string representation of the double argument to this sequence.
- append(float) - Method in class java.lang.StringBuffer
-
Appends the string representation of the float argument to this sequence.
- append(int) - Method in class java.lang.StringBuffer
-
Appends the string representation of the int argument to this sequence.
- append(long) - Method in class java.lang.StringBuffer
-
Appends the string representation of the long argument to this sequence.
- append(Object) - Method in class java.lang.StringBuffer
-
Appends the string representation of the Object argument.
- append(String) - Method in class java.lang.StringBuffer
-
Appends the specified string to this character sequence.
- append(StringBuffer) - Method in class java.lang.StringBuffer
-
Appends the specified StringBuffer
to this sequence.
- append(boolean) - Method in class java.lang.StringBuilder
-
Appends the string representation of the boolean argument to the sequence.
- append(char) - Method in class java.lang.StringBuilder
-
- append(char[]) - Method in class java.lang.StringBuilder
-
Appends the string representation of the char array argument to this
sequence.
- append(char[], int, int) - Method in class java.lang.StringBuilder
-
Appends the string representation of a subarray of the char
array argument to this
sequence.
- append(CharSequence) - Method in class java.lang.StringBuilder
-
Appends the specified character sequence to this Appendable
.
- append(CharSequence, int, int) - Method in class java.lang.StringBuilder
-
Appends a subsequence of the specified CharSequence
to this sequence.
- append(double) - Method in class java.lang.StringBuilder
-
Appends the string representation of the double argument to this sequence.
- append(float) - Method in class java.lang.StringBuilder
-
Appends the string representation of the float argument to this sequence.
- append(int) - Method in class java.lang.StringBuilder
-
Appends the string representation of the int argument to this sequence.
- append(long) - Method in class java.lang.StringBuilder
-
Appends the string representation of the long argument to this sequence.
- append(Object) - Method in class java.lang.StringBuilder
-
Appends the string representation of the Object argument.
- append(String) - Method in class java.lang.StringBuilder
-
Appends the specified string to this character sequence.
- append(StringBuffer) - Method in class java.lang.StringBuilder
-
Appends the specified StringBuffer
to this sequence.
- append(CharSequence) - Method in class java.nio.CharBuffer
-
Appends the specified character sequence to this
buffer (optional operation).
- append(CharSequence, int, int) - Method in class java.nio.CharBuffer
-
Appends a subsequence of the specified character sequence to this
buffer (optional operation).
- append(char) - Method in class java.nio.CharBuffer
-
Appends the specified char to this
buffer (optional operation).
- append(String, Object) - Method in class org.json.me.JSONObject
-
Append values to the array under a key.
- Appendable - Interface in java.lang
-
An object to which char
sequences and values can be appended.
- appendTo(Appendable) - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
-
Appends a floating point value to an Appendable
.
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.ClassSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.AdjacentSiblingCombinator
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.AndCombinator
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.ChildCombinator
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.DescendantCombinator
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.GeneralSiblingCombinator
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.DisabledSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.EnabledSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.LastChildSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.NotSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.NthChildSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.OddChildSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.RootSelector
-
- appliesToWidget(Widget) - Method in interface ej.mwt.stylesheet.selector.Selector
-
Checks whether or not this selector applies to the given widget.
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.StateSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.TypeSelector
-
- appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.UniversalSelector
-
- apply(GraphicsContext, int, int) - Method in interface ej.mwt.style.background.Background
-
Applies the background on a graphics context.
- apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.ImageBackground
-
- apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.NoBackground
-
- apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.RectangularBackground
-
- apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.RoundedBackground
-
- apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.TiledImageBackground
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
-
- apply(Outlineable) - Method in class ej.mwt.style.outline.border.RectangularBorder
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.RectangularBorder
-
- apply(Outlineable) - Method in class ej.mwt.style.outline.border.RoundedBorder
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.RoundedBorder
-
- apply(Outlineable) - Method in class ej.mwt.style.outline.FlexibleOutline
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.FlexibleOutline
-
- apply(Outlineable) - Method in class ej.mwt.style.outline.NoOutline
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.NoOutline
-
- apply(Outlineable) - Method in interface ej.mwt.style.outline.Outline
-
Removes the thickness of this outline from the given object.
- apply(GraphicsContext, Size) - Method in interface ej.mwt.style.outline.Outline
-
Applies the outline on a graphics context.
- apply(Outlineable) - Method in class ej.mwt.style.outline.UniformOutline
-
- apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.UniformOutline
-
- apply(URLConnection) - Method in class ej.rest.web.Resty.Option
-
Override this to get access to the URLConnection before the actual
connection is made.
- apply(URLConnection) - Method in class ej.rest.web.Resty.Timeout
-
- applyOutlines(Outlineable, Style) - Static method in class ej.mwt.util.OutlineHelper
-
Applies all the outlines of the given style on the given object.
- applyOutlinesAndBackground(GraphicsContext, Size, Style) - Static method in class ej.mwt.util.OutlineHelper
-
Applies the different outlines and the background on the given graphics context and the given size.
- applyPattern(String) - Method in class java.text.SimpleDateFormat
-
Applies the given pattern string to this date format.
- appRandom - Variable in class java.security.SignatureSpi
-
Application-specified source of randomness.
- APRIL - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the fourth month of the year in the Gregorian and
Julian calendars.
- ARABIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for arabic font identifier.
- areEquivalentSharedInterfaces(Class<?>, Class<?>) - Static method in class ej.kf.Kernel
-
Tells whether the given classes are equivalent shared interfaces.
- areFieldsSet - Variable in class java.util.Calendar
-
True if fields[]
are in sync with the currently set time.
- argument - Variable in class ej.hoka.http.support.ParameterizedArgument
-
Current argument.
- ArithmeticException - Exception in java.lang
-
Thrown when an exceptional arithmetic condition has occurred.
- ArithmeticException() - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException
with no detail message.
- ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
-
Constructs an ArithmeticException
with the specified detail message.
- ARMENIAN - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for armenian font identifier.
- array() - Method in class ej.json.JSONWriter
-
Begin appending a new array.
- array() - Method in class ej.jsonpath.parser.JSONPathCompiler
-
- array() - Method in class ej.rest.web.JSONResource
-
Parse and return JSON array.
- array() - Method in class java.nio.Buffer
-
Returns the array that backs this buffer (optional operation).
- array() - Method in class java.nio.ByteBuffer
-
Returns the byte array that backs this
buffer (optional operation).
- array() - Method in class java.nio.CharBuffer
-
Returns the char array that backs this
buffer (optional operation).
- array() - Method in class java.nio.DoubleBuffer
-
Returns the double array that backs this
buffer (optional operation).
- array() - Method in class java.nio.FloatBuffer
-
Returns the float array that backs this
buffer (optional operation).
- array() - Method in class java.nio.IntBuffer
-
Returns the int array that backs this
buffer (optional operation).
- array() - Method in class java.nio.LongBuffer
-
Returns the long array that backs this
buffer (optional operation).
- array() - Method in class java.nio.ShortBuffer
-
Returns the short array that backs this
buffer (optional operation).
- array() - Method in class org.json.me.JSONWriter
-
Begin appending a new array.
- ArrayComparisonFailure - Error in org.junit.internal
-
Thrown when two array elements differ
- ArrayComparisonFailure(String, AssertionError, int) - Constructor for error org.junit.internal.ArrayComparisonFailure
-
Construct a new ArrayComparisonFailure
with an error text and
the array's dimension that was not equal
- arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
-
Copies an array from the specified source array, beginning at the specified position, to the
specified position of the destination array.
- ArrayDeque<E> - Class in java.util
-
Resizable-array implementation of the
Deque
interface.
- ArrayDeque() - Constructor for class java.util.ArrayDeque
-
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
- ArrayDeque(int) - Constructor for class java.util.ArrayDeque
-
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
- ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
-
Constructs a deque containing the elements of the specified collection, in the order they are returned by the
collection's iterator.
- arrayEnd() - Method in class ej.json.JSONReader
-
End an array.
- arrayEquals(String, Object, Object) - Method in class org.junit.internal.ComparisonCriteria
-
Asserts that two arrays are equal, according to the criteria defined by the
concrete subclass.
- ArrayIndexOutOfBoundsException - Exception in java.lang
-
Thrown to indicate that an array has been accessed with an illegal index.
- ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException
with no detail message.
- ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs a new ArrayIndexOutOfBoundsException
class with an argument indicating
the illegal index.
- ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
-
Constructs an ArrayIndexOutOfBoundsException
class with the specified detail
message.
- ArrayList<E> - Class in java.util
-
Resizable-array implementation of the List
interface.
- ArrayList() - Constructor for class java.util.ArrayList
-
Constructs an empty list with an initial capacity of ten.
- ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
-
Constructs a list containing the elements of the specified collection, in the order they are
returned by the collection's iterator.
- ArrayList(int) - Constructor for class java.util.ArrayList
-
Constructs an empty list with the specified initial capacity.
- arrayOffset() - Method in class java.nio.Buffer
-
Returns the offset within this buffer's backing array of the first element of the buffer (optional
operation).
- arrayOffset() - Method in class java.nio.ByteBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.CharBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.DoubleBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.FloatBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.IntBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.LongBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- arrayOffset() - Method in class java.nio.ShortBuffer
-
Returns the offset within this buffer's backing array of the first
element of the buffer (optional operation).
- Arrays - Class in java.util
-
This class contains various methods for manipulating arrays (such as sorting and searching).
- arrayStart() - Method in class ej.json.JSONReader
-
Start an array.
- ArraysTools - Class in ej.websocket.util
-
Classes providing basic tools to handle array.
- ArrayStoreException - Exception in java.lang
-
Thrown to indicate that an attempt has been made to store the wrong type of object into an array
of objects.
- ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException
with no detail message.
- ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
-
Constructs an ArrayStoreException
with the specified detail message.
- ArrayTools - Class in ej.basictool
-
Defines a set of functions to manipulate arrays.
- asByteArrayList() - Method in interface com.google.protobuf.LazyStringList
-
Returns a mutable view of this list.
- asByteStringList() - Method in interface com.google.protobuf.ProtocolStringList
-
Returns a view of the data as a list of ByteStrings.
- asCharBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a char buffer.
- ascii(String) - Method in class ej.rest.web.AbstractContent
-
- asDoubleBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a double buffer.
- asFloatBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a float buffer.
- asin(double) - Static method in class ej.bon.XMath
-
Returns the arc sine of a value; the returned angle is in the range
-pi/2 through pi/2.
- asin(double) - Static method in class java.lang.Math
-
Returns the arc sine of a value; the returned angle is in the range -pi/2 through
pi/2.
- asIntBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as an int buffer.
- asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
-
- asLifoQueue(Deque<T>) - Static method in class java.util.Collections
-
Returns a view of a
Deque
as a Last-in-first-out (Lifo)
Queue
.
- asList(T...) - Static method in class java.util.Arrays
-
Returns a fixed-size list backed by the specified array.
- asLongBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a long buffer.
- asReadOnlyBuffer() - Method in class java.nio.ByteBuffer
-
Creates a new, read-only byte buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.CharBuffer
-
Creates a new, read-only char buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.DoubleBuffer
-
Creates a new, read-only double buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.FloatBuffer
-
Creates a new, read-only float buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.IntBuffer
-
Creates a new, read-only int buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.LongBuffer
-
Creates a new, read-only long buffer that shares this buffer's
content.
- asReadOnlyBuffer() - Method in class java.nio.ShortBuffer
-
Creates a new, read-only short buffer that shares this buffer's
content.
- asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
-
Constructs a read-only java.nio.ByteBuffer
whose content is equal to the contents of this byte string.
- asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
-
Constructs a list of read-only java.nio.ByteBuffer
objects such that the concatenation of their contents
is equal to the contents of this byte string.
- Assert - Class in org.junit
-
A set of assertion methods useful for writing tests.
- Assert() - Constructor for class org.junit.Assert
-
Protect constructor since it is a static only class
- assertArrayEquals(String, Object[], Object[]) - Static method in class org.junit.Assert
-
Asserts that two object arrays are equal.
- assertArrayEquals(Object[], Object[]) - Static method in class org.junit.Assert
-
Asserts that two object arrays are equal.
- assertArrayEquals(String, boolean[], boolean[]) - Static method in class org.junit.Assert
-
Asserts that two boolean arrays are equal.
- assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.Assert
-
Asserts that two boolean arrays are equal.
- assertArrayEquals(String, byte[], byte[]) - Static method in class org.junit.Assert
-
Asserts that two byte arrays are equal.
- assertArrayEquals(byte[], byte[]) - Static method in class org.junit.Assert
-
Asserts that two byte arrays are equal.
- assertArrayEquals(String, char[], char[]) - Static method in class org.junit.Assert
-
Asserts that two char arrays are equal.
- assertArrayEquals(char[], char[]) - Static method in class org.junit.Assert
-
Asserts that two char arrays are equal.
- assertArrayEquals(String, short[], short[]) - Static method in class org.junit.Assert
-
Asserts that two short arrays are equal.
- assertArrayEquals(short[], short[]) - Static method in class org.junit.Assert
-
Asserts that two short arrays are equal.
- assertArrayEquals(String, int[], int[]) - Static method in class org.junit.Assert
-
Asserts that two int arrays are equal.
- assertArrayEquals(int[], int[]) - Static method in class org.junit.Assert
-
Asserts that two int arrays are equal.
- assertArrayEquals(String, long[], long[]) - Static method in class org.junit.Assert
-
Asserts that two long arrays are equal.
- assertArrayEquals(long[], long[]) - Static method in class org.junit.Assert
-
Asserts that two long arrays are equal.
- assertArrayEquals(String, double[], double[], double) - Static method in class org.junit.Assert
-
Asserts that two double arrays are equal.
- assertArrayEquals(double[], double[], double) - Static method in class org.junit.Assert
-
Asserts that two double arrays are equal.
- assertArrayEquals(String, float[], float[], float) - Static method in class org.junit.Assert
-
Asserts that two float arrays are equal.
- assertArrayEquals(float[], float[], float) - Static method in class org.junit.Assert
-
Asserts that two float arrays are equal.
- assertElementsEqual(Object, Object) - Method in class org.junit.internal.ComparisonCriteria
-
- assertElementsEqual(Object, Object) - Method in class org.junit.internal.ExactComparisonCriteria
-
- assertElementsEqual(Object, Object) - Method in class org.junit.internal.InexactComparisonCriteria
-
- assertEquals(String, Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects are equal.
- assertEquals(Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects are equal.
- assertEquals(String, double, double, double) - Static method in class org.junit.Assert
-
Asserts that two doubles are equal to within a positive delta.
- assertEquals(String, float, float, float) - Static method in class org.junit.Assert
-
Asserts that two floats are equal to within a positive delta.
- assertEquals(long, long) - Static method in class org.junit.Assert
-
Asserts that two longs are equal.
- assertEquals(String, long, long) - Static method in class org.junit.Assert
-
Asserts that two longs are equal.
- assertEquals(double, double, double) - Static method in class org.junit.Assert
-
Asserts that two doubles are equal to within a positive delta.
- assertEquals(float, float, float) - Static method in class org.junit.Assert
-
Asserts that two floats are equal to within a positive delta.
- assertFalse(String, boolean) - Static method in class org.junit.Assert
-
Asserts that a condition is false.
- assertFalse(boolean) - Static method in class org.junit.Assert
-
Asserts that a condition is false.
- AssertionError - Error in java.lang
-
Thrown to indicate that an assertion has failed.
- AssertionError() - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with no detail message.
- AssertionError(boolean) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified
boolean
, which is converted to a string as defined in section 15.18.1.1 of The
Java™ Language Specification.
- AssertionError(char) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified
char
, which is converted to a string as defined in section 15.18.1.1 of The
Java™ Language Specification.
- AssertionError(double) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified
double
, which is converted to a string as defined in section 15.18.1.1 of The
Java™ Language Specification.
- AssertionError(float) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified
float
, which is converted to a string as defined in section 15.18.1.1 of The
Java™ Language Specification.
- AssertionError(int) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified int
,
which is converted to a string as defined in section 15.18.1.1 of The Java™ Language
Specification.
- AssertionError(long) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified
long
, which is converted to a string as defined in section 15.18.1.1 of The
Java™ Language Specification.
- AssertionError(Object) - Constructor for error java.lang.AssertionError
-
Constructs an AssertionError with its detail message derived from the specified object, which is
converted to a string as defined in section 15.18.1.1 of The Java™ Language
Specification.
- AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
-
Constructs a new AssertionError
with the specified detail message and cause.
- assertNotEquals(String, Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects are not equals.
- assertNotEquals(Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects are not equals.
- assertNotEquals(String, long, long) - Static method in class org.junit.Assert
-
Asserts that two longs are not equals.
- assertNotEquals(long, long) - Static method in class org.junit.Assert
-
Asserts that two longs are not equals.
- assertNotEquals(String, double, double, double) - Static method in class org.junit.Assert
-
Asserts that two doubles are not equal to within a positive delta.
- assertNotEquals(double, double, double) - Static method in class org.junit.Assert
-
Asserts that two doubles are not equal to within a positive delta.
- assertNotEquals(float, float, float) - Static method in class org.junit.Assert
-
Asserts that two floats are not equal to within a positive delta.
- assertNotEquals(String, float, float, float) - Static method in class org.junit.Assert
-
Asserts that two floats are not equal to within a positive delta.
- assertNotNull(String, Object) - Static method in class org.junit.Assert
-
Asserts that an object isn't null.
- assertNotNull(Object) - Static method in class org.junit.Assert
-
Asserts that an object isn't null.
- assertNotSame(String, Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects do not refer to the same object.
- assertNotSame(Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects do not refer to the same object.
- assertNull(String, Object) - Static method in class org.junit.Assert
-
Asserts that an object is null.
- assertNull(Object) - Static method in class org.junit.Assert
-
Asserts that an object is null.
- assertSame(String, Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects refer to the same object.
- assertSame(Object, Object) - Static method in class org.junit.Assert
-
Asserts that two objects refer to the same object.
- assertTrue(String, boolean) - Static method in class org.junit.Assert
-
Asserts that a condition is true.
- assertTrue(boolean) - Static method in class org.junit.Assert
-
Asserts that a condition is true.
- asShortBuffer() - Method in class java.nio.ByteBuffer
-
Creates a view of this byte buffer as a short buffer.
- asSubclass(Class<U>) - Method in class java.lang.Class
-
Casts this Class
object to represent a subclass of the class
represented by the specified class object.
- Assume - Class in org.junit
-
A set of methods useful for stating assumptions about the conditions in which
a test is meaningful.
- assumeFalse(boolean) - Static method in class org.junit.Assume
-
- assumeFalse(String, boolean) - Static method in class org.junit.Assume
-
- assumeTrue(boolean) - Static method in class org.junit.Assume
-
If called with an expression evaluating to false
, the test will
halt and be ignored.
- assumeTrue(String, boolean) - Static method in class org.junit.Assume
-
If called with an expression evaluating to false
, the test will
halt and be ignored.
- AssumptionViolatedException - Exception in org.junit
-
An exception class used to implement assumptions (state in which a
given test is meaningful and should or should not be executed).
- AssumptionViolatedException() - Constructor for exception org.junit.AssumptionViolatedException
-
An assumption exception with the given message only.
- AssumptionViolatedException(String, Throwable) - Constructor for exception org.junit.AssumptionViolatedException
-
An assumption exception with the given message and a cause.
- AssumptionViolatedException(String) - Constructor for exception org.junit.AssumptionViolatedException
-
An assumption exception with a message with the given actual value and a
matcher describing the expectation that failed.
- AssumptionViolatedException(Throwable) - Constructor for exception org.junit.AssumptionViolatedException
-
An assumption exception with the given actual value and a matcher describing
the expectation that failed.
- AssumptionViolatedException - Exception in org.junit.internal
-
- AssumptionViolatedException() - Constructor for exception org.junit.internal.AssumptionViolatedException
-
- AssumptionViolatedException(String, Throwable) - Constructor for exception org.junit.internal.AssumptionViolatedException
-
- AssumptionViolatedException(String) - Constructor for exception org.junit.internal.AssumptionViolatedException
-
- AssumptionViolatedException(Throwable) - Constructor for exception org.junit.internal.AssumptionViolatedException
-
- at(int) - Method in class ej.jsonpath.parser.AbstractJSONExpr
-
- atan(double) - Static method in class ej.bon.XMath
-
Returns the arc tangent of a value; the returned angle is in the range
-pi/2 through pi/2.
- atan(double) - Static method in class java.lang.Math
-
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through
pi/2.
- atan2(double, double) - Static method in class java.lang.Math
-
Returns the angle theta from the conversion of rectangular coordinates (x
, y
) to polar coordinates (r, theta).
- atDate(LocalDate) - Method in class java.time.LocalTime
-
Combines this time with a date to create a LocalDateTime
.
- atDate(LocalDate) - Method in class java.time.OffsetTime
-
Combines this time with a date to create an OffsetDateTime
.
- atDay(int) - Method in class java.time.Year
-
Combines this year with a day-of-year to create a LocalDate
.
- atDay(int) - Method in class java.time.YearMonth
-
Combines this year-month with a day-of-month to create a LocalDate
.
- atEndOfMonth() - Method in class java.time.YearMonth
-
Returns a LocalDate
at the end of the month.
- atMonth(Month) - Method in class java.time.Year
-
Combines this year with a month to create a YearMonth
.
- atMonth(int) - Method in class java.time.Year
-
Combines this year with a month to create a YearMonth
.
- atMonthDay(MonthDay) - Method in class java.time.Year
-
Combines this year with a month-day to create a LocalDate
.
- atOffset(ZoneOffset) - Method in class java.time.Instant
-
Combines this instant with an offset to create an OffsetDateTime
.
- atOffset(ZoneOffset) - Method in class java.time.LocalDateTime
-
Combines this date-time with an offset to create an OffsetDateTime
.
- atOffset(ZoneOffset) - Method in class java.time.LocalTime
-
Combines this time with an offset to create an OffsetTime
.
- atStartOfDay() - Method in class java.time.LocalDate
-
Combines this date with the time of midnight to create a LocalDateTime
at the start of this date.
- atStartOfDay(ZoneId) - Method in class java.time.LocalDate
-
Returns a zoned date-time from this date at the earliest valid time according
to the rules in the time-zone.
- atTime(LocalTime) - Method in interface java.time.chrono.ChronoLocalDate
-
Combines this date with a time to create a ChronoLocalDateTime
.
- atTime(LocalTime) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(int, int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(int, int, int, int) - Method in class java.time.LocalDate
-
Combines this date with a time to create a LocalDateTime
.
- atTime(OffsetTime) - Method in class java.time.LocalDate
-
Combines this date with an offset time to create an OffsetDateTime
.
- ATTR_START_TABLE - Static variable in class org.kxml2.wap.wml.Wml
-
- ATTR_VALUE_TABLE - Static variable in class org.kxml2.wap.wml.Wml
-
- attribute(String, String, String) - Method in class org.kxml2.io.KXmlSerializer
-
- attribute(String, String, String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- attribute(String, String, String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Write an attribute.
- ATTRIBUTE_NOT_FOUND - Static variable in class ej.bluetooth.BluetoothStatus
-
Attribute not found.
- ATTRIBUTE_NOT_LONG - Static variable in class ej.bluetooth.BluetoothStatus
-
Attribute not long.
- AttributeNotFoundException - Exception in ej.bluetooth.util
-
Signals that the desired Bluetooth attribute could not be found.
- AttributeNotFoundException() - Constructor for exception ej.bluetooth.util.AttributeNotFoundException
-
Constructs a BluetoothAttributeNotFoundException
with no detail message.
- AttributeNotFoundException(String) - Constructor for exception ej.bluetooth.util.AttributeNotFoundException
-
Constructs a BluetoothAttributeNotFoundException
with the specified detail message.
- attributes - Variable in class org.kxml2.kdom.Element
-
- attrStartTable - Static variable in class org.kxml2.wap.wv.WV
-
- attrValueTable - Static variable in class org.kxml2.wap.wv.WV
-
- atYear(int) - Method in class java.time.MonthDay
-
Combines this month-day with a year to create a LocalDate
.
- atZone(ZoneId) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Combines this time with a time-zone to create a ChronoZonedDateTime
.
- atZone(ZoneId) - Method in class java.time.Instant
-
Combines this instant with a time-zone to create a ZonedDateTime
.
- atZone(ZoneId) - Method in class java.time.LocalDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
.
- atZoneSameInstant(ZoneId) - Method in class java.time.OffsetDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
ensuring that the result has the same instant.
- atZoneSimilarLocal(ZoneId) - Method in class java.time.OffsetDateTime
-
Combines this date-time with a time-zone to create a ZonedDateTime
trying to keep the same local date and time.
- AudioException - Exception in ej.audio
-
- AudioException(int) - Constructor for exception ej.audio.AudioException
-
Creates an audio exception with the specified error code.
- AudioException(int, Throwable) - Constructor for exception ej.audio.AudioException
-
Creates an audio exception with the specified error code and cause.
- AudioFormat - Class in ej.audio
-
Specifies the data format of an audio stream.
- AudioFormat() - Constructor for class ej.audio.AudioFormat
-
- AudioRecord - Class in ej.audio
-
Represents an audio recording stream.
- AudioRecord(AudioFormat, int) - Constructor for class ej.audio.AudioRecord
-
Creates and opens an audio record.
- AudioTrack - Class in ej.audio
-
Represents an audio playback stream.
- AudioTrack(AudioFormat, int) - Constructor for class ej.audio.AudioTrack
-
Creates and opens an audio track.
- AUGUST - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the eighth month of the year in the Gregorian and
Julian calendars.
- AUTH - Static variable in class ej.bluetooth.util.SecurityLevels
-
Authentication required.
- AutoCloseable - Interface in java.lang
-
A resource that must be closed when it is no longer needed.
- available() - Method in class com.microej.kf.util.InputStreamProxy
-
- available() - Method in class ej.bon.ResourceBuffer
-
Returns the available number of bytes that can be read (or skipped over) from
this buffer.
- available() - Method in interface ej.event.EventDataReader
-
Returns the number of bytes that can be read (or skipped over).
- available() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Returns the number of available bytes to read.
- available() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking.
- available() - Method in class ej.rcommand.impl.ChunkedInputStream
-
- available() - Method in class ej.rcommand.impl.LimitedLengthInputStream
-
- available() - Method in class java.io.BufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in class java.io.ByteArrayInputStream
-
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
- available() - Method in class java.io.FileInputStream
-
Returns an estimate of the number of remaining bytes that can be read (or skipped over) from this input stream
without blocking by the next invocation of a method for this input stream.
- available() - Method in class java.io.FilterInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input
stream without blocking by the next caller of a method for this input stream.
- available() - Method in class java.io.InputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input
stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class java.io.PipedInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.
- available() - Method in class java.io.PushbackInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in class java.io.SequenceInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input
stream without blocking by the next invocation of a method for the current underlying input stream.
- available() - Method in class sun.net.www.http.ChunkedInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.
- available() - Method in class sun.net.www.http.HttpClient
-
- awaitTermination(long, TimeUnit) - Method in class ej.util.concurrent.SingleThreadExecutor
-
This method is unsupported by this implementation.
- awaitTermination(long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
-
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current
thread is interrupted, whichever happens first.
- AwsIotClient - Class in ej.aws.iot
-
AWS IoT client, based on MicroPaho MQTT Implementation.
- AwsIotClient(AwsIotClientOptions) - Constructor for class ej.aws.iot.AwsIotClient
-
Constructor client.
- AwsIotClient(AwsIotClientOptions, AwsIotConnectionListener) - Constructor for class ej.aws.iot.AwsIotClient
-
Constructor client.
- AwsIotClientOptions - Class in ej.aws.iot
-
This class represents the connection options of an AWS IoT Thing, needed to connect to the platform.
- AwsIotClientOptions.Builder - Class in ej.aws.iot
-
- AwsIotConnectionListener - Interface in ej.aws.iot
-
AwsIotConnectionListener.
- AwsIotException - Exception in ej.aws.iot
-
A specific exception relating to AWS Cloud IoT Core services communication
errors.
- AwsIotException(String) - Constructor for exception ej.aws.iot.AwsIotException
-
Constructor.
- AwsIotException(Throwable) - Constructor for exception ej.aws.iot.AwsIotException
-
Constructor.
- AwsIotMessage - Class in ej.aws.iot
-
AWS Iot message wrapper
- AwsIotMessage(String, int, boolean, byte[]) - Constructor for class ej.aws.iot.AwsIotMessage
-
Create an IoT message.
- AwsIotMessageCallback - Interface in ej.aws.iot
-
The callback interface when receiving messages from AWS IoT.
- BACK - Static variable in class ej.microui.event.generator.Command
-
Constant for "back" command.
- back() - Method in class org.json.me.JSONTokener
-
Back up one character.
- BackEaseInFunction - Class in ej.motion.back
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- BackEaseInOutFunction - Class in ej.motion.back
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- BackEaseOutFunction - Class in ej.motion.back
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- Background - Interface in ej.mwt.style.background
-
Represents the background of the widgets.
- BACKGROUND - Static variable in class ej.mwt.style.DefaultStyle
-
The background of the default style.
- backup(int) - Method in interface ej.jsonpath.parser.CharStream
-
Backs up the input stream by amount steps.
- backup(int) - Method in class ej.jsonpath.parser.SimpleCharStream
-
Backup a number of characters.
- BadPaddingException - Exception in javax.crypto
-
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not
padded properly.
- BadPaddingException() - Constructor for exception javax.crypto.BadPaddingException
-
Constructs a BadPaddingException with no detail message.
- BadPaddingException(String) - Constructor for exception javax.crypto.BadPaddingException
-
Constructs a BadPaddingException with the specified detail message.
- BALINESE - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for balinese font identifier.
- BAMUM - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for bamum font identifier.
- BANG - Static variable in class org.json.me.util.XML
-
The Character '!'.
- Base64 - Class in java.util
-
This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme.
- Base64.Decoder - Class in java.util
-
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648
and RFC 2045.
- Base64.Encoder - Class in java.util
-
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648
and RFC 2045.
- BASE_PROPERTY - Static variable in class ej.net.PollerConnectivityManager
-
Base property name.
- BasicMessageBuilder - Class in ej.util.message.basic
-
A basic message builder creates the messages following this pattern: [category]:[LEVEL]=[id]
followed by
the arguments (if any) separated by spaces, then the full stack trace of a throwable (if any).
- BasicMessageBuilder() - Constructor for class ej.util.message.basic.BasicMessageBuilder
-
- BasicMessageLogger - Class in ej.util.message.basic
-
A basic message logger delegates the messages build to a
MessageBuilder
and prints them to the standard
output stream.
- BasicMessageLogger() - Constructor for class ej.util.message.basic.BasicMessageLogger
-
- BasicMessageLogger(MessageBuilder) - Constructor for class ej.util.message.basic.BasicMessageLogger
-
Creates an instance passing the message builder used to build the messages.
- BasicPermission - Class in java.security
-
The BasicPermission class extends the Permission class, and can be used as the base class for
permissions that want to follow the same naming convention as BasicPermission.
- BasicPermission(String) - Constructor for class java.security.BasicPermission
-
Creates a new BasicPermission with the specified name.
- BasicPermission(String, String) - Constructor for class java.security.BasicPermission
-
Creates a new BasicPermission object with the specified name.
- BATAK - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for batak font identifier.
- BEFORE - Static variable in class ej.hoka.http.HttpRequest
-
before filter code.
- before(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler as a before filter on the path.
- before(RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler as a before filter on all paths.
- before(Object) - Method in class java.util.Calendar
-
Returns whether this Calendar
represents a time before the time represented by the
specified Object
.
- before(Date) - Method in class java.util.Date
-
Tests if this date is before the specified date.
- Before - Annotation Type in org.junit
-
When writing tests, it is common to find that several tests need similar
objects created before they can run.
- BEFORE_ALL - Static variable in class ej.hoka.http.HttpRequest
-
before all filter code.
- BeforeClass - Annotation Type in org.junit
-
Sometimes several tests need to share computationally expensive setup (like
logging into a database).
- beginColumn - Variable in class ej.jsonpath.parser.Token
-
The column number of the first character of this Token.
- beginContainer() - Method in interface ej.widget.debug.WidgetVisitor
-
Signals the children of a
Container
are about to be visited.
- beginLine - Variable in class ej.jsonpath.parser.Token
-
The line number of the first character of this Token.
- beginTask(String, int) - Method in class com.microej.kf.util.IProgressMonitorProxy
-
- beginTask(String, int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Notifies that the main task is beginning.
- beginTask(String, int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- beginTask(String, int) - Method in class org.eclipse.core.runtime.SubMonitor
-
Starts a new main task.
- BeginToken() - Method in interface ej.jsonpath.parser.CharStream
-
Returns the next character that marks the beginning of the next token.
- BeginToken() - Method in class ej.jsonpath.parser.SimpleCharStream
-
Start.
- beginTracking() - Method in class sun.net.ProgressSource
-
Begin progress tracking.
- BenchHelper - Class in ej.benchmark
-
This helper class proposes a method to run a bench respecting the
specification described in
BenchTest
.
- BenchResult - Class in ej.benchmark
-
Represents the results for a given test.
- BenchResult(BenchTest, int, long, long) - Constructor for class ej.benchmark.BenchResult
-
Creates a bench result for the given bench.
- BenchTest - Class in ej.benchmark
-
Represents a test to bench.
- BenchTest() - Constructor for class ej.benchmark.BenchTest
-
- BENGALI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for bengali font identifier.
- between(Temporal, Temporal) - Static method in class java.time.Duration
-
Obtains a Duration
representing the duration between two temporal objects.
- between(LocalDate, LocalDate) - Static method in class java.time.Period
-
Obtains a Period
consisting of the number of years, months,
and days between two dates.
- between(Temporal, Temporal) - Method in enum java.time.temporal.ChronoUnit
-
- between(Temporal, Temporal) - Method in interface java.time.temporal.TemporalUnit
-
Calculates the amount of time between two temporal objects.
- BIG_ENDIAN - Static variable in class ej.bon.ByteArray
-
Access mode big endian.
- BIG_ENDIAN - Static variable in class java.nio.ByteOrder
-
Constant denoting big-endian byte order.
- BigDecimal - Class in java.math
-
Immutable, arbitrary-precision signed decimal numbers.
- BigDecimal(char[], int, int) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the same
sequence of characters as the
BigDecimal(String)
constructor, while allowing a sub-array to be
specified.
- BigDecimal(char[], int, int, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the same
sequence of characters as the
BigDecimal(String)
constructor, while allowing a sub-array to be specified
and with rounding according to the context settings.
- BigDecimal(char[]) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the same
sequence of characters as the
BigDecimal(String)
constructor.
- BigDecimal(char[], MathContext) - Constructor for class java.math.BigDecimal
-
Translates a character array representation of a
BigDecimal
into a
BigDecimal
, accepting the same
sequence of characters as the
BigDecimal(String)
constructor and with rounding according to the context
settings.
- BigDecimal(String) - Constructor for class java.math.BigDecimal
-
Translates the string representation of a BigDecimal
into a BigDecimal
.
- BigDecimal(String, MathContext) - Constructor for class java.math.BigDecimal
-
Translates the string representation of a
BigDecimal
into a
BigDecimal
, accepting the same
strings as the
BigDecimal(String)
constructor, with rounding according to the context settings.
- BigDecimal(double) - Constructor for class java.math.BigDecimal
-
Translates a double
into a BigDecimal
which is the exact decimal representation of the
double
's binary floating-point value.
- BigDecimal(double, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a double
into a BigDecimal
, with rounding according to the context settings.
- BigDecimal(BigInteger) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
into a BigDecimal
.
- BigDecimal(BigInteger, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
into a BigDecimal
rounding according to the context settings.
- BigDecimal(BigInteger, int) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
unscaled value and an int
scale into a BigDecimal
.
- BigDecimal(BigInteger, int, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a BigInteger
unscaled value and an int
scale into a BigDecimal
, with rounding
according to the context settings.
- BigDecimal(int) - Constructor for class java.math.BigDecimal
-
Translates an int
into a BigDecimal
.
- BigDecimal(int, MathContext) - Constructor for class java.math.BigDecimal
-
Translates an int
into a BigDecimal
, with rounding according to the context settings.
- BigDecimal(long) - Constructor for class java.math.BigDecimal
-
Translates a long
into a BigDecimal
.
- BigDecimal(long, MathContext) - Constructor for class java.math.BigDecimal
-
Translates a long
into a BigDecimal
, with rounding according to the context settings.
- BigInteger - Class in java.math
-
Immutable arbitrary-precision integers.
- BigInteger(byte[]) - Constructor for class java.math.BigInteger
-
Translates a byte array containing the two's-complement binary representation of a BigInteger into a BigInteger.
- BigInteger(int, byte[]) - Constructor for class java.math.BigInteger
-
Translates the sign-magnitude representation of a BigInteger into a BigInteger.
- BigInteger(String, int) - Constructor for class java.math.BigInteger
-
Translates the String representation of a BigInteger in the specified radix into a BigInteger.
- BigInteger(String) - Constructor for class java.math.BigInteger
-
Translates the decimal String representation of a BigInteger into a BigInteger.
- BigInteger(int, Random) - Constructor for class java.math.BigInteger
-
Constructs a randomly generated BigInteger, uniformly distributed over the range 0 to (2
numBits
- 1), inclusive.
- BinaryNLS - Class in com.microej.nls
-
This
NLS
implementation uses a binary file as entry point.
- BinaryNLS(String, int, NLSPlural) - Constructor for class com.microej.nls.BinaryNLS
-
Decodes a binary NLS file for the given interface.
- BinaryNLS(String, int) - Constructor for class com.microej.nls.BinaryNLS
-
Decodes a binary NLS file for the given interface.
- BinaryNLS(Class<? extends Object>, int) - Constructor for class com.microej.nls.BinaryNLS
-
Decodes a binary NLS file for the given interface.
- BinaryResource - Class in ej.rest.web
-
All-purpose resource which is used to access application/octet-stream content or any content in that respect.
- BinaryResource(Resty.Option...) - Constructor for class ej.rest.web.BinaryResource
-
- binarySearch(long[], long) - Static method in class java.util.Arrays
-
Searches the specified array of longs for the specified value using the binary search algorithm.
- binarySearch(long[], int, int, long) - Static method in class java.util.Arrays
-
Searches a range of the specified array of longs for the specified value using the binary search algorithm.
- binarySearch(int[], int) - Static method in class java.util.Arrays
-
Searches the specified array of ints for the specified value using the binary search algorithm.
- binarySearch(int[], int, int, int) - Static method in class java.util.Arrays
-
Searches a range of the specified array of ints for the specified value using the binary search algorithm.
- binarySearch(short[], short) - Static method in class java.util.Arrays
-
Searches the specified array of shorts for the specified value using the binary search algorithm.
- binarySearch(short[], int, int, short) - Static method in class java.util.Arrays
-
Searches a range of the specified array of shorts for the specified value using the binary search algorithm.
- binarySearch(char[], char) - Static method in class java.util.Arrays
-
Searches the specified array of chars for the specified value using the binary search algorithm.
- binarySearch(char[], int, int, char) - Static method in class java.util.Arrays
-
Searches a range of the specified array of chars for the specified value using the binary search algorithm.
- binarySearch(byte[], byte) - Static method in class java.util.Arrays
-
Searches the specified array of bytes for the specified value using the binary search algorithm.
- binarySearch(byte[], int, int, byte) - Static method in class java.util.Arrays
-
Searches a range of the specified array of bytes for the specified value using the binary search algorithm.
- binarySearch(double[], double) - Static method in class java.util.Arrays
-
Searches the specified array of doubles for the specified value using the binary search algorithm.
- binarySearch(double[], int, int, double) - Static method in class java.util.Arrays
-
Searches a range of the specified array of doubles for the specified value using the binary search algorithm.
- binarySearch(float[], float) - Static method in class java.util.Arrays
-
Searches the specified array of floats for the specified value using the binary search algorithm.
- binarySearch(float[], int, int, float) - Static method in class java.util.Arrays
-
Searches a range of the specified array of floats for the specified value using the binary search algorithm.
- binarySearch(Object[], Object) - Static method in class java.util.Arrays
-
Searches the specified array for the specified object using the binary search algorithm.
- binarySearch(Object[], int, int, Object) - Static method in class java.util.Arrays
-
Searches a range of the specified array for the specified object using the binary search algorithm.
- binarySearch(T[], T, Comparator<? super T>) - Static method in class java.util.Arrays
-
Searches the specified array for the specified object using the binary search algorithm.
- binarySearch(T[], int, int, T, Comparator<? super T>) - Static method in class java.util.Arrays
-
Searches a range of the specified array for the specified object using the binary search algorithm.
- binarySearch(List<? extends Comparable<? super T>>, T) - Static method in class java.util.Collections
-
Searches the specified list for the specified object using the binary search algorithm.
- binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class java.util.Collections
-
Searches the specified list for the specified object using the binary search algorithm.
- bind(T, Class<T>, Feature) - Static method in class ej.kf.Kernel
-
Binds an
Object
owned by a Feature to another Feature.
- bind(SocketAddress) - Method in class java.net.DatagramSocket
-
Binds this DatagramSocket to a specific address and port.
- bind(SocketAddress) - Method in class java.net.ServerSocket
-
Binds the ServerSocket
to a specific address (IP address and port number).
- bind(SocketAddress, int) - Method in class java.net.ServerSocket
-
Binds the ServerSocket
to a specific address (IP address and port number).
- bind(SocketAddress) - Method in class java.net.Socket
-
Binds the socket to a local address.
- BindException - Exception in java.net
-
Signals that an error occurred while attempting to bind a socket to a local address and port.
- BindException(String) - Constructor for exception java.net.BindException
-
Constructs a new BindException with the specified detail message as to why the bind error occurred.
- BindException() - Constructor for exception java.net.BindException
-
Construct a new BindException with no detailed message.
- bitCount() - Method in class java.math.BigInteger
-
Returns the number of bits in the two's complement representation of this BigInteger that differ from its sign
bit.
- BitFieldHelper - Class in ej.basictool
-
Helper to manage bit fields.
- bitLength() - Method in class java.math.BigInteger
-
Returns the number of bits in the minimal two's-complement representation of this BigInteger, excluding a
sign bit.
- BitSet - Class in java.util
-
This class implements a vector of bits that grows as needed.
- BitSet() - Constructor for class java.util.BitSet
-
Creates a new bit set.
- BitSet(int) - Constructor for class java.util.BitSet
-
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range
0
through nbits-1
.
- BitsInput - Interface in ej.ecom.io
-
This interface defines methods for reading data bits.
- BitsOutput - Interface in ej.ecom.io
-
This interface defines methods for writing data bits.
- BLACK - Static variable in class ej.microui.display.Colors
-
Constant for black color.
- blendColors(int, int, float) - Static method in class ej.widget.color.GradientHelper
-
Computes the color resulting by blending two colors with a ratio.
- BlendMode - Enum in ej.microvg
-
Enum for the ways a path is blend.
- BLUE - Static variable in class ej.microui.display.Colors
-
Constant for blue color.
- BLUETOOTH_ADD_SERVICE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_CONNECT - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_DISABLE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_DISCONNECT - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_DISCOVER_SERVICES - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_ENABLE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_EVENT_AVAILABLE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_POLL_EVENT - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_EXECUTE_WRITE_RESPONSE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_NOTIFICATION - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_PAIR_REQUEST - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_PAIR_RESPONSE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_PASSKEY_RESPONSE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_PREPARE_WRITE_RESPONSE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_READ_REQUEST - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_READ_RESPONSE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_WRITE_REQUEST - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_SEND_WRITE_RESPONSE - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_START_ADVERTISING - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_START_SCANNING - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_STOP_ADVERTISING - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BLUETOOTH_STOP_SCANNING - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- BluetoothAdapter - Class in ej.bluetooth
-
The BluetoothAdapter
class represents a Bluetooth adapter.
- BluetoothAddress - Class in ej.bluetooth
-
The BluetoothAddress
class represents the address of a Bluetooth device.
- BluetoothAddress(byte[], int, boolean) - Constructor for class ej.bluetooth.BluetoothAddress
-
Creates an address from the given byte array.
- BluetoothAddress(String, boolean) - Constructor for class ej.bluetooth.BluetoothAddress
-
Creates an address from the given string.
- BluetoothAttribute - Class in ej.bluetooth
-
The BluetoothAttribute
class represents a remote or a local GATT attribute.
- BluetoothCharacteristic - Class in ej.bluetooth
-
The BluetoothCharacteristic
class represents a remote or a local GATT characteristic.
- BluetoothConnection - Class in ej.bluetooth
-
The BluetoothConnection
class represents a connection with a remote Bluetooth device.
- BluetoothController - Class in ej.library.iot.rcommand.bluetooth
-
- BluetoothDatabase - Class in ej.library.iot.rcommand.bluetooth
-
- BluetoothDatabase() - Constructor for class ej.library.iot.rcommand.bluetooth.BluetoothDatabase
-
- BluetoothDataTypes - Class in ej.bluetooth
-
The BluetoothDataTypes
class enumerates the values for advertising data types.
- BluetoothDescriptor - Class in ej.bluetooth
-
The BluetoothDescriptor
class represents a remote or a local GATT descriptor.
- BluetoothEventTypes - Class in ej.library.iot.rcommand.bluetooth
-
- BluetoothHost - Class in ej.library.iot.rcommand.bluetooth
-
- BluetoothPermissions - Class in ej.bluetooth
-
The BluetoothPermissions
class enumerates the values for attribute permissions.
- BluetoothProperties - Class in ej.bluetooth
-
The BluetoothProperties
class enumerates the values for characteristic properties.
- BluetoothScanFilter - Class in ej.bluetooth
-
The BluetoothScanFilter
class represents a scan filter which may be used in order to filter scan results
during a scan.
- BluetoothService - Class in ej.bluetooth
-
The BluetoothService
class represents a remote or a local GATT service.
- BluetoothServiceDefinition - Class in ej.bluetooth
-
The BluetoothServiceDefinition
class represents the structure of a GATT service.
- BluetoothServiceDefinition(BluetoothUuid) - Constructor for class ej.bluetooth.BluetoothServiceDefinition
-
Creates a service definition.
- BluetoothStatus - Class in ej.bluetooth
-
The BluetoothStatus
class enumerates the values for error codes of ATT requests.
- BluetoothUuid - Class in ej.bluetooth
-
The BluetoothUuid
class represents the UUID of a service or attribute.
- BluetoothUuid(byte[], int) - Constructor for class ej.bluetooth.BluetoothUuid
-
Creates a UUID from a byte array.
- BluetoothUuid(String) - Constructor for class ej.bluetooth.BluetoothUuid
-
Creates a UUID from a string.
- BluetoothUuid(int) - Constructor for class ej.bluetooth.BluetoothUuid
-
Creates a UUID from an integer.
- BodyParser<T> - Interface in ej.hoka.http.body
-
- Boolean - Class in java.lang
-
The Boolean class wraps a value of the primitive type boolean
in an object.
- Boolean(boolean) - Constructor for class java.lang.Boolean
-
Allocates a Boolean
object representing the value
argument.
- Boolean(String) - Constructor for class java.lang.Boolean
-
Allocates a Boolean
object representing the value true
if the string argument is
not null
and is equal, ignoring case, to the string "true"
.
- BooleanConverter - Class in com.microej.kf.util
-
- BooleanConverter() - Constructor for class com.microej.kf.util.BooleanConverter
-
- booleanValue() - Method in class java.lang.Boolean
-
Returns the value of this Boolean
object as a boolean primitive.
- BOPOMOFO - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for bopomofo font identifier.
- BORDER - Static variable in class ej.mwt.style.DefaultStyle
-
The border of the default style.
- BorderHelper - Class in ej.mwt.style.outline.border
-
Provides utility methods to draw borders.
- BOTTOM - Static variable in class ej.mwt.util.Alignment
-
Constant for positioning on the bottom.
- BounceEaseInFunction - Class in ej.motion.bounce
-
Represents a bounce motion.
- BounceEaseInOutFunction - Class in ej.motion.bounce
-
Represents a bounce ease in out motion: a bounce at startup and a bounce at the end.
- BounceEaseOutFunction - Class in ej.motion.bounce
-
Represents a bounce motion: starts at a steady speed, then slows down to the stop instruction then go backward with
the same effect with less initial speed then go forward and so on until it stops.
- BOUNDARY - Static variable in class ej.hoka.http.body.MultiPartBodyParser
-
The boundary delimiter.
- BoundsInspector - Class in ej.widget.debug
-
Provides helpers to analyze the bounds of the widgets.
- boundsRecursiveToString(Widget) - Static method in class ej.widget.debug.BoundsInspector
-
Prints the bounds of the given widget and of all its children recursively.
- boundsToString(Widget) - Static method in class ej.widget.debug.BoundsInspector
-
Prints the bounds of the given widget in a String.
- BR_EDR_NOT_SUPPORTED - Static variable in class ej.bluetooth.util.AdvertisementFlags
-
BR/EDR Not Supported.
- BRAILLE - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for braille font identifier.
- BREAK - Static variable in interface ej.cbor.CborConstants
-
The CBOR-encoded "break" stop code for unlimited arrays/maps.
- BROADCAST - Static variable in class ej.bluetooth.BluetoothProperties
-
Indicates that the characteristic value may be broadcasted in advertisement data.
- buf - Variable in class java.io.BufferedInputStream
-
The internal buffer array where the data is stored.
- buf - Variable in class java.io.BufferedOutputStream
-
The internal buffer where data is stored.
- buf - Variable in class java.io.ByteArrayInputStream
-
An array of bytes that was provided by the creator of the stream.
- buf - Variable in class java.io.ByteArrayOutputStream
-
The buffer where data is stored.
- buf - Variable in class java.io.CharArrayReader
-
The character buffer.
- buf - Variable in class java.io.PushbackInputStream
-
The pushback buffer.
- bufcolumn - Variable in class ej.jsonpath.parser.SimpleCharStream
-
- buffer - Variable in class ej.jsonpath.parser.SimpleCharStream
-
- buffer - Variable in class java.io.PipedInputStream
-
The circular buffer into which incoming data is placed.
- Buffer - Class in java.nio
-
A container for data of a specific primitive type.
- BufferedImage - Class in ej.microui.display
-
A BufferedImage
represents a mutable image backed by a pixel buffer.
- BufferedImage(int, int) - Constructor for class ej.microui.display.BufferedImage
-
Creates a buffered image with the same format as the display.
- BufferedImage(int, int, Format) - Constructor for class ej.microui.display.BufferedImage
-
Creates a buffered image specifying its format.
- BufferedInputStream - Class in java.io
-
A BufferedInputStream
adds functionality to another input stream-namely, the ability to buffer the input
and to support the mark
and reset
methods.
- BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
-
Creates a BufferedInputStream
and saves its argument, the input stream in
, for later
use.
- BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
-
Creates a BufferedInputStream
with the specified buffer size, and saves its argument, the input
stream in
, for later use.
- BufferedOutputStream - Class in java.io
-
The class implements a buffered output stream.
- BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
-
Creates a new buffered output stream to write data to the specified underlying output stream.
- BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
-
Creates a new buffered output stream to write data to the specified underlying output stream with the specified
buffer size.
- BufferedReader - Class in java.io
-
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of
characters, arrays, and lines.
- BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
-
Creates a buffering character-input stream that uses an input buffer of the specified size.
- BufferedReader(Reader) - Constructor for class java.io.BufferedReader
-
Creates a buffering character-input stream that uses a default-sized input buffer.
- BufferedVectorImage - Class in ej.microvg
-
A buffered vector image is a vector image that can be built dynamically.
- BufferedVectorImage(int, int) - Constructor for class ej.microvg.BufferedVectorImage
-
Creates a buffered image that holds the GPU commands.
- BufferedWriter - Class in java.io
-
Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single
characters, arrays, and strings.
- BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
-
Creates a buffered character-output stream that uses a default-sized output buffer.
- BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
-
Creates a new buffered character-output stream that uses an output buffer of the given size.
- BufferOverflowException - Exception in java.nio
-
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
- BufferOverflowException() - Constructor for exception java.nio.BufferOverflowException
-
Constructs an instance of this class.
- BufferUnderflowException - Exception in java.nio
-
Unchecked exception thrown when a relative get operation reaches the target buffer's limit.
- BufferUnderflowException() - Constructor for exception java.nio.BufferUnderflowException
-
Constructs an instance of this class.
- bufline - Variable in class ej.jsonpath.parser.SimpleCharStream
-
- bufpos - Variable in class ej.jsonpath.parser.SimpleCharStream
-
Position in buffer.
- BUGINESE - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for buginese font identifier.
- BUHID - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for buhid font identifier.
- build() - Method in class android.net.NetworkRequest.Builder
-
- build() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
- build() - Method in interface com.google.protobuf.MessageLite.Builder
-
Constructs the message based on the state of the Builder.
- build(InputStream, OutputStream) - Method in class com.microej.soar.FeatureOptimizer
-
Builds a Feature (.fo
file) for this Kernel from a shared Feature (.fso
file).
- build() - Method in class ej.aws.iot.AwsIotClientOptions.Builder
-
Build option instance with values already set
- build() - Method in class ej.hoka.http.Cookie.Builder
-
Builds the cookie instance.
- build() - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
Builds and returns an instance of
HttpServer
with the configured parameters.
- build() - Method in class ej.hoka.http.requesthandler.ClasspathFilesHandler.ClasspathFilesHandlerBuilder
-
- build() - Method in class ej.net.util.ssl.SslContextBuilder
-
Creates an SSL context using the populated trust store and an empty key store.
- build(String) - Method in class ej.net.util.ssl.SslContextBuilder
-
Creates an SSL context using the populated trust store and an the populated key store, using the given key store
password.
- buildBinaryFrame(byte[]) - Method in class ej.websocket.frame.ClientFrameBuilder
-
- buildBinaryFrame(byte[]) - Method in interface ej.websocket.frame.IFrameBuilder
-
See RFC6455, section 5.6.
- buildCloseFrame(ReasonForClosure) - Method in class ej.websocket.frame.ClientFrameBuilder
-
- buildCloseFrame(ReasonForClosure) - Method in interface ej.websocket.frame.IFrameBuilder
-
See RFC6455, section 7.
- Builder() - Constructor for class android.net.NetworkRequest.Builder
-
Default constructor for Builder.
- Builder() - Constructor for class com.google.protobuf.AbstractMessageLite.Builder
-
- Builder(MessageType) - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
-
- Builder() - Constructor for class ej.aws.iot.AwsIotClientOptions.Builder
-
- builder() - Static method in class ej.aws.iot.AwsIotClientOptions.Builder
-
- builder() - Static method in class ej.hoka.http.Cookie
-
Configures and builds a cookie.
- builder() - Static method in class ej.hoka.http.HttpServer
-
- builder() - Static method in class ej.hoka.http.requesthandler.ClasspathFilesHandler
-
- BUILDER - Static variable in class ej.net.ConnectivityMessages
-
The message builder.
- BUILDER - Static variable in class ej.net.util.Messages
-
The message builder.
- BUILDER - Static variable in class ej.net.util.wifi.Messages
-
The message builder.
- BUILDER - Static variable in class ej.resserver.log.Messages
-
The message builder.
- BUILDER - Static variable in class ej.storage.util.StorageMessage
-
Wadapps common message builder.
- BUILDER - Static variable in class ej.websocket.Messages
-
The message builder.
- buildEvent(int, EventGenerator, int) - Static method in class ej.microui.event.Event
-
Builds an event from a given type, an eventGenerator and data.
- buildEvent(int, int) - Method in class ej.microui.event.generator.Buttons
-
Builds a MicroUI event for the given action on given button.
- buildEvent(int) - Method in class ej.microui.event.generator.Command
-
Builds a MicroUI event for the given command.
- buildEvent(int, int) - Method in class ej.microui.event.generator.States
-
Builds a MicroUI event for the given state identifier on its value.
- buildEvent(int) - Method in class ej.mwt.event.DesktopEventGenerator
-
Builds an event for the given action.
- buildJSONArrayFromArray(Object) - Static method in class org.json.me.JSONObject.Util
-
- buildMessage(char, String, int) - Method in class ej.util.message.basic.BasicMessageBuilder
-
- buildMessage(char, String, int, Object...) - Method in class ej.util.message.basic.BasicMessageBuilder
-
- buildMessage(char, String, int, Throwable) - Method in class ej.util.message.basic.BasicMessageBuilder
-
- buildMessage(char, String, int, Throwable, Object...) - Method in class ej.util.message.basic.BasicMessageBuilder
-
- buildMessage(char, String, int) - Method in interface ej.util.message.MessageBuilder
-
Builds a message.
- buildMessage(char, String, int, Throwable) - Method in interface ej.util.message.MessageBuilder
-
Builds a message with a throwable.
- buildMessage(char, String, int, Object...) - Method in interface ej.util.message.MessageBuilder
-
Builds a message with arguments.
- buildMessage(char, String, int, Throwable, Object...) - Method in interface ej.util.message.MessageBuilder
-
Builds a message with a throwable and arguments.
- buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
- buildPartial() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
- buildPartial() - Method in interface com.google.protobuf.MessageLite.Builder
-
- buildPingFrame(byte[]) - Method in class ej.websocket.frame.ClientFrameBuilder
-
- buildPingFrame(byte[]) - Method in interface ej.websocket.frame.IFrameBuilder
-
See RFC6455, section 5.5.2.
- buildPongFrame(byte[]) - Method in class ej.websocket.frame.ClientFrameBuilder
-
- buildPongFrame(byte[]) - Method in interface ej.websocket.frame.IFrameBuilder
-
See RFC6455, section 5.5.3.
- buildTextFrame(String) - Method in class ej.websocket.frame.ClientFrameBuilder
-
- buildTextFrame(String) - Method in interface ej.websocket.frame.IFrameBuilder
-
See RFC6455, section 5.6.
- Button - Class in ej.widget.basic
-
A button is a widget that displays a text and reacts to click events.
- Button() - Constructor for class ej.widget.basic.Button
-
Creates a button with an empty text.
- Button(String) - Constructor for class ej.widget.basic.Button
-
Creates a button with the given text to display.
- Buttons - Class in ej.microui.event.generator
-
A Buttons event generator is usually associated to a group of physical buttons and allow to generate events relating
to them.
- Buttons(int) - Constructor for class ej.microui.event.generator.Buttons
-
Creates a buttons event generator where elapsedTime, click and doubleClick features are supported and enabled for
the first nbButtons
(doubleClick feature is initialized with a 200ms delay).
- Buttons() - Constructor for class ej.microui.event.generator.Buttons
-
Creates a buttons event generator that does not support click, doubleClick nor elapsedTime for any of its
buttons.
- Byte - Class in java.lang
-
The Byte
class wraps a value of primitive type byte
in an object.
- Byte(byte) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte
object that represents the specified byte
value.
- Byte(String) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte
object that represents the byte
value indicated
by the String
parameter.
- BYTE_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a byte.
- ByteArray - Class in ej.bon
-
This class provides some utilities to manage I/O on a byte array.
- ByteArray() - Constructor for class ej.bon.ByteArray
-
- byteArrayDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- ByteArrayInputStream - Class in java.io
-
A ByteArrayInputStream
contains an internal buffer that contains bytes that may be
read from the stream.
- ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
-
Creates a ByteArrayInputStream
so that it uses buf
as its buffer array.
- ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
-
Creates ByteArrayInputStream
that uses buf
as its buffer array.
- ByteArrayOutputStream - Class in java.io
-
This class implements an output stream in which the data is written into a byte array.
- ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- byteAt(int) - Method in class com.google.protobuf.ByteString
-
Gets the byte at the given index.
- ByteBuffer - Class in java.nio
-
a byte buffer.
- byteBufferDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- ByteConverter - Class in com.microej.kf.util
-
- ByteConverter() - Constructor for class com.microej.kf.util.ByteConverter
-
- ByteOrder - Class in java.nio
-
A typesafe enumeration for byte orders.
- ByteOutput - Class in com.google.protobuf
-
An output target for raw bytes.
- ByteOutput() - Constructor for class com.google.protobuf.ByteOutput
-
- bytes(String) - Method in class ej.rest.web.Resty
-
Get the resource specified by the uri and return a binary resource for
it.
- bytes(URI) - Method in class ej.rest.web.Resty
-
Get the resource specified by the uri and return a binary resource for
it.
- bytes(String, AbstractContent) - Method in class ej.rest.web.Resty
-
POST to the URI and get the resource as binary resource.
- bytes(URI, AbstractContent) - Method in class ej.rest.web.Resty
-
POST to the URI and get the resource as binary resource.
- bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
-
Helper called by generated code to construct default values for bytes fields.
- bytesTransferred - Variable in exception java.io.InterruptedIOException
-
Reports how many bytes had been transferred as part of the I/O operation before it was
interrupted.
- ByteString - Class in com.google.protobuf
-
Immutable sequence of bytes.
- ByteString.ByteIterator - Interface in com.google.protobuf
-
This interface extends Iterator<Byte>
, so that we can return an unboxed byte
.
- ByteString.Output - Class in com.google.protobuf
-
Outputs to a ByteString
instance.
- byteToString(byte, char[], int) - Static method in class ej.library.iot.rcommand.bluetooth.HexTools
-
- byteValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a byte
.
- byteValue() - Method in class java.lang.Double
-
Returns the value of this Double
as a byte
(by casting to a byte
).
- byteValue() - Method in class java.lang.Float
-
Returns the value of this Float
as a byte
(by casting to a byte
).
- byteValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a byte
.
- byteValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a byte
.
- byteValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a byte
.
- byteValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a byte
.
- byteValueExact() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a byte
, checking for lost information.
- byteValueExact() - Method in class java.math.BigInteger
-
Converts this BigInteger
to a byte
, checking for lost information.
- CachedStylesheet - Class in ej.mwt.stylesheet
-
Wraps a stylesheet and provides a cache to avoid having several instances of the same style.
- CachedStylesheet(Stylesheet) - Constructor for class ej.mwt.stylesheet.CachedStylesheet
-
Creates a cached stylesheet with the given stylesheet to wrap and the default cache size.
- CachedStylesheet(Stylesheet, int) - Constructor for class ej.mwt.stylesheet.CachedStylesheet
-
Creates a cached stylesheet with the given stylesheet to wrap and the given cache size.
- calendar - Variable in class java.text.DateFormat
-
The
Calendar
instance used for calculating the date-time fields and the instant of time.
- Calendar - Class in java.util
-
The
Calendar
class is an abstract class that provides methods for converting between
a specific instant in time and a set of
calendar fields
such as
YEAR
,
MONTH
,
DAY_OF_MONTH
,
HOUR
, and so on, and for
manipulating the calendar fields, such as getting the date of the next week.
- Calendar() - Constructor for class java.util.Calendar
-
Constructs a Calendar with the default time zone and locale.
- CALIBRATION_TIME - Static variable in class ej.benchmark.BenchTest
-
Defines the default time (in milliseconds) to calibrate the number of
iterations the test must be ran to reach the expected run time.
- call() - Method in interface java.util.concurrent.Callable
-
Computes a result, or throws an exception if unable to do so.
- Callable<V> - Interface in java.util.concurrent
-
A task that returns a result and may throw an exception.
- callCurrentState(ConnectivityManager, ConnectivityManager.NetworkCallback) - Static method in class ej.net.util.connectivity.ConnectivityUtil
-
Checks the manager state and call the callbacks depending on it.
- callOnFlushCompleted(Runnable) - Method in class ej.microui.display.Display
-
Prepares a call event which will be serialized in the system event stream when the next executed flush will be
done.
- callSerially(Runnable) - Static method in class ej.microui.MicroUI
-
Serializes a call event in the system event stream.
- CANADIAN_ABORIGINAL - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for canadian aboriginal font identifier.
- canBeUsedInCloseFrame(int) - Static method in class ej.websocket.CloseCodes
-
Tell if can be used in a close control frame.
- cancel() - Method in class ej.bon.Timer
-
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class ej.bon.TimerTask
-
Cancels this timer task.
- CANCEL - Static variable in class ej.microui.event.generator.Command
-
Constant for "cancel" command.
- cancel() - Method in class ej.net.PollerConnectivityManager
-
Cancels the associated timer.
- cancel(boolean) - Method in interface java.util.concurrent.Future
-
Attempts to cancel execution of this task.
- cancelCallOnFlushCompleted() - Method in class ej.microui.display.Display
-
- CancellationException - Exception in java.util.concurrent
-
Exception indicating that the result of a value-producing task, cannot be retrieved because the task was cancelled.
- CancellationException() - Constructor for exception java.util.concurrent.CancellationException
-
Constructs a CancellationException
with no detail message.
- CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
-
Constructs a CancellationException
with the specified detail message.
- canExecute() - Method in class java.io.File
-
Tests whether the application can execute the file denoted by this abstract pathname.
- canGetImage(String) - Static method in class ej.microui.display.Image
-
Returns whether an image can be retrieved from a resource.
- canLoadImage(String) - Static method in class ej.microui.display.ResourceImage
-
Returns whether an image can be loaded from a resource.
- canonicalID(String) - Static method in class sun.net.www.MessageHeader
-
Convert a message-id string to canonical form (strips off leading and trailing <>s)
- canRead() - Method in class java.io.File
-
Tests whether the application can read the file denoted by this abstract pathname.
- canUninstall(Feature) - Static method in class ej.kf.Kernel
-
Tells whether the given Feature can be uninstalled.
- Canvas - Class in ej.widget.container
-
Lays out any number of children freely.
- Canvas() - Constructor for class ej.widget.container.Canvas
-
Creates a canvas.
- canWrite() - Method in class java.io.File
-
Tests whether the application can modify the file denoted by this abstract pathname.
- capacity() - Method in class java.lang.StringBuffer
-
Returns the current capacity.
- capacity() - Method in class java.lang.StringBuilder
-
Returns the current capacity.
- capacity() - Method in class java.nio.Buffer
-
Returns this buffer's capacity.
- capacity() - Method in class java.util.Vector
-
Returns the current capacity of this vector.
- capacityIncrement - Variable in class java.util.Vector
-
The amount by which the capacity of the vector is automatically incremented when its size becomes
greater than its capacity.
- cardinality() - Method in class java.util.BitSet
-
Returns the number of bits set to true
in this BitSet
.
- CascadingStylesheet - Class in ej.mwt.stylesheet.cascading
-
Cascading stylesheet implementation strongly inspired by CSS.
- CascadingStylesheet() - Constructor for class ej.mwt.stylesheet.cascading.CascadingStylesheet
-
Creates a new cascading stylesheet.
- CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
-
A Comparator that orders String
objects as by compareToIgnoreCase
.
- cast(Object) - Method in class java.lang.Class
-
Casts an object to the class or interface represented by this Class
object.
- CATEGORY - Static variable in class com.microej.kf.util.message.KfUtilMessage
-
KF utilities message category.
- CATEGORY - Static variable in class ej.net.ConnectivityMessages
-
Category message.
- CATEGORY - Static variable in class ej.net.util.Messages
-
Category message errors.
- CATEGORY - Static variable in class ej.resserver.log.Messages
-
Category message.
- CATEGORY - Static variable in class ej.storage.util.StorageMessage
-
Wadapps common message category.
- CATEGORY - Static variable in class ej.websocket.Messages
-
Category message errors.
- CborConstants - Interface in ej.cbor
-
Constant values used by the CBOR format.
- CborDecoder - Class in ej.cbor
-
Provides a decoder capable of handling CBOR encoded data from a
InputStream
.
- CborDecoder(InputStream) - Constructor for class ej.cbor.CborDecoder
-
- CborEncoder - Class in ej.cbor
-
Provides an encoder capable of encoding data into CBOR format to a given
OutputStream
.
- CborEncoder(OutputStream) - Constructor for class ej.cbor.CborEncoder
-
- CborType - Class in ej.cbor
-
Represents the various major types in CBOR, along with their .
- cbrt(double) - Static method in class java.lang.Math
-
Returns the cube root of a double
value.
- CCC_DESCRIPTOR_IMPROPERLY_CONFIGURED - Static variable in class ej.bluetooth.BluetoothStatus
-
CCC descriptor improperly configured.
- CCC_UUID - Static variable in class ej.bluetooth.util.DescriptorHelper
-
UUID of the Client Characteristic Configuration descriptor.
- CDL - Class in ej.rest.json
-
This provides static methods to convert comma delimited text into a
JSONArray, and to covert a JSONArray into comma delimited text.
- CDL() - Constructor for class ej.rest.json.CDL
-
- cdsect(String) - Method in class org.kxml2.io.KXmlSerializer
-
- CDSECT - Static variable in class org.kxml2.kdom.Node
-
- cdsect(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- CDSECT - Static variable in interface org.xmlpull.v1.XmlPullParser
-
A CDATA sections was just read; this token is available only from calls to
nextToken()
.
- cdsect(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
- ceil(double) - Static method in class ej.bon.XMath
-
Returns the smallest (closest to negative infinity) double
value
that is greater than or equal to the argument and is equal to a mathematical
integer.
- ceil(double) - Static method in class java.lang.Math
-
Returns the smallest (closest to negative infinity) double
value that is greater than or
equal to the argument and is equal to a mathematical integer.
- ceiling(E) - Method in interface java.util.NavigableSet
-
Returns the least element in this set greater than or equal to the given element, or null
if there is no
such element.
- ceiling(E) - Method in class java.util.TreeSet
-
- ceilingEntry(K) - Method in interface java.util.NavigableMap
-
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null
if there is no such key.
- ceilingEntry(K) - Method in class java.util.TreeMap
-
- ceilingKey(K) - Method in interface java.util.NavigableMap
-
Returns the least key greater than or equal to the given key, or null
if there is no such key.
- ceilingKey(K) - Method in class java.util.TreeMap
-
- Certificate - Class in java.security.cert
-
Abstract class for managing a variety of identity certificates.
- Certificate(String) - Constructor for class java.security.cert.Certificate
-
Creates a certificate of the specified type.
- CertificateEncodingException - Exception in java.security.cert
-
Certificate Encoding Exception.
- CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with no detail message.
- CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
-
Constructs a CertificateEncodingException with the specified detail message.
- CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
-
Creates a CertificateEncodingException
with the specified detail message and cause.
- CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
-
Creates a CertificateEncodingException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- CertificateException - Exception in java.security.cert
-
This exception indicates one of a variety of certificate problems.
- CertificateException() - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with no detail message.
- CertificateException(String) - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with the given detail message.
- CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a CertificateException
with the specified detail message and cause.
- CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a CertificateException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- CertificateExpiredException - Exception in java.security.cert
-
Certificate Expired Exception.
- CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with no detail message.
- CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
-
Constructs a CertificateExpiredException with the specified detail message.
- CertificateFactory - Class in java.security.cert
-
This class defines the functionality of a certificate factory, which is used to generate certificate, certification
path (CertPath
) and certificate revocation list (CRL) objects from their encodings.
- CertificateFactory() - Constructor for class java.security.cert.CertificateFactory
-
- CertificateFactorySpi - Class in java.security.cert
-
This class defines the Service Provider Interface (SPI) for the CertificateFactory
class.
- CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
-
- CertificateNotYetValidException - Exception in java.security.cert
-
Certificate is not yet valid exception.
- CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with no detail message.
- CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
-
Constructs a CertificateNotYetValidException with the specified detail message.
- CertificatesHelper - Class in ej.net.util.ssl
-
Manages the certificates of the device.
- CHAM - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for cham font identifier.
- changeChildIndex(Widget, int) - Method in class ej.mwt.Container
-
Changes the position of the specified widget in the list of children of this container.
- changeChildIndex(Widget, int) - Method in class ej.widget.container.Canvas
-
- changeChildIndex(Widget, int) - Method in class ej.widget.container.OverlapContainer
-
- CHAR_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a char.
- Character - Class in java.lang
-
The Character
class wraps a value of the primitive type char
in an object.
- Character(char) - Constructor for class java.lang.Character
-
Constructs a newly allocated Character
object that represents the specified char
value.
- CharacterArrayCharacterIterator - Class in org.apache.regexp
-
Encapsulates char[] as CharacterIterator
- CharacterArrayCharacterIterator(char[], int, int) - Constructor for class org.apache.regexp.CharacterArrayCharacterIterator
-
- CharacterConverter - Class in com.microej.kf.util
-
- CharacterConverter() - Constructor for class com.microej.kf.util.CharacterConverter
-
- CharacterIterator - Interface in org.apache.regexp
-
Encapsulates different types of character sources - String, InputStream, ...
- CharacterSeparatedList - Class in ej.hoka.http.support
-
Abstract class for implementing parsers for character separated lists.
- CharacterSeparatedList(char) - Constructor for class ej.hoka.http.support.CharacterSeparatedList
-
- CharArrayReader - Class in java.io
-
This class implements a character buffer that can be used as a character-input stream.
- CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
-
Creates a CharArrayReader from the specified array of chars.
- charAt(int) - Method in interface java.lang.CharSequence
-
Returns the char
value at the specified index.
- charAt(int) - Method in class java.lang.String
-
Returns the char
value at the specified index.
- charAt(int) - Method in class java.lang.StringBuffer
-
Returns the char
value in this sequence at the specified index.
- charAt(int) - Method in class java.lang.StringBuilder
-
Returns the char
value in this sequence at the specified index.
- charAt(int) - Method in class java.nio.CharBuffer
-
Reads the character at the given index relative to the current
position.
- charAt(int) - Method in class org.apache.regexp.CharacterArrayCharacterIterator
-
- charAt(int) - Method in interface org.apache.regexp.CharacterIterator
-
- charAt(int) - Method in class org.apache.regexp.ReaderCharacterIterator
-
- charAt(int) - Method in class org.apache.regexp.StreamCharacterIterator
-
- charAt(int) - Method in class org.apache.regexp.StringCharacterIterator
-
- CharBuffer - Class in java.nio
-
a char buffer.
- CharSequence - Interface in java.lang
-
A CharSequence
is a readable sequence of char
values.
- CharStream - Interface in ej.jsonpath.parser
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- charsWidth(char[], int, int) - Method in class ej.microui.display.Font
-
Computes the width of the given char array.
- charValue() - Method in class java.lang.Character
-
Returns the value of this Character
object.
- charWidth(char) - Method in class ej.microui.display.Font
-
Returns the width of a character when it is drawn using this font.
- checkAccess(Thread) - Method in class java.lang.SecurityManager
-
Throws a SecurityException
if the calling thread is not allowed to modify the thread
argument.
- checkAccess() - Method in class java.lang.Thread
-
Determines if the currently running thread has permission to modify this thread.
- checkArrayBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the array (defined by its length).
- checkBounds(byte[], int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the given byte array.
- checkBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the array (defined by its length).
- checkByteStringIsUtf8(ByteString) - Static method in class com.google.protobuf.AbstractMessageLite
-
Checks wheter a ByteString is encoded in Utf-8.
- checkConnect(SecurityManager, String, int) - Static method in class sun.net.www.http.HttpClient
-
- checkDrawingLogFlags() - Method in class ej.microui.display.GraphicsContext
-
Throws an exception if the error flag is currently set.
- checkError() - Method in class java.io.PrintStream
-
Flushes the stream and checks its error state.
- checkError() - Method in class java.io.PrintWriter
-
Flushes the stream if it's not closed and checks its error state.
- checkError() - Method in class sun.net.www.http.ChunkedOutputStream
-
- CheckHelperTestListener - Class in ej.junit
-
- CheckHelperTestListener() - Constructor for class ej.junit.CheckHelperTestListener
-
- checkHorizontalAlignment(int) - Static method in class ej.mwt.util.Alignment
-
Checks whether the given value represents a valid horizontal alignment.
- checkID(String) - Static method in class ej.storage.util.StorageHelper
-
Checks that a storage ID is valid.
- checkIndicationsEnabled(byte[]) - Static method in class ej.bluetooth.util.DescriptorHelper
-
Returns whether indications are enabled in the given CCC descriptor value.
- checkLastTagWas(int) - Method in class com.google.protobuf.CodedInputStream
-
Verifies that the last call to readTag() returned the given tag value.
- checkNoSpaceLeft() - Method in class com.google.protobuf.CodedOutputStream
-
- checkNotificationsEnabled(byte[]) - Static method in class ej.bluetooth.util.DescriptorHelper
-
Returns whether notifications are enabled in the given CCC descriptor value.
- checkOffset(long) - Static method in class ej.storage.util.StorageHelper
-
Checks that an offset is valid.
- checkPending(boolean) - Method in class org.kxml2.wap.WbxmlSerializer
-
- checkPermission(Permission, Feature) - Method in interface com.microej.kf.util.security.FeaturePermissionCheckDelegate
-
Called by
KernelSecurityManager
when the current thread context requesting for a Permission check is
owned by a Feature.
- checkPermission(Permission) - Method in class com.microej.kf.util.security.KernelSecurityManager
-
- checkPermission(Permission) - Method in class com.microej.kf.util.security.KernelSecurityPolicyManager
-
- checkPermission(Permission, Feature) - Method in class com.microej.kf.util.security.LoggingPermissionCheckDelegate
-
- checkPermission(Permission) - Method in class java.lang.SecurityManager
-
Throws a SecurityException
if the requested access, specified by the given
permission, is not permitted based on the security policy currently in effect.
- checkpoint(int) - Static method in class ej.hal.WatchdogTimer
-
Validates the checkpoint identified by the given checkpointId
and
refreshes the watchdog if all checkpoints are passed.
- checkPropertyPermission(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
-
Checks that an action on a property is permitted.
- checkRecursionLimit() - Method in class com.google.protobuf.CodedInputStream
-
- checkServicePermission(Class<T>, String) - Method in class ej.service.loader.SimpleServiceLoader
-
Checks that an action on a service is permitted.
- checkStringBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
-
Checks the given range is included in the array (defined by its length).
- checkValidIntValue(long) - Method in enum java.time.temporal.ChronoField
-
Checks that the specified value is valid and fits in an int
.
- checkValidIntValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
-
Checks that the specified value is valid and fits in an int
.
- checkValidity() - Method in class java.security.cert.X509Certificate
-
Checks that the certificate is currently valid.
- checkValidValue(long) - Method in enum java.time.temporal.ChronoField
-
Checks that the specified value is valid for this field.
- checkValidValue(long, TemporalField) - Method in class java.time.temporal.ValueRange
-
Checks that the specified value is valid.
- checkVerticalAlignment(int) - Static method in class ej.mwt.util.Alignment
-
Checks whether the given value represents a valid vertical alignment.
- CHEROKEE - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for cherokee font identifier.
- ChildCombinator - Class in ej.mwt.stylesheet.selector.combinator
-
A child combinator selects by checking the widget direct hierarchy.
- ChildCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.ChildCombinator
-
Creates a child combinator.
- children - Variable in class ej.jsonpath.parser.SimpleNode
-
- children - Variable in class org.kxml2.kdom.Node
-
- ChronoField - Enum in java.time.temporal
-
A standard set of fields.
- ChronoLocalDate - Interface in java.time.chrono
-
A date without time-of-day or time-zone in an arbitrary chronology, intended
for advanced globalization use cases.
- ChronoLocalDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
-
A date-time without a time-zone in an arbitrary chronology, intended
for advanced globalization use cases.
- Chronology - Interface in java.time.chrono
-
A calendar system, used to organize and identify dates.
- chronology() - Static method in class java.time.temporal.TemporalQueries
-
A query for the Chronology
.
- ChronoPeriod - Interface in java.time.chrono
-
A date-based amount of time, such as '3 years, 4 months and 5 days' in an
arbitrary chronology, intended for advanced globalization use cases.
- ChronoUnit - Enum in java.time.temporal
-
A standard set of date periods units.
- ChronoZonedDateTime<D extends ChronoLocalDate> - Interface in java.time.chrono
-
A date-time with a time-zone in an arbitrary chronology,
intended for advanced globalization use cases.
- chunked(String, InputStream) - Static method in class ej.rest.web.Resty
-
Create chunked data
- chunked(String, InputStream, int) - Static method in class ej.rest.web.Resty
-
Create chunked data
- ChunkedContent - Class in ej.rest.web
-
Represents a chunked, streaming content.
- ChunkedContent(String, InputStream, int) - Constructor for class ej.rest.web.ChunkedContent
-
Instantiates a new chunked content.
- ChunkedInputStream - Class in ej.rcommand.impl
-
A chunked input stream is made of chunk of data with the following format: n byte count (int), n bytes of data.
- ChunkedInputStream(DataInputStream) - Constructor for class ej.rcommand.impl.ChunkedInputStream
-
- ChunkedInputStream - Class in sun.net.www.http
-
A ChunkedInputStream
provides a stream for reading a body of a http message that can be sent as a series
of chunks, each with its own size indicator.
- ChunkedInputStream(InputStream, HttpClient, MessageHeader) - Constructor for class sun.net.www.http.ChunkedInputStream
-
Creates a ChunkedInputStream
and saves its arguments, for later use.
- ChunkedMessageBodyInputStream - Class in ej.hoka.io
-
Input Stream for reading HTTP 1.1 Chunked transfer encoding data.
- ChunkedMessageBodyInputStream(InputStream) - Constructor for class ej.hoka.io.ChunkedMessageBodyInputStream
-
Creates a new ChunkedMessageBodyInputStream
using the InputStream is
as the underlying
data source.
- ChunkedMessageBodyOutputStream - Class in ej.hoka.io
-
Output Stream for writing HTTP 1.1 Chunked transfer encoding data.
- ChunkedMessageBodyOutputStream(OutputStream) - Constructor for class ej.hoka.io.ChunkedMessageBodyOutputStream
-
- ChunkedOutputStream - Class in sun.net.www.http
-
OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068.
- ChunkedOutputStream(PrintStream) - Constructor for class sun.net.www.http.ChunkedOutputStream
-
- ChunkedOutputStream(PrintStream, int) - Constructor for class sun.net.www.http.ChunkedOutputStream
-
- ChunkedTransferCodingHandler - Class in ej.hoka.http.encoding
-
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
- chunkLength - Variable in class java.net.HttpURLConnection
-
The chunk-length when using chunked encoding streaming mode for output.
- Cipher - Class in javax.crypto
-
This class provides the functionality of a cryptographic cipher for encryption and decryption.
- CircEaseInFunction - Class in ej.motion.circ
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- CircEaseInOutFunction - Class in ej.motion.circ
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- CircEaseOutFunction - Class in ej.motion.circ
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- Class<T> - Class in java.lang
-
Instances of the class Class
represent classes and interfaces in a running Java
application.
- ClassCastException - Exception in java.lang
-
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not
an instance.
- ClassCastException() - Constructor for exception java.lang.ClassCastException
-
Constructs a ClassCastException
with no detail message.
- ClassCastException(String) - Constructor for exception java.lang.ClassCastException
-
Constructs a ClassCastException
with the specified detail message.
- ClassCircularityError - Error in java.lang
-
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class
being loaded.
- ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
-
Constructs a ClassCircularityError
with no detail message.
- ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
-
Constructs a ClassCircularityError
with the specified detail message.
- ClassFormatError - Error in java.lang
-
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file
is malformed or otherwise cannot be interpreted as a class file.
- ClassFormatError() - Constructor for error java.lang.ClassFormatError
-
Constructs a ClassFormatError
with no detail message.
- ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
-
Constructs a ClassFormatError
with the specified detail message.
- classNamesLocation - Variable in class org.xmlpull.v1.XmlPullParserFactory
-
- ClassNotFoundException - Exception in java.lang
-
Thrown when an application tries to load in a class through its string name using:
The forName
method in class Class
.
- ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException
with no detail message.
- ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException
with the specified detail message.
- ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException
with the specified detail message and optional
exception that was raised while loading the class.
- ClasspathFilesHandler - Class in ej.hoka.http.requesthandler
-
Class path Files Handler .
- ClasspathFilesHandler.ClasspathFilesHandlerBuilder - Class in ej.hoka.http.requesthandler
-
- ClassSelector - Class in ej.mwt.stylesheet.selector
-
A class selector selects from a class.
- ClassSelector(int) - Constructor for class ej.mwt.stylesheet.selector.ClassSelector
-
Creates a class selector.
- clear() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
- clear() - Method in class com.google.protobuf.LazyFieldLite
-
Clears the value state of this instance.
- clear() - Method in class com.google.protobuf.MapFieldLite
-
- clear() - Method in interface com.google.protobuf.MessageLite.Builder
-
Resets all fields to their default values.
- clear() - Method in class com.microej.kf.util.KFList
-
- clear() - Method in class com.microej.kf.util.KFList2
-
- clear() - Method in class ej.basictool.map.AbstractPackedMap
-
Removes all of the mappings from this map.
- clear(byte[], int, int) - Static method in class ej.bon.ByteArray
-
Fills a zone of a byte array with 0
.
- clear() - Method in class ej.library.iot.rcommand.bluetooth.BluetoothDatabase
-
- clear() - Method in class ej.microvg.BufferedVectorImage
-
Clears all commands.
- clear() - Method in class java.lang.ref.Reference
-
Clears this reference object.
- clear() - Method in class java.nio.Buffer
-
Clears this buffer.
- clear() - Method in class java.util.AbstractCollection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.AbstractList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class java.util.AbstractMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class java.util.AbstractQueue
-
Removes all of the elements from this queue.
- clear() - Method in class java.util.ArrayDeque
-
Removes all of the elements from this deque.
- clear() - Method in class java.util.ArrayList
-
Removes all of the elements from this list.
- clear(int) - Method in class java.util.BitSet
-
Sets the bit specified by the index to false
.
- clear(int, int) - Method in class java.util.BitSet
-
Sets the bits from the specified fromIndex
(inclusive) to the specified toIndex
(exclusive) to
false
.
- clear() - Method in class java.util.BitSet
-
Sets all of the bits in this BitSet to false
.
- clear() - Method in class java.util.Calendar
-
Sets all the calendar field values and the time value (millisecond offset from the
Epoch) of this
Calendar
undefined.
- clear(int) - Method in class java.util.Calendar
-
Sets the given calendar field value and the time value (millisecond offset from the
Epoch) of this
Calendar
undefined.
- clear() - Method in interface java.util.Collection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.HashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.HashSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.Hashtable
-
Clears this hashtable so that it contains no keys.
- clear() - Method in class java.util.LinkedList
-
Removes all of the elements from this list.
- clear() - Method in interface java.util.List
-
Removes all of the elements from this list (optional operation).
- clear() - Method in interface java.util.Map
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in interface java.util.Set
-
Removes all of the elements from this set (optional operation).
- clear() - Method in class java.util.TreeMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.TreeSet
-
Removes all of the elements from this set.
- clear() - Method in class java.util.Vector
-
Removes all of the elements from this Vector.
- clear() - Method in class java.util.WeakHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.kxml2.kdom.Element
-
removes all children and attributes
- clearBit(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
- clearChanged() - Method in class ej.observable.Observable
-
Indicates that this observable has no longer changed, or that it has already notified all of its observers of its
most recent change, so that the
Observable.hasChanged()
method will now return
false
.
- clearChanged() - Method in class ej.observable.SimpleObservable
-
Indicates that this simple observable has no longer changed, or that it has already notified all of its observers
of its most recent change, so that the
SimpleObservable.hasChanged()
method will now return
false
.
- clearChanged() - Method in class java.util.Observable
-
Indicates that this object has no longer changed, or that it has already notified all of its
observers of its most recent change, so that the hasChanged
method will now return
false
.
- clearCloseOnGC(long, long) - Static method in class ej.sni.NativeResource
-
- clearError() - Method in class java.io.PrintStream
-
Clears the internal error state of this stream.
- clearError() - Method in class java.io.PrintWriter
-
Clears the error state of this stream.
- clearExtension(ExtensionLite<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
Clear an extension.
- clearNodeScope(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- clearPassword() - Method in class javax.crypto.spec.PBEKeySpec
-
Clears the internal copy of the password.
- Clickable - Interface in ej.widget.event
-
- CLICKED - Static variable in class ej.microui.event.generator.Buttons
-
Constant for "clicked" action.
- clickEnabled(int) - Method in class ej.microui.event.generator.Buttons
-
Returns true
if the generator should send a click event.
- ClickEventHandler - Class in ej.widget.event
-
The click event handler responsibility is to detect pointer events (press, drag, release) and help interact with a
button-like interactive
element.
- ClickEventHandler(Widget, Clickable) - Constructor for class ej.widget.event.ClickEventHandler
-
Creates a swipe event handler on an element.
- CLIENT_EXPECTED_EXTENSIONS_FROM_SERVER - Static variable in class ej.websocket.CloseCodes
-
1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to
negotiate one or more extension, but the server didn't return them in the response message of the WebSocket
handshake.
- ClientFrameBuilder - Class in ej.websocket.frame
-
This build will create frames that a client can send.
- ClientFrameBuilder() - Constructor for class ej.websocket.frame.ClientFrameBuilder
-
- clientID(String) - Method in class ej.aws.iot.AwsIotClientOptions.Builder
-
- Clock - Class in java.time
-
A clock providing access to the current instant, date and time using a time-zone.
- Clock() - Constructor for class java.time.Clock
-
Constructor accessible by subclasses.
- CLOCKWISE - Static variable in class ej.microui.event.generator.Command
-
Constant for "clockwise" command.
- clone() - Method in class com.google.protobuf.AbstractMessageLite.Builder
-
- clone() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
- clone() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
- clone() - Method in interface com.google.protobuf.MessageLite.Builder
-
Clones the Builder.
- clone(T, Feature) - Static method in class com.microej.kf.util.KernelSupport
-
- clone() - Method in class ej.basictool.map.AbstractPackedMap
-
Returns a shallow copy of this map instance: the keys and values themselves are not cloned.
- clone() - Method in class ej.basictool.map.IdentityPackedMap
-
- clone() - Method in class ej.basictool.map.PackedMap
-
- clone() - Method in class ej.basictool.map.WeakIdentityPackedMap
-
- clone() - Method in class ej.basictool.map.WeakPackedMap
-
- clone(T, Module) - Static method in class ej.kf.Kernel
-
Creates and returns a copy of the given object, so that the newly created object is owned by the given
Module
.
- clone() - Method in class java.lang.Object
-
Creates and returns a copy of this object.
- clone() - Method in class java.security.MessageDigest
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.MessageDigestSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.Signature
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.security.SignatureSpi
-
Returns a clone if the implementation is cloneable.
- clone() - Method in class java.util.AbstractMap
-
Returns a shallow copy of this AbstractMap
instance: the keys and values themselves are
not cloned.
- clone() - Method in class java.util.ArrayDeque
-
Returns a copy of this deque.
- clone() - Method in class java.util.ArrayList
-
Returns a shallow copy of this ArrayList
instance.
- clone() - Method in class java.util.BitSet
-
Cloning this BitSet
produces a new BitSet
that is equal to it.
- clone() - Method in class java.util.Calendar
-
Creates and returns a copy of this object.
- clone() - Method in class java.util.Date
-
Return a copy of this object.
- clone() - Method in class java.util.HashMap
-
Returns a shallow copy of this HashMap
instance: the keys and values themselves are not
cloned.
- clone() - Method in class java.util.HashSet
-
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
- clone() - Method in class java.util.Hashtable
-
Creates a shallow copy of this hashtable.
- clone() - Method in class java.util.LinkedList
-
Returns a shallow copy of this LinkedList
.
- clone() - Method in class java.util.TimeZone
-
Creates a copy of this TimeZone
.
- clone() - Method in class java.util.TreeMap
-
Returns a shallow copy of this TreeMap
instance.
- clone() - Method in class java.util.TreeSet
-
Returns a shallow copy of this TreeSet
instance.
- clone() - Method in class java.util.Vector
-
Returns a clone of this vector.
- clone() - Method in class javax.crypto.Mac
-
Returns a clone if the provider implementation is cloneable.
- clone() - Method in class sun.net.ProgressSource
-
- Cloneable - Interface in java.lang
-
A class implements the
Cloneable
interface to indicate to the
Object.clone()
method that it is legal for that method to make a
field-for-field copy of instances of that class.
- CloneNotSupportedException - Exception in java.lang
-
Thrown to indicate that the clone
method in class Object
has been
called to clone an object, but that the object's class does not implement the
Cloneable
interface.
- CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a CloneNotSupportedException
with no detail message.
- CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a CloneNotSupportedException
with the specified detail message.
- close() - Method in class com.microej.kf.util.InputStreamProxy
-
- close() - Method in class ej.audio.AudioRecord
-
Closes this audio record.
- close() - Method in class ej.audio.AudioTrack
-
Closes this audio track.
- close() - Method in class ej.aws.iot.AwsIotClient
-
Close this client.
- close() - Method in class ej.bon.ResourceBuffer
-
Closes this resource and releases any system resources associated with the
resource.
- close() - Method in interface ej.ecom.io.Connection
-
Close the connection.
- CLOSE - Static variable in class ej.hoka.http.HttpConstants
-
Value for HTTP header field "Connection" (close
).
- close() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Reads all remaining message body data and closes this input stream.
- close() - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
-
Close this output stream.
- close() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Reads all remaining message body data and then close this input stream.
- close() - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
-
Closes this output stream and flushes the underlying
OutputStream
.
- close() - Method in class ej.microui.display.ResourceImage
-
Closes this image and its associated resources.
- close() - Method in class ej.microvg.Path
-
Closes the current contour.
- close() - Method in class ej.microvg.ResourceVectorImage
-
Closes this vector image and its associated resources.
- close() - Method in class ej.microvg.VectorFont
-
Closes this font and its associated resources.
- close() - Method in class ej.rcommand.impl.ChunkedInputStream
-
- close() - Method in class ej.rcommand.impl.DynamicRemoteConnection
-
- close() - Method in class ej.rcommand.impl.LimitedLengthInputStream
-
- close() - Method in class ej.rcommand.impl.StreamRemoteConnection
-
- close() - Method in interface ej.rcommand.RemoteConnection
-
Closes the connection.
- close() - Method in class ej.rcommand.serversocket.SocketRemoteConnection
-
- close() - Method in class ej.util.logging.handler.DefaultHandler
-
- CLOSE - Static variable in class ej.websocket.Messages
-
A close has been request.
- close(ReasonForClosure) - Method in class ej.websocket.WebSocket
-
Close the websocket connection as described in Section 7.
- close() - Method in class ej.websocket.WebSocket
-
Equivalent to close(new ReasonForClosure(CloseCodes.NORMAL_CLOSURE, ""))
.
- close() - Method in class java.io.BufferedInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.BufferedReader
-
- close() - Method in class java.io.BufferedWriter
-
- close() - Method in class java.io.ByteArrayInputStream
-
Closing a ByteArrayInputStream
has no effect.
- close() - Method in class java.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream
has no effect.
- close() - Method in class java.io.CharArrayReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in interface java.io.Closeable
-
Closes this stream and releases any system resources associated with it.
- close() - Method in class java.io.FileInputStream
-
Closes this file input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.FileOutputStream
-
Closes this file output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.FilterInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.FilterOutputStream
-
Closes this output stream and releases any system resources associated with the stream.
- close() - Method in class java.io.InputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.InputStreamReader
-
Close the stream.
- close() - Method in class java.io.OutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.OutputStreamWriter
-
Close the stream.
- close() - Method in class java.io.PipedInputStream
-
Closes this piped input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PipedOutputStream
-
Closes this piped output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.PipedReader
-
Closes this piped stream and releases any system resources associated with the stream.
- close() - Method in class java.io.PipedWriter
-
Closes this piped output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.PrintStream
-
Closes the stream.
- close() - Method in class java.io.PrintWriter
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.PushbackInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.RandomAccessFile
-
Closes this random access file stream and releases any system resources associated with the stream.
- close() - Method in class java.io.Reader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.SequenceInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.StringReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.StringWriter
-
Closing a StringWriter has no effect.
- close() - Method in class java.io.Writer
-
Closes the stream, flushing it first.
- close() - Method in interface java.lang.AutoCloseable
-
Closes this resource, relinquishing any underlying resources.
- close() - Method in class java.net.DatagramSocket
-
Closes this datagram socket.
- close() - Method in class java.net.ServerSocket
-
Closes this socket.
- close() - Method in class java.net.Socket
-
Closes this socket.
- close() - Method in class java.util.Formatter
-
Closes this formatter.
- close() - Method in class java.util.logging.Handler
-
Close the handler and the associated resources (such as streams, connections, files).
- close() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Close the client Releases all resource associated with the client.
- close() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- close() - Method in class sun.net.ProgressSource
-
Close progress source.
- close() - Method in class sun.net.www.http.ChunkedInputStream
-
Close the stream by either returning the connection to the keep alive cache or closing the underlying stream.
- close() - Method in class sun.net.www.http.ChunkedOutputStream
-
- close() - Method in class sun.net.www.http.PosterOutputStream
-
After close() has been called, it is no longer possible to write to this stream.
- CLOSE_ARRAY - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- CLOSE_TCP - Static variable in class ej.websocket.Messages
-
Close TCP connection.
- Closeable - Interface in java.io
-
A Closeable
is a source or destination of data that can be closed.
- CloseCodes - Class in ej.websocket
-
RFC6455 defined a list a status codes (section 7.4.1) and reserved code ranges (section 7.4.2).
- closeIdleConnection() - Method in class sun.net.www.http.HttpClient
-
- closeNodeScope(Node, int) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- closeNodeScope(Node, boolean) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
-
- closeOnGC(long, long, Object) - Static method in class ej.sni.NativeResource
-
Registers the given native resource to be closed automatically when the given object is garbage collected.
- closeServer() - Method in class sun.net.NetworkClient
-
Close an open connection to the server.
- closeServer() - Method in class sun.net.www.http.HttpClient
-
- cmp(FDBigInteger) - Method in class sun.misc.FDBigInteger
-
Compares the parameter with this FDBigInteger
.
- cmpPow52(int, int) - Method in class sun.misc.FDBigInteger
-
Compares this FDBigInteger
with 5p5 * 2p2
.
- CNAME - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- CodedInputStream - Class in com.google.protobuf
-
Reads and decodes protocol message fields.
- CodedOutputStream - Class in com.google.protobuf
-
Encodes and writes protocol message fields.
- CodedOutputStream.OutOfSpaceException - Exception in com.google.protobuf
-
If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the
array has space.
- Collection<E> - Interface in java.util
-
The root interface in the collection hierarchy.
- Collections - Class in java.util
-
This class consists exclusively of static methods that operate on or return collections.
- COLOR - Static variable in class ej.mwt.style.DefaultStyle
-
The color of the default style.
- ColorHelper - Class in ej.widget.color
-
Color utilities.
- Colors - Class in ej.microui.display
-
The interface Colors
provides useful constants to handle RGB colors format.
- column - Variable in class ej.jsonpath.parser.SimpleCharStream
-
- column - Variable in exception org.xmlpull.v1.XmlPullParserException
-
- com.google.protobuf - package com.google.protobuf
-
- com.microej.http.util - package com.microej.http.util
-
Utilitary classes for http handling.
- com.microej.kf.util - package com.microej.kf.util
-
This package contains KF utility class.
- com.microej.kf.util.message - package com.microej.kf.util.message
-
This package contains KF utility class for messages.
- com.microej.kf.util.observable - package com.microej.kf.util.observable
-
This package contains KF utility class for observable.
- com.microej.kf.util.property - package com.microej.kf.util.property
-
Implementation of property management for a sandboxed context.
- com.microej.kf.util.security - package com.microej.kf.util.security
-
This package contains KF utility class for the Kernel security manager.
- com.microej.kf.util.service - package com.microej.kf.util.service
-
Implementation of service management for a sandboxed context.
- com.microej.nls - package com.microej.nls
-
An implementation of NLS.
- com.microej.soar - package com.microej.soar
-
- com.microej.stringformat - package com.microej.stringformat
-
Extension module containing methods for the java.lang.String class that requires format strings processing support.
- com.microej.stringregex - package com.microej.stringregex
-
Extension module containing methods for the java.lang.String class that requires Regular Expressions processing
support.
- com.microej.wear.framework - package com.microej.wear.framework
-
Contains the core classes of the framework.
- com.microej.wear.framework.components - package com.microej.wear.framework.components
-
Contains interfaces to components provided by the Features to the Kernel.
- com.microej.wear.framework.services - package com.microej.wear.framework.services
-
Contains interfaces to services provided by the Kernel to the Features.
- Combinator - Class in ej.mwt.stylesheet.selector.combinator
-
A combinator is a selector that aggregates two selectors.
- Combinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.Combinator
-
Creates a combinator.
- COMBINING_SPACING_MARK - Static variable in class org.apache.regexp.RECharacter
-
- Command - Class in ej.microui.event.generator
-
Command is an event generator that generates application-level events.
- Command() - Constructor for class ej.microui.event.generator.Command
-
Creates a new command event generator.
- Command<T> - Class in ej.rcommand.synchronous
-
- Command() - Constructor for class ej.rcommand.synchronous.Command
-
- CommandReader - Interface in ej.rcommand
-
- commandReceived(CommandReader, CommandSender, String) - Method in interface ej.rcommand.RemoteCommandListener
-
May be called concurrently by several threads.
- commandReceived(CommandReader, CommandSender, String) - Method in class ej.rcommand.synchronous.EndpointListener
-
- Commands - Class in ej.library.iot.rcommand.bluetooth
-
Provides constants related to the commands.
- CommandSender - Interface in ej.rcommand
-
- CommandSenderProvider - Interface in ej.rcommand
-
Provides a list of active connections.
- commandSenderProvider - Variable in class ej.rcommand.impl.AbstractRemoteService
-
Null until this service is initialized.
- CommConnection - Interface in ej.ecom.io
-
- comment(String) - Method in class org.kxml2.io.KXmlSerializer
-
- COMMENT - Static variable in class org.kxml2.kdom.Node
-
- comment(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- COMMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
-
An XML comment was just read.
- comment(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
- COMMON - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for common font identifier.
- CommPort - Interface in ej.ecom.io
-
This interface defines a logical serial port, on which a
CommConnection
can be open.
- compact() - Method in class java.nio.ByteBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.CharBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.DoubleBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.FloatBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.IntBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.LongBuffer
-
Compacts this buffer (optional operation).
- compact() - Method in class java.nio.ShortBuffer
-
Compacts this buffer (optional operation).
- Comparable<T> - Interface in java.lang
-
This interface imposes a total ordering on the objects of each class that implements it.
- Comparator<T> - Interface in java.util
-
A comparison function, which imposes a total ordering on some collection of objects.
- comparator() - Method in interface java.util.SortedMap
-
Returns the comparator used to order the keys in this map, or
null
if this map uses the
natural ordering of its keys.
- comparator() - Method in interface java.util.SortedSet
-
Returns the comparator used to order the elements in this set, or
null if this set uses the
natural ordering of its elements.
- comparator() - Method in class java.util.TreeMap
-
- comparator() - Method in class java.util.TreeSet
-
- compare(boolean, boolean) - Static method in class java.lang.Boolean
-
Compares two boolean
values.
- compare(byte, byte) - Static method in class java.lang.Byte
-
Compares two byte
values numerically.
- compare(char, char) - Static method in class java.lang.Character
-
Compares two char
values numerically.
- compare(double, double) - Static method in class java.lang.Double
-
Compares the two specified double
values.
- compare(float, float) - Static method in class java.lang.Float
-
Compares the two specified float
values.
- compare(int, int) - Static method in class java.lang.Integer
-
Compares two int
values numerically.
- compare(long, long) - Static method in class java.lang.Long
-
Compares two long
values numerically.
- compare(short, short) - Static method in class java.lang.Short
-
Compares two short
values numerically.
- compare(T, T) - Method in interface java.util.Comparator
-
Compares its two arguments for order.
- compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
-
Returns 0 if the arguments are identical and c.compare(a, b)
otherwise.
- compareTo(File) - Method in class java.io.File
-
Compares two abstract pathnames lexicographically.
- compareTo(Boolean) - Method in class java.lang.Boolean
-
Compares this Boolean
instance with another.
- compareTo(Byte) - Method in class java.lang.Byte
-
Compares two Byte
objects numerically.
- compareTo(Character) - Method in class java.lang.Character
-
Compares two Character
objects numerically.
- compareTo(T) - Method in interface java.lang.Comparable
-
Compares this object with the specified object for order.
- compareTo(Double) - Method in class java.lang.Double
-
Compares two Double
objects numerically.
- compareTo(E) - Method in class java.lang.Enum
-
Compares this enum with the specified object for order.
- compareTo(Float) - Method in class java.lang.Float
-
Compares two Float
objects numerically.
- compareTo(Integer) - Method in class java.lang.Integer
-
Compares two Integer
objects numerically.
- compareTo(Long) - Method in class java.lang.Long
-
Compares two Long
objects numerically.
- compareTo(Short) - Method in class java.lang.Short
-
Compares two Short
objects numerically.
- compareTo(String) - Method in class java.lang.String
-
Compares two strings lexicographically.
- compareTo(BigDecimal) - Method in class java.math.BigDecimal
-
Compares this BigDecimal
with the specified BigDecimal
.
- compareTo(BigInteger) - Method in class java.math.BigInteger
-
Compares this BigInteger with the specified BigInteger.
- compareTo(URI) - Method in class java.net.URI
-
Compares this URI to another object, which must be a URI.
- compareTo(ByteBuffer) - Method in class java.nio.ByteBuffer
-
Compares this buffer to another.
- compareTo(CharBuffer) - Method in class java.nio.CharBuffer
-
Compares this buffer to another.
- compareTo(DoubleBuffer) - Method in class java.nio.DoubleBuffer
-
Compares this buffer to another.
- compareTo(FloatBuffer) - Method in class java.nio.FloatBuffer
-
Compares this buffer to another.
- compareTo(IntBuffer) - Method in class java.nio.IntBuffer
-
Compares this buffer to another.
- compareTo(LongBuffer) - Method in class java.nio.LongBuffer
-
Compares this buffer to another.
- compareTo(ShortBuffer) - Method in class java.nio.ShortBuffer
-
Compares this buffer to another.
- compareTo(Chronology) - Method in class java.time.chrono.AbstractChronology
-
Compares this chronology to another chronology.
- compareTo(ChronoLocalDate) - Method in interface java.time.chrono.ChronoLocalDate
-
Compares this date to another date, including the chronology.
- compareTo(Chronology) - Method in interface java.time.chrono.Chronology
-
Compares this chronology to another chronology.
- compareTo(ChronoZonedDateTime<?>) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Compares this date-time to another date-time, including the chronology.
- compareTo(Duration) - Method in class java.time.Duration
-
Compares this duration to the specified Duration
.
- compareTo(Instant) - Method in class java.time.Instant
-
Compares this instant to the specified instant.
- compareTo(ChronoLocalDate) - Method in class java.time.LocalDate
-
Compares this date to another date.
- compareTo(ChronoLocalDateTime<?>) - Method in class java.time.LocalDateTime
-
Compares this date-time to another date-time.
- compareTo(LocalTime) - Method in class java.time.LocalTime
-
Compares this time to another time.
- compareTo(MonthDay) - Method in class java.time.MonthDay
-
Compares this month-day to another month-day.
- compareTo(OffsetDateTime) - Method in class java.time.OffsetDateTime
-
Compares this date-time to another date-time.
- compareTo(OffsetTime) - Method in class java.time.OffsetTime
-
Compares this OffsetTime
to another time.
- compareTo(Year) - Method in class java.time.Year
-
Compares this year to another year.
- compareTo(YearMonth) - Method in class java.time.YearMonth
-
Compares this year-month to another year-month.
- compareTo(ZoneOffsetTransition) - Method in class java.time.zone.ZoneOffsetTransition
-
Compares this transition to another based on the transition instant.
- compareTo(ChronoZonedDateTime<?>) - Method in class java.time.ZonedDateTime
-
- compareTo(ZoneOffset) - Method in class java.time.ZoneOffset
-
Compares this offset to another offset in descending order.
- compareTo(Calendar) - Method in class java.util.Calendar
-
Compares the time values (millisecond offsets from the
Epoch) represented by
two
Calendar
objects.
- compareTo(Date) - Method in class java.util.Date
-
Compares two Dates for ordering.
- compareToIgnoreCase(String) - Method in class java.lang.String
-
Compares two strings lexicographically, ignoring case differences.
- ComparisonCriteria - Class in org.junit.internal
-
Defines criteria for finding two items "equal enough".
- ComparisonCriteria() - Constructor for class org.junit.internal.ComparisonCriteria
-
- ComparisonFailure - Error in org.junit
-
- ComparisonFailure(String, String, String) - Constructor for error org.junit.ComparisonFailure
-
Constructs a comparison failure.
- compile(String) - Method in class org.apache.regexp.RECompiler
-
Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
- complete() - Method in class java.util.Calendar
-
Fills in any unset fields in the calendar fields.
- COMPLETE_LOCAL_NAME - Static variable in class ej.bluetooth.BluetoothDataTypes
-
Complete Local Name.
- ComplicationDataSource - Interface in com.microej.wear.framework.components
-
Represents a source of data that can be displayed on a watchface complication.
- ComponentService - Interface in com.microej.wear.framework.services
-
This service allows Features to register activities, watchfaces and complication data sources.
- CompositePropertyLoader - Class in ej.property.loader
-
A composite property loader contains a list a property loaders.
- CompositePropertyLoader() - Constructor for class ej.property.loader.CompositePropertyLoader
-
Creates a new empty composite service loader.
- CompositeServiceLoader - Class in ej.service.loader
-
A composite service loader contains a list a service loaders.
- CompositeServiceLoader() - Constructor for class ej.service.loader.CompositeServiceLoader
-
Creates a new empty composite service loader.
- computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bool
field, including tag.
- computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bool
field.
- computeByteArraySize(int, byte[]) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field, including tag.
- computeByteArraySizeNoTag(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field.
- computeByteBufferSize(int, ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field, including tag.
- computeByteBufferSizeNoTag(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field.
- computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field, including tag.
- computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a bytes
field.
- computeChildOptimalSize(Widget, int, int) - Method in class ej.mwt.Container
-
Computes the optimal size of a child of this container.
- computeContentOptimalSize(Size) - Method in class ej.mwt.Widget
-
Computes the optimal size of the widget.
- computeContentOptimalSize(Size) - Method in class ej.widget.basic.ImageWidget
-
- computeContentOptimalSize(Size) - Method in class ej.widget.basic.Label
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.Canvas
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.Dock
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.FixedGrid
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.Flex
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.Flow
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.Grid
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.List
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.OverlapContainer
-
- computeContentOptimalSize(Size) - Method in class ej.widget.container.SimpleDock
-
- computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a double
field, including tag.
- computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a double
field, including tag.
- computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field, including tag.
- computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an enum field.
- computeFields() - Method in class java.util.Calendar
-
- computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a fixed32
field, including tag.
- computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a fixed32
field.
- computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a fixed64
field, including tag.
- computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a fixed64
field.
- computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a float
field, including tag.
- computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a float
field, including tag.
- computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an int32
field, including tag.
- computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an int32
field, including tag.
- computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an int64
field, including tag.
- computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an int64
field, including tag.
- computeLazyFieldMessageSetExtensionSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the
stream.
- computeLazyFieldSize(int, LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
- computeLazyFieldSizeNoTag(LazyFieldLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
- computeLeftX(int, int, int, int) - Static method in class ej.mwt.util.Alignment
-
Computes the x coordinate of the left edge of an object aligned in an area.
- computeLeftX(int, int, int) - Static method in class ej.mwt.util.Alignment
-
Computes the x coordinate of the left edge of an object aligned on an anchor point.
- computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
- computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
- computeMessageSize(int, K, V) - Method in class com.google.protobuf.MapEntryLite
-
Computes the message size for the provided key and value as though they were wrapped by a
MapEntryLite
.
- computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an embedded message field.
- computeOptimalSize(Widget, int, int, Size) - Method in interface ej.mwt.style.dimension.Dimension
-
Computes the optimal size of a widget.
- computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.FixedDimension
-
- computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.NoDimension
-
- computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.OptimalDimension
-
- computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.RelativeDimension
-
- computeOptimalSize(Image, Size) - Static method in class ej.widget.render.ImagePainter
-
Computes the optimal size of an image.
- computeOptimalSize(String, Font, Size) - Static method in class ej.widget.render.StringPainter
-
Computes the optimal size of a string.
- computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
- computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed32
field, including tag.
- computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed32
field.
- computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed64
field, including tag.
- computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sfixed64
field.
- ComputeShortFormatSymbols - Class in ej.util.text
-
Symbols computing the short format from the full length ones.
- ComputeShortFormatSymbols() - Constructor for class ej.util.text.ComputeShortFormatSymbols
-
- computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint32
field, including tag.
- computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint32
field.
- computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint64
field, including tag.
- computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode an sint64
field.
- computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a string
field, including tag.
- computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a string
field.
- computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a tag.
- computeTime() - Method in class java.util.Calendar
-
- computeTopY(int, int, int, int) - Static method in class ej.mwt.util.Alignment
-
Computes the y coordinate of the top edge of an object aligned in an area.
- computeTopY(int, int, int) - Static method in class ej.mwt.util.Alignment
-
Computes the y coordinate of the top edge of an object aligned on an anchor point.
- computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint32
field, including tag.
- computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint32
field.
- computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint64
field, including tag.
- computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Compute the number of bytes that would be needed to encode a uint64
field, including tag.
- computeValue(float) - Method in class ej.motion.back.BackEaseInFunction
-
- computeValue(float) - Method in class ej.motion.back.BackEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.back.BackEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.bounce.BounceEaseInFunction
-
- computeValue(float) - Method in class ej.motion.bounce.BounceEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.bounce.BounceEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.circ.CircEaseInFunction
-
- computeValue(float) - Method in class ej.motion.circ.CircEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.circ.CircEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.constant.ConstantFunction
-
- computeValue(float) - Method in class ej.motion.cubic.CubicEaseInFunction
-
- computeValue(float) - Method in class ej.motion.cubic.CubicEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.cubic.CubicEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.elastic.ElasticEaseInFunction
-
- computeValue(float) - Method in class ej.motion.elastic.ElasticEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.elastic.ElasticEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.expo.ExpoEaseInFunction
-
- computeValue(float) - Method in class ej.motion.expo.ExpoEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.expo.ExpoEaseOutFunction
-
- computeValue(float) - Method in interface ej.motion.Function
-
Returns the value of the function for the given time factor.
- computeValue(float) - Method in class ej.motion.linear.LinearFunction
-
- computeValue(float) - Method in class ej.motion.quad.QuadEaseInFunction
-
- computeValue(float) - Method in class ej.motion.quad.QuadEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.quad.QuadEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.quart.QuartEaseInFunction
-
- computeValue(float) - Method in class ej.motion.quart.QuartEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.quart.QuartEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.quint.QuintEaseInFunction
-
- computeValue(float) - Method in class ej.motion.quint.QuintEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.quint.QuintEaseOutFunction
-
- computeValue(float) - Method in class ej.motion.sine.SineEaseInFunction
-
- computeValue(float) - Method in class ej.motion.sine.SineEaseInOutFunction
-
- computeValue(float) - Method in class ej.motion.sine.SineEaseOutFunction
-
- concat(ByteString) - Method in class com.google.protobuf.ByteString
-
Concatenate the given ByteString
to this one.
- concat(String) - Method in class java.lang.String
-
Concatenates the specified string to the end of this string.
- ConcurrentModificationException - Exception in java.util
-
This exception may be thrown by methods that have detected concurrent modification of an object
when such modification is not permissible.
- ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a ConcurrentModificationException with no detail message.
- ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a ConcurrentModificationException
with the specified detail message.
- ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a new exception with the specified detail message and cause.
- ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail
message of cause
.
- Config - Class in ej.hoka.http
-
Load and provide server configuration form hoka.properties on the classpath.
- CONFIG - Static variable in class ej.util.message.Level
-
Config.
- CONFIG - Static variable in class java.util.logging.Level
-
CONFIG is a message level for static configuration messages.
- config(String) - Method in class java.util.logging.Logger
-
Log a CONFIG message.
- configure(NetworkInterface, IPConfiguration) - Static method in class ej.ecom.network.NetworkInterfaceManager
-
Sets the IP configuration of a network interface.
- connect() - Method in class ej.aws.iot.AwsIotClient
-
Connect to AWS IoT service using the client options.
- connect(BluetoothAddress) - Method in class ej.bluetooth.BluetoothAdapter
-
Initiates a connection to the device with the given address.
- CONNECT - Static variable in class ej.hoka.http.HttpRequest
-
- connect(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP CONNECT requests on the path.
- connect(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP CONNECT requests on the path.
- connect(byte[]) - Method in class ej.library.iot.rcommand.bluetooth.BluetoothHost
-
- connect() - Method in class ej.websocket.WebSocket
-
Establish a connection to the server described by the URI.
- connect(PipedOutputStream) - Method in class java.io.PipedInputStream
-
Causes this piped input stream to be connected to the piped output stream src
.
- connect(PipedInputStream) - Method in class java.io.PipedOutputStream
-
Connects this piped output stream to a receiver.
- connect(PipedWriter) - Method in class java.io.PipedReader
-
Causes this piped reader to be connected to the piped writer src
.
- connect(PipedReader) - Method in class java.io.PipedWriter
-
Connects this piped writer to a receiver.
- connect(InetAddress, int) - Method in class java.net.DatagramSocket
-
Connects the socket to a remote address for this socket.
- connect(SocketAddress) - Method in class java.net.DatagramSocket
-
Connects this socket to a remote socket address (IP address + port number).
- connect(SocketAddress) - Method in class java.net.Socket
-
Connects this socket to the server.
- connect(SocketAddress, int) - Method in class java.net.Socket
-
Connects this socket to the server with a specified timeout value.
- connect() - Method in class java.net.URLConnection
-
Opens a communications link to the resource referenced by this URL, if such a connection has not already been
established.
- connect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Connects to an MQTT server using the default options.
- connect(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Connects to an MQTT server using the specified options.
- connect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- connect(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- connect() - Method in class sun.net.www.protocol.http.HttpURLConnection
-
- connect() - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
-
Implements the HTTP protocol handler's "connect" method, establishing an SSL connection to the server as
necessary.
- connect() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
-
Implements the HTTP protocol handler's "connect" method, establishing an SSL connection to the server as
necessary.
- Connectable - Interface in ej.ecom
-
Common interface for a class that is able to open a
Connection
from it.
- ConnectCommand - Class in ej.library.iot.rcommand.bluetooth.commands
-
- ConnectCommand(byte[]) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.ConnectCommand
-
- connected - Variable in class java.net.URLConnection
-
If false
, this connection object has not created a communications link to the specified URL.
- connected() - Method in class sun.net.ProgressSource
-
- ConnectEndpoint - Class in ej.library.iot.rcommand.bluetooth.commands
-
- ConnectEndpoint() - Constructor for class ej.library.iot.rcommand.bluetooth.commands.ConnectEndpoint
-
- ConnectException - Exception in java.net
-
Signals that an error occurred while attempting to connect a socket to a remote address and port.
- ConnectException(String) - Constructor for exception java.net.ConnectException
-
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
- ConnectException() - Constructor for exception java.net.ConnectException
-
Construct a new ConnectException with no detailed message.
- Connection - Interface in ej.ecom.io
-
This interface defines an open Connection.
- CONNECTION_CLOSED_ABNORMALLY - Static variable in class ej.websocket.CloseCodes
-
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
- CONNECTION_TIMEOUT_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
-
The default connection timeout in seconds if one is not specified.
- ConnectionFactory - Interface in ej.ecom.io
-
This interface defines the API for
Connection
factories.
- ConnectionListener - Interface in ej.bluetooth.listeners
-
The ConnectionListener
interface provides callbacks related to advertising, scanning and connections.
- connectionLost(Throwable) - Method in class ej.aws.iot.AwsIotClient
-
- connectionLost(Throwable) - Method in interface ej.aws.iot.AwsIotConnectionListener
-
This method is called when the connection to the server is lost.
- connectionLost(Throwable) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
-
This method is called when the connection to the server is lost.
- ConnectionNotFoundException - Exception in ej.ecom.io
-
This exception is thrown when a connection protocol is unknown.
- ConnectionNotFoundException() - Constructor for exception ej.ecom.io.ConnectionNotFoundException
-
Create a new ConnectionNotFoundException
- ConnectionNotFoundException(String) - Constructor for exception ej.ecom.io.ConnectionNotFoundException
-
Create a new ConnectionNotFoundException with a message
- ConnectionPermission - Class in ej.ecom.io
-
- ConnectionPermission(String) - Constructor for class ej.ecom.io.ConnectionPermission
-
- ConnectionStates - Enum in ej.websocket
-
RFC6455 defined several possible states for a websocket.
- connectionTimeout(int) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
By default, server is configured to keep connection open during one minute if possible.
- ConnectivityListener - Interface in ej.rcommand.connectivity
-
Listener for the connection state with the client.
- ConnectivityListenerProxy - Class in ej.rcommand.connectivity
-
- ConnectivityListenerProxy() - Constructor for class ej.rcommand.connectivity.ConnectivityListenerProxy
-
- ConnectivityManager - Class in android.net
-
Class that answers queries about the state of network connectivity.
- ConnectivityManager() - Constructor for class android.net.ConnectivityManager
-
- ConnectivityManager - Interface in ej.rcommand.connectivity
-
Class that answers queries about the connectivity of the console with a client.
- ConnectivityManager.NetworkCallback - Class in android.net
-
Base class for NetworkRequest callbacks.
- ConnectivityManagerProxy - Class in ej.rcommand.connectivity
-
- ConnectivityManagerProxy() - Constructor for class ej.rcommand.connectivity.ConnectivityManagerProxy
-
- ConnectivityMessages - Class in ej.net
-
Gather the messages.
- ConnectivityUtil - Class in ej.net.util.connectivity
-
Utilitary classes to handle connectivity manager.
- Connector - Class in ej.ecom.io
-
This class defines methods for opening a
Connection
from an URL.
- CONNECTOR_PUNCTUATION - Static variable in class org.apache.regexp.RECharacter
-
- connectTimeout - Variable in class sun.net.NetworkClient
-
- ConstantFunction - Class in ej.motion.constant
-
Represents a constant motion that is always at the stop value.
- Constants - Class in ej.bon
-
This class provides access to compile-time constants.
- Container - Class in ej.mwt
-
A container is a widget that can contain other
Widget
instances, following the composite pattern.
- Container() - Constructor for class ej.mwt.Container
-
Creates a container.
- Container(boolean) - Constructor for class ej.mwt.Container
-
Creates a container specifying if its enabled or not.
- contains(Object) - Method in class com.microej.kf.util.KFList
-
- contains(Object) - Method in class com.microej.kf.util.KFList2
-
- contains(T[], T) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(int[], int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(T[], T, int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(int[], int, int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- contains(int, int) - Method in class ej.mwt.Widget
-
Gets whether or not a position (x,y) is in the widget's bounds.
- contains(CharSequence) - Method in class java.lang.String
-
Returns true if and only if this string contains the specified sequence of char values.
- contains(Object) - Method in class java.util.AbstractCollection
-
Returns true
if this collection contains the specified element.
- contains(Object) - Method in class java.util.ArrayDeque
-
Returns true if this deque contains the specified element.
- contains(Object) - Method in class java.util.ArrayList
-
Returns true
if this list contains the specified element.
- contains(Object) - Method in interface java.util.Collection
-
Returns true
if this collection contains the specified element.
- contains(Object) - Method in interface java.util.Deque
-
Returns true if this deque contains the specified element.
- contains(Object) - Method in class java.util.HashSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.Hashtable
-
Tests if some key maps into the specified value in this hashtable.
- contains(Object) - Method in class java.util.LinkedList
-
Returns true
if this list contains the specified element.
- contains(Object) - Method in interface java.util.List
-
Returns true
if this list contains the specified element.
- contains(Object) - Method in interface java.util.Set
-
Returns true
if this set contains the specified element.
- contains(Object) - Method in class java.util.TreeSet
-
Returns true
if this set contains the specified element.
- contains(Object) - Method in class java.util.Vector
-
Returns true
if this vector contains the specified element.
- containsAlias(String) - Method in class java.security.KeyStore
-
Checks if the given alias exists in this keystore.
- containsAll(Collection<?>) - Method in class com.microej.kf.util.AbstractKFList
-
- containsAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Adds all of the elements in the specified collection to this collection (optional operation).
- containsAll(Collection<?>) - Method in interface java.util.Collection
-
Returns true
if this collection contains all of the elements in the specified
collection.
- containsAll(Collection<?>) - Method in interface java.util.List
-
Returns true
if this list contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in interface java.util.Set
-
Returns true
if this set contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in class java.util.Vector
-
Returns true if this Vector contains all of the elements in the specified Collection.
- containsDefaultInstance() - Method in class com.google.protobuf.LazyField
-
- containsDefaultInstance() - Method in class com.google.protobuf.LazyFieldLite
-
Determines whether this LazyFieldLite instance represents the default instance of this type.
- containsEquals(T[], T) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- containsEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
-
Gets whether an array contains an element or not.
- containsKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Returns true
if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- containsKey(Object) - Method in class java.util.AbstractMap
-
Returns true
if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.HashMap
-
Returns true
if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.Hashtable
-
Tests if the specified object is a key in this hashtable.
- containsKey(Object) - Method in interface java.util.Map
-
Returns true
if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.TreeMap
-
Returns true
if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.WeakHashMap
-
Returns true
if this map contains a mapping for the specified key.
- containsUnwrappedKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Returns true
if this map contains a mapping for the specified key.
- containsUnwrappedKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- containsValue(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Returns true
if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
-
- containsValue(Object) - Method in class java.util.AbstractMap
-
Returns true
if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.HashMap
-
Returns true
if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.Hashtable
-
Returns true if this hashtable maps one or more keys to this value.
- containsValue(Object) - Method in interface java.util.Map
-
Returns true
if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.TreeMap
-
Returns true
if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.WeakHashMap
-
Returns true
if this map maps one or more keys to the specified value.
- containsWidget(Widget) - Method in class ej.mwt.Desktop
-
Returns whether or not this desktop contains the given widget.
- containsWidget(Widget) - Method in class ej.mwt.Widget
-
Returns whether or not this widget contains the given widget in its hierarchy.
- Content - Class in ej.rest.web
-
Class to encapsulate content being sent as payload of a POST or PUT request.
- Content(String, byte[]) - Constructor for class ej.rest.web.Content
-
Create a new content object with given mime type and the content as bytes.
- content - Variable in class ej.rest.web.Content
-
- content(JSONObject) - Static method in class ej.rest.web.Resty
-
Create a content object from a JSON object.
- content(JSONArray) - Static method in class ej.rest.web.Resty
-
Create a content object from a JSON array.
- content(String) - Static method in class ej.rest.web.Resty
-
Create a content object from plain text.
- content(byte[]) - Static method in class ej.rest.web.Resty
-
Create a content object from a byte array.
- ContentConnection - Interface in ej.ecom.io
-
- ContentEncoding - Interface in ej.hoka.http.encoding
-
Interface for defining HTTP encoding handlers.
- contentEquals(CharSequence) - Method in class java.lang.String
-
Compares this string to the specified CharSequence
.
- contentEquals(StringBuffer) - Method in class java.lang.String
-
Compares this string to the specified StringBuffer
.
- ContentHandler - Class in java.net
-
The abstract class ContentHandler
is the superclass of all classes that read an Object
from a
URLConnection
.
- ContentHandler() - Constructor for class java.net.ContentHandler
-
- ContentHandlerFactory - Interface in java.net
-
This interface defines a factory for content handlers.
- ContentType - Class in ej.hoka.http.support
-
This class handles the HTTP Content-Type header field.
- ContentType() - Constructor for class ej.hoka.http.support.ContentType
-
Empty Constructor.
- ContentType(String) - Constructor for class ej.hoka.http.support.ContentType
-
Constructor with MIME type parameter.
- ContentType(String, String) - Constructor for class ej.hoka.http.support.ContentType
-
Constructor with MIME type and character set parameters.
- CONTROL - Static variable in class org.apache.regexp.RECharacter
-
- convert(F) - Method in interface com.google.protobuf.Internal.ListAdapter.Converter
-
- convert(Boolean, Feature) - Method in class com.microej.kf.util.BooleanConverter
-
- convert(Byte, Feature) - Method in class com.microej.kf.util.ByteConverter
-
- convert(Character, Feature) - Method in class com.microej.kf.util.CharacterConverter
-
- convert(Date, Feature) - Method in class com.microej.kf.util.DateConverter
-
- convert(Double, Feature) - Method in class com.microej.kf.util.DoubleConverter
-
- convert(Float, Feature) - Method in class com.microej.kf.util.FloatConverter
-
- convert(InputStream, Feature) - Method in class com.microej.kf.util.InputStreamConverter
-
- convert(Integer, Feature) - Method in class com.microej.kf.util.IntegerConverter
-
- convert(IProgressMonitor, Feature) - Method in class com.microej.kf.util.IProgressMonitorConverter
-
- convert(List<E>, Feature) - Method in class com.microej.kf.util.ListConverter
-
- convert(Long, Feature) - Method in class com.microej.kf.util.LongConverter
-
- convert(Map<K, V>, Feature) - Method in class com.microej.kf.util.MapConverter
-
- convert(Short, Feature) - Method in class com.microej.kf.util.ShortConverter
-
- convert(String, Feature) - Method in class com.microej.kf.util.StringConverter
-
- convert(T, Feature) - Method in interface ej.kf.Converter
-
Converts an object owned by a Feature to another Feature.
- convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
-
Convert the given time duration in the given unit to this unit.
- convert(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
- convert(IProgressMonitor, int) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
- convert(IProgressMonitor, String, int) - Static method in class org.eclipse.core.runtime.SubMonitor
-
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
- Converter<T> - Interface in ej.kf
-
A
Converter
is able to give a representation of an object owned by a Feature to another Feature.
- convertFromIPv4MappedAddress(byte[]) - Static method in class sun.net.util.IPAddressUtil
-
- Cookie - Class in ej.hoka.http
-
Web Cookie.
- Cookie - Class in ej.rest.json
-
Convert a web browser cookie specification to a JSONObject and back.
- Cookie() - Constructor for class ej.rest.json.Cookie
-
- Cookie.Builder - Class in ej.hoka.http
-
Cookie builder.
- Cookie.SameSite - Enum in ej.hoka.http
-
Same site values.
- CookieList - Class in ej.rest.json
-
Convert a web browser cookie list string to a JSONObject and back.
- CookieList() - Constructor for class ej.rest.json.CookieList
-
- COPTIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for coptic font identifier.
- COPY - Static variable in class ej.microui.event.generator.Command
-
Constant for "copy" command.
- copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
-
Copies all of the elements from one list into another.
- copyByteBuffer(ByteBuffer) - Static method in class com.google.protobuf.Internal
-
Create a new ByteBuffer and copy all the content of source
ByteBuffer to the new ByteBuffer.
- copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
-
Copies the given bytes into a ByteString
.
- copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
-
Copies the given bytes into a ByteString
.
- copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
-
Copies the next size
bytes from a java.nio.ByteBuffer
into a ByteString
.
- copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
-
Copies the remaining bytes from a java.nio.ByteBuffer
into a ByteString
.
- copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
-
Encodes text
into a sequence of bytes using the named charset and returns the result as a
ByteString
.
- copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
-
Concatenates all byte strings in the iterable and returns the result.
- copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
-
Encodes text
into a sequence of UTF-8 bytes and returns the result as a ByteString
.
- copyInto(Object[]) - Method in class java.util.Vector
-
Copies the components of this vector into the specified array.
- copyOf(byte[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(short[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(int[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(long[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(char[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the
specified length.
- copyOf(float[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(double[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(boolean[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with false (if necessary) so the copy has the
specified length.
- copyOf(T[], int) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
- copyOf(U[], int, Class<? extends T[]>) - Static method in class java.util.Arrays
-
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
- copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(short[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(int[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(long[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(char[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(float[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(double[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(T[], int, int) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class java.util.Arrays
-
Copies the specified range of the specified array into a new array.
- copyOnWrite() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
-
Called before any method that would mutate the builder to ensure that it correctly copies any state before
the write happens to preserve immutability guarantees.
- copyOnWrite() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
-
- copySign(double, double) - Static method in class java.lang.Math
-
Returns the first floating-point argument with the sign of the second floating-point argument.
- copySign(float, float) - Static method in class java.lang.Math
-
Returns the first floating-point argument with the sign of the second floating-point argument.
- copyTo(byte[], int) - Method in class com.google.protobuf.ByteString
-
Copies bytes into a buffer at the given offset.
- copyTo(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
-
Copies bytes into a buffer.
- copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
-
Copies bytes into a ByteBuffer.
- copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
-
- copyValueOf(char[]) - Static method in class java.lang.String
-
Returns a String that represents the character sequence in the array specified.
- copyValueOf(char[], int, int) - Static method in class java.lang.String
-
Returns a String that represents the character sequence in the array specified.
- cos(double) - Static method in class ej.bon.XMath
-
Returns the trigonometric cosine of an angle.
- cos(double) - Static method in class java.lang.Math
-
Returns the trigonometric cosine of an angle.
- cosh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic cosine of a double
value.
- count - Variable in class java.io.BufferedInputStream
-
The index one greater than the index of the last valid byte in the buffer.
- count - Variable in class java.io.BufferedOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class java.io.ByteArrayInputStream
-
The index one greater than the last valid character in the input stream buffer.
- count - Variable in class java.io.ByteArrayOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class java.io.CharArrayReader
-
The index of the end of this buffer.
- countInstances(Widget, Class<? extends Widget>) - Static method in class ej.widget.debug.HierarchyInspector
-
Counts instances of a
Widget
type in a widget hierarchy.
- countMaxDepth(Widget) - Static method in class ej.widget.debug.HierarchyInspector
-
Counts the maximum depth of a widget hierarchy.
- countNumberOfContainers(Widget) - Static method in class ej.widget.debug.HierarchyInspector
-
Counts containers in a given widget hierarchy.
- countNumberOfWidgets(Widget) - Static method in class ej.widget.debug.HierarchyInspector
-
Counts widgets in a widget hierarchy.
- countObservers() - Method in class ej.observable.Observable
-
Returns the number of observers of this observable.
- countObservers() - Method in class java.util.Observable
-
Returns the number of observers of this Observable
object.
- countTokens() - Method in class java.util.StringTokenizer
-
Calculates the number of times that this tokenizer's nextToken
method can be called before it
generates an exception.
- CR - Static variable in class ej.hoka.http.support.CharacterSeparatedList
-
Carriage Return character.
- create(int, int, int) - Method in class ej.sp.ShieldedPlug
-
Creates a block with the given ID.
- create(int, int) - Method in class ej.sp.ShieldedPlug
-
Creates a block with the given ID.
- create(String) - Static method in class java.net.URI
-
Creates a URI by parsing the given string.
- createAlternativeImplementation(Class<T>) - Method in class ej.service.loader.DependencyInjectionServiceLoader
-
- createAlternativeImplementation(Class<T>) - Method in class ej.service.loader.SimpleServiceLoader
-
Creates an implementation for the given service and save it in the cache.
- createBinaryResource() - Method in class ej.rest.web.Resty
-
- createCccValue(boolean, boolean) - Static method in class ej.bluetooth.util.DescriptorHelper
-
Creates a CCC descriptor value specifying whether or not notifications and indications should be enabled.
- createClassInstance(Class<T>, String) - Static method in class ej.service.loader.ServiceLoaderHelper
-
Gets an instance of a class, based on its name.
- createClassInstance(Class<T>, Class<? extends T>) - Static method in class ej.service.loader.ServiceLoaderHelper
-
Gets an instance of a class.
- createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
-
Creates a new ContentHandler
to read an object from a URLStreamHandler
.
- createDatabase(int) - Static method in class ej.sp.ShieldedPlug
-
Creates a new empty database with the given ID.
- createDateTime(LocalDateTime, ZoneOffset, ZoneOffset) - Method in enum java.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
Converts the specified local date-time to the local date-time actually
seen on a wall clock.
- createDMParser() - Static method in class org.kxml2.wap.syncml.SyncML
-
- createDMSerializer() - Static method in class org.kxml2.wap.syncml.SyncML
-
- createElement(String, String) - Method in class org.kxml2.kdom.Element
-
Forwards creation request to parent if any, otherwise
calls super.createElement.
- createElement(String, String) - Method in class org.kxml2.kdom.Node
-
Builds a default element with the given properties.
- createEventDispatcher() - Method in class ej.mwt.Desktop
-
Creates the event dispatcher which is responsible for dispatching events to the widgets.
- createEventGenerator() - Method in class ej.mwt.event.PointerEventDispatcher
-
Creates the event generator which is responsible for generating exit events to the widgets.
- createExternalImage(String, ExternalResourceService.Format, byte[]) - Method in interface com.microej.wear.framework.services.ExternalResourceService
-
Creates an external image at the given path in the given format with the given compressed data.
- createExternalResource(String, byte[]) - Method in interface com.microej.wear.framework.services.ExternalResourceService
-
Creates an external resource at the given path with the given data.
- createGradient(Display, int, int) - Static method in class ej.widget.color.GradientHelper
-
Creates a gradient between two colors on a display.
- createJSONResource() - Method in class ej.rest.web.Resty
-
- createNewArray(T[], int) - Static method in class ej.basictool.ArrayTools
-
Creates a new array with the same type as the given array.
- createNewFile() - Method in class java.io.File
-
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does
not yet exist.
- createParser() - Static method in class org.kxml2.wap.syncml.SyncML
-
- createParser() - Static method in class org.kxml2.wap.wml.Wml
-
Creates a WbxmlParser with the WML code pages set
- createParser() - Static method in class org.kxml2.wap.wv.WV
-
- createRE(String, int) - Static method in class org.apache.regexp.REUtil
-
Creates a regular expression, permitting simple or complex syntax
- createRE(String) - Static method in class org.apache.regexp.REUtil
-
Creates a regular expression, permitting simple or complex syntax
- createRenderPolicy() - Method in class ej.mwt.Desktop
-
Creates the render policy which is responsible for rendering the widgets.
- createSerializer() - Static method in class org.kxml2.wap.syncml.SyncML
-
- createSerializer() - Static method in class org.kxml2.wap.wml.Wml
-
- createServerSocket() - Method in class javax.net.ServerSocketFactory
-
Returns an unbound server socket.
- createServerSocket(int) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port.
- createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port, and uses the specified connection backlog.
- createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port, with a specified listen backlog and local IP.
- createSocket() - Method in class javax.net.SocketFactory
-
Creates an unconnected socket.
- createSocket(String, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified remote host at the specified remote port.
- createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified remote host on the specified remote port.
- createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified port number at the specified address.
- createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connect it to the specified remote address on the specified remote port.
- createSocket(Socket, String, int, boolean) - Method in class javax.net.ssl.SSLSocketFactory
-
Returns a socket layered over an existing socket connected to the named host, at the given port.
- createSocket(Socket, InputStream, boolean) - Method in class javax.net.ssl.SSLSocketFactory
-
Creates a server mode
Socket
layered over an existing connected socket, and is able to read data which
has already been consumed/removed from the
Socket
's underlying
InputStream
.
- createSocket() - Method in class sun.net.NetworkClient
-
The following method, createSocket, is provided to allow the https client to override it so that it may use its
socket factory to create the socket.
- createTempFile(String, String, File) - Static method in class java.io.File
-
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its
name.
- createTempFile(String, String) - Static method in class java.io.File
-
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its
name.
- createTextResource() - Method in class ej.rest.web.Resty
-
- createTransition(int) - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Creates a transition instance for the specified year.
- createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
-
Creates an unresolved socket address from a hostname and a port number.
- createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
-
Creates a new URLStreamHandler
instance with the specified protocol.
- CRLF - Static variable in class ej.rest.json.HTTP
-
Carriage return/line feed.
- CRLF - Static variable in class ej.rest.web.AbstractContent
-
- CubicEaseInFunction - Class in ej.motion.cubic
-
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop
instruction.
- CubicEaseInOutFunction - Class in ej.motion.cubic
-
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
- CubicEaseOutFunction - Class in ej.motion.cubic
-
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
- cubicTo(float, float, float, float, float, float) - Method in class ej.microvg.Path
-
Adds a cubic bezier from the last point, approaching control points (x1,y1) and (x2,y2), and ending at (x3,y3).
- cubicToRelative(float, float, float, float, float, float) - Method in class ej.microvg.Path
-
- CUD_UUID - Static variable in class ej.bluetooth.util.DescriptorHelper
-
UUID of the Characteristic User Description descriptor.
- curChar - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
-
- CURRENCY_SYMBOL - Static variable in class org.apache.regexp.RECharacter
-
- CURRENT_TIME_UUID - Static variable in class ej.bluetooth.util.services.cts.CurrentTimeConstants
-
The UUID of the current time characteristic.
- currentString - Variable in class ej.hoka.http.support.CharacterSeparatedList
-
Current string being parsed.
- currentThread() - Static method in class java.lang.Thread
-
Returns a reference to the currently executing thread object.
- CurrentTimeClient - Class in ej.bluetooth.util.services.cts
-
The CurrentTimeClient
class represents a current time client.
- CurrentTimeClient(BluetoothConnection, BluetoothService) - Constructor for class ej.bluetooth.util.services.cts.CurrentTimeClient
-
Creates a current time client, using the current time service provided by a remote device and the connection to
this device.
- CurrentTimeConstants - Class in ej.bluetooth.util.services.cts
-
Provides constants and static methods related to the standard current time service.
- currentTimeMillis() - Static method in class ej.bon.Util
-
Gets the application time in milliseconds.
- currentTimeMillis() - Static method in class java.lang.System
-
Returns the current time in milliseconds.
- CurrentTimeServer - Class in ej.bluetooth.util.services.cts
-
The CurrentTimeServer
class represents a current time server.
- CurrentTimeServer(BluetoothService) - Constructor for class ej.bluetooth.util.services.cts.CurrentTimeServer
-
Creates a current time server, using the current time service provided by this device.
- currentToken - Variable in exception ej.jsonpath.parser.ParseException
-
This is the last token that has been consumed successfully.
- CUT - Static variable in class ej.microui.event.generator.Command
-
Constant for "cut" command.
- CYAN - Static variable in class ej.microui.display.Colors
-
Constant for cyan color.
- CYRILLIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for cyrillic font identifier.
- darkenColor(int, int) - Static method in class ej.widget.color.LightHelper
-
Gets a darkened version of a color.
- DASH_PUNCTUATION - Static variable in class org.apache.regexp.RECharacter
-
- data(String, String) - Static method in class ej.rest.web.Resty
-
Create a plain/text form data entry for a multipart form.
- data(String, AbstractContent) - Static method in class ej.rest.web.Resty
-
Create a form data entry for a multipart form with any kind of content
type.
- Datagram - Interface in ej.ecom.io
-
- DatagramConnection - Interface in ej.ecom.io
-
- DatagramPacket - Class in java.net
-
This class represents a datagram packet.
- DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
-
Constructs a DatagramPacket
for receiving packets of length length
, specifying an offset into the
buffer.
- DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
-
Constructs a DatagramPacket
for receiving packets of length length
.
- DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length length
with offset ioffset
to the
specified port number on the specified host.
- DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length length
with offset ioffset
to the
specified port number on the specified host.
- DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length length
to the specified port number on the
specified host.
- DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length length
to the specified port number on the
specified host.
- DatagramSocket - Class in java.net
-
This class represents a socket for sending and receiving datagram packets.
- DatagramSocket() - Constructor for class java.net.DatagramSocket
-
Constructs a datagram socket and binds it to any available port on the local host machine.
- DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
-
Creates a datagram socket, bound to the specified local socket address.
- DatagramSocket(int) - Constructor for class java.net.DatagramSocket
-
Constructs a datagram socket and binds it to the specified port on the local host machine.
- DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
-
Creates a datagram socket, bound to the specified local address.
- DataInput - Interface in java.io
-
The DataInput
interface provides for reading bytes from a binary stream and
reconstructing from them data in any of the Java primitive types.
- DataInputStream - Class in java.io
-
A data input stream lets an application read primitive Java data types from an underlying input
stream in a machine-independent way.
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
Creates a DataInputStream that uses the specified underlying InputStream.
- DataOutput - Interface in java.io
-
The DataOutput
interface provides for converting data from any of the Java primitive
types to a series of bytes and writing these bytes to a binary stream.
- DataOutputStream - Class in java.io
-
A data output stream lets an application write primitive Java data types to an output stream in a
portable way.
- DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
-
Creates a new data output stream to write data to the specified underlying output stream.
- date(Era, int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the era, year-of-era,
month-of-year and day-of-month fields.
- date(int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the proleptic-year,
month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from another temporal object.
- date(Era, int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the era, year-of-era, month-of-year
and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the proleptic-year, month-of-year
and day-of-month fields.
- date(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from another date-time object.
- DATE - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day of the month.
- Date - Class in java.util
-
The class Date
represents a specific instant in time, with millisecond precision.
- Date() - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it so that it represents the time at which
it was allocated, measured to the nearest millisecond.
- Date(long) - Constructor for class java.util.Date
-
Allocates a Date
object and initializes it to represent the specified number of
milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00
GMT.
- DateConverter - Class in com.microej.kf.util
-
- DateConverter() - Constructor for class com.microej.kf.util.DateConverter
-
- dateEpochDay(long) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the epoch-day.
- DateFormat - Class in java.text
-
DateFormat
is an abstract class for date/time formatting subclasses which formats and parses dates or time in
a language-independent manner.
- DateFormat() - Constructor for class java.text.DateFormat
-
Create a new date format.
- DateFormatSymbols - Class in java.text
-
DateFormatSymbols
is a public class for encapsulating localizable date-time formatting data, such as the
names of the months, the names of the days of the week, and the time zone data.
- DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols.
- dateNow() - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the system clock in the default time-zone.
- dateNow(ZoneId) - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the system clock in the specified time-zone.
- dateNow(Clock) - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the specified clock.
- dateNow() - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the system clock in the default time-zone.
- dateNow(ZoneId) - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the system clock in the specified time-zone.
- dateNow(Clock) - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the specified clock.
- DateTimeException - Exception in java.time
-
Exception used to indicate a problem while calculating a date-time.
- DateTimeException(String) - Constructor for exception java.time.DateTimeException
-
Constructs a new date-time exception with the specified message.
- DateTimeException(String, Throwable) - Constructor for exception java.time.DateTimeException
-
Constructs a new date-time exception with the specified message and cause.
- dateYearDay(Era, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the era, year-of-era and
day-of-year fields.
- dateYearDay(int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the proleptic-year and
day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the proleptic-year and day-of-year fields.
- DAY_OF_MONTH - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day of the month.
- DAY_OF_QUARTER - Static variable in class java.time.temporal.IsoFields
-
The field that represents the day-of-quarter.
- DAY_OF_WEEK - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day of the week.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the ordinal number of the day
of the week within the current month.
- DAY_OF_YEAR - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day number within the
current year.
- DayOfWeek - Enum in java.time
-
A day-of-week, such as 'Tuesday'.
- dayOfWeek() - Method in class java.time.temporal.WeekFields
-
Returns a field to access the day of week based on this WeekFields
.
- dayOfWeekInMonth(int, DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the day-of-week in month adjuster, which returns a new date
in the same month with the ordinal day-of-week.
- DeadFeatureException - Exception in ej.kf
-
This exception is thrown by the system when a Feature code has been stopped because it is being uninstalled.
- DeadFeatureException() - Constructor for exception ej.kf.DeadFeatureException
-
- debug(String) - Method in interface ej.hoka.log.Logger
-
Log with level debug.
- DEBUG_ANIMATOR_ENABLED_CONSTANT - Static variable in class ej.mwt.animation.Animator
-
- DEBUG_ANIMATOR_MONITOR_CONSTANT - Static variable in class ej.mwt.animation.Animator
-
- DEBUG_RENDER_ENABLED_CONSTANT - Static variable in class ej.mwt.render.RenderPolicy
-
- DEBUG_RENDER_MONITOR_CONSTANT - Static variable in class ej.mwt.render.RenderPolicy
-
- debugStream - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
-
Debug output.
- DECEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the twelfth month of the year in the Gregorian and
Julian calendars.
- DECIMAL128 - Static variable in class java.math.MathContext
-
A
MathContext
object with a precision setting matching the IEEE 754R Decimal128 format, 34 digits, and a
rounding mode of
HALF_EVEN
, the IEEE 754R default.
- DECIMAL32 - Static variable in class java.math.MathContext
-
A
MathContext
object with a precision setting matching the IEEE 754R Decimal32 format, 7 digits, and a
rounding mode of
HALF_EVEN
, the IEEE 754R default.
- DECIMAL64 - Static variable in class java.math.MathContext
-
A
MathContext
object with a precision setting matching the IEEE 754R Decimal64 format, 16 digits, and a
rounding mode of
HALF_EVEN
, the IEEE 754R default.
- DECIMAL_DIGIT_NUMBER - Static variable in class org.apache.regexp.RECharacter
-
- decimalDigitsExact() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
-
Indicates whether the binary to ASCII conversion was exact.
- decode(InputStream, StringBuilder) - Static method in class ej.hoka.http.support.UrlDecoder
-
Returns the character from the stream, which encode as "%ab" (single byte UTF-8) or "%ab%cd" (two byte ).
- decode(String) - Static method in class java.lang.Byte
-
Decodes a String
into a Byte
.
- decode(String) - Static method in class java.lang.Integer
-
Decodes a String
into an Integer
.
- decode(String) - Static method in class java.lang.Long
-
Decodes a String
into a Long
.
- decode(String) - Static method in class java.lang.Short
-
Decodes a String
into a Short
.
- decode(String, String) - Static method in class java.net.URLDecoder
-
Decodes a application/x-www-form-urlencoded
string using a specific encoding scheme.
- decode(byte[]) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64
encoding scheme, writing the results
into a newly-allocated output byte array.
- decode(String) - Method in class java.util.Base64.Decoder
-
Decodes a Base64 encoded String into a newly-allocated byte array using the
Base64
encoding scheme.
- decode(byte[], byte[]) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64
encoding scheme, writing the results
into the given output byte array, starting at offset 0.
- decode(ByteBuffer) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte buffer using the
Base64
encoding scheme, writing the results
into a newly-allocated ByteBuffer.
- decodeZigZag32(int) - Static method in class com.google.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 32-bit value.
- decodeZigZag64(long) - Static method in class com.google.protobuf.CodedInputStream
-
Decode a ZigZag-encoded 64-bit value.
- DECRYPT_MODE - Static variable in class javax.crypto.Cipher
-
Constant used to initialize cipher to decryption mode.
- deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays are deeply equal to one another.
- deepEquals(Object, Object) - Static method in class java.util.Objects
-
Returns true
if the arguments are deeply equal to each other and false
otherwise.
- deepHashCode(Object[]) - Static method in class java.util.Arrays
-
Returns a hash code based on the "deep contents" of the specified array.
- deepImmortal(T) - Static method in class ej.bon.Immortals
-
Turns the given object and all objects referred from it into immortal
objects.
- deepToString(Object[]) - Static method in class java.util.Arrays
-
Returns a string representation of the "deep contents" of the specified array.
- DEFAULT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
Lexical state.
- DEFAULT - Static variable in class java.text.DateFormat
-
Constant for default style pattern.
- DEFAULT - Static variable in class javax.crypto.spec.PSource.PSpecified
-
The encoding input P whose value equals byte[0].
- DEFAULT_BUFFER_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class sun.net.NetworkClient
-
- DEFAULT_DURATION - Static variable in class ej.widget.swipe.SwipeEventHandler
-
Default animation duration.
- DEFAULT_ENCODING - Static variable in class ej.restserver.RestResponse
-
Default content encoding for Rest response.
- DEFAULT_IMPLEMENTATION_ERROR - Static variable in class com.microej.nls.BinaryNLS
-
Error code when default implementation cannot be instantiated.
- DEFAULT_NOT_SECURE_PORT - Static variable in class ej.websocket.WebSocketURI
-
The default port for a ws:// URI as defined in RFC6455 (see section 3).
- DEFAULT_READ_TIMEOUT - Static variable in class sun.net.NetworkClient
-
- DEFAULT_SECURE_PORT - Static variable in class ej.websocket.WebSocketURI
-
The default port for a wss:// URI.
- DEFAULT_USER_AGENT - Static variable in class ej.rest.web.Resty
-
- DefaultConnectionListener - Class in ej.bluetooth.listeners.impl
-
The
DefaultConnectionListener
class provides a default implementation of the
ConnectionListener
interface.
- DefaultConnectionListener() - Constructor for class ej.bluetooth.listeners.impl.DefaultConnectionListener
-
- defaultConnectTimeout - Static variable in class sun.net.NetworkClient
-
- DefaultHandler - Class in ej.util.logging.handler
-
This is the default handler for logging.
- DefaultHandler() - Constructor for class ej.util.logging.handler.DefaultHandler
-
- DefaultInstanceBasedParser(T) - Constructor for class com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser
-
- DefaultLocalServiceListener - Class in ej.bluetooth.listeners.impl
-
The
DefaultLocalServiceListener
class provides a default implementation of the
LocalServiceListener
interface.
- DefaultLocalServiceListener() - Constructor for class ej.bluetooth.listeners.impl.DefaultLocalServiceListener
-
- DefaultRemoteCommandManager - Class in ej.rcommand.impl
-
- DefaultRemoteCommandManager(boolean) - Constructor for class ej.rcommand.impl.DefaultRemoteCommandManager
-
Creates a default remote command manager.
- DefaultRemoteCommandManager() - Constructor for class ej.rcommand.impl.DefaultRemoteCommandManager
-
Creates a default remote command manager.
- DefaultRemoteServiceListener - Class in ej.bluetooth.listeners.impl
-
The
DefaultRemoteServiceListener
class provides a default implementation of the
RemoteServiceListener
interface.
- DefaultRemoteServiceListener() - Constructor for class ej.bluetooth.listeners.impl.DefaultRemoteServiceListener
-
- DefaultRenderPolicy - Class in ej.mwt.render
-
This render policy renders the requested widget or its parent if transparent.
- DefaultRenderPolicy(Desktop) - Constructor for class ej.mwt.render.DefaultRenderPolicy
-
Creates a default render policy.
- defaults - Variable in class java.util.Properties
-
A property list that contains default values for any keys not found in this property list.
- defaultSoTimeout - Static variable in class sun.net.NetworkClient
-
- DefaultStyle - Class in ej.mwt.style
-
Defines the value of each field of the default style.
- DefaultZoneRulesProvider - Class in java.time.zone
-
The default provider for timezone-rules when no other provider has been set.
- DefaultZoneRulesProvider() - Constructor for class java.time.zone.DefaultZoneRulesProvider
-
- defineEntityReplacementText(String, String) - Method in class org.kxml2.io.KXmlParser
-
- defineEntityReplacementText(String, String) - Method in class org.kxml2.wap.WbxmlParser
-
- defineEntityReplacementText(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
-
- dehexchar(char) - Static method in class org.json.me.JSONTokener
-
Get the hex value of a character (base16).
- Delayed - Interface in java.util.concurrent
-
A mix-in style interface for marking objects that should be acted upon after a given delay.
- delegate - Variable in class sun.net.www.protocol.https.HttpsURLConnectionImpl
-
- DelegateHttpsURLConnection - Class in sun.net.www.protocol.https
-
This class was introduced to provide an additional level of abstraction between javax.net.ssl.HttpURLConnection and
com.sun.net.ssl.HttpURLConnection objects.
- DELETE - Static variable in class ej.hoka.http.HttpRequest
-
- delete(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP POST requests on the path.
- delete(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP DELETE requests on the path.
- delete() - Static method in class ej.rest.web.Resty
-
Tell Resty to delete the URL content on the server, resulting in a
DELETE.
- delete(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.endpoint.AliasEndpoint
-
- delete(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.RestEndpoint
-
Handles DELETE
request on this endpoint.
- delete(int) - Method in class ej.sp.ShieldedPlug
-
Deletes the block with the given ID.
- delete() - Method in class java.io.File
-
Deletes the file or directory denoted by this abstract pathname.
- delete(int, int) - Method in class java.lang.StringBuffer
-
Removes the characters in a substring of this sequence.
- delete(int, int) - Method in class java.lang.StringBuilder
-
Removes the characters in a substring of this sequence.
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
Removes the char
at the specified position in this sequence.
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
Removes the char
at the specified position in this sequence.
- deleteEntry(String) - Method in class java.security.KeyStore
-
Deletes the entry identified by the given alias from this keystore.
- deleteExternalResources(String) - Method in interface com.microej.wear.framework.services.ExternalResourceService
-
Deletes the external resources contained in the folder at the given path.
- deleteObserver(Observer) - Method in class ej.observable.Observable
-
Deletes an observer from the set of observers of this observable.
- deleteObserver(Observer) - Method in class java.util.Observable
-
Deletes an observer from the set of observers of this object.
- deleteObservers() - Method in class ej.observable.Observable
-
Clears the set of observers of this observable.
- deleteObservers() - Method in class java.util.Observable
-
Clears the observer list so that this object no longer has any observers.
- deleteShadow() - Method in class ej.aws.iot.AwsIotClient
-
Delete the classic shadow of thing with QOS 0.
- deleteShadow(int) - Method in class ej.aws.iot.AwsIotClient
-
Delete the classic shadow of thing.
- deleteShadow(String) - Method in class ej.aws.iot.AwsIotClient
-
Delete the named shadow of thing with QOS 0.
- deleteShadow(String, int) - Method in class ej.aws.iot.AwsIotClient
-
Delete the named shadow of thing.
- Deletion - Class in ej.rest.web
-
Used for deleting contents on a server with the DELETE method.
- Deletion() - Constructor for class ej.rest.web.Deletion
-
- DependencyInjectionServiceLoader - Class in ej.service.loader
-
Service loader implementation that creates service instance from a declared implementation class name.
- DependencyInjectionServiceLoader() - Constructor for class ej.service.loader.DependencyInjectionServiceLoader
-
- Deprecated - Annotation Type in java.lang
-
A program element annotated @Deprecated is one that programmers are discouraged from using,
typically because it is dangerous, or because a better alternative exists.
- Deque<E> - Interface in java.util
-
A linear collection that supports element insertion and removal at both ends.
- DescendantCombinator - Class in ej.mwt.stylesheet.selector.combinator
-
A descendant combinator selects by checking the widget hierarchy.
- DescendantCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.DescendantCombinator
-
Creates a descendant combinator.
- descendingIterator() - Method in class java.util.ArrayDeque
-
- descendingIterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in reverse sequential order.
- descendingIterator() - Method in class java.util.LinkedList
-
- descendingIterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in descending order.
- descendingIterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeySet() - Method in interface java.util.NavigableMap
-
Returns a reverse order
NavigableSet
view of the keys contained in this map.
- descendingKeySet() - Method in class java.util.TreeMap
-
- descendingMap() - Method in interface java.util.NavigableMap
-
Returns a reverse order view of the mappings contained in this map.
- descendingMap() - Method in class java.util.TreeMap
-
- descendingSet() - Method in interface java.util.NavigableSet
-
Returns a reverse order view of the elements contained in this set.
- descendingSet() - Method in class java.util.TreeSet
-
- DescriptorHelper - Class in ej.bluetooth.util
-
Provides constants and utility methods related to GATT descriptors.
- desiredAssertionStatus() - Method in class java.lang.Class
-
Returns the assertion status that would be assigned to this class if it were to be initialized at
the time this method is invoked.
- Desktop - Class in ej.mwt
-
A desktop is the top-level object that can be displayed on a
Display
.
- Desktop() - Constructor for class ej.mwt.Desktop
-
Creates a new desktop.
- DesktopEventGenerator - Class in ej.mwt.event
-
This event generator is used by the
event dispatcher
of the desktop in order to send
additional events to the widgets.
- DesktopEventGenerator() - Constructor for class ej.mwt.event.DesktopEventGenerator
-
- destroy() - Method in class javax.crypto.spec.SecretKeySpec
-
- destroy() - Method in interface javax.security.auth.Destroyable
-
Destroy this Object
.
- Destroyable - Interface in javax.security.auth
-
Objects such as credentials may optionally implement this interface to provide the capability to destroy its
contents.
- DestroyFailedException - Exception in javax.security.auth
-
Signals that a destroy
operation failed.
- DestroyFailedException() - Constructor for exception javax.security.auth.DestroyFailedException
-
Constructs a DestroyFailedException with no detail message.
- DestroyFailedException(String) - Constructor for exception javax.security.auth.DestroyFailedException
-
Constructs a DestroyFailedException with the specified detail message.
- detail - Variable in exception org.xmlpull.v1.XmlPullParserException
-
- DEVANAGARI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for devanagari font identifier.
- developmentMode() - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
Activate development mode.
- Device - Interface in ej.ecom
-
Common superclass for a Device.
- Device - Class in ej.util
-
This class provides utility methods related to the device.
- DeviceManager - Class in ej.ecom
-
- DeviceManagerPermission<D> - Class in ej.ecom
-
- DeviceManagerPermission(String, Class<D>) - Constructor for class ej.ecom.DeviceManagerPermission
-
- deviceRegistered(RegistrationEvent<D>) - Method in interface ej.ecom.RegistrationListener
-
This method is called when a new device is registered and if it is allowed to be notified of events on the registered event class.
- DeviceService - Interface in com.microej.wear.framework.services
-
This service allows Features to get device information.
- deviceUnregistered(RegistrationEvent<D>) - Method in interface ej.ecom.RegistrationListener
-
This method is called when a new device is unregistered and if it is allowed to be notified of events on the registered event class.
- Dictionary<K,V> - Class in java.util
-
The Dictionary
class is the abstract parent of any class, such as
Hashtable
, which maps keys to values.
- Dictionary() - Constructor for class java.util.Dictionary
-
Sole constructor.
- digest() - Method in class java.security.MessageDigest
-
Completes the hash computation by performing final operations such as padding.
- digest(byte[], int, int) - Method in class java.security.MessageDigest
-
Completes the hash computation by performing final operations such as padding.
- digest(byte[]) - Method in class java.security.MessageDigest
-
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
- DigestException - Exception in java.security
-
This is the generic Message Digest exception.
- DigestException() - Constructor for exception java.security.DigestException
-
Constructs a DigestException with no detail message.
- DigestException(String) - Constructor for exception java.security.DigestException
-
Constructs a DigestException with the specified detail message.
- DigestException(String, Throwable) - Constructor for exception java.security.DigestException
-
Creates a DigestException
with the specified detail message and cause.
- DigestException(Throwable) - Constructor for exception java.security.DigestException
-
Creates a DigestException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- DIGIT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- digit(char, int) - Static method in class java.lang.Character
-
Returns the numeric value of the character ch in the specified radix.
- DIGIT19 - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- digitsRoundedUp() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
-
Indicates whether the value was rounded up during the binary to ASCII conversion.
- DIMENSION - Static variable in class ej.mwt.style.DefaultStyle
-
The dimension of the default style.
- Dimension - Interface in ej.mwt.style.dimension
-
Represents a dimension constraint for a widget.
- DimensionHelper - Class in ej.mwt.style.dimension
-
Helps the dimensions to lay out a widget with a specific size.
- disable() - Method in class ej.bluetooth.BluetoothAdapter
-
Disables this adapter.
- disable(NetworkInterface) - Static method in class ej.ecom.network.NetworkInterfaceManager
-
Disables a network interface (software side).
- disable() - Method in class ej.library.iot.rcommand.bluetooth.BluetoothHost
-
- disable_tracing() - Method in class ej.jsonpath.parser.JSONPathCompiler
-
Disable tracing.
- DisableCommand - Class in ej.library.iot.rcommand.bluetooth.commands
-
- DisableCommand() - Constructor for class ej.library.iot.rcommand.bluetooth.commands.DisableCommand
-
- DISABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.DisabledSelector
-
Disabled selector singleton to avoid creating several ones.
- DisabledSelector - Class in ej.mwt.stylesheet.selector
-
A disabled selector selects by checking if the widget is disabled.
- disableEllipsis() - Method in class ej.microui.display.GraphicsContext
-
Disables ellipsis.
- DisableEndpoint - Class in ej.library.iot.rcommand.bluetooth.commands
-
- DisableEndpoint(BluetoothController) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.DisableEndpoint
-
- disableSoftAP() - Method in class ej.ecom.wifi.WifiManager
-
Disables the Software enabled Access Point (SoftAP).
- disconnect() - Method in class ej.aws.iot.AwsIotClient
-
Disconnect this client from the underlying communication layer.
- disconnect() - Method in class ej.bluetooth.BluetoothConnection
-
Initiates a disconnection from the device.
- disconnect(short) - Method in class ej.library.iot.rcommand.bluetooth.BluetoothHost
-
- disconnect() - Method in class java.net.DatagramSocket
-
Disconnects the socket.
- disconnect() - Method in class java.net.HttpURLConnection
-
Indicates that other requests to the server are unlikely in the near future.
- disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
-
Disconnects from the server.
- disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
-
- disconnect() - Method in class sun.net.www.protocol.http.HttpURLConnection
-
Disconnect from the server (public API)
- disconnect() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
-
Disconnect from the server.
- DisconnectCommand - Class in ej.library.iot.rcommand.bluetooth.commands
-
- DisconnectCommand(short) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.DisconnectCommand
-
- DisconnectEndpoint - Class in ej.library.iot.rcommand.bluetooth.commands
-
- DisconnectEndpoint(BluetoothController) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.DisconnectEndpoint
-
- discoverService(BluetoothUuid) - Method in class ej.bluetooth.BluetoothConnection
-
Discovers the service with the given UUID provided by the device.
- discoverServices() - Method in class ej.bluetooth.BluetoothConnection
-
Discovers all the services provided by the device.
- discoverServices(short, byte[]) - Method in class ej.library.iot.rcommand.bluetooth.BluetoothHost
-
- DiscoverServicesCommand - Class in ej.library.iot.rcommand.bluetooth.commands
-
- DiscoverServicesCommand(short, byte[]) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.DiscoverServicesCommand
-
- DiscoverServicesEndpoint - Class in ej.library.iot.rcommand.bluetooth.commands
-
- DiscoverServicesEndpoint(BluetoothController) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.DiscoverServicesEndpoint
-
- disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
-
Returns true
if the two specified collections have no elements in common.
- dispatch(AwsIotMessage) - Method in class ej.aws.iot.AwsIotClient
-
dispatch message to corresponding subscriber if any otherwise log a warning if warning logs are activated
- dispatchEvent(int) - Method in class ej.mwt.event.EventDispatcher
-
Dispatches an event.
- dispatchEvent(int) - Method in class ej.mwt.event.PointerEventDispatcher
-
- Display - Class in ej.microui.display
-
The
Display
object represents the pixelated screen in the platform.
The display of the system may be retrieved by calling
Display.getDisplay()
.
The display is able to render a
Displayable
on its implementation screen.
- DISPLAY - Static variable in class ej.microui.event.generator.Command
-
Constant for "display" command.
- DISPLAY_DEADLOCK - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when trying to wait for an event in the same thread that treats events (Deadlock).
- Displayable - Class in ej.microui.display
-
Displayable
is an abstract class which defines the very objects that can be shown on the
Display
.
A Displayable
may be shown or hidden, but at most one Displayable
is shown on the
Display
.
Subclasses should define the Displayable
contents and their possible interactions with the user.
By default, a new Displayable
object is not visible on the display.
- Displayable() - Constructor for class ej.microui.display.Displayable
-
- DisplayPermission - Class in ej.microui.display
-
This class is for display permissions.
- DisplayPermission() - Constructor for class ej.microui.display.DisplayPermission
-
Creates the display permission for the display with null
as name.
- dispose() - Method in class com.microej.kf.util.observable.KernelObservable
-
Disposes this kernel observable.
- dispose() - Method in class com.microej.kf.util.observable.KernelSimpleObservable
-
Disposes this kernel simple observable.
- dispose() - Method in class ej.mwt.event.EventDispatcher
-
Disposes this event dispatcher.
- dispose() - Method in class ej.mwt.event.PointerEventDispatcher
-
- divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is as specified.
- divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is as specified.
- divide(BigDecimal, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is this.scale()
.
- divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is this.scale()
.
- divide(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose preferred scale is (this.scale() -
divisor.scale())
; if the exact quotient cannot be represented (because it has a non-terminating decimal
expansion) an ArithmeticException
is thrown.
- divide(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, with rounding according to the context settings.
- divide(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this / val)
.
- divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal
array containing the result of divideToIntegralValue
followed by
the result of remainder
on the two operands.
- divideAndRemainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal
array containing the result of divideToIntegralValue
followed by
the result of remainder
on the two operands calculated with rounding according to the context settings.
- divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
-
Returns an array of two BigIntegers containing (this / val)
followed by (this % val)
.
- dividedBy(long) - Method in class java.time.Duration
-
Returns a copy of this duration divided by the specified value.
- divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part of the quotient (this / divisor)
rounded
down.
- divideToIntegralValue(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part of (this / divisor)
.
- doBackward(B) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
-
- docdecl(String) - Method in class org.kxml2.io.KXmlSerializer
-
- DOCDECL - Static variable in class org.kxml2.kdom.Node
-
- docdecl(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- DOCDECL - Static variable in interface org.xmlpull.v1.XmlPullParser
-
An XML document type declaration was just read.
- docdecl(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
- Dock - Class in ej.widget.container
-
Lays out any number of children by docking each child one by one on a side.
- Dock() - Constructor for class ej.widget.container.Dock
-
Creates a dock.
- doConnect(String, int) - Method in class sun.net.NetworkClient
-
Return a socket connected to the server, with any appropriate options pre-established
- Document - Class in org.kxml2.kdom
-
The document consists of some legacy events and a single root
element.
- Document() - Constructor for class org.kxml2.kdom.Document
-
- DOCUMENT - Static variable in class org.kxml2.kdom.Node
-
- Documented - Annotation Type in java.lang.annotation
-
Indicates that annotations with a type are to be documented by javadoc and similar tools by
default.
- doFinal() - Method in class javax.crypto.Cipher
-
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
- doFinal(byte[], int) - Method in class javax.crypto.Cipher
-
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
- doFinal(byte[]) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
- doFinal(byte[], int, int) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
- doFinal(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
- doFinal(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
- doFinal() - Method in class javax.crypto.Mac
-
Finishes the MAC operation.
- doFinal(byte[], int) - Method in class javax.crypto.Mac
-
Finishes the MAC operation.
- doFinal(byte[]) - Method in class javax.crypto.Mac
-
Processes the given array of bytes and finishes the MAC operation.
- doForward(A) - Method in interface com.google.protobuf.Internal.MapAdapter.Converter
-
- doGET(URI, T) - Method in class ej.rest.web.Resty
-
- doInput - Variable in class java.net.URLConnection
-
This variable is set by the setDoInput
method.
- domain(String) - Method in class ej.hoka.http.Cookie.Builder
-
Domain=<domain-value>
Optional
Host to which the cookie will be sent.
- done() - Method in class com.microej.kf.util.IProgressMonitorProxy
-
- Done() - Method in interface ej.jsonpath.parser.CharStream
-
The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() - Method in class ej.jsonpath.parser.SimpleCharStream
-
Reset buffer when finished.
- done() - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Notifies that the work is done; that is, either the main task is completed
or the user canceled it.
- done() - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- done() - Method in class org.eclipse.core.runtime.SubMonitor
-
- doNotifyAvailabilityChange(Network, boolean, ConnectivityManager.NetworkCallback[]) - Method in class android.net.ConnectivityManager
-
Notify the networkCallbacks about an availability change.
- doNotifyCapabilitiesChange(Network, NetworkCapabilities, ConnectivityManager.NetworkCallback[]) - Method in class android.net.ConnectivityManager
-
Notify the callback of a capabilities change.
- dontSend(String) - Method in class ej.rest.web.Resty
-
Don't send a header that was formely added in the alwaysSend method.
- doOutput - Variable in class java.net.URLConnection
-
This variable is set by the setDoOutput
method.
- doPOSTOrPUT(URI, AbstractContent, T) - Method in class ej.rest.web.Resty
-
- DOT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
RegularExpression Id.
- Double - Class in java.lang
-
The Double
class wraps a value of the primitive type double
in an object.
- Double(double) - Constructor for class java.lang.Double
-
Constructs a newly allocated Double
object that represents the primitive double
argument.
- Double(String) - Constructor for class java.lang.Double
-
Constructs a newly allocated Double
object that represents the floating-point value of
type double
represented by the string.
- DOUBLE_CLICKED - Static variable in class ej.microui.event.generator.Buttons
-
Constant for "double clicked" action.
- DOUBLE_PRECISION_FLOAT - Static variable in interface ej.cbor.CborConstants
-
Denotes a double-precision float (eight-byte IEEE 754, see #MT_FLOAT).
- DoubleBuffer - Class in java.nio
-
a double buffer.
- doubleClickEnabled(int) - Method in class ej.microui.event.generator.Buttons
-
Returns true
if the generator should send a double click event.
- DoubleConsts - Class in sun.misc
-
This class contains additional constants documenting limits of the double
type.
- DoubleConverter - Class in com.microej.kf.util
-
- DoubleConverter() - Constructor for class com.microej.kf.util.DoubleConverter
-
- doubleToLongBits(double) - Static method in class java.lang.Double
-
Returns a representation of the specified floating-point value according to the IEEE 754
floating-point "double format" bit layout.
- doubleToRawLongBits(double) - Static method in class java.lang.Double
-
Returns a representation of the specified floating-point value according to the IEEE 754
floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
- doubleToString(double) - Static method in class org.json.me.JSONObject
-
Produce a string from a double.
- doubleValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a double
.
- doubleValue() - Method in class java.lang.Double
-
Returns the double
value of this Double
object.
- doubleValue() - Method in class java.lang.Float
-
Returns the double
value of this Float
object.
- doubleValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a double
.
- doubleValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a double
.
- doubleValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a double
.
- doubleValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a double
.
- doubleValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a double
.
- doubleValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a double
.
- DOWN - Static variable in class ej.microui.event.generator.Command
-
Constant for "down" command.
- DRAGGED - Static variable in class ej.microui.event.generator.Pointer
-
Constant for "dragged" action.
- drawAnimatedImage(GraphicsContext, VectorImage, float, float, long) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws an animated vector image at a specific time.
- drawAnimatedImage(GraphicsContext, VectorImage, Matrix, long) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws an animated vector image at a specific time.
- drawAnimatedImage(GraphicsContext, VectorImage, Matrix, long, int) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws an animated vector image at a specific time.
- drawChar(GraphicsContext, char, Font, int, int) - Static method in class ej.microui.display.Painter
-
Draws a character.
- drawChars(GraphicsContext, char[], int, int, int, int) - Method in class ej.microui.display.Font
-
Draws a char array with this font at a position.
- drawCircle(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a circle.
- drawCircleArc(GraphicsContext, int, int, int, float, float) - Static method in class ej.microui.display.Painter
-
Draws a circle arc.
- drawDeformedImage(GraphicsContext, Image, int, int, int[]) - Static method in class ej.drawing.TransformPainter
-
Draws a deformed image at the given anchor top-left point.
The deformed image is identified by its four corner points.
- drawDisplayRegion(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of the display.
- drawDisplayRegion(GraphicsContext, int, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of the display.
- drawEllipse(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an ellipse.
- drawEllipseArc(GraphicsContext, int, int, int, int, float, float) - Static method in class ej.microui.display.Painter
-
Draws an ellipse arc.
- drawFilteredAnimatedImage(GraphicsContext, VectorImage, Matrix, long, float[]) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws an animated vector image at a specific time with a color filter.
- drawFilteredImage(GraphicsContext, VectorImage, Matrix, float[]) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a vector image with a color filter.
- drawFlippedImage(GraphicsContext, Image, int, int, TransformPainter.Flip) - Static method in class ej.drawing.TransformPainter
-
Draws the image in the graphics context at given anchor top-left position, using the given flip.
- drawFlippedImage(GraphicsContext, Image, int, int, TransformPainter.Flip, int) - Static method in class ej.drawing.TransformPainter
-
Draws the image in the graphics context at given anchor top-left position, using the given flip and opacity
level.
- drawGradientString(GraphicsContext, String, VectorFont, float, Matrix, LinearGradient, int, BlendMode, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a text with a gradient.
- drawGradientStringOnCircle(GraphicsContext, String, VectorFont, float, Matrix, LinearGradient, float, VectorGraphicsPainter.Direction, int, BlendMode, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a text with a gradient along a circle.
- drawHorizontalLine(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an horizontal line between two points.
- drawImage(GraphicsContext, Image, int, int) - Static method in class ej.microui.display.Painter
-
Draws the image at the given anchor top-left point.
- drawImage(GraphicsContext, Image, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws the image at the given anchor top-left point.
- drawImage(GraphicsContext, VectorImage, float, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a vector image.
- drawImage(GraphicsContext, VectorImage, Matrix) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a vector image.
- drawImage(GraphicsContext, VectorImage, Matrix, int) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a vector image.
- drawImageInArea(GraphicsContext, Image, int, int, int, int, int, int) - Static method in class ej.widget.render.ImagePainter
-
Draws an image aligned in a area.
- drawImageRegion(GraphicsContext, Image, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of the image.
- drawImageRegion(GraphicsContext, Image, int, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of an image.
- DRAWING_ERROR - Static variable in exception ej.microui.MicroUIException
-
Exception thrown if the error flag was set during a drawing operation.
- DRAWING_LOG_CLIP_MODIFIED - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that the clip area of a graphics context was modified by the low-level side.
- DRAWING_LOG_ERROR - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that an error occurred during a drawing.
- DRAWING_LOG_FORBIDDEN - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that a function was called in a context that does not allow that operation.
- DRAWING_LOG_LIBRARY_INCIDENT - Static variable in class ej.microui.display.GraphicsContext
-
Flag describing incidents occurring in a drawing library.
- DRAWING_LOG_MISSING_CHARACTER - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that an undefined character was drawn.
- DRAWING_LOG_NOT_IMPLEMENTED - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that a drawing function is lacking an implementation.
- DRAWING_LOG_OUT_OF_MEMORY - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that the system ran out of memory while attempting to perform a drawing.
- DRAWING_LOG_UNKNOWN_INCIDENT - Static variable in class ej.microui.display.GraphicsContext
-
Flag describing incidents that do not match other values.
- DRAWING_SUCCESS - Static variable in class ej.microui.display.GraphicsContext
-
Value used when no incident occurred.
- drawLine(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a line between two points.
- drawPolygon(GraphicsContext, int[]) - Static method in class ej.drawing.ShapePainter
-
Draws the closed polygon which is defined by the array of integer coordinates, using the current color.
- drawPolygon(GraphicsContext, int[], int, int) - Static method in class ej.drawing.ShapePainter
-
Draws the closed polygon which is defined by the array of integer coordinates, using the current color.
- drawRectangle(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an orthogonal rectangle.
- drawRectangularBorder(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.mwt.style.outline.border.BorderHelper
-
Draw a rectangular border with the given dimensions and given thickness for each side, using the given graphics
context.
- drawRenderableString(GraphicsContext, RenderableString, int, int) - Static method in class ej.microui.display.Painter
-
Draws the string using the font and given graphics context color.
- drawRotatedCharBilinear(GraphicsContext, Font, char, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
-
Draws the character applying the given rotation.
- drawRotatedCharBilinear(GraphicsContext, Font, char, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
-
Draws the character applying the given rotation and opacicity level.
- drawRotatedCharNearestNeighbor(GraphicsContext, Font, char, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
-
Draws the character applying the given rotation.
- drawRotatedCharNearestNeighbor(GraphicsContext, Font, char, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
-
Draws the character applying the given rotation and opacity level.
- drawRotatedImageBilinear(GraphicsContext, Image, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
-
Draws the image applying the given rotation.
- drawRotatedImageBilinear(GraphicsContext, Image, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
-
Draws the image applying the given rotation fixing the opacity level.
- drawRotatedImageNearestNeighbor(GraphicsContext, Image, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
-
Draws the image applying the given rotation.
- drawRotatedImageNearestNeighbor(GraphicsContext, Image, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
-
Draws the image applying the given rotation and opacity level.
- drawRoundedRectangle(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an orthogonal rectangle with rounded corners.
- drawScaledCharBilinear(GraphicsContext, char, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
-
Draws the character in the graphics context at given anchor top-left position and using the given scaling factor.
- drawScaledImageBilinear(GraphicsContext, Image, int, int, float, float) - Static method in class ej.drawing.TransformPainter
-
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor.
- drawScaledImageBilinear(GraphicsContext, Image, int, int, float, float, int) - Static method in class ej.drawing.TransformPainter
-
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor and
opacity level.
- drawScaledImageNearestNeighbor(GraphicsContext, Image, int, int, float, float) - Static method in class ej.drawing.TransformPainter
-
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor.
- drawScaledImageNearestNeighbor(GraphicsContext, Image, int, int, float, float, int) - Static method in class ej.drawing.TransformPainter
-
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor and
opacity level.
- drawScaledRenderableStringBilinear(GraphicsContext, RenderableString, int, int, float, float) - Static method in class ej.drawing.TransformPainter
-
Draws the renderable string in the graphics context at given anchor top-left position and using the given scaling
factor.
- drawScaledStringBilinear(GraphicsContext, String, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
-
Draws the string in the graphics context at given anchor top-left position and using the given scaling factor.
- drawScaledSubstringBilinear(GraphicsContext, String, int, int, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
-
Draws the substring in the graphics context at given anchor top-left position and using the given scaling factor.
- drawString(GraphicsContext, String, Font, int, int) - Static method in class ej.microui.display.Painter
-
Draws a string.
- drawString(GraphicsContext, String, VectorFont, float, float, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a text.
- drawString(GraphicsContext, String, VectorFont, float, Matrix, int, BlendMode, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a text.
- drawStringAtPoint(GraphicsContext, String, Font, int, int, int, int) - Static method in class ej.widget.render.StringPainter
-
Draws a string aligned with an anchor point.
- drawStringInArea(GraphicsContext, String, Font, int, int, int, int, int, int) - Static method in class ej.widget.render.StringPainter
-
Draws a string aligned in a area.
- drawStringOnCircle(GraphicsContext, String, VectorFont, float, Matrix, float, VectorGraphicsPainter.Direction) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a text along a circle.
- drawStringOnCircle(GraphicsContext, String, VectorFont, float, Matrix, float, VectorGraphicsPainter.Direction, int, BlendMode, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a text along a circle.
- drawSubstring(GraphicsContext, String, int, int, Font, int, int) - Static method in class ej.microui.display.Painter
-
Draws a subset of a string.
- drawThickCircle(GraphicsContext, int, int, int, int) - Static method in class ej.drawing.ShapePainter
-
Draws the outline of a circle covering the square specified by its diameter, using the
GraphicsContext
's
current color.
The center of the circle is defined as the center of the square whose origin is at
(x,y)
(upper-left
corner) and whose dimension is given by
diameter
.
If
diameter
is negative, nothing is drawn.
- drawThickCircleArc(GraphicsContext, int, int, int, float, float, int) - Static method in class ej.drawing.ShapePainter
-
Draws the outline of a circular arc covering the specified square, using the
GraphicsContext
's current
color.
The arc is drawn from
startAngle
up to
arcAngle
degrees.
- drawThickEllipse(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
-
Draws the outline of a ellipse covering the specified rectangle, using the
GraphicsContext
's current
color.
The center of the ellipse is defined as the center of the rectangle whose origin is at
(x,y)
(upper-left corner) and whose dimension is given by
width
and
height
.
If either
width
or
height
is negative or zero, nothing is drawn.
- drawThickFadedCircle(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
-
Draws the faded outline of a circle covering the square specified by its diameter, using the
GraphicsContext
's current color.
The center of the circle is defined as the center of the square whose origin is at
(x,y)
(upper-left
corner) and whose dimension is given by
diameter
.
If
diameter
is negative or zero, nothing is drawn.
- drawThickFadedCircleArc(GraphicsContext, int, int, int, float, float, int, int, ShapePainter.Cap, ShapePainter.Cap) - Static method in class ej.drawing.ShapePainter
-
Draws the faded outline of a circular arc covering the specified square, using the current color and caps.
- drawThickFadedEllipse(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
-
Draws the outline of a ellipse covering the specified rectangle, using the
GraphicsContext
's current
color.
The center of the ellipse is defined as the center of the rectangle whose origin is at
(x,y)
(upper-left corner) and whose dimension is given by
width
and
height
.
If either
width
or
height
is negative or zero, nothing is drawn.
- drawThickFadedLine(GraphicsContext, int, int, int, int, int, int, ShapePainter.Cap, ShapePainter.Cap) - Static method in class ej.drawing.ShapePainter
-
Draws a faded line from
(x1,y1)
to
(x2,y2)
using the
GraphicsContext
's current
color and caps.
- drawThickFadedPoint(GraphicsContext, int, int, int, int) - Static method in class ej.drawing.ShapePainter
-
- drawThickLine(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
-
Draws a line from
(x1,y1)
to
(x2,y2)
using the
GraphicsContext
's current color.
- drawVerticalLine(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a vertical line between two points.
- DST_OFFSET - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the daylight saving offset in
milliseconds.
- dump(PrintStream) - Method in class ej.bon.Timer
-
Prints a status of this timer and its scheduled tasks to the specified print
stream.
- dump(String) - Method in class ej.jsonpath.parser.JSONPathCompiler.JSONPathExpr
-
- dump(String) - Method in class ej.jsonpath.parser.SimpleNode
-
- dumpStack() - Static method in class java.lang.Thread
-
Prints a stack trace of the current thread to the standard error stream.
- duplicate() - Method in class java.nio.ByteBuffer
-
Creates a new byte buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.CharBuffer
-
Creates a new char buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.DoubleBuffer
-
Creates a new double buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.FloatBuffer
-
Creates a new float buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.IntBuffer
-
Creates a new int buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.LongBuffer
-
Creates a new long buffer that shares this buffer's content.
- duplicate() - Method in class java.nio.ShortBuffer
-
Creates a new short buffer that shares this buffer's content.
- DuplicateFormatFlagsException - Exception in java.util
-
Unchecked exception thrown when duplicate flags are provided in the format specifier.
- DuplicateFormatFlagsException(String) - Constructor for exception java.util.DuplicateFormatFlagsException
-
Constructs an instance of this class with the specified flags.
- Duration - Class in java.time
-
A time-based amount of time, such as '34.5 seconds'.
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object, Object) - Method in class com.google.protobuf.GeneratedMessageLite
-
- dynamicMethod(GeneratedMessageLite.MethodToInvoke, Object) - Method in class com.google.protobuf.GeneratedMessageLite
-
- dynamicMethod(GeneratedMessageLite.MethodToInvoke) - Method in class com.google.protobuf.GeneratedMessageLite
-
- DynamicRemoteConnection - Class in ej.rcommand.impl
-
- DynamicRemoteConnection() - Constructor for class ej.rcommand.impl.DynamicRemoteConnection
-
- E - Static variable in class ej.bon.XMath
-
The double
value that is closer than any other to e, the
base of the natural logarithms.
- E - Static variable in class java.lang.Math
-
The double
value that is closer than any other to e, the base of the natural
logarithms.
- ECGenParameterSpec - Class in java.security.spec
-
This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
- ECGenParameterSpec(String) - Constructor for class java.security.spec.ECGenParameterSpec
-
Creates a parameter specification for EC parameter generation using a standard (or predefined) name
stdName
in order to generate the corresponding (precomputed) elliptic curve domain parameters.
- EditableStyle - Class in ej.mwt.style
-
An editable style is a simple implementation of a style.
- EditableStyle() - Constructor for class ej.mwt.style.EditableStyle
-
Creates an editable style from the default style.
- EditableStyle(EditableStyle) - Constructor for class ej.mwt.style.EditableStyle
-
Creates an editable style from an other one.
- effectiveLevel - Variable in class java.util.logging.Logger
-
This is the real level of the logger.
- EIGHT_BYTES - Static variable in interface ej.cbor.CborConstants
-
Denotes a eight-byte value (uint64).
- EIGHT_BYTES - Static variable in class ej.cbor.ErrorMessage
-
- ej.annotation - package ej.annotation
-
Defines annotations for static null
analysis.
- ej.audio - package ej.audio
-
Contains Audio classes.
- ej.audio.format - package ej.audio.format
-
- ej.aws.iot - package ej.aws.iot
-
- ej.basictool - package ej.basictool
-
Miscellaneous tools.
- ej.basictool.annotation - package ej.basictool.annotation
-
Miscellaneous tools.
- ej.basictool.map - package ej.basictool.map
-
Maps with low heap footprint.
- ej.benchmark - package ej.benchmark
-
Contains classes to perform performance benchmarks.
- ej.benchmark.time - package ej.benchmark.time
-
Contains classes to define the performance benchmarks time strategy.
- ej.bluetooth - package ej.bluetooth
-
Contains Bluetooth classes.
- ej.bluetooth.listeners - package ej.bluetooth.listeners
-
Contains interfaces for Bluetooth listeners.
- ej.bluetooth.listeners.impl - package ej.bluetooth.listeners.impl
-
Contains default implementations for Bluetooth listeners.
- ej.bluetooth.util - package ej.bluetooth.util
-
- ej.bluetooth.util.services.cts - package ej.bluetooth.util.services.cts
-
- ej.bluetooth.util.services.sps - package ej.bluetooth.util.services.sps
-
- ej.bon - package ej.bon
-
Contains Beyond profile classes.
- ej.cbor - package ej.cbor
-
- ej.drawing - package ej.drawing
-
Contains shapes rendering and image with transformation rendering algorithms.
- ej.ecom - package ej.ecom
-
Contains Embedded Communications classes (ESR008
).
- ej.ecom.io - package ej.ecom.io
-
Contains connection framework classes.
- ej.ecom.network - package ej.ecom.network
-
Contains ECOM-NETWORK framework base classes.
- ej.ecom.wifi - package ej.ecom.wifi
-
Contains ECOM-WIFI framework base classes.
- ej.event - package ej.event
-
- ej.exit - package ej.exit
-
- ej.hal - package ej.hal
-
- ej.hoka.http - package ej.hoka.http
-
default HTTP package.
- ej.hoka.http.body - package ej.hoka.http.body
-
HTTP request body parser utilities.
- ej.hoka.http.encoding - package ej.hoka.http.encoding
-
HTTP request/response encoding.
- ej.hoka.http.requesthandler - package ej.hoka.http.requesthandler
-
HTTP request handlers.
- ej.hoka.http.support - package ej.hoka.http.support
-
contains utilities classes for HTTP parameters parsing.
- ej.hoka.io - package ej.hoka.io
-
Input/Output stream wrappers for read write formatting.
- ej.hoka.log - package ej.hoka.log
-
Server logger.
- ej.hoka.session - package ej.hoka.session
-
Server side session.
- ej.hoka.tcp - package ej.hoka.tcp
-
TCP related classes.
- ej.io.progress - package ej.io.progress
-
- ej.json - package ej.json
-
- ej.jsonpath.parser - package ej.jsonpath.parser
-
- ej.junit - package ej.junit
-
- ej.kf - package ej.kf
-
Contains Kernel and Features classes.
- ej.library.iot.rcommand.bluetooth - package ej.library.iot.rcommand.bluetooth
-
- ej.library.iot.rcommand.bluetooth.commands - package ej.library.iot.rcommand.bluetooth.commands
-
- ej.library.iot.rcommand.bluetooth.notifications - package ej.library.iot.rcommand.bluetooth.notifications
-
- ej.microui - package ej.microui
-
Contains MicroUI framework base classes.
- ej.microui.display - package ej.microui.display
-
Contains display management.
- ej.microui.event - package ej.microui.event
-
Contains events management.
- ej.microui.event.generator - package ej.microui.event.generator
-
Contains standard event generators.
- ej.microui.led - package ej.microui.led
-
Contains LEDs management.
- ej.microvg - package ej.microvg
-
Contains classes to manipulate and draw vector graphics.
- ej.motion - package ej.motion
-
Contains the base classes to create and use motions.
- ej.motion.back - package ej.motion.back
-
Contains the implementation of the back function.
- ej.motion.bounce - package ej.motion.bounce
-
Contains the implementation of the bounce function.
- ej.motion.circ - package ej.motion.circ
-
Contains the implementation of the circ function.
- ej.motion.constant - package ej.motion.constant
-
Contains the implementation of the constant function.
- ej.motion.cubic - package ej.motion.cubic
-
Contains the implementation of the cubic function.
- ej.motion.elastic - package ej.motion.elastic
-
Contains the implementation of the elastic function.
- ej.motion.expo - package ej.motion.expo
-
Contains the implementation of the expo function.
- ej.motion.linear - package ej.motion.linear
-
Contains the implementation of the linear function.
- ej.motion.quad - package ej.motion.quad
-
Contains the implementation of the quad function.
- ej.motion.quart - package ej.motion.quart
-
Contains the implementation of the quart function.
- ej.motion.quint - package ej.motion.quint
-
Contains the implementation of the quint function.
- ej.motion.sine - package ej.motion.sine
-
Contains the implementation of the sine function.
- ej.mwt - package ej.mwt
-
Contains base classes to create a widget hierarchy.
- ej.mwt.animation - package ej.mwt.animation
-
Contains animation framework.
- ej.mwt.event - package ej.mwt.event
-
Contains desktop event definition and default implementation.
- ej.mwt.render - package ej.mwt.render
-
Contains render policy definition and some implementations.
- ej.mwt.style - package ej.mwt.style
-
Contains style definition and default implementation.
- ej.mwt.style.background - package ej.mwt.style.background
-
Contains background definition and some implementations.
- ej.mwt.style.dimension - package ej.mwt.style.dimension
-
Contains dimension definition and some implementations.
- ej.mwt.style.outline - package ej.mwt.style.outline
-
Contains outline definition and some implementations.
- ej.mwt.style.outline.border - package ej.mwt.style.outline.border
-
Contains some border implementations.
- ej.mwt.stylesheet - package ej.mwt.stylesheet
-
Contains stylesheet definition and default implementation.
- ej.mwt.stylesheet.cascading - package ej.mwt.stylesheet.cascading
-
Contains cascading stylesheet implementation.
- ej.mwt.stylesheet.selector - package ej.mwt.stylesheet.selector
-
Contains selector definition and some implementations.
- ej.mwt.stylesheet.selector.combinator - package ej.mwt.stylesheet.selector.combinator
-
Contains combinator definition and some implementations.
- ej.mwt.util - package ej.mwt.util
-
Contains utility classes.
- ej.net - package ej.net
-
Implementation of android connectivity manager.
- ej.net.util - package ej.net.util
-
Utilitary functions for net management.
- ej.net.util.connectivity - package ej.net.util.connectivity
-
Utilitary functions for Connectivity Manager.
- ej.net.util.ssl - package ej.net.util.ssl
-
- ej.net.util.wifi - package ej.net.util.wifi
-
Utilitary functions for Wi-Fi management.
- ej.nls - package ej.nls
-
Native language support.
- ej.observable - package ej.observable
-
Contains observer pattern classes.
- ej.property - package ej.property
-
Contains property management base interfaces and classes.
- ej.property.loader - package ej.property.loader
-
Contains property loader implementations.
- ej.property.registry - package ej.property.registry
-
Contains property registry implementations.
- ej.rcommand - package ej.rcommand
-
- ej.rcommand.comm - package ej.rcommand.comm
-
- ej.rcommand.connectivity - package ej.rcommand.connectivity
-
- ej.rcommand.impl - package ej.rcommand.impl
-
- ej.rcommand.serversocket - package ej.rcommand.serversocket
-
- ej.rcommand.synchronous - package ej.rcommand.synchronous
-
- ej.resserver.log - package ej.resserver.log
-
Logger management.
- ej.rest.json - package ej.rest.json
-
- ej.rest.util - package ej.rest.util
-
- ej.rest.web - package ej.rest.web
-
- ej.rest.web.mime - package ej.rest.web.mime
-
- ej.restserver - package ej.restserver
-
This package gather classes used for a rest server.
- ej.restserver.endpoint - package ej.restserver.endpoint
-
This package gather implementations of standard endpoints.
- ej.service - package ej.service
-
Contains service management base interfaces and classes.
- ej.service.loader - package ej.service.loader
-
Contains service loader implementations.
- ej.service.registry - package ej.service.registry
-
Contains service registry implementations.
- ej.sni - package ej.sni
-
Contains Simple Native Interface classes.
- ej.sp - package ej.sp
-
Contains Shielded Plug classes (ESR014
).
- ej.storage - package ej.storage
-
Contains storage services.
- ej.storage.fs - package ej.storage.fs
-
Implementation of storage on file system library.
- ej.storage.heap - package ej.storage.heap
-
Implementation of storage on Java heap.
- ej.storage.util - package ej.storage.util
-
Tools for storage.
- ej.trace - package ej.trace
-
- ej.util - package ej.util
-
- ej.util.concurrent - package ej.util.concurrent
-
Utility classes commonly useful in concurrent programming.
- ej.util.logging.handler - package ej.util.logging.handler
-
- ej.util.message - package ej.util.message
-
Lightweight message and log management.
- ej.util.message.basic - package ej.util.message.basic
-
Basic implementation of lightweight message and log management.
- ej.util.text - package ej.util.text
-
- ej.websocket - package ej.websocket
-
This package gathers the classes managing WebSocket.
- ej.websocket.frame - package ej.websocket.frame
-
This package gathers the classes handling the frames of a WebSocket.
- ej.websocket.http - package ej.websocket.http
-
This package gathers the classes used for the http connection.
- ej.websocket.util - package ej.websocket.util
-
This package gathers the util classes.
- ej.widget.basic - package ej.widget.basic
-
Basic widgets.
- ej.widget.color - package ej.widget.color
-
Color utilities.
- ej.widget.container - package ej.widget.container
-
Set of containers with specific layouts.
- ej.widget.debug - package ej.widget.debug
-
Debug and monitoring utilities.
- ej.widget.event - package ej.widget.event
-
Common event handlers.
- ej.widget.font - package ej.widget.font
-
Font utilities.
- ej.widget.motion - package ej.widget.motion
-
- ej.widget.render - package ej.widget.render
-
Painter utilities.
- ej.widget.swipe - package ej.widget.swipe
-
Swipe utilities.
- elapsedTime(int) - Method in class ej.microui.event.generator.Buttons
-
Returns the elapsed time in milliseconds between the two previous
Buttons.PRESSED
events that occurred on the
specified button.
- ElasticEaseInFunction - Class in ej.motion.elastic
-
Represents a elastic motion.
- ElasticEaseInOutFunction - Class in ej.motion.elastic
-
Represents a elastic motion.
- ElasticEaseOutFunction - Class in ej.motion.elastic
-
Represents a elastic motion: starts at a steady speed, then slows down exceeding the stop instruction then go
backward with the same effect with less initial speed then go forward and so on until it stops.
- element() - Method in class java.util.AbstractQueue
-
Retrieves, but does not remove, the head of this queue.
- element() - Method in class java.util.ArrayDeque
-
Retrieves, but does not remove, the head of the queue represented by this deque.
- element() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first
element of this deque).
- element() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the head (first element) of this list.
- element() - Method in interface java.util.Queue
-
Retrieves, but does not remove, the head of this queue.
- Element - Class in org.kxml2.kdom
-
In order to create an element, please use the createElement method
instead of invoking the constructor directly.
- Element() - Constructor for class org.kxml2.kdom.Element
-
- ELEMENT - Static variable in class org.kxml2.kdom.Node
-
- elementAt(int) - Method in class ej.bon.ResourceArray
-
Reads the element at given index.
- elementAt(int) - Method in class java.util.Vector
-
Returns the component at the specified index.
- elementCount - Variable in class java.util.Vector
-
The number of valid components in this Vector
object.
- elementData - Variable in class java.util.Vector
-
The array buffer into which the components of the vector are stored.
- elements() - Method in class ej.bon.ResourceArray
-
Reads all array elements.
- elements() - Method in class java.util.Dictionary
-
Returns an enumeration of the values in this dictionary.
- elements() - Method in class java.util.Hashtable
-
Returns an enumeration of the values in this hashtable.
- elements() - Method in class java.util.Vector
-
Returns an enumeration of the components of this vector.
- ElementType - Enum in java.lang.annotation
-
A program element type.
- EMPTY - Static variable in class com.google.protobuf.ByteString
-
Empty ByteString
.
- EMPTY - Static variable in class ej.hoka.http.HttpConstants
-
Empty string.
- empty() - Method in class java.util.Stack
-
Tests if this stack is empty.
- EMPTY_BYTE_ARRAY - Static variable in class com.google.protobuf.Internal
-
An empty byte array constant used in generated code.
- EMPTY_BYTE_BUFFER - Static variable in class com.google.protobuf.Internal
-
An empty byte array constant used in generated code.
- EMPTY_CODED_INPUT_STREAM - Static variable in class com.google.protobuf.Internal
-
An empty coded input stream constant used in generated code.
- EMPTY_LIST - Static variable in class java.util.Collections
-
The empty list (immutable).
- EMPTY_MAP - Static variable in class java.util.Collections
-
The empty map (immutable).
- EMPTY_SET - Static variable in class java.util.Collections
-
The empty set (immutable).
- EMPTY_URI - Static variable in class ej.resserver.log.Messages
-
URI is empty.
- EmptyBlockException - Exception in ej.sp
-
Thrown by methods in
ShieldedPlug
class to indicate that no data is available in a block.
- EmptyBlockException() - Constructor for exception ej.sp.EmptyBlockException
-
Builds a new EmptyBlockException with null as its error message string.
- emptyBooleanList() - Static method in class com.google.protobuf.GeneratedMessageLite
-
- emptyDoubleList() - Static method in class com.google.protobuf.GeneratedMessageLite
-
- emptyEnumeration() - Static method in class java.util.Collections
-
Returns an enumeration that has no elements.
- emptyFloatList() - Static method in class com.google.protobuf.GeneratedMessageLite
-
- emptyIntList() - Static method in class com.google.protobuf.GeneratedMessageLite
-
- emptyIterator() - Static method in class java.util.Collections
-
Returns an iterator that has no elements.
- emptyList() - Static method in class java.util.Collections
-
Returns the empty list (immutable).
- emptyListIterator() - Static method in class java.util.Collections
-
Returns a list iterator that has no elements.
- emptyLongList() - Static method in class com.google.protobuf.GeneratedMessageLite
-
- emptyMap() - Static method in class java.util.Collections
-
Returns the empty map (immutable).
- emptyMapField() - Static method in class com.google.protobuf.MapFieldLite
-
Returns an singleton immutable empty MapFieldLite instance.
- emptyProtobufList() - Static method in class com.google.protobuf.GeneratedMessageLite
-
- emptyRun() - Method in class ej.benchmark.BenchTest
-
Called to remove from full test some time which must not be accounted for
in bench results.
- emptyRunTime - Variable in class ej.benchmark.BenchResult
-
- emptySet() - Static method in class java.util.Collections
-
Returns the empty set (immutable).
- EmptyStackException - Exception in java.util
-
Thrown by methods in the Stack
class to indicate that the stack is empty.
- EmptyStackException() - Constructor for exception java.util.EmptyStackException
-
Constructs a new EmptyStackException
with null
as its error message string.
- enable() - Method in class ej.bluetooth.BluetoothAdapter
-
Enables this adapter.
- enable(NetworkInterface) - Static method in class ej.ecom.network.NetworkInterfaceManager
-
Enables a network interface (software side).
- enable() - Method in class ej.library.iot.rcommand.bluetooth.BluetoothHost
-
- enable_tracing() - Method in class ej.jsonpath.parser.JSONPathCompiler
-
Enable tracing.
- enableAliasing(boolean) - Method in class com.google.protobuf.CodedInputStream
-
- enableClick(boolean, int) - Method in class ej.microui.event.generator.Buttons
-
For the given button, specify whether the generator should send a click event for each pressed event.
- EnableCommand - Class in ej.library.iot.rcommand.bluetooth.commands
-
- EnableCommand() - Constructor for class ej.library.iot.rcommand.bluetooth.commands.EnableCommand
-
- ENABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.EnabledSelector
-
Enabled selector singleton to avoid creating several ones.
- enableDoubleClick(boolean, int, int) - Method in class ej.microui.event.generator.Buttons
-
For the given button, specify whether the generator should send a double click event.
- EnabledSelector - Class in ej.mwt.stylesheet.selector
-
An enabled selector selects by checking if the widget is enabled.
- enableEllipsis(int) - Method in class ej.microui.display.GraphicsContext
-
Enables ellipsis when drawing characters.
- EnableEndpoint - Class in ej.library.iot.rcommand.bluetooth.commands
-
- EnableEndpoint(BluetoothController) - Constructor for class ej.library.iot.rcommand.bluetooth.commands.EnableEndpoint
-
- enableSoftAP(SoftAPConfiguration) - Method in class ej.ecom.wifi.WifiManager
-
Enables the SoftAP with a given configuration.
- enc(String) - Method in class ej.rest.web.AbstractContent
-
- ENCLOSING_MARK - Static variable in class org.apache.regexp.RECharacter
-
- encode(String, String) - Static method in class java.net.URLEncoder
-
Translates a string into application/x-www-form-urlencoded
format using a specific encoding scheme.
- encode(byte[]) - Method in class java.util.Base64.Encoder
-
Encodes all bytes from the specified byte array into a newly-allocated byte array using the
Base64
encoding scheme.
- encode(byte[], byte[]) - Method in class java.util.Base64.Encoder
-
Encodes all bytes from the specified byte array using the
Base64
encoding scheme, writing the
resulting bytes to the given output byte array, starting at offset 0.
- encode(ByteBuffer) - Method in class java.util.Base64.Encoder
-
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the
Base64
encoding scheme.
- EncodedKeySpec - Class in java.security.spec
-
This class represents a public or private key in encoded format.
- EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
-
Creates a new EncodedKeySpec with the given encoded key.
- encodeToString(byte[]) - Method in class java.util.Base64.Encoder
-
Encodes the specified byte array into a String using the
Base64
encoding scheme.
- encodeZigZag32(int) - Static method in class com.google.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 32-bit value.
- encodeZigZag64(long) - Static method in class com.google.protobuf.CodedOutputStream
-
Encode a ZigZag-encoded 64-bit value.
- encoding - Static variable in class sun.net.NetworkClient
-
- EncodingRegistry - Class in ej.hoka.http.encoding
-
Class that stores a register of available encoding and transfer coding handlers.
- EncodingRegistry() - Constructor for class ej.hoka.http.encoding.EncodingRegistry
-
- encodingRegistry(EncodingRegistry) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
If this method is not called an instance of
EncodingRegistry
is used by the server.
- encodings - Variable in class ej.hoka.http.support.AcceptEncoding
-
- ENCRYPT - Static variable in class ej.bluetooth.util.SecurityLevels
-
Encryption required.
- ENCRYPT_MODE - Static variable in class javax.crypto.Cipher
-
Constant used to initialize cipher to encryption mode.
- end() - Method in class org.json.me.JSONTokener
-
- END - Static variable in interface org.kxml2.wap.Wbxml
-
- END_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
-
Logical end of the xml document.
- END_OF_LINE - Static variable in class ej.hoka.http.HttpConstants
-
The "end of line" CR + LF.
- END_PUNCTUATION - Static variable in class org.apache.regexp.RECharacter
-
- END_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
-
- endArray() - Method in class ej.json.JSONWriter
-
End an array.
- endArray() - Method in class org.json.me.JSONWriter
-
End an array.
- endColumn - Variable in class ej.jsonpath.parser.Token
-
The column number of the last character of this Token.
- endContainer() - Method in interface ej.widget.debug.WidgetVisitor
-
Signals the children of a
Container
just have all been visited.
- endDocument() - Method in class org.kxml2.io.KXmlSerializer
-
- endDocument() - Method in class org.kxml2.wap.WbxmlSerializer
-
- endDocument() - Method in interface org.xmlpull.v1.XmlSerializer
-
Finish writing.
- endLine - Variable in class ej.jsonpath.parser.Token
-
The line number of the last character of this Token.
- endObject() - Method in class ej.json.JSONWriter
-
End an object.
- endObject() - Method in class org.json.me.JSONWriter
-
End an object.
- endParse() - Method in class ej.hoka.http.support.CharacterSeparatedList
-
End instructions of the string parsing.
- endParse() - Method in class ej.hoka.http.support.ContentType
-
IS2T-API Canonises the MIME type.
- Endpoint - Interface in ej.rcommand.synchronous
-
- Endpoint - Interface in ej.websocket
-
An
Endpoint
knows how to handle high level websocket events.
- EndpointAdapter - Class in ej.websocket.util
-
An
Endpoint
with a default behaviour doing nothing.
- EndpointAdapter() - Constructor for class ej.websocket.util.EndpointAdapter
-
- EndpointHandler - Class in ej.restserver
-
An endpoint handler handles GET, POST, PUT and DELETE operations on server endpoints.
- EndpointHandler() - Constructor for class ej.restserver.EndpointHandler
-
- EndpointListener - Class in ej.rcommand.synchronous
-
Endpoint adapter.
- EndpointListener(Endpoint) - Constructor for class ej.rcommand.synchronous.EndpointListener
-
- endsWith(ByteString) - Method in class com.google.protobuf.ByteString
-
Tests if this bytestring ends with the specified suffix.
- endsWith(String) - Method in class java.lang.String
-
Tests if this string ends with the specified suffix.
- endTag(String, String) - Method in class org.kxml2.io.KXmlSerializer
-
- endTag(String, String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- endTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
-
Write end tag.
- engineAliases() - Method in class java.security.KeyStoreSpi
-
Lists all the alias names of this keystore.
- engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
-
Checks if the given alias exists in this keystore.
- engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
-
Deletes the entry identified by the given alias from this keystore.
- engineDigest() - Method in class java.security.MessageDigestSpi
-
Completes the hash computation by performing final operations such as padding.
- engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
-
Completes the hash computation by performing final operations such as padding.
- engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
-
Generates a certificate object and initializes it with the data read from the input stream inStream
.
- engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
-
Returns the certificate associated with the given alias.
- engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
-
Returns the certificate chain associated with the given alias.
- engineGetDigestLength() - Method in class java.security.MessageDigestSpi
-
Returns the digest length in bytes.
- engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
-
Returns the key associated with the given alias, using the given password to recover it.
- engineGetKeyManagers() - Method in class javax.net.ssl.KeyManagerFactorySpi
-
Returns one key manager for each type of key material.
- engineGetSocketFactory() - Method in class javax.net.ssl.SSLContextSpi
-
Returns a SocketFactory
object for this context.
- engineGetTrustManagers() - Method in class javax.net.ssl.TrustManagerFactorySpi
-
Returns one trust manager for each type of trust material.
- engineInit(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactorySpi
-
Initializes this factory with a source of key material.
- engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContextSpi
-
Initializes this context.
- engineInit(KeyStore) - Method in class javax.net.ssl.TrustManagerFactorySpi
-
Initializes this factory with a source of certificate authorities and related trust material.
- engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
-
Initializes this signature object with the specified private key for signing operations.
- engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
-
Initializes this signature object with the specified private key and source of randomness for signing operations.
- engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
-
Initializes this signature object with the specified public key for verification operations.
- engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
-
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry
, or
created by a call to setEntry
with a TrustedCertificateEntry
.
- engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
-
Returns true if the entry identified by the given alias was created by a call to setKeyEntry
, or created
by a call to setEntry
with a PrivateKeyEntry
or a SecretKeyEntry
.
- engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
-
Loads the keystore from the given input stream.
- engineReset() - Method in class java.security.MessageDigestSpi
-
Resets the digest for further use.
- engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
-
Assigns the given certificate to the given alias.
- engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
-
Assigns the given key (that has already been protected) to the given alias.
- engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
-
This method is overridden by providers to initialize this signature engine with the specified parameter set.
- engineSign() - Method in class java.security.SignatureSpi
-
Returns the signature bytes of all the data updated so far.
- engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
-
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf
,
starting at offset
.
- engineSize() - Method in class java.security.KeyStoreSpi
-
Retrieves the number of entries in this keystore.
- engineUpdate(byte) - Method in class java.security.MessageDigestSpi
-
Updates the digest using the specified byte.
- engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
-
Updates the digest using the specified array of bytes, starting at the specified offset.
- engineUpdate(byte) - Method in class java.security.SignatureSpi
-
Updates the data to be signed or verified using the specified byte.
- engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
-
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
- engineVerify(byte[]) - Method in class java.security.SignatureSpi
-
Verifies the passed-in signature.
- engineVerify(byte[], int, int) - Method in class java.security.SignatureSpi
-
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
- EnglishDateFormatSymbols - Class in ej.util.text
-
Symbols using English language.
- EnglishDateFormatSymbols() - Constructor for class ej.util.text.EnglishDateFormatSymbols
-
Instantiating the English format symbols.
- enqueue() - Method in class java.lang.ref.Reference
-
Adds this reference object to the queue with which it is registered, if any.
- EnqueuedWeakReference<T> - Class in ej.bon
-
EnqueuedWeakReference are objects that are queued in an ReferenceQueue by the
system when the object they point at (see
Reference.get()
) is set to
null
by the
system.
- EnqueuedWeakReference(T, ReferenceQueue<? super T>) - Constructor for class ej.bon.EnqueuedWeakReference
-
Creates a new EnqueuedWeakReference
.
- ensureCapacity(int) - Method in class java.lang.StringBuffer
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureCapacity(int) - Method in class java.lang.StringBuilder
-
Ensures that the capacity is at least equal to the specified minimum.
- ensureCapacity(int) - Method in class java.util.ArrayList
-
Increases the capacity of this ArrayList
instance, if necessary, to ensure that it can
hold at least the number of elements specified by the minimum capacity argument.
- ensureCapacity(int) - Method in class java.util.Vector
-
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the
number of components specified by the minimum capacity argument.
- ensureInitialized(MessageLite) - Method in class com.google.protobuf.LazyFieldLite
-
Might lazily parse the bytes that were previously passed in.
- enter() - Static method in class ej.kf.Kernel
-
Enters in Kernel mode: the current thread context is switched to be owned by the Kernel.
- entity - Static variable in class org.json.me.util.XMLTokener
-
The table of entity values.
- ENTITY - Static variable in interface org.kxml2.wap.Wbxml
-
- ENTITY_REF - Static variable in class org.kxml2.kdom.Node
-
- ENTITY_REF - Static variable in interface org.xmlpull.v1.XmlPullParser
-
An entity reference was just read; this token is available from
nextToken() only.
- entityRef(String) - Method in class org.kxml2.io.KXmlSerializer
-
- entityRef(String) - Method in class org.kxml2.wap.WbxmlSerializer
-
- entityRef(String) - Method in interface org.xmlpull.v1.XmlSerializer
-
- entrySet() - Method in class com.google.protobuf.Internal.MapAdapter
-
- entrySet() - Method in class com.google.protobuf.MapFieldLite
-
- entrySet() - Method in class java.util.AbstractMap
-
- entrySet() - Method in class java.util.HashMap
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in class java.util.Hashtable
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in interface java.util.Map
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in interface java.util.SortedMap
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in class java.util.TreeMap
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in class java.util.WeakHashMap
-
Returns a
Set
view of the mappings contained in this map.
- Enum<E extends Enum<E>> - Class in java.lang
-
This is the common base class of all Java language enumeration types.
- Enum(String, int) - Constructor for class java.lang.Enum
-
Sole constructor.
- enumerate(Thread[]) - Static method in class java.lang.Thread
-
Copies into the specified array every active thread.
- enumeration(Collection<T>) - Static method in class java.util.Collections
-
Returns an enumeration over the specified collection.
- Enumeration<E> - Interface in java.util
-
An object that implements the Enumeration interface generates a series of elements, one at a
time.
- EOF - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
-
End of File.
- EOFException - Exception in java.io
-
Signals that an end of file or end of stream has been reached unexpectedly during input.
- EOFException() - Constructor for exception java.io.EOFException
-
Constructs an EOFException
with null
as its error detail message.
- EOFException(String) - Constructor for exception java.io.EOFException
-
Constructs an EOFException
with the specified detail message.
- EOL - Static variable in exception ej.jsonpath.parser.ParseException
-
The end of line string for this machine.
- EPOCH - Static variable in class java.time.Instant
-
Constant for the 1970-01-01T00:00:00Z epoch instant.
- eq(Object, Object) - Static method in class org.eclipse.core.runtime.SubMonitor
-
- EQ - Static variable in class org.json.me.util.XML
-
The Character '='.
- equals(Object) - Method in class android.net.NetworkCapabilities
-
- equals(Object) - Method in class android.net.NetworkRequest
-
- equals(Object) - Method in class com.google.protobuf.ByteString
-
- equals(Object) - Method in class com.google.protobuf.GeneratedMessageLite
-
- equals(Object) - Method in class com.google.protobuf.LazyField
-
- equals(Object) - Method in class com.google.protobuf.LazyFieldLite
-
- equals(Object) - Method in class com.google.protobuf.MapFieldLite
-
Checks whether two map fields are equal.
- equals(Object) - Method in class com.google.protobuf.UnknownFieldSetLite
-
- equals(Object) - Method in class com.microej.kf.util.security.FeaturePolicyPermission
-
Equals.
- equals(Object) - Method in class ej.basictool.map.AbstractPackedMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class ej.bluetooth.BluetoothAddress
-
Returns whether this address is equal to the given object.
- equals(Object) - Method in class ej.bluetooth.BluetoothUuid
-
Returns whether this UUID is equal to the given object.
- equals(Object) - Method in class ej.cbor.CborType
-
- equals(Object) - Method in class ej.ecom.DeviceManagerPermission
-
- equals(Object) - Method in class ej.ecom.io.ConnectionPermission
-
- equals(Object) - Method in class ej.hoka.http.Route
-
- equals(Object) - Method in class ej.microui.display.DisplayPermission
-
- equals(Object) - Method in class ej.microui.display.FontPermission
-
- equals(Object) - Method in class ej.microui.display.ImagePermission
-
- equals(Object) - Method in class ej.microui.event.EventPermission
-
- equals(Object) - Method in class ej.microui.MicroUIPermission
-
- equals(Object) - Method in interface ej.mwt.style.background.Background
-
- equals(Object) - Method in class ej.mwt.style.background.ImageBackground
-
- equals(Object) - Method in class ej.mwt.style.background.NoBackground
-
- equals(Object) - Method in class ej.mwt.style.background.RectangularBackground
-
- equals(Object) - Method in class ej.mwt.style.background.RoundedBackground
-
- equals(Object) - Method in class ej.mwt.style.background.TiledImageBackground
-
- equals(Object) - Method in interface ej.mwt.style.dimension.Dimension
-
- equals(Object) - Method in class ej.mwt.style.dimension.FixedDimension
-
- equals(Object) - Method in class ej.mwt.style.dimension.NoDimension
-
- equals(Object) - Method in class ej.mwt.style.dimension.OptimalDimension
-
- equals(Object) - Method in class ej.mwt.style.dimension.RelativeDimension
-
- equals(Object) - Method in class ej.mwt.style.EditableStyle
-
- equals(Object) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
-
- equals(Object) - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
-
- equals(Object) - Method in class ej.mwt.style.outline.border.RectangularBorder
-
- equals(Object) - Method in class ej.mwt.style.outline.border.RoundedBorder
-
- equals(Object) - Method in class ej.mwt.style.outline.FlexibleOutline
-
- equals(Object) - Method in class ej.mwt.style.outline.NoOutline
-
- equals(Object) - Method in interface ej.mwt.style.outline.Outline
-
- equals(Object) - Method in class ej.mwt.style.outline.UniformOutline
-
- equals(Object) - Method in interface ej.mwt.style.Style
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.ClassSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.DisabledSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.EnabledSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.LastChildSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.NotSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.NthChildSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.OddChildSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.RootSelector
-
- equals(Object) - Method in interface ej.mwt.stylesheet.selector.Selector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.StateSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.TypeSelector
-
- equals(Object) - Method in class ej.mwt.stylesheet.selector.UniversalSelector
-
- equals(Object) - Method in class ej.property.PropertyPermission
-
- equals(Object) - Method in class ej.service.ServicePermission
-
- equals(Object) - Method in class java.io.File
-
Tests this abstract pathname for equality with the given object.
- equals(Object) - Method in class java.io.FilePermission
-
Checks two FilePermission objects for equality.
- equals(Object) - Method in interface java.lang.annotation.Annotation
-
Returns true if the specified object represents an annotation that is logically equivalent to
this one.
- equals(Object) - Method in class java.lang.Boolean
-
Returns true
if and only if the argument is not null
and is a Boolean
object that represents the same boolean
value as this object.
- equals(Object) - Method in class java.lang.Byte
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Character
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Double
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Enum
-
Returns true if the specified object is equal to this enum constant.
- equals(Object) - Method in class java.lang.Float
-
Compares this object against the specified object.
- equals(Object) - Method in class java.lang.Integer
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Long
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.Object
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class java.lang.Short
-
Compares this object to the specified object.
- equals(Object) - Method in class java.lang.StackTraceElement
-
Returns true if the specified object is another StackTraceElement
instance representing
the same execution point as this instance.
- equals(Object) - Method in class java.lang.String
-
Compares this string to the specified object.
- equals(Object) - Method in class java.math.BigDecimal
-
Compares this BigDecimal
with the specified Object
for equality.
- equals(Object) - Method in class java.math.BigInteger
-
Compares this BigInteger with the specified Object for equality.
- equals(Object) - Method in class java.math.MathContext
-
Compares this MathContext
with the specified Object
for equality.
- equals(Object) - Method in class java.net.Inet4Address
-
Compares this object against the specified object.
- equals(Object) - Method in class java.net.Inet6Address
-
Compares this object against the specified object.
- equals(Object) - Method in class java.net.InetAddress
-
Compares this object against the specified object.
- equals(Object) - Method in class java.net.InetSocketAddress
-
Compares this object against the specified object.
- equals(Object) - Method in class java.net.InterfaceAddress
-
Compares this object against the specified object.
- equals(Object) - Method in class java.net.NetworkInterface
-
Compares this object against the specified object.
- equals(Object) - Method in class java.net.SocketPermission
-
Checks two SocketPermission objects for equality.
- equals(Object) - Method in class java.net.URI
-
Tests this URI for equality with another object.
- equals(Object) - Method in class java.net.URL
-
Compares this URL for equality with another object.
- equals(URL, URL) - Method in class java.net.URLStreamHandler
-
Provides the default equals calculation.
- equals(Object) - Method in class java.nio.ByteBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.nio.CharBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.nio.DoubleBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.nio.FloatBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.nio.IntBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.nio.LongBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.nio.ShortBuffer
-
Tells whether or not this buffer is equal to another object.
- equals(Object) - Method in class java.security.BasicPermission
-
Checks two BasicPermission objects for equality.
- equals(Object) - Method in class java.security.cert.Certificate
-
Compares this certificate for equality with the specified object.
- equals(Object) - Method in class java.security.Permission
-
Checks two Permission objects for equality.
- equals(Object) - Method in interface java.security.Principal
-
Compares this principal to the specified object.
- equals(Object) - Method in class java.time.chrono.AbstractChronology
-
Checks if this chronology is equal to another chronology.
- equals(Object) - Method in interface java.time.chrono.ChronoLocalDate
-
Checks if this date is equal to another date, including the chronology.
- equals(Object) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Checks if this date-time is equal to another date-time, including the chronology.
- equals(Object) - Method in interface java.time.chrono.Chronology
-
Checks if this chronology is equal to another chronology.
- equals(Object) - Method in interface java.time.chrono.ChronoPeriod
-
Checks if this period is equal to another period, including the chronology.
- equals(Object) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class java.time.Clock
-
Checks if this clock is equal to another clock.
- equals(Object) - Method in class java.time.Duration
-
Checks if this duration is equal to the specified Duration
.
- equals(Object) - Method in class java.time.Instant
-
Checks if this instant is equal to the specified instant.
- equals(Object) - Method in class java.time.LocalDate
-
Checks if this date is equal to another date.
- equals(Object) - Method in class java.time.LocalDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class java.time.LocalTime
-
Checks if this time is equal to another time.
- equals(Object) - Method in class java.time.MonthDay
-
Checks if this month-day is equal to another month-day.
- equals(Object) - Method in class java.time.OffsetDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class java.time.OffsetTime
-
Checks if this time is equal to another time.
- equals(Object) - Method in class java.time.Period
-
Checks if this period is equal to another period.
- equals(Object) - Method in class java.time.temporal.ValueRange
-
Checks if this range is equal to another range.
- equals(Object) - Method in class java.time.temporal.WeekFields
-
Checks if this WeekFields
is equal to the specified object.
- equals(Object) - Method in class java.time.Year
-
Checks if this year is equal to another year.
- equals(Object) - Method in class java.time.YearMonth
-
Checks if this year-month is equal to another year-month.
- equals(Object) - Method in class java.time.zone.ZoneOffsetTransition
-
Checks if this object equals another.
- equals(Object) - Method in class java.time.zone.ZoneOffsetTransitionRule
-
Checks if this object equals another.
- equals(Object) - Method in class java.time.zone.ZoneRules
-
Checks if this set of rules equals another.
- equals(Object) - Method in class java.time.ZonedDateTime
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class java.time.ZoneId
-
Checks if this time-zone ID is equal to another time-zone ID.
- equals(Object) - Method in class java.time.ZoneOffset
-
Checks if this offset is equal to another offset.
- equals(Object) - Method in class java.util.AbstractList
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class java.util.AbstractMap
-
Compares the specified object with this map for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in class java.util.AbstractSet
-
Compares the specified object with this set for equality.
- equals(long[], long[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of longs are equal to one another.
- equals(int[], int[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of ints are equal to one another.
- equals(short[], short[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of shorts are equal to one another.
- equals(char[], char[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of chars are equal to one another.
- equals(byte[], byte[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of bytes are equal to one another.
- equals(boolean[], boolean[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of booleans are equal to one another.
- equals(double[], double[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of doubles are equal to one another.
- equals(float[], float[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of floats are equal to one another.
- equals(Object[], Object[]) - Static method in class java.util.Arrays
-
Returns true if the two specified arrays of Objects are equal to one another.
- equals(Object) - Method in class java.util.BitSet
-
Compares this object against the specified object.
- equals(Object) - Method in class java.util.Calendar
-
Compares this Calendar
to the specified Object
.
- equals(Object) - Method in interface java.util.Collection
-
Compares the specified object with this collection for equality.
- equals(Object) - Method in interface java.util.Comparator
-
Indicates whether some other object is "equal to" this comparator.
- equals(Object) - Method in class java.util.Date
-
Compares two dates for equality.
- equals(Object) - Method in class java.util.Hashtable
-
Compares the specified Object with this Map for equality, as per the definition in the Map
interface.
- equals(Object) - Method in interface java.util.List
-
Compares the specified object with this list for equality.
- equals(Object) - Method in interface java.util.Map.Entry
-
Compares the specified object with this entry for equality.
- equals(Object) - Method in interface java.util.Map
-
Compares the specified object with this map for equality.
- equals(Object, Object) - Static method in class java.util.Objects
-
Returns true
if the arguments are equal to each other and false
otherwise.
- equals(Object) - Method in class java.util.PropertyPermission
-
Checks two PropertyPermission objects for equality.
- equals(Object) - Method in interface java.util.Set
-
Compares the specified object with this set for equality.
- equals(Object) - Method in class java.util.Vector
-
Compares the specified Object with this Vector for equality.
- equals(Object) - Method in class javax.crypto.spec.SecretKeySpec
-
Tests for equality between the specified object and this object.
- equals(Object) - Method in class javax.security.auth.x500.X500Principal
-
Compares the specified Object
with this X500Principal
for equality.
- equals(Object) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
-
- equals(AlgorithmId) - Method in class sun.security.x509.AlgorithmId
-
Returns true iff the argument indicates the same algorithm with the same parameters.
- equals(Object) - Method in class sun.security.x509.AlgorithmId
-
Compares this AlgorithmID to another.
- equals(String) - Method in class sun.security.x509.AlgorithmId
-
Compares two algorithm IDs for equality.
- equalsIgnoreCase(String) - Method in class java.lang.String
-
Compares this String
to another String
, ignoring case considerations.
- Era - Interface in java.time.chrono
-
An era of the time-line.
- ERA - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the era, e.g., AD or BC in the
Julian calendar.
- eraOf(int) - Method in interface java.time.chrono.Chronology
-
Creates the chronology era object from the numeric value.
- eraOf(int) - Method in class java.time.chrono.IsoChronology
-
- eras() - Method in interface java.time.chrono.Chronology
-
Gets the list of eras for the chronology.
- eras() - Method in class java.time.chrono.IsoChronology
-
- err - Static variable in class java.lang.System
-
The "standard" error output stream.
- error(String) - Method in interface ej.hoka.log.Logger
-
Log with level error.
- error(String, Throwable) - Method in interface ej.hoka.log.Logger
-
Log with level error.
- error(Throwable) - Method in interface ej.hoka.log.Logger
-
Log with level error.
- ERROR - Static variable in class ej.library.iot.rcommand.bluetooth.Commands
-
- Error - Error in java.lang
-
An Error
is a subclass of Throwable
that indicates serious problems that a
reasonable application should not try to catch.
- Error() - Constructor for error java.lang.Error
-
Constructs a new error with null
as its detail message.
- Error(String) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message.
- Error(String, Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified detail message and cause.
- Error(Throwable) - Constructor for error java.lang.Error
-
Constructs a new error with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail
message of cause
).
- ERROR_COULD_NOT_GET_IP - Static variable in class ej.net.util.Messages
-
Error while getting IP.
- ERROR_COULD_NOT_JOIN_AP - Static variable in class ej.net.util.wifi.Messages
-
Access Popublic static final int not joined.
- ERROR_DURING_LEAVE - Static variable in class ej.net.util.wifi.Messages
-
- ERROR_DURING_UNMOUNT - Static variable in class ej.net.util.wifi.Messages
-
Error during unmount.
- ERROR_NO_INTERFACE - Static variable in class ej.net.util.Messages
-
No interface found.
- ERROR_NO_WIFI_MANAGER - Static variable in class ej.net.util.wifi.Messages
-
No Wi-Fi manager.
- ERROR_NTP_REQUEST - Static variable in class ej.net.util.Messages
-
Could not get ntp time.
- ERROR_ON_START - Static variable in class ej.storage.util.StorageMessage
-
Error occurs when starting an app.
- ERROR_ON_STOP - Static variable in class ej.storage.util.StorageMessage
-
Error occurs when stopping an app.
- ERROR_SSID_NULL - Static variable in class ej.net.util.wifi.Messages
-
SSID is null.
- ERROR_TIMEOUT - Static variable in class ej.net.util.wifi.Messages
-
Timeout.
- ERROR_UNKNOWN - Static variable in class ej.net.ConnectivityMessages
-
Unknown error.
- ERROR_UNKNOWN - Static variable in class ej.net.util.Messages
-
Unknown error.
- ERROR_UNKNOWN - Static variable in class ej.net.util.wifi.Messages
-
Unknown error.
- ERROR_UNKNOWN - Static variable in class ej.resserver.log.Messages
-
Unknown error.
- ERROR_UNKNOWN - Static variable in class ej.websocket.Messages
-
Unknown error.
- ErrorMessage - Class in ej.cbor
-
- ErrorMessage() - Constructor for class ej.cbor.ErrorMessage
-
- ESC - Static variable in class ej.microui.event.generator.Command
-
Constant for "escape" command.
- escape(String) - Static method in class ej.rest.json.Cookie
-
Produce a copy of a string in which the characters '+', '%', '=', ';'
and control characters are replaced with "%hh".
- escape(String) - Static method in class org.json.me.util.XML
-
Replace special characters with XML escapes:
- ETHIOPIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for ethiopic font identifier.
- eval(Object) - Method in class ej.jsonpath.parser.JSONPathCompiler.JSONPathExpr
-
- EVEN_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.EvenChildSelector
-
Even child selector singleton to avoid creating several ones.
- EvenChildSelector - Class in ej.mwt.stylesheet.selector
-
An even child selector selects by checking if a widget is at an even position in its parent (1, 3, 5,…).
- Event - Class in ej.microui.event
-
MicroUI features int-based events, allowing for a rich event mechanism compatible with scare resources.
- EVENT_TYPE - Static variable in class ej.microui.event.generator.Buttons
-
- EVENT_TYPE - Static variable in class ej.microui.event.generator.Command
-
- EVENT_TYPE - Static variable in class ej.microui.event.generator.Pointer
-
- EVENT_TYPE - Static variable in class ej.microui.event.generator.States
-
- EVENT_TYPE - Static variable in class ej.mwt.event.DesktopEventGenerator
-
The DESKTOP event type.
- EventAvailableNotification - Class in ej.library.iot.rcommand.bluetooth.notifications
-
- EventAvailableNotification() - Constructor for class ej.library.iot.rcommand.bluetooth.notifications.EventAvailableNotification
-
- EventAvailableNotificationListener - Class in ej.library.iot.rcommand.bluetooth.notifications
-
- EventAvailableNotificationListener() - Constructor for class ej.library.iot.rcommand.bluetooth.notifications.EventAvailableNotificationListener
-
- EventDataReader - Interface in ej.event
-
An EventDataReader contains the methods to read the data of an extended event.
- EventDispatcher - Class in ej.mwt.event
-
Dispatches the events received on a desktop to its children.
- EventDispatcher(Desktop) - Constructor for class ej.mwt.event.EventDispatcher
-
Creates an event dispatcher.
- EventGenerator - Class in ej.microui.event
-
Event generators generate int-based events (see
Event
).
- EventGenerator() - Constructor for class ej.microui.event.EventGenerator
-
Creates a new event generator.
- EVENTGENERATOR_POOL_FULL - Static variable in exception ej.microui.MicroUIException
-
- EventHandler - Interface in ej.microui.event
-
An event handler is intended to receive and handle events.
- EventListener - Interface in java.util
-
A tagging interface that all event listener interfaces must extend.
- EventObject - Class in java.util
-
The root class from which all event state objects shall be derived.
- EventObject(Object) - Constructor for class java.util.EventObject
-
Constructs a prototypical Event.
- EventPermission - Class in ej.microui.event
-
This class is for event generator permissions.
- EventPermission(EventGenerator, String) - Constructor for class ej.microui.event.EventPermission
-
Creates a permission for events generated by the given event generator with the specified name.
- EventQueue - Class in ej.event
-
EventQueue is an asynchronous communication interface between the native world and the Java world based on events.
- EventQueueListener - Interface in ej.event
-
EventQueueListener is an interface to be implemented by parties interested to receive events of a specific type from
an
EventQueue
.
- eventReceived(int, EventHandler) - Method in class ej.microui.event.generator.GenericEventGenerator
-
Called by MicroUI pump when a custom event has been received from the native world.
- eventReceived(int) - Method in class ej.microui.event.generator.GenericEventGenerator
-
- EventSerializer - Class in ej.library.iot.rcommand.bluetooth
-
- EventSerializer(BluetoothController) - Constructor for class ej.library.iot.rcommand.bluetooth.EventSerializer
-
- eventsReceived(int[], EventHandler) - Method in class ej.microui.event.generator.GenericEventGenerator
-
Called by MicroUI pump when a custom event has been received from the native world.
- eventsReceived(int[]) - Method in class ej.microui.event.generator.GenericEventGenerator
-
- ExactComparisonCriteria - Class in org.junit.internal
-
- ExactComparisonCriteria() - Constructor for class org.junit.internal.ExactComparisonCriteria
-
- exception(Class<? extends Exception>, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map a handler to a specific exception.
- Exception - Exception in java.lang
-
The class Exception
and its subclasses are a form of Throwable
that indicates
conditions that a reasonable application might want to catch.
- Exception() - Constructor for exception java.lang.Exception
-
Constructs a new exception with null
as its detail message.
- Exception(String) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message.
- Exception(String, Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified detail message and cause.
- Exception(Throwable) - Constructor for exception java.lang.Exception
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail
message of cause
).
- ExceptionInInitializerError - Error in java.lang
-
Signals that an unexpected exception has occurred in a static initializer.
- ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
-
Constructs an ExceptionInInitializerError
with null
as its detail
message string and with no saved throwable object.
- ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
-
Constructs an ExceptionInInitializerError with the specified detail message string.
- ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
-
- execute(Command<T>, long) - Method in class ej.rcommand.synchronous.RemoteCommandClient
-
Executes the command and waits for the result.
- execute(Runnable) - Method in class ej.util.concurrent.SingleThreadExecutor
-
- execute(Runnable) - Method in interface java.util.concurrent.Executor
-
Executes the given command at some time in the future.
- ExecutionException - Exception in java.util.concurrent
-
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
- ExecutionException() - Constructor for exception java.util.concurrent.ExecutionException
-
Constructs an ExecutionException with no detail message.
- ExecutionException(String) - Constructor for exception java.util.concurrent.ExecutionException
-
Constructs an ExecutionException with the specified detail message.
- ExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.ExecutionException
-
Constructs an ExecutionException with the specified detail message and cause.
- ExecutionException(Throwable) - Constructor for exception java.util.concurrent.ExecutionException
-
Constructs an ExecutionException with the specified cause.
- Executor - Interface in java.util.concurrent
-
An object that executes submitted
Runnable
tasks.
- ExecutorService - Interface in java.util.concurrent
-
An
Executor
that provides methods to manage termination and methods that can produce a
Future
for
tracking progress of one or more asynchronous tasks.
- exists(String) - Method in class ej.storage.fs.StorageFs
-
- exists(String) - Method in class ej.storage.heap.StorageHeap
-
- exists(String) - Method in interface ej.storage.Storage
-
Tests whether an entry exists for this ID.
- exists() - Method in class java.io.File
-
Tests whether the file or directory denoted by this abstract pathname exists.
- exit() - Method in interface ej.exit.ExitHandler
-
Asks to exit from the application.
- exit() - Static method in class ej.kf.Kernel
-
Exits from Kernel mode: the current thread context is restored to the owner of the caller of the method (which
can remain the Kernel).