パッケージ | 説明 |
---|---|
java.awt.font |
フォント関連のクラスおよびインタフェースを提供します。
|
java.lang |
Javaプログラミング言語の設計にあたり基本的なクラスを提供します。
|
java.net |
ネットワーク・アプリケーションを実装するためのクラスを提供します。
|
java.time.format |
日付と時間を出力し、解析するクラスを提供します。
|
java.util |
コレクション・フレームワーク、レガシー・コレクション・クラス、イベント・モデル、日時機能、国際化、およびさまざまなユーティリティ・クラス(StringTokenizer、乱数ジェネレータ、およびビット配列)が含まれています。
|
java.util.concurrent |
並行プログラミングでよく使用されるユーティリティ・クラスです。
|
java.util.stream |
コレクションに対するマップ-リデュース変換など、要素のストリームに対する関数型の操作をサポートするクラスです。
|
javax.management |
Java Management Extensionsのコア・クラスを提供します。
|
javax.management.loading |
高度な動的ロード機能を実装するクラスを提供します。
|
javax.management.modelmbean |
ModelMBeanクラスの定義を提供します。
|
javax.management.monitor |
モニター・クラスの定義を提供します。
|
javax.management.openmbean |
公開データ型とOpen MBean記述子クラスを提供します。
|
javax.management.relation |
関係サービスの定義を提供します。
|
javax.management.remote |
JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。
|
javax.management.timer |
Timer MBeanの定義を提供します。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。
|
javax.swing.filechooser |
JFileChooser コンポーネントによって使用されるクラスとインタフェースが含まれています。 |
javax.swing.plaf.basic |
基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。
|
javax.tools |
コンパイラなどのプログラムから呼び出せるツールのインタフェースを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
static Boolean |
TextAttribute.RUN_DIRECTION_LTR
ランの方向は左から右です。
|
static Boolean |
TextAttribute.RUN_DIRECTION_RTL
ランの方向は右から左です。
|
static Boolean |
TextAttribute.STRIKETHROUGH_ON
一重取消し線です。
|
static Boolean |
TextAttribute.SWAP_COLORS_ON
フォアグラウンドとバックグラウンドを入れ替えます。
|
修飾子と型 | フィールドと説明 |
---|---|
static Boolean |
Boolean.FALSE
プリミティブ値
false に対応するBoolean オブジェクトです。 |
static Boolean |
Boolean.TRUE
プリミティブ値
true に対応するBoolean オブジェクトです。 |
修飾子と型 | フィールドと説明 |
---|---|
static Class<Boolean> |
Boolean.TYPE
booleanのプリミティブ型を表すClassオブジェクトです。
|
修飾子と型 | メソッドと説明 |
---|---|
static Boolean |
Boolean.valueOf(boolean b)
指定された
boolean 値を表すBoolean インスタンスを返します。 |
static Boolean |
Boolean.valueOf(String s)
指定された文字列によって表される値を持つ
Boolean を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
int |
Boolean.compareTo(Boolean b)
この
Boolean インスタンスを別のインスタンスと比較します。 |
修飾子と型 | フィールドと説明 |
---|---|
static SocketOption<Boolean> |
StandardSocketOptions.IP_MULTICAST_LOOP
IP (Internet Protocol)マルチキャスト・データグラムのループ・バック。
|
static SocketOption<Boolean> |
StandardSocketOptions.SO_BROADCAST
ブロードキャスト・データグラムの転送を許可します。
|
static SocketOption<Boolean> |
StandardSocketOptions.SO_KEEPALIVE
接続をキープアライブにします。
|
static SocketOption<Boolean> |
StandardSocketOptions.SO_REUSEADDR
アドレスを再利用します。
|
static SocketOption<Boolean> |
StandardSocketOptions.TCP_NODELAY
Nagleアルゴリズムを無効にします。
|
修飾子と型 | メソッドと説明 |
---|---|
static TemporalQuery<Boolean> |
DateTimeFormatter.parsedLeapSecond()
うるう秒を解析したかどうかへのアクセスを提供する問合せ。
|
修飾子と型 | メソッドと説明 |
---|---|
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map)
指定されたマップに連動するセットを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
static <K> ConcurrentHashMap.KeySetView<K,Boolean> |
ConcurrentHashMap.newKeySet()
指定された型から
Boolean.TRUE への、ConcurrentHashMapに連動する新しいSet を作成します。 |
static <K> ConcurrentHashMap.KeySetView<K,Boolean> |
ConcurrentHashMap.newKeySet(int initialCapacity)
指定された型から
Boolean.TRUE への、ConcurrentHashMapに連動する新しいSet を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
static <T> Collector<T,?,Map<Boolean,List<T>>> |
Collectors.partitioningBy(Predicate<? super T> predicate)
Predicate に従って入力要素を分割し、結果をMap<Boolean, List<T>> 内に格納するCollector を返します。 |
static <T,D,A> Collector<T,?,Map<Boolean,D>> |
Collectors.partitioningBy(Predicate<? super T> predicate, Collector<? super T,A,D> downstream)
Predicate に従って入力要素を分割し、別のCollector に従って各パーティションの値をリデュースし、結果をMap<Boolean, D> 内に格納するCollector を返します(下流のリダクションの結果がマップの値になる)。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
StandardMBean.postRegister(Boolean registrationDone)
MBeanサーバーへの登録が成功または失敗したあと、MBeanが必要なオペレーションを実行できるようにします。
|
void |
MBeanRegistration.postRegister(Boolean registrationDone)
MBeanサーバーへの登録が成功または失敗したあと、MBeanが必要なオペレーションを実行できるようにします。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
MLet.postRegister(Boolean registrationDone)
MBeanサーバーへの登録が成功または失敗したあと、m-letが必要なオペレーションを実行できるようにします。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
RequiredModelMBean.postRegister(Boolean registrationDone)
MBeanサーバーへの登録が成功または失敗したあと、MBeanが必要なオペレーションを実行できるようにします。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
Monitor.postRegister(Boolean registrationDone)
MBeanサーバーへの登録が成功または失敗したあと、モニターMBeanが必要なオペレーションを実行できるようにします。
|
修飾子と型 | フィールドと説明 |
---|---|
static SimpleType<Boolean> |
SimpleType.BOOLEAN
Javaクラス名が
java.lang.Boolean である値を記述するSimpleType インスタンスです。 |
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
RelationService.hasRelation(String relationId)
関係サービス内に指定された関係IDで識別される関係があるかどうかをチェックします。
|
Boolean |
RelationServiceMBean.hasRelation(String relationId)
関係サービス内に指定された関係IDで識別される関係があるかどうかをチェックします。
|
Boolean |
RelationSupportMBean.isInRelationService()
オブジェクトを引き続き関係サービスで処理するかどうかを指定する内部フラグを返します。
|
Boolean |
RelationSupport.isInRelationService()
オブジェクトを引き続き関係サービスで処理するかどうかを指定する内部フラグを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
Integer |
RelationService.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
指定された型の関係で、指定されたRoleの設定が可能かどうかをチェックします。
|
Integer |
RelationServiceMBean.checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
指定された型の関係で、指定されたRoleの設定が可能かどうかをチェックします。
|
void |
RelationService.postRegister(Boolean registrationDone) |
void |
RelationSupport.postRegister(Boolean registrationDone) |
void |
RelationSupportMBean.setRelationServiceManagementFlag(Boolean flag)
この関係を関係サービスで処理するかどうかを指定します。
|
void |
RelationSupport.setRelationServiceManagementFlag(Boolean flag) |
修飾子と型 | メソッドと説明 |
---|---|
void |
JMXConnectorServer.postRegister(Boolean registrationDone) |
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
TimerMBean.getFixedRate(Integer id)
定期通知をfixed-delayで実行するかfixed-rateで実行するかを示すフラグのコピーを取得します。
|
Boolean |
Timer.getFixedRate(Integer id)
定期通知をfixed-delayで実行するかfixed-rateで実行するかを示すフラグのコピーを取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
Timer.postRegister(Boolean registrationDone)
MBeanサーバーへの登録が成功または失敗したあと、タイマーMBeanが必要なオペレーションを実行できるようにします。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
GroupLayout.setHonorsVisibility(Component component, Boolean honorsVisibility)
サイズと配置の設定でコンポーネントの可視性を考慮するかどうかを設定します。
|
protected void |
DefaultDesktopManager.setWasIcon(JInternalFrame f, Boolean value)
コンポーネントがアイコン化されて
desktopIcon の境界が有効であるように設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
FileView.isTraversable(File f)
ディレクトリに移動可能かどうかを返します。
|
Boolean |
FileSystemView.isTraversable(File f)
ファイル(ディレクトリ)に移動できる場合にtrueを返します。
|
修飾子と型 | フィールドと説明 |
---|---|
protected Hashtable<TreePath,Boolean> |
BasicTreeUI.drawingCache
垂直線の描画を最小化するために使われます。
|
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
BasicFileChooserUI.BasicFileView.isHidden(File f) |
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
DocumentationTool.DocumentationTask.call()
このドキュメント・タスクを実行します。
|
Boolean |
JavaCompiler.CompilationTask.call()
このコンパイル・タスクを実行します。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.