Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.lang.Boolean
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 return (leftb == Boolean.TRUE && rightb == Boolean.TRUE) ?
2 project.setPersistentProperty(WATCH_EDIT_PROP_KEY, enabled ? Boolean.TRUE.toString() : Boolean.FALSE.toString());
3 Boolean targetState = null;
4 Boolean b = (Boolean)this.evaluate(body, env);
5 ((Boolean)ev.getOldValue()).booleanValue() && super.isEnabled();
6 return Boolean.TRUE;
7 Boolean result;
8 inline.setTableUI(Boolean.TRUE.equals(val));
9 if (bean != null) return bean.booleanValue ();
10 p.put("enabled", m.isEnabled() ? Boolean.TRUE : Boolean.FALSE); // NOI18N
11 if (Boolean.TRUE.equals(startval)) {
12 org.apache.xml.dtm.DTMManager.setIncremental(((Boolean)value).booleanValue());
13 scheduleAcivatedNodes = Boolean.getBoolean ("netbeans.delay.tc") ? Boolean.TRUE : Boolean.FALSE; // NOI18N
14 Boolean b = (Boolean)finished.get(node);
15 return b ? Boolean.TRUE.hashCode() : Boolean.FALSE.hashCode();
16 return (a == b) ? Boolean.TRUE : Boolean.FALSE;
17 boolean bold = Boolean.valueOf(b).booleanValue();
18 varsToEnableDisable.put(componentVars, enabled ? Boolean.TRUE : Boolean.FALSE);
19 Boolean val = (Boolean)m.get(SettingsNames.CODE_FOLDING_ENABLE);
20 (Boolean.FALSE.equals(((jsint.Procedure) dynEnv.getValue((Symbol)not)).apply(new Pair(

Links to utility classes and functions:

1 org.apache.commons.lang.BooleanUtils
2 org.apache.commons.beanutils.converters.BooleanArrayConverter
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.