Package | Description |
---|---|
com.cinterion.io | |
ej.basictool | |
java.util | |
sun.security.x509 |
Constructor and Description |
---|
ATCommand(boolean csdSupport,
boolean atEvents,
boolean ring,
boolean dcd,
boolean dsr,
boolean conn)
Deprecated.
This constructor has been used to control which listener threads
are required to save resources. Because there is now one single
event listener thread started in any case this function is only
provided for backwards compatibility and should not be used any
more.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
ArrayTools.copy(int[] array)
Deprecated.
Use
Object.clone() instead. |
static int[] |
ArrayTools.copy(int[] array,
int pointer)
Deprecated.
Use
Arrays.copyOf(int[], int) instead. |
static <T> T[] |
ArrayTools.copy(Object[] array,
Class<T[]> type)
Deprecated.
Use
Arrays.copyOf(Object[], int, Class) instead. |
static <T> T[] |
ArrayTools.copy(Object[] array,
int pointer,
Class<T[]> type)
Deprecated.
Use
Arrays.copyOf(Object[], int, Class) instead. |
static <T> T[] |
ArrayTools.copy(T[] array)
Deprecated.
Use
Object.clone() instead. |
static <T> T[] |
ArrayTools.copy(T[] array,
int pointer)
Deprecated.
Use
Arrays.copyOf(Object[], int) instead. |
static <T> T[] |
ArrayTools.createNewArray(Class<T[]> type,
int length)
Deprecated.
Use
Util.newArray(Class, int) instead. |
static int[] |
ArrayTools.removeRange(int[] array,
int offset,
int length)
Deprecated.
Use
ArrayTools.shrink(int[], int, int) instead. |
Modifier and Type | Class and Description |
---|---|
class |
Timer
Deprecated.
Please consider
ej.bon.Timer> from BON specification
instead. |
class |
TimerTask
Deprecated.
Please consider
ej.bon.TimerTask> from BON specification
instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
Calendar.isLenient()
Deprecated.
|
void |
Calendar.setLenient(boolean lenient)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AlgorithmId |
AlgorithmId.getAlgorithmId(String algname)
Deprecated.
use the short get form of this method.
|
Constructor and Description |
---|
AlgorithmId()
Deprecated.
use one of the other constructors.
|