Shared API for package java.lang

edit

See the Shared API for a high-level overview of all packages and classes.

Appendable

edit

ArithmeticException

edit

ArrayIndexOutOfBoundsException

edit

ArrayStoreException

edit

Boolean

edit

Byte

edit

CharSequence

edit

Character

edit

Character.Subset

edit

Character.UnicodeBlock

edit

Character.UnicodeScript

edit

ClassCastException

edit

ClassNotFoundException

edit

CloneNotSupportedException

edit

Comparable

edit

Double

edit

Enum

edit

EnumConstantNotPresentException

edit

Exception

edit

Float

edit

IllegalAccessException

edit

IllegalArgumentException

edit

IllegalMonitorStateException

edit

IllegalStateException

edit

IllegalThreadStateException

edit

IndexOutOfBoundsException

edit

InstantiationException

edit

Integer

edit

InterruptedException

edit

Iterable

edit
  • boolean any(Predicate)
  • Collection asCollection()
  • List asList()
  • def each(Consumer)
  • def eachWithIndex(ObjIntConsumer)
  • boolean equals(Object)
  • boolean every(Predicate)
  • List findResults(Function)
  • void forEach(Consumer)
  • Map groupBy(Function)
  • int hashCode()
  • Iterator iterator()
  • null join(null)
  • Spliterator spliterator()
  • double sum()
  • double sum(ToDoubleFunction)
  • null toString()

Long

edit

Math

edit
  • static double E
  • static double PI
  • static double IEEEremainder(double, double)
  • static double abs(double)
  • static double acos(double)
  • static double asin(double)
  • static double atan(double)
  • static double atan2(double, double)
  • static double cbrt(double)
  • static double ceil(double)
  • static double copySign(double, double)
  • static double cos(double)
  • static double cosh(double)
  • static double exp(double)
  • static double expm1(double)
  • static double floor(double)
  • static double hypot(double, double)
  • static double log(double)
  • static double log10(double)
  • static double log1p(double)
  • static double max(double, double)
  • static double min(double, double)
  • static double nextAfter(double, double)
  • static double nextDown(double)
  • static double nextUp(double)
  • static double pow(double, double)
  • static double random()
  • static double rint(double)
  • static long round(double)
  • static double scalb(double, int)
  • static double signum(double)
  • static double sin(double)
  • static double sinh(double)
  • static double sqrt(double)
  • static double tan(double)
  • static double tanh(double)
  • static double toDegrees(double)
  • static double toRadians(double)
  • static double ulp(double)
  • boolean equals(Object)
  • int hashCode()
  • null toString()

NegativeArraySizeException

edit

NoSuchFieldException

edit

NoSuchMethodException

edit

NullPointerException

edit

Number

edit

NumberFormatException

edit

Object

edit

ReflectiveOperationException

edit

RuntimeException

edit

SecurityException

edit

Short

edit

StackTraceElement

edit

StrictMath

edit
  • static double E
  • static double PI
  • static double IEEEremainder(double, double)
  • static double abs(double)
  • static double acos(double)
  • static double asin(double)
  • static double atan(double)
  • static double atan2(double, double)
  • static double cbrt(double)
  • static double ceil(double)
  • static double copySign(double, double)
  • static double cos(double)
  • static double cosh(double)
  • static double exp(double)
  • static double expm1(double)
  • static double floor(double)
  • static double hypot(double, double)
  • static double log(double)
  • static double log10(double)
  • static double log1p(double)
  • static double max(double, double)
  • static double min(double, double)
  • static double nextAfter(double, double)
  • static double nextDown(double)
  • static double nextUp(double)
  • static double pow(double, double)
  • static double random()
  • static double rint(double)
  • static long round(double)
  • static double scalb(double, int)
  • static double signum(double)
  • static double sin(double)
  • static double sinh(double)
  • static double sqrt(double)
  • static double tan(double)
  • static double tanh(double)
  • static double toDegrees(double)
  • static double toRadians(double)
  • static double ulp(double)
  • boolean equals(Object)
  • int hashCode()
  • null toString()

StringBuffer

edit

StringBuilder

edit

StringIndexOutOfBoundsException

edit

System

edit

TypeNotPresentException

edit

UnsupportedOperationException

edit

Void

edit