クラスjava.lang.Integer 
の使用
| パッケージ | 説明 | 
|---|---|
| com.sun.nio.sctp | Stream Control Transport Protocol用のJava APIです。 | 
| java.awt.font | フォント関連のクラスおよびインタフェースを提供します。 | 
| java.lang | Javaプログラミング言語の設計にあたり基本的なクラスを提供します。 | 
| java.net | ネットワーク・アプリケーションを実装するためのクラスを提供します。 | 
| java.nio.channels | 入出力操作を実行できるエンティティ(ファイル、ソケットなど)への接続を表すチャネルや、多重化された非ブロック入出力操作用のセレクタを定義します。 | 
| java.sql | Javaプログラミング言語を使用して、データ・ソース(通常はリレーショナル・データベース)に格納されているデータにアクセスして処理するためのAPIを提供します。 | 
| java.util | コレクション・フレームワーク、国際化サポート・クラス、サービス・ローダー、プロパティ、乱数生成、文字列解析とスキャン・クラス、Base64エンコーディングとデコード、ビット配列、およびその他のユーティリティ・クラスが含まれています。 | 
| java.util.spi | java.utilパッケージに含まれているクラスのサービス・プロバイダ・クラスです。 | 
| java.util.stream | コレクションに対するマップ-リデュース変換など、要素のストリームに対する関数型の操作をサポートするクラスです。 | 
| javax.imageio.plugins.tiff | 組み込みのTIFFプラグインで使用されるパブリック・クラス。 | 
| javax.management | Java Management Extensionsのコア・クラスを提供します。 | 
| javax.management.openmbean | 公開データ型とOpen MBean記述子クラスを提供します。 | 
| javax.management.relation | 関係サービスの定義を提供します。 | 
| javax.management.remote | JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。 | 
| javax.management.remote.rmi | RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。 | 
| javax.management.timer | Timer MBeanの定義を提供します。 | 
| javax.script | スクリプトAPIは、Javaスクリプト・エンジンを定義するインタフェースとクラスで構成され、Javaアプリケーションで使用するためのフレームワークを提供します。 | 
| javax.swing | すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。 | 
| javax.swing.plaf.basic | 基本Look & Feelに従って構築されたユーザー・インタフェース・オブジェクトを提供します。 | 
| jdk.jshell | Javaプログラミング言語コードの"snippets"をインタラクティブに評価するRead-Eval-Printループ(REPL)などのツールを作成するためのインタフェースを提供します。 | 
| jdk.net | java.netおよびjava.nio.channelsソケット・クラスに対するプラットフォーム固有のソケット・オプション。 | 
- 
com.sun.nio.sctpでのIntegerの使用型整数の型パラメータを持つcom.sun.nio.sctpのフィールド 修飾子と型 フィールド 説明 static SctpSocketOption<Integer>SctpStandardSocketOptions. SCTP_FRAGMENT_INTERLEAVE断片化されたインターリーブによって、メッセージ受信者に対するメッセージの表現方法が制御されます。static SctpSocketOption<Integer>SctpStandardSocketOptions. SO_LINGER閉じるときにデータが存在する場合は遅延します。static SctpSocketOption<Integer>SctpStandardSocketOptions. SO_RCVBUFソケット受信バッファのサイズ。static SctpSocketOption<Integer>SctpStandardSocketOptions. SO_SNDBUFソケット送信バッファのサイズ。
- 
java.awt.fontでのIntegerの使用Integerとして宣言されたjava.awt.fontのフィールド 修飾子と型 フィールド 説明 static IntegerTextAttribute. KERNING_ON標準のカーニングを要求します。static IntegerTextAttribute. LIGATURES_ON標準のオプション合字を要求します。static IntegerTextAttribute. SUPERSCRIPT_SUB標準の下付き文字です。static IntegerTextAttribute. SUPERSCRIPT_SUPER標準の上付き文字です。static IntegerTextAttribute. UNDERLINE_LOW_DASHEDシングル・ピクセルの破線の下線です。static IntegerTextAttribute. UNDERLINE_LOW_DOTTEDシングル・ピクセルの点線の下線です。static IntegerTextAttribute. UNDERLINE_LOW_GRAYダブル・ピクセルのグレーの下線です。static IntegerTextAttribute. UNDERLINE_LOW_ONE_PIXELシングル・ピクセルの実線の下線です。static IntegerTextAttribute. UNDERLINE_LOW_TWO_PIXELダブル・ピクセルの実線の下線です。static IntegerTextAttribute. UNDERLINE_ON標準の下線です。
- 
java.langでのIntegerの使用Integer型の型パラメータを持つjava.langのフィールド 修飾子と型 フィールド 説明 static Class<Integer>Integer. TYPEプリミティブ型intを表すClassインスタンスIntegerを返すjava.langのメソッド 修飾子と型 メソッド 説明 static IntegerInteger. decode(String nm)StringをIntegerにデコードします。static IntegerInteger. getInteger(String nm)指定された名前のシステム・プロパティの整数値を判定します。static IntegerInteger. getInteger(String nm, int val)指定された名前のシステム・プロパティの整数値を判定します。static IntegerInteger. getInteger(String nm, Integer val)指定された名前のシステム・プロパティの整数値を返します。IntegerInteger. resolveConstantDesc(MethodHandles.Lookup lookup)このインスタンスをConstantDescとして解決します。その結果がインスタンス自体です。static IntegerInteger. valueOf(int i)指定されたint値を表すIntegerインスタンスを返します。static IntegerInteger. valueOf(String s)指定されたStringの値を保持するIntegerオブジェクトを返します。static IntegerInteger. valueOf(String s, int radix)2番目の引数で指定された基数を使用した構文解析時に、指定されたStringから抽出された値を保持するIntegerオブジェクトを返します。
- 
java.netでのIntegerの使用Integer型の型パラメータを持つjava.netのフィールド 修飾子と型 フィールド 説明 static SocketOption<Integer>StandardSocketOptions. IP_MULTICAST_TTLIP (Internet Protocol)マルチキャスト・データグラムの有効期間。static SocketOption<Integer>StandardSocketOptions. IP_TOSIP (Internet Protocol)ヘッダーのサービス・タイプ(ToS)。static SocketOption<Integer>StandardSocketOptions. SO_LINGER閉じるときにデータが存在する場合は遅延します。static SocketOption<Integer>StandardSocketOptions. SO_RCVBUFソケット受信バッファのサイズ。static SocketOption<Integer>StandardSocketOptions. SO_SNDBUFソケット送信バッファのサイズ。
- 
java.nio.channelsでのIntegerの使用Integer型の引数を持つ型を返すjava.nio.channelsのメソッド 修飾子と型 メソッド 説明 Future<Integer>AsynchronousByteChannel. read(ByteBuffer dst)このチャネルのバイト・シーケンスを指定のバッファに読み込みます。abstract Future<Integer>AsynchronousFileChannel. read(ByteBuffer dst, long position)このチャネルのバイト・シーケンスを、指定されたファイル位置からバッファに読み込みます。abstract Future<Integer>AsynchronousSocketChannel. read(ByteBuffer dst)Future<Integer>AsynchronousByteChannel. write(ByteBuffer src)このチャネルのバイト・シーケンスを指定のバッファから書き出します。abstract Future<Integer>AsynchronousFileChannel. write(ByteBuffer src, long position)指定されたバッファのバイト・シーケンスをこのチャネルの指定されたファイル位置に書き込みます。abstract Future<Integer>AsynchronousSocketChannel. write(ByteBuffer src)Integer型の型引数を持つjava.nio.channelsのメソッド・パラメータ 修飾子と型 メソッド 説明 <A> voidAsynchronousByteChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)このチャネルのバイト・シーケンスを指定のバッファに読み込みます。abstract <A> voidAsynchronousFileChannel. read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler)このチャネルのバイト・シーケンスを、指定されたファイル位置からバッファに読み込みます。abstract <A> voidAsynchronousSocketChannel. read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)このチャネルのバイト・シーケンスを指定のバッファに読み込みます。<A> voidAsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)<A> voidAsynchronousByteChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)このチャネルのバイト・シーケンスを指定のバッファから書き出します。abstract <A> voidAsynchronousFileChannel. write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler)指定されたバッファのバイト・シーケンスをこのチャネルの指定されたファイル位置に書き込みます。abstract <A> voidAsynchronousSocketChannel. write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)このチャネルのバイト・シーケンスを指定のバッファから書き出します。<A> voidAsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
- 
java.sqlでのIntegerの使用Integerを返すjava.sqlのメソッド 修飾子と型 メソッド 説明 IntegerJDBCType. getVendorTypeNumber()データ型のベンダー固有の型番号を返します。IntegerSQLType. getVendorTypeNumber()データ型のベンダー固有の型番号を返します。
- 
java.utilでのIntegerの使用Integerを返すjava.utilのメソッド 修飾子と型 メソッド 説明 default IntegerPrimitiveIterator.OfInt. next()反復処理で次の要素を返します。Integer型の引数を持つ型を返すjava.utilのメソッド 修飾子と型 メソッド 説明 Map<String,Integer>Calendar. getDisplayNames(int field, int style, Locale locale)指定されたstyleおよびlocaleのカレンダfieldのすべての名前と、それに対応するフィールド値を含むMapを返します。Integer型の型引数を持つjava.utilのメソッド・パラメータ 修飾子と型 メソッド 説明 default voidPrimitiveIterator.OfInt. forEachRemaining(Consumer<? super Integer> action)すべての要素の処理が完了するかアクションから例外がスローされるまで、残りの各要素に対して指定されたアクションを実行します。default voidSpliterator.OfInt. forEachRemaining(Consumer<? super Integer> action)すべての要素の処理が完了するかアクションから例外がスローされるまで、現在のスレッド内で残りの各要素に対して指定されたアクションをシーケンシャルに実行します。default booleanSpliterator.OfInt. tryAdvance(Consumer<? super Integer> action)残りの要素が存在する場合は、その要素に対して指定されたアクションを実行してtrueを返し、それ以外の場合はfalseを返します。
- 
java.util.spiでのIntegerの使用Integer型の引数を持つ型を返すjava.util.spiのメソッド 修飾子と型 メソッド 説明 abstract Map<String,Integer>CalendarNameProvider. getDisplayNames(String calendarType, int field, int style, Locale locale)指定されたstyleおよびlocaleのCalendarfieldのすべての文字列表現(表示名)とそれらに対応するフィールド値を含むMapを返します。
- 
java.util.streamでのIntegerの使用Integer型の引数を持つ型を返すjava.util.streamのメソッド 修飾子と型 メソッド 説明 Stream<Integer>IntStream. boxed()ストリームの各要素をIntegerにボクシングした結果から構成されるStreamを返します。static <T> Collector<T,?,Integer>Collectors. summingInt(ToIntFunction<? super T> mapper)入力要素に適用された整数値関数の合計を生成するCollectorを返します。
- 
javax.imageio.plugins.tiffでのIntegerの使用型整数の引数を持つ型を返すjavax.imageio.plugins.tiffのメソッド 修飾子と型 メソッド 説明 SortedSet<Integer>TIFFTagSet. getTagNumbers()数値的に増加する変更可能なタグ番号のセットを取得します。
- 
javax.managementでのIntegerの使用Integerを返すjavax.managementのメソッド 修飾子と型 メソッド 説明 IntegerMBeanServer. getMBeanCount()MBeanサーバーに登録されているMBeanの数を返します。IntegerMBeanServerConnection. getMBeanCount()MBeanサーバーに登録されているMBeanの数を返します。
- 
javax.management.openmbeanでのIntegerの使用Integer型の型パラメータを持つjavax.management.openmbeanのフィールド 修飾子と型 フィールド 説明 static SimpleType<Integer>SimpleType. INTEGERJavaクラス名がjava.lang.Integerの値を記述するSimpleTypeインスタンスです。
- 
javax.management.relationでのIntegerの使用Integerを返すjavax.management.relationのメソッド 修飾子と型 メソッド 説明 IntegerRelationService. checkRoleReading(String roleName, String relationTypeName)指定された型の関係で、指定されたRoleの読取りが可能かどうかをチェックします。IntegerRelationServiceMBean. checkRoleReading(String roleName, String relationTypeName)指定された型の関係で、指定されたRoleの読取りが可能かどうかをチェックします。IntegerRelationService. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)指定された型の関係で、指定されたRoleの設定が可能かどうかをチェックします。IntegerRelationServiceMBean. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)指定された型の関係で、指定されたRoleの設定が可能かどうかをチェックします。IntegerRelation. getRoleCardinality(String roleName)指定されたロール内で現在参照されているMBeanの数を返します。IntegerRelationService. getRoleCardinality(String relationId, String roleName)指定されたロール内で現在参照されているMBeanの数を取得します。IntegerRelationServiceMBean. getRoleCardinality(String relationId, String roleName)指定されたロール内で現在参照されているMBeanの数を取得します。IntegerRelationSupport. getRoleCardinality(String roleName)指定されたロール内で現在参照されているMBeanの数を返します。
- 
javax.management.remoteでのIntegerの使用Integerを返すjavax.management.remoteのメソッド 修飾子と型 メソッド 説明 IntegerTargetedNotification. getListenerID()通知のターゲットとなるリスナーのIDです。Integer型のパラメータを持つjavax.management.remoteのコンストラクタ コンストラクタ 説明 TargetedNotification(Notification notification, Integer listenerID)TargetedNotificationオブジェクトを構築します。
- 
javax.management.remote.rmiでのIntegerの使用Integerを返すjavax.management.remote.rmiのメソッド 修飾子と型 メソッド 説明 Integer[]RMIConnection. addNotificationListeners(ObjectName[] names, MarshalledObject[] filters, Subject[] delegationSubjects)IntegerRMIConnection. getMBeanCount(Subject delegationSubject)MBeanServerConnection.getMBeanCount()メソッドを処理します。Integer型のパラメータを持つjavax.management.remote.rmiのメソッド 修飾子と型 メソッド 説明 voidRMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
- 
javax.management.timerでのIntegerの使用Integerを返すjavax.management.timerのメソッド 修飾子と型 メソッド 説明 IntegerTimer. addNotification(String type, String message, Object userData, Date date)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。IntegerTimer. addNotification(String type, String message, Object userData, Date date, long period)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。IntegerTimer. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。IntegerTimer. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。IntegerTimerMBean. addNotification(String type, String message, Object userData, Date date)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。IntegerTimerMBean. addNotification(String type, String message, Object userData, Date date, long period)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。IntegerTimerMBean. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。IntegerTimerMBean. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)指定されたtype、message、およびuserDataで新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。IntegerTimerNotification. getNotificationID()タイマー通知識別子を取得します。Integer型の引数を持つ型を返すjavax.management.timerのメソッド 修飾子と型 メソッド 説明 Vector<Integer>Timer. getAllNotificationIDs()通知リストに登録されているすべてのタイマー通知識別子を取得します。Vector<Integer>TimerMBean. getAllNotificationIDs()通知リストに登録されているすべてのタイマー通知識別子を取得します。Vector<Integer>Timer. getNotificationIDs(String type)指定されたタイプに対応するすべてのタイマー通知識別子を取得します。Vector<Integer>TimerMBean. getNotificationIDs(String type)指定されたタイプに対応するすべてのタイマー通知識別子を取得します。Integer型のパラメータを持つjavax.management.timerのメソッド 修飾子と型 メソッド 説明 DateTimer. getDate(Integer id)タイマー通知に関連付けられている日付のコピーを取得します。DateTimerMBean. getDate(Integer id)タイマー通知に関連付けられている日付のコピーを取得します。BooleanTimer. getFixedRate(Integer id)定期通知をfixed-delayで実行するかfixed-rateで実行するかを示すフラグのコピーを取得します。BooleanTimerMBean. getFixedRate(Integer id)定期通知をfixed-delayで実行するかfixed-rateで実行するかを示すフラグのコピーを取得します。LongTimer. getNbOccurences(Integer id)タイマー通知に関連付けられている残りの発行数のコピーを取得します。LongTimerMBean. getNbOccurences(Integer id)タイマー通知に関連付けられている残りの発行数のコピーを取得します。StringTimer. getNotificationMessage(Integer id)指定された識別子に対応するタイマー通知の詳細メッセージを取得します。StringTimerMBean. getNotificationMessage(Integer id)指定された識別子に対応するタイマー通知の詳細メッセージを取得します。StringTimer. getNotificationType(Integer id)指定された識別子に対応するタイマー通知タイプを取得します。StringTimerMBean. getNotificationType(Integer id)指定された識別子に対応するタイマー通知タイプを取得します。ObjectTimer. getNotificationUserData(Integer id)指定された識別子に対応するタイマー通知のユーザー・データ・オブジェクトを取得します。ObjectTimerMBean. getNotificationUserData(Integer id)指定された識別子に対応するタイマー通知のユーザー・データ・オブジェクトを取得します。LongTimer. getPeriod(Integer id)タイマー通知に関連付けられている間隔(ミリ秒)のコピーを取得します。LongTimerMBean. getPeriod(Integer id)タイマー通知に関連付けられている間隔(ミリ秒)のコピーを取得します。voidTimer. removeNotification(Integer id)指定された識別子に対応するタイマー通知を通知リストから削除します。voidTimerMBean. removeNotification(Integer id)指定された識別子に対応するタイマー通知を通知リストから削除します。Integer型のパラメータを持つjavax.management.timerのコンストラクタ コンストラクタ 説明 TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)タイマー通知オブジェクトを作成します。
- 
javax.scriptでのIntegerの使用Integer型の引数を持つ型を返すjavax.scriptのメソッド 修飾子と型 メソッド 説明 List<Integer>ScriptContext. getScopes()ScriptContext内のスコープに対する、すべての有効値の不変のListを返します。
- 
javax.swingでのIntegerの使用Integerとして宣言されたjavax.swingのフィールド 修飾子と型 フィールド 説明 static IntegerJLayeredPane. DEFAULT_LAYERデフォルト・レイヤーを定義する簡易オブジェクトです。static IntegerJLayeredPane. DRAG_LAYERドラッグ・レイヤーを定義する簡易オブジェクトです。static IntegerJLayeredPane. FRAME_CONTENT_LAYERフレーム内容レイヤーを定義する簡易オブジェクトです。static IntegerJLayeredPane. MODAL_LAYERモーダル・レイヤーを定義する簡易オブジェクトです。static IntegerJLayeredPane. PALETTE_LAYERパレット・レイヤーを定義する簡易オブジェクトです。static IntegerJLayeredPane. POPUP_LAYERポップアップ・レイヤーを定義する簡易オブジェクトです。Integerを返すjavax.swingのメソッド 修飾子と型 メソッド 説明 protected IntegerJLayeredPane. getObjectForLayer(int layer)指定されたレイヤーに関連したIntegerオブジェクトを返します。Integer型の引数を持つ型を返すjavax.swingのメソッド 修飾子と型 メソッド 説明 Hashtable<Integer,JComponent>JSlider. createStandardLabels(int increment)スライダの最小値から開始し、指定された増分値を使用して、数値テキスト・ラベルを持つHashtableを作成します。Hashtable<Integer,JComponent>JSlider. createStandardLabels(int increment, int start)指定された始点から開始し、指定された増分値を使用して、数値テキスト・ラベルを持つHashtableを作成します。protected Hashtable<Component,Integer>JLayeredPane. getComponentToLayer()コンポーネントをレイヤーにマッピングするハッシュ・テーブルを返します。Integer型のパラメータを持つjavax.swingのメソッド 修飾子と型 メソッド 説明 voidJInternalFrame. setLayer(Integer layer)このコンポーネントのレイヤー属性を設定する簡易メソッドです。
- 
javax.swing.plaf.basicでのIntegerの使用Integerを返すjavax.swing.plaf.basicのメソッド 修飾子と型 メソッド 説明 protected IntegerBasicSliderUI. getHighestValue()ラベル・テーブル内でエントリを持つ値の最大値を返します。protected IntegerBasicSliderUI. getLowestValue()ラベル・テーブル内でエントリを持つ値の最小値を返します。
- 
jdk.jshellでのIntegerの使用型整数の型引数を持つjdk.jshellのメソッド・パラメータ 修飾子と型 メソッド 説明 JShell.BuilderJShell.Builder. idGenerator(BiFunction<Snippet,Integer,String> generator)スニペットの識別名のジェネレータを設定します。
- 
jdk.netでのIntegerの使用型整数の型パラメータを持つjdk.netのフィールド 修飾子と型 フィールド 説明 static SocketOption<Integer>ExtendedSocketOptions. SO_INCOMING_NAPI_IDソケットの最後の受信パケットが受信された受信キューを識別します。static SocketOption<Integer>ExtendedSocketOptions. TCP_KEEPCOUNTキープ・アライブ再送信の最大制限。static SocketOption<Integer>ExtendedSocketOptions. TCP_KEEPIDLEキープ・アライブのアイドル時間。static SocketOption<Integer>ExtendedSocketOptions. TCP_KEEPINTERVALキープ・アライブ再送信間隔の時間。