org.beangle.commons.lang

Members list

Concise view

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

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

Assertion tool class

Assertion tool class

Attributes

Since:

3.0.0

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

BitStrings class.

BitStrings class.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Chars

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

ClassLoaders load class,stream

ClassLoaders load class,stream

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Consoles

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Dates

Dates class.

Dates class.

Attributes

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

Create Enumeration value

Create Enumeration value

Attributes

Since:

3.1

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Graph
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

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Strings

Operations on String that are null safe.

Operations on String that are null safe.

Attributes

Since:

3.0

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

System information

System information

Attributes

Since:

3.0.2

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Start multiple thread simultaneously

Start multiple thread simultaneously

Attributes

Graph
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

Graph
Supertypes
class Object
trait Matchable
class Any
Self 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