org.beangle.commons.lang

Members list

Type members

Classlikes

object Arrays

Operations on arrays primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).

Operations on arrays primitive arrays (like int[]) and primitive wrapper arrays (like Integer[]).

This class tries to handle null input gracefully. An exception will not be thrown for a null array input.

Attributes

Since

3.0.0

Supertypes
class Object
trait Matchable
class Any
Self type
Arrays.type
object Assert

Assertion tool class

Assertion tool class

Attributes

Since

3.0.0

Supertypes
class Object
trait Matchable
class Any
Self type
Assert.type
object BitStrings

BitStrings class.

BitStrings class.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
BitStrings.type
object Chars

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Chars.type
object Charsets

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Charsets.type
object ClassLoaders

ClassLoaders load class,stream

ClassLoaders load class,stream

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Consoles

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Consoles.type
object Dates

Dates class.

Dates class.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Dates.type
object Enums

Create Enumeration value

Create Enumeration value

Attributes

Since

3.1

Supertypes
class Object
trait Matchable
class Any
Self type
Enums.type
object JVM

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
JVM.type
object Locales

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Locales.type
object Numbers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Numbers.type
object Objects

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Objects.type
object Options

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Options.type
object Primitives

Wrap or Unwrap primitive

Wrap or Unwrap primitive

Attributes

Since

3.2.0

Supertypes
class Object
trait Matchable
class Any
Self type
Primitives.type
object Processes extends Logging

Attributes

Supertypes
trait Logging
class Object
trait Matchable
class Any
Self type
Processes.type
object Strings

Operations on String that are null safe.

Operations on String that are null safe.

Attributes

Since

3.0

Supertypes
class Object
trait Matchable
class Any
Self type
Strings.type
object SystemInfo

System information

System information

Attributes

Since

3.0.2

Supertypes
class Object
trait Matchable
class Any
Self type
SystemInfo.type
object ThreadTasks

Start multiple thread simultaneously

Start multiple thread simultaneously

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Throwables

Static utility methods pertaining to instances of [[Throwable]].

Static utility methods pertaining to instances of [[Throwable]].

Attributes

Since

3.0

Supertypes
class Object
trait Matchable
class Any
Self type
Throwables.type

Types

type JBoolean = Boolean
type JByte = Byte
type JChar = Character
type JDouble = Double
type JFloat = Double
type JInt = Integer
type JLong = Long
type JShort = Short