| Package | Description |
|---|---|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| java.util |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
Boolean.FALSE
The
Boolean object corresponding to the primitive
value false. |
static Boolean |
Boolean.TRUE
The
Boolean object corresponding to the primitive
value true. |
| Modifier and Type | Field and Description |
|---|---|
static Class<Boolean> |
Boolean.TYPE
The Class object representing the primitive type boolean.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
Boolean.valueOf(boolean b)
Returns a
Boolean instance representing the specified
boolean value. |
static Boolean |
Boolean.valueOf(String s)
Returns a
Boolean with a value represented by the
specified string. |
| Modifier and Type | Method and Description |
|---|---|
int |
Boolean.compareTo(Boolean b)
Compares this
Boolean instance with another. |
| Modifier and Type | Method and Description |
|---|---|
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map)
Returns a set backed by the specified map.
|
Copyright © 2016 API Design. All Rights Reserved.