クラスjava.lang.Integer
の使用
-
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™ Scripting Enginesを定義するインタフェースとクラスで構成され、Javaアプリケーションでの使用のためのフレームワークを提供します。javax.swing すべてのプラットフォーム上で可能なかぎり同じように機能する軽量(Java共通言語)コンポーネントのセットを提供します。javax.swing.plaf.basic 基本ルック・アンド・フィールに従って構築されたユーザー・インタフェース・オブジェクトを提供します。jdk.jshell Javaプログラミング言語コードの"snippets"をインタラクティブに評価するRead-Eval-Printループ(REPL)などのツールを作成するためのインタフェースを提供します。jdk.net java.net
およびjava.nio.channels
ソケット・クラスに対するプラットフォーム固有のソケット・オプション。 -
-
com.sun.nio.sctpでのIntegerの使用
型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 Integer
TextAttribute. KERNING_ON
標準のカーニングを要求します。static Integer
TextAttribute. LIGATURES_ON
標準のオプション合字を要求します。static Integer
TextAttribute. SUPERSCRIPT_SUB
標準の下付き文字です。static Integer
TextAttribute. SUPERSCRIPT_SUPER
標準の上付き文字です。static Integer
TextAttribute. UNDERLINE_LOW_DASHED
シングル・ピクセルの破線の下線です。static Integer
TextAttribute. UNDERLINE_LOW_DOTTED
シングル・ピクセルの点線の下線です。static Integer
TextAttribute. UNDERLINE_LOW_GRAY
ダブル・ピクセルのグレーの下線です。static Integer
TextAttribute. UNDERLINE_LOW_ONE_PIXEL
シングル・ピクセルの実線の下線です。static Integer
TextAttribute. UNDERLINE_LOW_TWO_PIXEL
ダブル・ピクセルの実線の下線です。static Integer
TextAttribute. UNDERLINE_ON
標準の下線です。 -
java.langでのIntegerの使用
Integer型の型パラメータを持つjava.langのフィールド 修飾子と型 フィールド 説明 static Class<Integer>
Integer. TYPE
プリミティブ型int
を表すClass
インスタンスIntegerを返すjava.langのメソッド 修飾子と型 メソッド 説明 static Integer
Integer. decode(String nm)
String
をInteger
にデコードします。static Integer
Integer. getInteger(String nm)
指定された名前のシステム・プロパティの整数値を判定します。static Integer
Integer. getInteger(String nm, int val)
指定された名前のシステム・プロパティの整数値を判定します。static Integer
Integer. getInteger(String nm, Integer val)
指定された名前のシステム・プロパティの整数値を返します。Integer
Integer. resolveConstantDesc(MethodHandles.Lookup lookup)
このインスタンスをConstantDesc
として解決します。その結果がインスタンス自体です。static Integer
Integer. valueOf(int i)
指定されたint
値を表すInteger
インスタンスを返します。static Integer
Integer. valueOf(String s)
指定されたString
の値を保持するInteger
オブジェクトを返します。static Integer
Integer. valueOf(String s, int radix)
2番目の引数で指定された基数を使用した構文解析時に、指定されたString
から抽出された値を保持するInteger
オブジェクトを返します。 -
java.netでのIntegerの使用
Integer型の型パラメータを持つjava.netのフィールド 修飾子と型 フィールド 説明 static SocketOption<Integer>
StandardSocketOptions. IP_MULTICAST_TTL
IP (Internet Protocol)マルチキャスト・データグラムの有効期間。static SocketOption<Integer>
StandardSocketOptions. IP_TOS
IP (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> void
AsynchronousByteChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
このチャネルのバイト・シーケンスを指定のバッファに読み込みます。abstract <A> void
AsynchronousFileChannel. read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler)
このチャネルのバイト・シーケンスを、指定されたファイル位置からバッファに読み込みます。abstract <A> void
AsynchronousSocketChannel. read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
このチャネルのバイト・シーケンスを指定のバッファに読み込みます。<A> void
AsynchronousSocketChannel. read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler)
<A> void
AsynchronousByteChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
このチャネルのバイト・シーケンスを指定のバッファから書き出します。abstract <A> void
AsynchronousFileChannel. write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler)
指定されたバッファのバイト・シーケンスをこのチャネルの指定されたファイル位置に書き込みます。abstract <A> void
AsynchronousSocketChannel. write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
このチャネルのバイト・シーケンスを指定のバッファから書き出します。<A> void
AsynchronousSocketChannel. write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler)
-
java.sqlでのIntegerの使用
Integerを返すjava.sqlのメソッド 修飾子と型 メソッド 説明 Integer
JDBCType. getVendorTypeNumber()
データ型のベンダー固有の型番号を返します。Integer
SQLType. getVendorTypeNumber()
データ型のベンダー固有の型番号を返します。 -
java.utilでのIntegerの使用
Integerを返すjava.utilのメソッド 修飾子と型 メソッド 説明 default Integer
PrimitiveIterator.OfInt. next()
反復処理で次の要素を返します。Integer型の引数を持つ型を返すjava.utilのメソッド 修飾子と型 メソッド 説明 Map<String,Integer>
Calendar. getDisplayNames(int field, int style, Locale locale)
指定されたstyle
およびlocale
のカレンダfield
のすべての名前と、それに対応するフィールド値を含むMap
を返します。Integer型の型引数を持つjava.utilのメソッド・パラメータ 修飾子と型 メソッド 説明 default void
PrimitiveIterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
すべての要素の処理が完了するかアクションから例外がスローされるまで、残りの各要素に対して指定されたアクションを実行します。default void
Spliterator.OfInt. forEachRemaining(Consumer<? super Integer> action)
すべての要素の処理が完了するかアクションから例外がスローされるまで、現在のスレッド内で残りの各要素に対して指定されたアクションをシーケンシャルに実行します。default boolean
Spliterator.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
のCalendar
field
のすべての文字列表現(表示名)とそれらに対応するフィールド値を含む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の使用
型Integerの引数を持つ型を返すjavax.imageio.plugins.tiffのメソッド 修飾子と型 メソッド 説明 SortedSet<Integer>
TIFFTagSet. getTagNumbers()
数値的に増加する変更可能なタグ番号のセットを取得します。 -
javax.managementでのIntegerの使用
Integerを返すjavax.managementのメソッド 修飾子と型 メソッド 説明 Integer
MBeanServer. getMBeanCount()
MBeanサーバーに登録されているMBeanの数を返します。Integer
MBeanServerConnection. getMBeanCount()
MBeanサーバーに登録されているMBeanの数を返します。 -
javax.management.openmbeanでのIntegerの使用
Integer型の型パラメータを持つjavax.management.openmbeanのフィールド 修飾子と型 フィールド 説明 static SimpleType<Integer>
SimpleType. INTEGER
Javaクラス名がjava.lang.Integer
の値を記述するSimpleType
インスタンスです。 -
javax.management.relationでのIntegerの使用
Integerを返すjavax.management.relationのメソッド 修飾子と型 メソッド 説明 Integer
RelationService. checkRoleReading(String roleName, String relationTypeName)
指定された型の関係で、指定されたRoleの読取りが可能かどうかをチェックします。Integer
RelationServiceMBean. checkRoleReading(String roleName, String relationTypeName)
指定された型の関係で、指定されたRoleの読取りが可能かどうかをチェックします。Integer
RelationService. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
指定された型の関係で、指定されたRoleの設定が可能かどうかをチェックします。Integer
RelationServiceMBean. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)
指定された型の関係で、指定されたRoleの設定が可能かどうかをチェックします。Integer
Relation. getRoleCardinality(String roleName)
指定されたロール内で現在参照されているMBeanの数を返します。Integer
RelationService. getRoleCardinality(String relationId, String roleName)
指定されたロール内で現在参照されているMBeanの数を取得します。Integer
RelationServiceMBean. getRoleCardinality(String relationId, String roleName)
指定されたロール内で現在参照されているMBeanの数を取得します。Integer
RelationSupport. getRoleCardinality(String roleName)
指定されたロール内で現在参照されているMBeanの数を返します。 -
javax.management.remoteでのIntegerの使用
Integerを返すjavax.management.remoteのメソッド 修飾子と型 メソッド 説明 Integer
TargetedNotification. 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)
Integer
RMIConnection. getMBeanCount(Subject delegationSubject)
MBeanServerConnection.getMBeanCount()
メソッドを処理します。Integer型のパラメータを持つjavax.management.remote.rmiのメソッド 修飾子と型 メソッド 説明 void
RMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
-
javax.management.timerでのIntegerの使用
Integerを返すjavax.management.timerのメソッド 修飾子と型 メソッド 説明 Integer
Timer. addNotification(String type, String message, Object userData, Date date)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。Integer
Timer. addNotification(String type, String message, Object userData, Date date, long period)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。Integer
Timer. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。Integer
Timer. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date, long period)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔null、およびオカレンス数とともに通知リストに挿入します。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。Integer
TimerMBean. addNotification(String type, String message, Object userData, Date date, long period, long nbOccurences, boolean fixedRate)
指定されたtype
、message
、およびuserData
で新しいタイマー通知を作成し、これを指定の日付、間隔、およびオカレンス数とともに通知リストに挿入します。Integer
TimerNotification. 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のメソッド 修飾子と型 メソッド 説明 Date
Timer. getDate(Integer id)
タイマー通知に関連付けられている日付のコピーを取得します。Date
TimerMBean. getDate(Integer id)
タイマー通知に関連付けられている日付のコピーを取得します。Boolean
Timer. getFixedRate(Integer id)
定期通知をfixed-delayで実行するかfixed-rateで実行するかを示すフラグのコピーを取得します。Boolean
TimerMBean. getFixedRate(Integer id)
定期通知をfixed-delayで実行するかfixed-rateで実行するかを示すフラグのコピーを取得します。Long
Timer. getNbOccurences(Integer id)
タイマー通知に関連付けられている残りの発行数のコピーを取得します。Long
TimerMBean. getNbOccurences(Integer id)
タイマー通知に関連付けられている残りの発行数のコピーを取得します。String
Timer. getNotificationMessage(Integer id)
指定された識別子に対応するタイマー通知の詳細メッセージを取得します。String
TimerMBean. getNotificationMessage(Integer id)
指定された識別子に対応するタイマー通知の詳細メッセージを取得します。String
Timer. getNotificationType(Integer id)
指定された識別子に対応するタイマー通知タイプを取得します。String
TimerMBean. getNotificationType(Integer id)
指定された識別子に対応するタイマー通知タイプを取得します。Object
Timer. getNotificationUserData(Integer id)
指定された識別子に対応するタイマー通知のユーザー・データ・オブジェクトを取得します。Object
TimerMBean. getNotificationUserData(Integer id)
指定された識別子に対応するタイマー通知のユーザー・データ・オブジェクトを取得します。Long
Timer. getPeriod(Integer id)
タイマー通知に関連付けられている間隔(ミリ秒)のコピーを取得します。Long
TimerMBean. getPeriod(Integer id)
タイマー通知に関連付けられている間隔(ミリ秒)のコピーを取得します。void
Timer. removeNotification(Integer id)
指定された識別子に対応するタイマー通知を通知リストから削除します。void
TimerMBean. 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 Integer
JLayeredPane. DEFAULT_LAYER
デフォルト・レイヤーを定義する簡易オブジェクトです。static Integer
JLayeredPane. DRAG_LAYER
ドラッグ・レイヤーを定義する簡易オブジェクトです。static Integer
JLayeredPane. FRAME_CONTENT_LAYER
フレーム内容レイヤーを定義する簡易オブジェクトです。static Integer
JLayeredPane. MODAL_LAYER
モーダル・レイヤーを定義する簡易オブジェクトです。static Integer
JLayeredPane. PALETTE_LAYER
パレット・レイヤーを定義する簡易オブジェクトです。static Integer
JLayeredPane. POPUP_LAYER
ポップアップ・レイヤーを定義する簡易オブジェクトです。Integerを返すjavax.swingのメソッド 修飾子と型 メソッド 説明 protected Integer
JLayeredPane. 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のメソッド 修飾子と型 メソッド 説明 void
JInternalFrame. setLayer(Integer layer)
このコンポーネントのレイヤー属性を設定する簡易メソッドです。 -
javax.swing.plaf.basicでのIntegerの使用
Integerを返すjavax.swing.plaf.basicのメソッド 修飾子と型 メソッド 説明 protected Integer
BasicSliderUI. getHighestValue()
ラベル・テーブル内でエントリを持つ値の最大値を返します。protected Integer
BasicSliderUI. getLowestValue()
ラベル・テーブル内でエントリを持つ値の最小値を返します。 -
jdk.jshellでのIntegerの使用
型Integerの型引数を持つjdk.jshellのメソッド・パラメータ 修飾子と型 メソッド 説明 JShell.Builder
JShell.Builder. idGenerator(BiFunction<Snippet,Integer,String> generator)
スニペットの識別名のジェネレータを設定します。 -
jdk.netでのIntegerの使用
型Integerの型パラメータを持つjdk.netのフィールド 修飾子と型 フィールド 説明 static SocketOption<Integer>
ExtendedSocketOptions. TCP_KEEPCOUNT
キープ・アライブ再送信の最大制限。static SocketOption<Integer>
ExtendedSocketOptions. TCP_KEEPIDLE
キープ・アライブのアイドル時間。static SocketOption<Integer>
ExtendedSocketOptions. TCP_KEEPINTERVAL
キープ・アライブ再送信間隔の時間。
-