| Class and Description | 
|---|
| java.util.Timer Please consider  ej.bon.Timer> from BON specification
             instead. | 
| java.util.TimerTask Please consider  ej.bon.TimerTask> from BON specification
             instead. | 
| Method and Description | 
|---|
| ej.basictool.ArrayTools.copy(int[]) Use  Object.clone()instead. | 
| ej.basictool.ArrayTools.copy(int[], int) Use  Arrays.copyOf(int[], int)instead. | 
| ej.basictool.ArrayTools.copy(Object[], Class<T[]>) Use  Arrays.copyOf(Object[], int, Class)instead. | 
| ej.basictool.ArrayTools.copy(Object[], int, Class<T[]>) Use  Arrays.copyOf(Object[], int, Class)instead. | 
| ej.basictool.ArrayTools.copy(T[]) Use  Object.clone()instead. | 
| ej.basictool.ArrayTools.copy(T[], int) Use  Arrays.copyOf(Object[], int)instead. | 
| ej.basictool.ArrayTools.createNewArray(Class<T[]>, int) Use  Util.newArray(Class, int)instead. | 
| java.util.Calendar.isLenient() | 
| ej.basictool.ArrayTools.removeRange(int[], int, int) Use  ArrayTools.shrink(int[], int, int)instead. | 
| java.util.Calendar.setLenient(boolean) | 
| Constructor and Description | 
|---|
| com.cinterion.io.ATCommand(boolean, boolean, boolean, boolean, boolean, boolean) 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. |