Uses of Class
java.lang.Integer
-
Packages that use Integer 软件包 描述 com.sun.nio.sctp 用于流控制传输协议的Java API。java.awt.font 提供与字体相关的类和界面。java.lang 提供对Java编程语言设计至关重要的类。java.net 提供实现网络应用程序的类。java.nio.channels 定义通道,表示与能够执行I / O操作的实体的连接,例如文件和套接字; 定义选择器,用于多路复用,非阻塞I / O操作。java.sql 提供使用Java™编程语言访问和处理存储在数据源(通常是关系数据库)中的数据的API。java.util 包含集合框架,一些国际化支持类,服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,位数组和几个其他实用程序类。java.util.spi java.util包中的类的服务提供者类。java.util.stream 用于支持元素流上的功能样式操作的类,例如集合上的map-reduce转换。javax.imageio.plugins.tiff 内置TIFF插件使用的公共类。javax.management 提供Java Management Extensions的核心类。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。javax.management.relation 提供Relation Service的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。javax.management.timer 提供Timer MBean的定义。javax.script 脚本API由定义Java脚本引擎的接口和类组成,并为它们在Java应用程序中的使用提供了框架。javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。jdk.jshell 提供用于创建工具的接口,例如读取 - 评估 - 打印循环(REPL),其交互式地评估Java编程语言代码的“片段”。jdk.net 适用于java.net和java.nio.channels套接字类的特定于平台的套接字选项。 -
-
Uses of Integer in com.sun.nio.sctp
Fields in com.sun.nio.sctp with type parameters of type Integer 变量和类型 字段 描述 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套接字发送缓冲区的大小。 -
Uses of Integer in java.awt.font
Fields in java.awt.font declared as Integer 变量和类型 字段 描述 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标准下划线。 -
Uses of Integer in java.lang
Fields in java.lang with type parameters of type Integer 变量和类型 字段 描述 static 类<Integer>Integer. TYPE类实例表示基本类型int。Methods in java.lang that return Integer 变量和类型 方法 描述 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)返回具有指定名称的系统属性的整数值。static IntegerInteger. valueOf(int i)返回表示指定的int值的Integer实例。static IntegerInteger. valueOf(String s)返回一个Integer物体保持在指定的值String。static IntegerInteger. valueOf(String s, int radix)返回一个Integer对象,当使用第二个参数给出的基数进行解析时,该对象保存从指定的String提取的值。Methods in java.lang that return types with arguments of type Integer 变量和类型 方法 描述 Optional<Integer>Runtime.Version. build()返回 build number 。List<Integer>Runtime.Version. version()返回version number中表示的整数的不可修改的List。Methods in java.lang with parameters of type Integer 变量和类型 方法 描述 intInteger. compareTo(Integer anotherInteger)以数字方式比较两个Integer对象。static IntegerInteger. getInteger(String nm, Integer val)返回具有指定名称的系统属性的整数值。 -
Uses of Integer in java.net
Fields in java.net with type parameters of type Integer 变量和类型 字段 描述 static SocketOption<Integer>StandardSocketOptions. IP_MULTICAST_TTLInternet协议(IP)多播数据报 的生存时间 。static SocketOption<Integer>StandardSocketOptions. IP_TOSInternet协议(IP)标头中的服务类型(ToS)八位字节。static SocketOption<Integer>StandardSocketOptions. SO_LINGER如果数据存在,则关闭。static SocketOption<Integer>StandardSocketOptions. SO_RCVBUF套接字接收缓冲区的大小。static SocketOption<Integer>StandardSocketOptions. SO_SNDBUF套接字发送缓冲区的大小。 -
Uses of Integer in java.nio.channels
Methods in java.nio.channels that return types with arguments of type Integer 变量和类型 方法 描述 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)Method parameters in java.nio.channels with type arguments of type Integer 变量和类型 方法 描述 <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) -
Uses of Integer in java.sql
Methods in java.sql that return Integer 变量和类型 方法 描述 IntegerJDBCType. getVendorTypeNumber()返回数据类型的供应商特定类型编号。IntegerSQLType. getVendorTypeNumber()返回数据类型的供应商特定类型编号。 -
Uses of Integer in java.util
Methods in java.util that return Integer 变量和类型 方法 描述 default IntegerPrimitiveIterator.OfInt. next()返回迭代中的下一个元素。Methods in java.util that return types with arguments of type Integer 变量和类型 方法 描述 Map<String,Integer>Calendar. getDisplayNames(int field, int style, Locale locale)返回Map其中包含给定style和locale日历字段所有名称及其对应的字段值。Method parameters in java.util with type arguments of type Integer 变量和类型 方法 描述 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。 -
Uses of Integer in java.util.spi
Methods in java.util.spi that return types with arguments of type Integer 变量和类型 方法 描述 abstract Map<String,Integer>CalendarNameProvider. getDisplayNames(String calendarType, int field, int style, Locale locale)返回Map包含的所有字符串表示(显示名称)Calendar字段给定style和locale及其相应的字段值。 -
Uses of Integer in java.util.stream
Methods in java.util.stream that return types with arguments of type Integer 变量和类型 方法 描述 Stream<Integer>IntStream. boxed()返回由此流的元素组成的Stream,每个元素都装箱为Integer。static <T> Collector<T,?,Integer>Collectors. summingInt(ToIntFunction<? super T> mapper)返回Collector,它生成应用于输入元素的整数值函数的总和。 -
Uses of Integer in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff that return types with arguments of type Integer 变量和类型 方法 描述 SortedSet<Integer>TIFFTagSet. getTagNumbers()检索不可修改的数值增加的标记号集。 -
Uses of Integer in javax.management
Methods in javax.management that return Integer 变量和类型 方法 描述 IntegerMBeanServer. getMBeanCount()返回MBean服务器中注册的MBean数。IntegerMBeanServerConnection. getMBeanCount()返回MBean服务器中注册的MBean数。 -
Uses of Integer in javax.management.openmbean
Fields in javax.management.openmbean with type parameters of type Integer 变量和类型 字段 描述 static SimpleType<Integer>SimpleType. INTEGERSimpleType实例,描述其Java类名称为java.lang.Integer。 -
Uses of Integer in javax.management.relation
Methods in javax.management.relation that return Integer 变量和类型 方法 描述 IntegerRelationService. checkRoleReading(String roleName, String relationTypeName)检查是否可以在给定类型的关系中读取给定的角色。IntegerRelationServiceMBean. checkRoleReading(String roleName, String relationTypeName)检查是否可以在给定类型的关系中读取给定的角色。IntegerRelationService. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)检查是否可以在给定类型的关系中设置给定角色。IntegerRelationServiceMBean. checkRoleWriting(Role role, String relationTypeName, Boolean initFlag)检查是否可以在给定类型的关系中设置给定角色。IntegerRelation. getRoleCardinality(String roleName)返回给定角色中当前引用的MBean数。IntegerRelationService. getRoleCardinality(String relationId, String roleName)检索给定角色中当前引用的MBean数。IntegerRelationServiceMBean. getRoleCardinality(String relationId, String roleName)检索给定角色中当前引用的MBean数。IntegerRelationSupport. getRoleCardinality(String roleName)返回给定角色中当前引用的MBean数。 -
Uses of Integer in javax.management.remote
Methods in javax.management.remote that return Integer 变量和类型 方法 描述 IntegerTargetedNotification. getListenerID()通知所针对的侦听器的ID。Constructors in javax.management.remote with parameters of type Integer 构造器 描述 TargetedNotification(Notification notification, Integer listenerID)构造一个TargetedNotification对象。 -
Uses of Integer in javax.management.remote.rmi
Methods in javax.management.remote.rmi that return Integer 变量和类型 方法 描述 Integer[]RMIConnection. addNotificationListeners(ObjectName[] names, MarshalledObject[] filters, Subject[] delegationSubjects)IntegerRMIConnection. getMBeanCount(Subject delegationSubject)Methods in javax.management.remote.rmi with parameters of type Integer 变量和类型 方法 描述 voidRMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject) -
Uses of Integer in javax.management.timer
Methods in javax.management.timer that return Integer 变量和类型 方法 描述 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()获取此计时器通知的标识符。Methods in javax.management.timer that return types with arguments of type Integer 变量和类型 方法 描述 Vector<Integer>Timer. getAllNotificationIDs()获取注册到通知列表中的所有计时器通知标识符。Vector<Integer>TimerMBean. getAllNotificationIDs()获取注册到通知列表中的所有计时器通知标识符。Vector<Integer>Timer. getNotificationIDs(String type)获取与指定类型对应的计时器通知的所有标识符。Vector<Integer>TimerMBean. getNotificationIDs(String type)获取与指定类型对应的计时器通知的所有标识符。Methods in javax.management.timer with parameters of type Integer 变量和类型 方法 描述 DateTimer. getDate(Integer id)获取与计时器通知关联的日期的副本。DateTimerMBean. getDate(Integer id)获取与计时器通知关联的日期的副本。BooleanTimer. getFixedRate(Integer id)获取标志的副本,指示定期通知是以 固定延迟还是以 固定速率执行 。BooleanTimerMBean. getFixedRate(Integer id)获取标志的副本,指示定期通知是以 固定延迟还是以 固定速率执行 。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)从通知列表中删除与指定标识符对应的计时器通知。Constructors in javax.management.timer with parameters of type Integer 构造器 描述 TimerNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)创建计时器通知对象。 -
Uses of Integer in javax.script
Methods in javax.script that return types with arguments of type Integer 变量和类型 方法 描述 List<Integer>ScriptContext. getScopes()返回ScriptContext中作用域的所有有效值的不可变List。 -
Uses of Integer in javax.swing
Fields in javax.swing declared as Integer 变量和类型 字段 描述 static IntegerJLayeredPane. DEFAULT_LAYER定义默认图层的便捷对象。static IntegerJLayeredPane. DRAG_LAYER定义Drag图层的便捷对象。static IntegerJLayeredPane. FRAME_CONTENT_LAYER定义框架内容层的便捷对象。static IntegerJLayeredPane. MODAL_LAYER定义Modal图层的便捷对象。static IntegerJLayeredPane. PALETTE_LAYER定义Palette图层的便捷对象。static IntegerJLayeredPane. POPUP_LAYER定义Popup图层的便捷对象。Methods in javax.swing that return Integer 变量和类型 方法 描述 protected IntegerJLayeredPane. getObjectForLayer(int layer)返回与指定图层关联的Integer对象。Methods in javax.swing that return types with arguments of type Integer 变量和类型 方法 描述 Hashtable<Integer,JComponent>JSlider. createStandardLabels(int increment)创建一个Hashtable的数字文本标签,从最小滑块开始,并使用指定的增量。Hashtable<Integer,JComponent>JSlider. createStandardLabels(int increment, int start)创建一个Hashtable的数字文本标签,从指定的起始点开始,并使用指定的增量。protected Hashtable<Component,Integer>JLayeredPane. getComponentToLayer()返回将组件映射到图层的哈希表。Methods in javax.swing with parameters of type Integer 变量和类型 方法 描述 voidJInternalFrame. setLayer(Integer layer)设置此组件的图层属性的便捷方法。 -
Uses of Integer in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return Integer 变量和类型 方法 描述 protected IntegerBasicSliderUI. getHighestValue()返回标签表中具有条目的最大值。protected IntegerBasicSliderUI. getLowestValue()返回标签表中具有条目的最小值。 -
Uses of Integer in jdk.jshell
Method parameters in jdk.jshell with type arguments of type Integer 变量和类型 方法 描述 JShell.BuilderJShell.Builder. idGenerator(BiFunction<Snippet,Integer,String> generator)设置片段标识名称的生成器。 -
Uses of Integer in jdk.net
Fields in jdk.net with type parameters of type Integer 变量和类型 字段 描述 static SocketOption<Integer>ExtendedSocketOptions. TCP_KEEPCOUNTKeep-Alive重传最大限制。static SocketOption<Integer>ExtendedSocketOptions. TCP_KEEPIDLE保持空闲时间。static SocketOption<Integer>ExtendedSocketOptions. TCP_KEEPINTERVAL保持活动重传间隔时间。
-