org.beangle.commons

lang

package lang

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. lang
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type JBoolean = Boolean

  2. type JByte = Byte

  3. type JChar = Character

  4. type JDouble = Double

  5. type JFloat = Double

  6. type JInt = Integer

  7. type JLong = Long

Value Members

  1. 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.

    Since

    3.0.0

  2. object Assert

    Assertion tool class

    Assertion tool class

    Since

    3.0.0

  3. object BitStrings

    BitStrings class.

  4. object Chars

  5. object Charsets

  6. object ClassLoaders

    ClassLoaders

  7. object Consoles

  8. object Dates

    Dates class.

  9. object Enums

    Create Enumeration value

    Create Enumeration value

    Since

    3.1

  10. object Locales

  11. object Numbers

  12. object Objects

  13. object Primitives

    Wrap or Unwrap primitive

    Wrap or Unwrap primitive

    Since

    3.2.0

  14. object Strings

    Operations on java.lang.String that are null safe.

    Operations on java.lang.String that are null safe.

    Since

    3.0

  15. object SystemInfo

    System information

    System information

    Since

    3.0.2

  16. object ThreadTasks

    Start multiple thread simultaneously

  17. object Throwables

    Static utility methods pertaining to instances of Throwable.

    Static utility methods pertaining to instances of Throwable.

    Since

    3.0

  18. package annotation

  19. package functor

  20. package primitive

  21. package reflect

  22. package time

Inherited from AnyRef

Inherited from Any

Ungrouped