- 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.
- CAList - Class in com.cinterion.ssl
-
SSL certificate authority information for conversion and storage.
- CAList() - Constructor for class com.cinterion.ssl.CAList
-
- 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() - Method in class java.util.Timer
-
Deprecated.
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class java.util.TimerTask
-
Deprecated.
Cancels this timer task.
- cancelCommand() - Method in class com.cinterion.io.ATCommand
-
Cancel a running AT command.
- canExecute() - Method in class java.io.File
-
Tests whether the application can execute the file denoted by this abstract pathname.
- canRead() - Method in class java.io.File
-
Tests whether the application can read the file denoted by this abstract pathname.
- canUninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstaller
-
Checks if we can uninstall the given application.
- 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.util.Vector
-
Returns the current capacity of this vector.
- 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.
- cbrt(double) - Static method in class java.lang.Math
-
Returns the cube root of a double
value.
- 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.
- Certificate - Class in com.cinterion.ssl
-
SSL client certificate information for conversion and storage.
- Certificate(byte[], byte[], String) - Constructor for class com.cinterion.ssl.Certificate
-
Instantiates an SSL client certificate.
- Certificate - Class in java.security.cert
-
- 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
).
- CertificateFactory - Class in java.security.cert
-
- CertificateFactory() - Constructor for class java.security.cert.CertificateFactory
-
- CertificateFactorySpi - Class in java.security.cert
-
- CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
-
- 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.
- 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.
- CharSequence - Interface in java.lang
-
- charValue() - Method in class java.lang.Character
-
Returns the value of this Character
object.
- 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).
- checkError() - Method in class java.io.PrintStream
-
Flushes the stream and checks its error state.
- 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.
- checkPropertyPermission(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
-
Checks that an action on a property is permitted.
- 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).
- Cipher - Class in javax.crypto
-
- Cipher() - Constructor for class javax.crypto.Cipher
-
- Class<T> - Class in java.lang
-
Instances of the class Class
represent classes and interfaces in a running Java
application.
- Class() - Constructor for class java.lang.Class
-
- 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.
- 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.
- 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 java.lang.ref.Reference
-
Clears this reference object.
- 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.ArrayList
-
Removes all of the elements from this list.
- 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.Hashtable
-
Clears this hashtable so that it contains no keys.
- 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.Vector
-
Removes all of the elements from this Vector.
- clear() - Method in class java.util.WeakHashMap
-
Removes all of the mappings from this map.
- 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.
- clearError() - Method in class java.io.PrintStream
-
Clears the internal error state of this stream.
- clearListener() - Method in class com.cinterion.io.InPort
-
Removes all listener objects which have been previously added to this input port.
- 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() - 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.ArrayList
-
Returns a shallow copy of this ArrayList instance.
- 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.Hashtable
-
Creates a shallow copy of this hashtable.
- clone() - Method in class java.util.TimeZone
-
Creates a copy of this TimeZone
.
- 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.
- 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
-
- 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.cinterion.mqtt.MqttClient
-
Destroys an MQTT context.
- close() - Method in class ej.bon.ResourceBuffer
-
Closes this resource and releases any system resources associated with the
resource.
- 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 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.PrintStream
-
Closes 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.Writer
-
Closes the stream, flushing it first.
- close() - Method in interface java.lang.AutoCloseable
-
Closes this resource, relinquishing any underlying resources.
- Closeable - Interface in java.io
-
A Closeable
is a source or destination of data that can be closed.
- closeManager() - Method in class ej.gnss.GnssManager
-
Close the manager instance.
- Collection<E> - Interface in java.util
-
- com.cinterion.io - package com.cinterion.io
-
- com.cinterion.mqtt - package com.cinterion.mqtt
-
- com.cinterion.ssl - package com.cinterion.ssl
-
- com.cinterion.update - package com.cinterion.update
-
- CommConnection - Interface in ej.ecom.io
-
This interface defines a Connection
to a logical serial port, which is a StreamConnection
.
- CommPort - Interface in ej.ecom.io
-
This interface defines a logical serial port, on which a
CommConnection
can be open.
- Comparable<T> - Interface in java.lang
-
- Comparator<T> - Interface in java.util
-
- 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.
- 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(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.
- complete() - Method in class java.util.Calendar
-
Fills in any unset fields in the calendar fields.
- 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.
- computeFields() - Method in class java.util.Calendar
-
Converts the current millisecond time value #time
to calendar field values in
fields[]
.
- computeTime() - Method in class java.util.Calendar
-
Converts the current calendar field values in fields[]
to the millisecond time
value #time
.
- 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
.
- CONNChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
-
Callback method for change of the state of a data connection.
- connect(MqttConfig) - Method in class com.cinterion.mqtt.MqttClient
-
Connects to an MQTT broker.
- CONNECT_SUCCEEDED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
-
MQTT connect succeeded.
- Constants - Class in ej.bon
-
This class provides access to compile-time constants.
- Constants() - Constructor for class ej.bon.Constants
-
- 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(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.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 class java.util.Hashtable
-
Tests if some key maps into the specified value in this hashtable.
- 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.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 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.
- 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.WeakHashMap
-
Returns true if this map contains a mapping for the specified key.
- 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.WeakHashMap
-
Returns true if this map maps one or more keys to the specified value.
- 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
.
- convertAndStore(Certificate, String) - Static method in class com.cinterion.ssl.SslStorage
-
Converts certificates from .PEM to binary format and stores them in
nonvolatile memory in encrypted form.
- convertAndStore(CAList, String) - Static method in class com.cinterion.ssl.SslStorage
-
Converts CA lists from .PEM to binary format and stores them in nonvolatile
memory in encrypted form.
- copy(T[]) - Static method in class ej.basictool.ArrayTools
-
- copy(Object[], Class<T[]>) - Static method in class ej.basictool.ArrayTools
-
- copy(int[]) - Static method in class ej.basictool.ArrayTools
-
- copy(T[], int) - Static method in class ej.basictool.ArrayTools
-
- copy(Object[], int, Class<T[]>) - Static method in class ej.basictool.ArrayTools
-
- copy(int[], int) - Static method in class ej.basictool.ArrayTools
-
- copyInto(Object[]) - Method in class java.util.Vector
-
Copies the components of this vector into the specified array.
- 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.
- 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 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.
- countObservers() - Method in class java.util.Observable
-
Returns the number of observers of this Observable object.
- 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.
- 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.
- createNewArray(T[], int) - Static method in class ej.basictool.ArrayTools
-
Creates a new array with the same type as the given array.
- createNewArray(Class<T[]>, int) - Static method in class ej.basictool.ArrayTools
-
- 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.
- 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.
- csdSupported() - Method in class com.cinterion.io.ATCommand
-
Get information if the connected AT-Interpreter is able to handle CSD
connections.
- currentThread() - Static method in class java.lang.Thread
-
Returns a reference to the currently executing thread object.
- 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.