Utils

class Utils

Utility functions - so much for a pure OO language.

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Since

3.0.7

Constructors

Link copied to clipboard
private constructor()

Properties

Link copied to clipboard
private val Logger: Logger
Class logger instance.
Link copied to clipboard
val Minutes_3: Long = 180000000000
Three minutes in nanoseconds
Link copied to clipboard
val Minutes_6: Long = 360000000000
Six minutes in nanoseconds
Link copied to clipboard
val Seconds_1: Long = 1000000000
One seconds in nanoseconds
Link copied to clipboard
private val TAG: String
Class logger tag.

Functions

Link copied to clipboard
open fun abs(Left: Int): Int
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun concat(Array: Array<Short>, Element: Short): Array<Short>
Concatenate an element to an arrays - is Java primitive!
open fun concat(Array_1: Array<Short>, Array_2: Array<Short>): Array<Short>
Concatenate 2 arrays - is Java primitive!
Link copied to clipboard
open fun copy(Destination: Array<Short>, Source: Array<Int>)
open fun copy(Destination: Array<Short>, Source: Array<Short>)
Copy an int array to and short array.
Link copied to clipboard
open fun equals(obj: Any): Boolean

open fun equals(Left: Array<Boolean>, Right: Array<Boolean>): Boolean
open fun equals(Left: Array<Short>, Right: Array<Short>): Boolean
compare the content of two arrays.
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun max(Left: Int, Right: Int): Int
open fun max(Left: Int, Middle: Int, Right: Int): Int
open fun max(Value_1: Int, Value_2: Int, Value_3: Int, Value_4: Int, Value_5: Int): Int
Link copied to clipboard
open fun min(Left: Int, Right: Int): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
Read line from file
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()