| Package | Description |
|---|---|
| java.io |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.lang.annotation |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.math |
Provides classes for performing arbitrary-precision integer
arithmetic (
BigInteger) and arbitrary-precision decimal
arithmetic (BigDecimal). |
| java.net |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.nio.charset | |
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| org.apidesign.vm4brwsr |
| Modifier and Type | Class and Description |
|---|---|
class |
File
An abstract representation of file and directory pathnames.
|
class |
ObjectStreamField
A description of a Serializable field from a Serializable class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Boolean
The Boolean class wraps a value of the primitive type
boolean in an object. |
class |
Byte
The
Byte class wraps a value of primitive type byte
in an object. |
class |
Character
The
Character class wraps a value of the primitive
type char in an object. |
class |
Double
The
Double class wraps a value of the primitive type
double in an object. |
class |
Enum<E extends Enum<E>>
This is the common base class of all Java language enumeration types.
|
class |
Float
The
Float class wraps a value of primitive type
float in an object. |
class |
Integer
The
Integer class wraps a value of the primitive type
int in an object. |
class |
Long
The
Long class wraps a value of the primitive type long in an object. |
class |
Short
The
Short class wraps a value of primitive type short in an object. |
class |
String
The
String class represents character strings. |
static class |
Thread.State
A thread state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementType
A program element type.
|
class |
RetentionPolicy
Annotation retention policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.
|
class |
BigInteger
Immutable arbitrary-precision integers.
|
class |
RoundingMode
Specifies a rounding behavior for numerical operations
capable of discarding precision.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URI
Represents a Uniform Resource Identifier (URI) reference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Charset
A named mapping between sequences of sixteen-bit Unicode code units and sequences of
bytes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Calendar
The
Calendar class is an abstract class that provides methods
for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH,
DAY_OF_MONTH, HOUR, and so on, and for
manipulating the calendar fields, such as getting the date of the next
week. |
class |
Date
The class
Date represents a specific instant
in time, with millisecond precision. |
static class |
Locale.Category
Enum for locale categories.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Object & Comparable<? super T>> |
Collections.max(Collection<? extends T> coll)
Returns the maximum element of the given collection, according to the
natural ordering of its elements.
|
static <T extends Object & Comparable<? super T>> |
Collections.min(Collection<? extends T> coll)
Returns the minimum element of the given collection, according to the
natural ordering of its elements.
|
static <T extends Comparable<? super T>> |
Collections.sort(List<T> list)
Sorts the specified list into ascending order, according to the
natural ordering of its elements.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
Collections.binarySearch(List<? extends Comparable<? super T>> list,
T key)
Searches the specified list for the specified object using the binary
search algorithm.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Delayed
A mix-in style interface for marking objects that should be
acted upon after a given delay.
|
interface |
RunnableScheduledFuture<V>
A
ScheduledFuture that is Runnable. |
interface |
ScheduledFuture<V>
A delayed result-bearing action that can be cancelled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeUnit
A TimeUnit represents time durations at a given unit of
granularity and provides utility methods to convert across units,
and to perform timing and delay operations in these units.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObfuscationLevel
Defines obfuscation level of produced JavaScript files.
|
Copyright © 2019 API Design. All Rights Reserved.