Uses of Class
java.lang.Integer
Packages that useInteger
Package
Description
A Java API for Stream Control Transport Protocol.
Provides classes and interface relating to fonts.
Provides classes that are fundamental to the design of the Java programming language.
Provides the classes for implementing networking applications.
Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations.
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Service provider classes for the classes in the java.util package.
Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.
Public classes used by the built-in TIFF plug-ins.
Provides the core classes for the Java Management Extensions.
Provides the open data types and Open MBean descriptor classes.
Provides the definition of the Relation Service.
Interfaces for remote access to JMX MBean servers.
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.
Provides the definition of the Timer MBean.
The scripting API consists of interfaces and classes that defineJava Scripting Engines and providesa framework for their use in Java applications.
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Incubating Feature. Will be removed in a future release.
Provides interfaces for creating tools, such as a Read-Eval-Print Loop (REPL), which interactively evaluate "snippets" of Java programming language code.
Platform specific socket options for the
java.net andjava.nio.channels socket classes.Uses ofInteger incom.sun.nio.sctp
Fields incom.sun.nio.sctp with type parameters of typeIntegerModifier and TypeFieldDescriptionstatic finalSctpSocketOption<Integer>SctpStandardSocketOptions.SCTP_FRAGMENT_INTERLEAVEFragmented interleave controls how the presentation of messages occur for the message receiver.static finalSctpSocketOption<Integer>SctpStandardSocketOptions.SO_LINGERLinger on close if data is present.static finalSctpSocketOption<Integer>SctpStandardSocketOptions.SO_RCVBUFThe size of the socket receive buffer.static finalSctpSocketOption<Integer>SctpStandardSocketOptions.SO_SNDBUFThe size of the socket send buffer.Uses ofInteger injava.awt.font
Fields injava.awt.font declared asIntegerModifier and TypeFieldDescriptionstatic finalIntegerTextAttribute.KERNING_ONRequest standard kerning.static finalIntegerTextAttribute.LIGATURES_ONRequest standard optional ligatures.static finalIntegerTextAttribute.SUPERSCRIPT_SUBStandard subscript.static finalIntegerTextAttribute.SUPERSCRIPT_SUPERStandard superscript.static finalIntegerTextAttribute.UNDERLINE_LOW_DASHEDSingle pixel dashed low underline.static finalIntegerTextAttribute.UNDERLINE_LOW_DOTTEDSingle pixel dotted low underline.static finalIntegerTextAttribute.UNDERLINE_LOW_GRAYDouble pixel gray low underline.static finalIntegerTextAttribute.UNDERLINE_LOW_ONE_PIXELSingle pixel solid low underline.static finalIntegerTextAttribute.UNDERLINE_LOW_TWO_PIXELDouble pixel solid low underline.static finalIntegerTextAttribute.UNDERLINE_ONStandard underline.Uses ofInteger injava.lang
Modifier and TypeMethodDescriptionstaticIntegerDecodes aStringinto anInteger.staticIntegerInteger.getInteger(String nm) Determines the integer value of the system property with the specified name.staticIntegerInteger.getInteger(String nm, int val) Determines the integer value of the system property with the specified name.staticIntegerInteger.getInteger(String nm,Integer val) Returns the integer value of the system property with the specified name.Integer.resolveConstantDesc(MethodHandles.Lookup lookup) Resolves this instance as aConstantDesc, the result of which is the instance itself.staticIntegerInteger.valueOf(int i) Returns anIntegerinstance representing the specifiedintvalue.staticIntegerReturns anIntegerobject holding the value of the specifiedString.staticIntegerReturns anIntegerobject holding the value extracted from the specifiedStringwhen parsed with the radix given by the second argument.Modifier and TypeMethodDescriptionRuntime.Version.build()Returns thebuild number.Integer.describeConstable()Returns anOptionalcontaining the nominal descriptor for this instance, which is the instance itself.Runtime.Version.version()Returns an unmodifiableListof the integers represented in theversion number.Uses ofInteger injava.net
Modifier and TypeFieldDescriptionstatic finalSocketOption<Integer>StandardSocketOptions.IP_MULTICAST_TTLThetime-to-live for Internet Protocol (IP) multicast datagrams.static finalSocketOption<Integer>StandardSocketOptions.IP_TOSThe Type of Service (ToS) octet in the Internet Protocol (IP) header.static finalSocketOption<Integer>StandardSocketOptions.SO_LINGERLinger on close if data is present.static finalSocketOption<Integer>StandardSocketOptions.SO_RCVBUFThe size of the socket receive buffer.static finalSocketOption<Integer>StandardSocketOptions.SO_SNDBUFThe size of the socket send buffer.Uses ofInteger injava.nio.channels
Methods injava.nio.channels that return types with arguments of typeIntegerModifier and TypeMethodDescriptionAsynchronousByteChannel.read(ByteBuffer dst) Reads a sequence of bytes from this channel into the given buffer.AsynchronousFileChannel.read(ByteBuffer dst, long position) Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.AsynchronousSocketChannel.read(ByteBuffer dst) AsynchronousByteChannel.write(ByteBuffer src) Writes a sequence of bytes to this channel from the given buffer.AsynchronousFileChannel.write(ByteBuffer src, long position) Writes a sequence of bytes to this channel from the given buffer, starting at the given file position.AsynchronousSocketChannel.write(ByteBuffer src) Method parameters injava.nio.channels with type arguments of typeIntegerModifier and TypeMethodDescription<A> voidAsynchronousByteChannel.read(ByteBuffer dst, A attachment,CompletionHandler<Integer, ? super A> handler) Reads a sequence of bytes from this channel into the given buffer.abstract <A> voidAsynchronousFileChannel.read(ByteBuffer dst, long position, A attachment,CompletionHandler<Integer, ? super A> handler) Reads a sequence of bytes from this channel into the given buffer, starting at the given file position.abstract <A> voidAsynchronousSocketChannel.read(ByteBuffer dst, long timeout,TimeUnit unit, A attachment,CompletionHandler<Integer, ? super A> handler) Reads a sequence of bytes from this channel into the given buffer.final <A> voidAsynchronousSocketChannel.read(ByteBuffer dst, A attachment,CompletionHandler<Integer, ? super A> handler) <A> voidAsynchronousByteChannel.write(ByteBuffer src, A attachment,CompletionHandler<Integer, ? super A> handler) Writes a sequence of bytes to this channel from the given buffer.abstract <A> voidAsynchronousFileChannel.write(ByteBuffer src, long position, A attachment,CompletionHandler<Integer, ? super A> handler) Writes a sequence of bytes to this channel from the given buffer, starting at the given file position.abstract <A> voidAsynchronousSocketChannel.write(ByteBuffer src, long timeout,TimeUnit unit, A attachment,CompletionHandler<Integer, ? super A> handler) Writes a sequence of bytes to this channel from the given buffer.final <A> voidAsynchronousSocketChannel.write(ByteBuffer src, A attachment,CompletionHandler<Integer, ? super A> handler) Uses ofInteger injava.sql
Modifier and TypeMethodDescriptionJDBCType.getVendorTypeNumber()Returns the vendor specific type number for the data type.SQLType.getVendorTypeNumber()Returns the vendor specific type number for the data type.Uses ofInteger injava.util
Modifier and TypeMethodDescriptiondefaultIntegerPrimitiveIterator.OfInt.next()Returns the next element in the iteration.Modifier and TypeMethodDescriptionCalendar.getDisplayNames(int field, int style,Locale locale) Returns aMapcontaining all names of the calendarfieldin the givenstyleandlocaleand their corresponding field values.Modifier and TypeMethodDescriptiondefault voidPrimitiveIterator.OfInt.forEachRemaining(Consumer<? superInteger> action) Performs the given action for each remaining element until all elements have been processed or the action throws an exception.default voidSpliterator.OfInt.forEachRemaining(Consumer<? superInteger> action) Performs the given action for each remaining element, sequentially in the current thread, until all elements have been processed or the action throws an exception.default booleanSpliterator.OfInt.tryAdvance(Consumer<? superInteger> action) If a remaining element exists, performs the given action on it, returningtrue; else returnsfalse.Uses ofInteger injava.util.spi
Methods injava.util.spi that return types with arguments of typeIntegerModifier and TypeMethodDescriptionCalendarNameProvider.getDisplayNames(String calendarType, int field, int style,Locale locale) Returns aMapcontaining all string representations (display names) of theCalendarfieldin the givenstyleandlocaleand their corresponding field values.Uses ofInteger injava.util.stream
Methods injava.util.stream that return types with arguments of typeIntegerModifier and TypeMethodDescriptionIntStream.boxed()Returns aStreamconsisting of the elements of this stream, each boxed to anInteger.Collectors.summingInt(ToIntFunction<? super T> mapper) Returns aCollectorthat produces the sum of a integer-valued function applied to the input elements.Uses ofInteger injavax.imageio.plugins.tiff
Methods injavax.imageio.plugins.tiff that return types with arguments of typeIntegerModifier and TypeMethodDescriptionTIFFTagSet.getTagNumbers()Retrieves an unmodifiable numerically increasing set of tag numbers.Uses ofInteger injavax.management
Methods injavax.management that returnIntegerModifier and TypeMethodDescriptionMBeanServer.getMBeanCount()Returns the number of MBeans registered in the MBean server.MBeanServerConnection.getMBeanCount()Returns the number of MBeans registered in the MBean server.Uses ofInteger injavax.management.openmbean
Fields injavax.management.openmbean with type parameters of typeIntegerModifier and TypeFieldDescriptionstatic finalSimpleType<Integer>SimpleType.INTEGERTheSimpleTypeinstance describing values whose Java class name isjava.lang.Integer.Uses ofInteger injavax.management.relation
Methods injavax.management.relation that returnIntegerModifier and TypeMethodDescriptionRelationService.checkRoleReading(String roleName,String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationServiceMBean.checkRoleReading(String roleName,String relationTypeName) Checks if given Role can be read in a relation of the given type.RelationService.checkRoleWriting(Role role,String relationTypeName,Boolean initFlag) Checks if given Role can be set in a relation of given type.RelationServiceMBean.checkRoleWriting(Role role,String relationTypeName,Boolean initFlag) Checks if given Role can be set in a relation of given type.Relation.getRoleCardinality(String roleName) Returns the number of MBeans currently referenced in the given role.RelationService.getRoleCardinality(String relationId,String roleName) Retrieves the number of MBeans currently referenced in the given role.RelationServiceMBean.getRoleCardinality(String relationId,String roleName) Retrieves the number of MBeans currently referenced in the given role.RelationSupport.getRoleCardinality(String roleName) Returns the number of MBeans currently referenced in the given role.Uses ofInteger injavax.management.remote
Methods injavax.management.remote that returnIntegerModifier and TypeMethodDescriptionTargetedNotification.getListenerID()The ID of the listener to which the notification is targeted.Constructors injavax.management.remote with parameters of typeIntegerModifierConstructorDescriptionTargetedNotification(Notification notification,Integer listenerID) Constructs aTargetedNotificationobject.Uses ofInteger injavax.management.remote.rmi
Methods injavax.management.remote.rmi that returnIntegerModifier and TypeMethodDescriptionInteger[]RMIConnection.addNotificationListeners(ObjectName[] names,MarshalledObject[] filters,Subject[] delegationSubjects) Integer[]RMIConnectionImpl_Stub.addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1,MarshalledObject[] $param_arrayOf_MarshalledObject_2,Subject[] $param_arrayOf_Subject_3) Integer[]RMIConnectionImpl.addNotificationListeners(ObjectName[] names,MarshalledObject[] filters,Subject[] delegationSubjects) RMIConnection.getMBeanCount(Subject delegationSubject) Handles the methodMBeanServerConnection.getMBeanCount().RMIConnectionImpl_Stub.getMBeanCount(Subject $param_Subject_1) RMIConnectionImpl.getMBeanCount(Subject delegationSubject) Methods injavax.management.remote.rmi with parameters of typeIntegerModifier and TypeMethodDescriptionvoidRMIConnection.removeNotificationListeners(ObjectName name,Integer[] listenerIDs,Subject delegationSubject) voidRMIConnectionImpl_Stub.removeNotificationListeners(ObjectName $param_ObjectName_1,Integer[] $param_arrayOf_Integer_2,Subject $param_Subject_3) voidRMIConnectionImpl.removeNotificationListeners(ObjectName name,Integer[] listenerIDs,Subject delegationSubject) Uses ofInteger injavax.management.timer
Methods injavax.management.timer that returnIntegerModifier and TypeMethodDescriptionTimer.addNotification(String type,String message,Object userData,Date date) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date and a null period and number of occurrences.Timer.addNotification(String type,String message,Object userData,Date date, long period) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date and period and a null number of occurrences.Timer.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date, period and number of occurrences.Timer.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences, boolean fixedRate) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date, period and number of occurrences.TimerMBean.addNotification(String type,String message,Object userData,Date date) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date and a null period and number of occurrences.TimerMBean.addNotification(String type,String message,Object userData,Date date, long period) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date and period and a null number of occurrences.TimerMBean.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date, period and number of occurrences.TimerMBean.addNotification(String type,String message,Object userData,Date date, long period, long nbOccurences, boolean fixedRate) Creates a new timer notification with the specifiedtype,messageanduserDataand inserts it into the list of notifications with a given date, period and number of occurrences.TimerNotification.getNotificationID()Gets the identifier of this timer notification.Methods injavax.management.timer that return types with arguments of typeIntegerModifier and TypeMethodDescriptionTimer.getAllNotificationIDs()Gets all timer notification identifiers registered into the list of notifications.TimerMBean.getAllNotificationIDs()Gets all timer notification identifiers registered into the list of notifications.Timer.getNotificationIDs(String type) Gets all the identifiers of timer notifications corresponding to the specified type.TimerMBean.getNotificationIDs(String type) Gets all the identifiers of timer notifications corresponding to the specified type.Methods injavax.management.timer with parameters of typeIntegerModifier and TypeMethodDescriptionGets a copy of the date associated to a timer notification.Gets a copy of the date associated to a timer notification.Timer.getFixedRate(Integer id) Gets a copy of the flag indicating whether a periodic notification is executed atfixed-delay or atfixed-rate.TimerMBean.getFixedRate(Integer id) Gets a copy of the flag indicating whether a periodic notification is executed atfixed-delay or atfixed-rate.Timer.getNbOccurences(Integer id) Gets a copy of the remaining number of occurrences associated to a timer notification.TimerMBean.getNbOccurences(Integer id) Gets a copy of the remaining number of occurrences associated to a timer notification.Timer.getNotificationMessage(Integer id) Gets the timer notification detailed message corresponding to the specified identifier.TimerMBean.getNotificationMessage(Integer id) Gets the timer notification detailed message corresponding to the specified identifier.Timer.getNotificationType(Integer id) Gets the timer notification type corresponding to the specified identifier.TimerMBean.getNotificationType(Integer id) Gets the timer notification type corresponding to the specified identifier.Timer.getNotificationUserData(Integer id) Gets the timer notification user data object corresponding to the specified identifier.TimerMBean.getNotificationUserData(Integer id) Gets the timer notification user data object corresponding to the specified identifier.Gets a copy of the period (in milliseconds) associated to a timer notification.Gets a copy of the period (in milliseconds) associated to a timer notification.voidTimer.removeNotification(Integer id) Removes the timer notification corresponding to the specified identifier from the list of notifications.voidTimerMBean.removeNotification(Integer id) Removes the timer notification corresponding to the specified identifier from the list of notifications.Constructors injavax.management.timer with parameters of typeIntegerModifierConstructorDescriptionTimerNotification(String type,Object source, long sequenceNumber, long timeStamp,String msg,Integer id) Creates a timer notification object.Uses ofInteger injavax.script
Methods injavax.script that return types with arguments of typeIntegerUses ofInteger injavax.swing
Fields injavax.swing declared asIntegerModifier and TypeFieldDescriptionstatic finalIntegerJLayeredPane.DEFAULT_LAYERConvenience object defining the Default layer.static finalIntegerJLayeredPane.DRAG_LAYERConvenience object defining the Drag layer.static finalIntegerJLayeredPane.FRAME_CONTENT_LAYERConvenience object defining the Frame Content layer.static finalIntegerJLayeredPane.MODAL_LAYERConvenience object defining the Modal layer.static finalIntegerJLayeredPane.PALETTE_LAYERConvenience object defining the Palette layer.static finalIntegerJLayeredPane.POPUP_LAYERConvenience object defining the Popup layer.Methods injavax.swing that returnIntegerModifier and TypeMethodDescriptionprotectedIntegerJLayeredPane.getObjectForLayer(int layer) Returns the Integer object associated with a specified layer.Methods injavax.swing that return types with arguments of typeIntegerModifier and TypeMethodDescriptionJSlider.createStandardLabels(int increment) Creates aHashtableof numerical text labels, starting at the slider minimum, and using the increment specified.JSlider.createStandardLabels(int increment, int start) Creates aHashtableof numerical text labels, starting at the starting point specified, and using the increment specified.JLayeredPane.getComponentToLayer()Returns the hashtable that maps components to layers.Methods injavax.swing with parameters of typeIntegerUses ofInteger injavax.swing.plaf.basic
Methods injavax.swing.plaf.basic that returnIntegerModifier and TypeMethodDescriptionprotectedIntegerBasicSliderUI.getHighestValue()Returns the biggest value that has an entry in the label table.protectedIntegerBasicSliderUI.getLowestValue()Returns the smallest value that has an entry in the label table.Uses ofInteger injdk.incubator.vector
Fields injdk.incubator.vector with type parameters of typeIntegerModifier and TypeFieldDescriptionstatic finalVectorOperators.Conversion<Byte,Integer> VectorOperators.B2IConvertbyteValto(int)byteVal.static finalVectorOperators.Conversion<Double,Integer> VectorOperators.D2IConvertdoubleValto(int)doubleVal.static finalVectorOperators.Conversion<Float,Integer> VectorOperators.F2IConvertfloatValto(int)floatVal.static finalVectorOperators.Conversion<Integer,Byte> VectorOperators.I2BConvertintValto(byte)intVal.static finalVectorOperators.Conversion<Integer,Double> VectorOperators.I2DConvertintValto(double)intVal.static finalVectorOperators.Conversion<Integer,Float> VectorOperators.I2FConvertintValto(float)intVal.static finalVectorOperators.Conversion<Integer,Long> VectorOperators.I2LConvertintValto(long)intVal.static finalVectorOperators.Conversion<Integer,Short> VectorOperators.I2SConvertintValto(short)intVal.static finalVectorOperators.Conversion<Long,Integer> VectorOperators.L2IConvertlongValto(int)longVal.static finalVectorOperators.Conversion<Float,Integer> VectorOperators.REINTERPRET_F2IReinterpret bits offloatValasint.static finalVectorOperators.Conversion<Integer,Float> VectorOperators.REINTERPRET_I2FReinterpret bits ofintValasfloat.static finalVectorOperators.Conversion<Short,Integer> VectorOperators.S2IConvertshortValto(int)shortVal.static finalVectorSpecies<Integer>IntVector.SPECIES_128Species representingIntVectors ofVectorShape.S_128_BIT.static finalVectorSpecies<Integer>IntVector.SPECIES_256Species representingIntVectors ofVectorShape.S_256_BIT.static finalVectorSpecies<Integer>IntVector.SPECIES_512Species representingIntVectors ofVectorShape.S_512_BIT.static finalVectorSpecies<Integer>IntVector.SPECIES_64Species representingIntVectors ofVectorShape.S_64_BIT.static finalVectorSpecies<Integer>IntVector.SPECIES_MAXSpecies representingIntVectors ofVectorShape.S_Max_BIT.static finalVectorSpecies<Integer>IntVector.SPECIES_PREFERREDPreferred species forIntVectors.static finalVectorOperators.Conversion<Byte,Integer> VectorOperators.ZERO_EXTEND_B2IZero-extendbyteValtoint.static finalVectorOperators.Conversion<Integer,Long> VectorOperators.ZERO_EXTEND_I2LZero-extendintValtolong.static finalVectorOperators.Conversion<Short,Integer> VectorOperators.ZERO_EXTEND_S2IZero-extendshortValtoint.Methods injdk.incubator.vector that return types with arguments of typeIntegerModifier and TypeMethodDescriptionabstractVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op, int e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op, int e,VectorMask<Integer> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstractVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op, long e,VectorMask<Integer> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstractVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op,Vector<Integer> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op,Vector<Integer> v,VectorMask<Integer> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.finalVectorMask<Integer>IntVector.eq(int e) Tests if this vector is equal to an input scalar.finalVectorMask<Integer>Tests if this vector is equal to another input vector.finalVectorMask<Integer>IntVector.lt(int e) Tests if this vector is less than an input scalar.finalVectorMask<Integer>Tests if this vector is less than another input vector.abstractVectorMask<Integer>IntVector.test(VectorOperators.Test op) Tests the lanes of this vector according to the given operation.finalVectorMask<Integer>IntVector.test(VectorOperators.Test op,VectorMask<Integer> m) Test selected lanes of this vector, according to the given operation.Method parameters injdk.incubator.vector with type arguments of typeIntegerModifier and TypeMethodDescriptionfinalIntVectorIntVector.add(int e,VectorMask<Integer> m) Adds this vector to the broadcast of an input scalar, selecting lane elements controlled by a mask.finalIntVectorAdds this vector to a second input vector.finalIntVectorIntVector.add(Vector<Integer> v,VectorMask<Integer> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.finalIntVectorIntVector.add(Vector<Integer> v,VectorMask<Integer> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.finalIntVectorComputes the bitwise logical conjunction (&) of this vector and a second input vector.finalIntVectorIntVector.bitwiseBlend(int bits,Vector<Integer> mask) Blends together the bits of a vector and a scalar under the control of another vector, which supplies mask bits.finalIntVectorIntVector.bitwiseBlend(Vector<Integer> bits, int mask) Blends together the bits of two vectors under the control of a scalar, which supplies mask bits.finalIntVectorIntVector.bitwiseBlend(Vector<Integer> bits,Vector<Integer> mask) Blends together the bits of two vectors under the control of a third, which supplies mask bits.finalIntVectorIntVector.blend(int e,VectorMask<Integer> m) Replaces selected lanes of this vector with a scalar value under the control of a mask.finalIntVectorIntVector.blend(long e,VectorMask<Integer> m) Replaces selected lanes of this vector with a scalar value under the control of a mask.abstractIntVectorIntVector.blend(Vector<Integer> v,VectorMask<Integer> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstractIntVectorIntVector.blend(Vector<Integer> v,VectorMask<Integer> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.staticIntVectorIntVector.broadcast(VectorSpecies<Integer> species, int e) Returns a vector of the given species where all lane elements are set to the primitive valuee.staticIntVectorIntVector.broadcast(VectorSpecies<Integer> species, long e) Returns a vector of the given species where all lane elements are set to the primitive valuee.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op, int e,VectorMask<Integer> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op, long e,VectorMask<Integer> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstractVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op,Vector<Integer> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op,Vector<Integer> v,VectorMask<Integer> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.finalVectorMask<Integer>IntVector.compare(VectorOperators.Comparison op,Vector<Integer> v,VectorMask<Integer> m) Tests this vector by comparing it with another input vector, according to the given comparison operation, in lanes selected by a mask.finalIntVectorIntVector.div(int e,VectorMask<Integer> m) Divides this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask.finalIntVectorDivides this vector by a second input vector.finalIntVectorIntVector.div(Vector<Integer> v,VectorMask<Integer> m) Divides this vector by a second input vector under the control of a mask.finalIntVectorIntVector.div(Vector<Integer> v,VectorMask<Integer> m) Divides this vector by a second input vector under the control of a mask.finalVectorMask<Integer>Tests if this vector is equal to another input vector.staticIntVectorIntVector.fromArray(VectorSpecies<Integer> species, int[] a, int offset) Loads a vector from an array of typeint[]starting at an offset.staticIntVectorIntVector.fromArray(VectorSpecies<Integer> species, int[] a, int offset, int[] indexMap, int mapOffset) Gathers a new vector composed of elements from an array of typeint[], using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticIntVectorIntVector.fromArray(VectorSpecies<Integer> species, int[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Integer> m) Gathers a new vector composed of elements from an array of typeint[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticIntVectorIntVector.fromArray(VectorSpecies<Integer> species, int[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Integer> m) Gathers a new vector composed of elements from an array of typeint[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.staticIntVectorIntVector.fromArray(VectorSpecies<Integer> species, int[] a, int offset,VectorMask<Integer> m) Loads a vector from an array of typeint[]starting at an offset and using a mask.staticIntVectorIntVector.fromArray(VectorSpecies<Integer> species, int[] a, int offset,VectorMask<Integer> m) Loads a vector from an array of typeint[]starting at an offset and using a mask.staticIntVectorIntVector.fromByteArray(VectorSpecies<Integer> species, byte[] a, int offset,ByteOrder bo) Loads a vector from a byte array starting at an offset.staticIntVectorIntVector.fromByteArray(VectorSpecies<Integer> species, byte[] a, int offset,ByteOrder bo,VectorMask<Integer> m) Loads a vector from a byte array starting at an offset and using a mask.staticIntVectorIntVector.fromByteArray(VectorSpecies<Integer> species, byte[] a, int offset,ByteOrder bo,VectorMask<Integer> m) Loads a vector from a byte array starting at an offset and using a mask.staticIntVectorIntVector.fromByteBuffer(VectorSpecies<Integer> species,ByteBuffer bb, int offset,ByteOrder bo) Loads a vector from abyte buffer starting at an offset into the byte buffer.staticIntVectorIntVector.fromByteBuffer(VectorSpecies<Integer> species,ByteBuffer bb, int offset,ByteOrder bo,VectorMask<Integer> m) Loads a vector from abyte buffer starting at an offset into the byte buffer and using a mask.staticIntVectorIntVector.fromByteBuffer(VectorSpecies<Integer> species,ByteBuffer bb, int offset,ByteOrder bo,VectorMask<Integer> m) Loads a vector from abyte buffer starting at an offset into the byte buffer and using a mask.final voidIntVector.intoArray(int[] a, int offset, int[] indexMap, int mapOffset,VectorMask<Integer> m) Scatters this vector into an array of typeint[], under the control of a mask, and using indexes obtained by adding a fixedoffsetto a series of secondary offsets from anindex map.final voidIntVector.intoArray(int[] a, int offset,VectorMask<Integer> m) Stores this vector into an array of typeint[]starting at offset and using a mask.final voidIntVector.intoByteArray(byte[] a, int offset,ByteOrder bo,VectorMask<Integer> m) Stores this vector into a byte array starting at an offset using explicit byte order and a mask.final voidIntVector.intoByteBuffer(ByteBuffer bb, int offset,ByteOrder bo,VectorMask<Integer> m) Stores this vector into a byte buffer starting at an offset using explicit byte order and a mask.finalIntVectorIntVector.lanewise(VectorOperators.Binary op, int e,VectorMask<Integer> m) Combines the lane values of this vector with the value of a broadcast scalar, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Binary op, long e,VectorMask<Integer> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.abstractIntVectorIntVector.lanewise(VectorOperators.Binary op,Vector<Integer> v) Combines the corresponding lane values of this vector with those of a second input vector.finalIntVectorIntVector.lanewise(VectorOperators.Binary op,Vector<Integer> v,VectorMask<Integer> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Binary op,Vector<Integer> v,VectorMask<Integer> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op, int e1, int e2,VectorMask<Integer> m) Combines the lane values of this vector with the values of two broadcast scalars, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op, int e1,Vector<Integer> v2) Combines the lane values of this vector with the values of another vector and a broadcast scalar.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op, int e1,Vector<Integer> v2,VectorMask<Integer> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op, int e1,Vector<Integer> v2,VectorMask<Integer> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op,Vector<Integer> v1, int e2) Combines the lane values of this vector with the values of another vector and a broadcast scalar.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op,Vector<Integer> v1, int e2,VectorMask<Integer> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op,Vector<Integer> v1, int e2,VectorMask<Integer> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.abstractIntVectorCombines the corresponding lane values of this vector with the lanes of a second and a third input vector.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op,Vector<Integer> v1,Vector<Integer> v2,VectorMask<Integer> m) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Ternary op,Vector<Integer> v1,Vector<Integer> v2,VectorMask<Integer> m) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector, with selection of lane elements controlled by a mask.finalIntVectorIntVector.lanewise(VectorOperators.Unary op,VectorMask<Integer> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.finalVectorMask<Integer>Tests if this vector is less than another input vector.finalIntVectorComputes the larger of this vector and a second input vector.finalIntVectorComputes the smaller of this vector and a second input vector.finalIntVectorIntVector.mul(int e,VectorMask<Integer> m) Multiplies this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask.finalIntVectorMultiplies this vector by a second input vector.finalIntVectorIntVector.mul(Vector<Integer> v,VectorMask<Integer> m) Multiplies this vector by a second input vector under the control of a mask.finalIntVectorIntVector.mul(Vector<Integer> v,VectorMask<Integer> m) Multiplies this vector by a second input vector under the control of a mask.finalIntVectorComputes the bitwise logical disjunction (|) of this vector and a second input vector.abstractIntVectorIntVector.rearrange(VectorShuffle<Integer> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstractIntVectorIntVector.rearrange(VectorShuffle<Integer> s,Vector<Integer> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstractIntVectorIntVector.rearrange(VectorShuffle<Integer> s,Vector<Integer> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstractIntVectorIntVector.rearrange(VectorShuffle<Integer> s,VectorMask<Integer> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstractIntVectorIntVector.rearrange(VectorShuffle<Integer> s,VectorMask<Integer> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract intIntVector.reduceLanes(VectorOperators.Associative op,VectorMask<Integer> m) Returns a value accumulated from selected lanes of this vector, controlled by a mask.abstractIntVectorIntVector.selectFrom(Vector<Integer> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv.abstractIntVectorIntVector.selectFrom(Vector<Integer> s,VectorMask<Integer> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstractIntVectorIntVector.selectFrom(Vector<Integer> s,VectorMask<Integer> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstractIntVectorSlices a segment of adjacent lanes, starting at a givenoriginlane in the current vector, and continuing (as needed) into an immediately following vector.finalIntVectorIntVector.slice(int origin,Vector<Integer> w,VectorMask<Integer> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenoriginlane in the current vector, and continuing (as needed) into an immediately following vector.finalIntVectorIntVector.slice(int origin,Vector<Integer> w,VectorMask<Integer> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenoriginlane in the current vector, and continuing (as needed) into an immediately following vector.finalIntVectorIntVector.sub(int e,VectorMask<Integer> m) Subtracts an input scalar from this vector under the control of a mask.finalIntVectorSubtracts a second input vector from this vector.finalIntVectorIntVector.sub(Vector<Integer> v,VectorMask<Integer> m) Subtracts a second input vector from this vector under the control of a mask.finalIntVectorIntVector.sub(Vector<Integer> v,VectorMask<Integer> m) Subtracts a second input vector from this vector under the control of a mask.finalVectorMask<Integer>IntVector.test(VectorOperators.Test op,VectorMask<Integer> m) Test selected lanes of this vector, according to the given operation.abstractIntVectorReverses aslice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()operation.abstractIntVectorIntVector.unslice(int origin,Vector<Integer> w, int part,VectorMask<Integer> m) Reverses aslice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()operation.abstractIntVectorIntVector.unslice(int origin,Vector<Integer> w, int part,VectorMask<Integer> m) Reverses aslice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()operation.staticIntVectorIntVector.zero(VectorSpecies<Integer> species) Returns a vector of the given species where all lane elements are set to zero, the default primitive value.Uses ofInteger injdk.jshell
Method parameters injdk.jshell with type arguments of typeIntegerModifier and TypeMethodDescriptionJShell.Builder.idGenerator(BiFunction<Snippet, Integer, String> generator) Sets the generator of identifying names for Snippets.Uses ofInteger injdk.net
Modifier and TypeFieldDescriptionstatic finalSocketOption<Integer>ExtendedSocketOptions.SO_INCOMING_NAPI_IDIdentifies the receive queue that the last incoming packet for the socket was received on.static finalSocketOption<Integer>ExtendedSocketOptions.TCP_KEEPCOUNTKeep-Alive retransmission maximum limit.static finalSocketOption<Integer>ExtendedSocketOptions.TCP_KEEPIDLEKeep-Alive idle time.static finalSocketOption<Integer>ExtendedSocketOptions.TCP_KEEPINTERVALKeep-Alive retransmission interval time.