Uses of Class java.lang.Integer

Uses in package javax.management.remote

Constructors with parameter type java.lang.Integer

Constructs a new TargetedNotification which connects the supplied notification with the specified identifier.

Methods with return type java.lang.Integer

Integer
Returns the identifier for the listener which received the notification.

Uses in package java.lang

Methods with parameter type java.lang.Integer

int
Compare two Integers numerically by comparing their int values.
Integer
Get the specified system property as an Integer, or use a default Integer value if the property is not found or is not decodable.

Methods with return type java.lang.Integer

Integer
Convert the specified String into an Integer.
Integer
Get the specified system property as an Integer.
Integer
Integer.getInteger(String nm, int val)
Get the specified system property as an Integer, or use a default int value if the property is not found or is not decodable.
Integer
Get the specified system property as an Integer, or use a default Integer value if the property is not found or is not decodable.
Integer
Integer.valueOf(int val)
Returns an Integer object wrapping the value.
Integer
Creates a new Integer object using the String, assuming a radix of 10.
Integer
Integer.valueOf(String s, int radix)
Creates a new Integer object using the String and specified radix (base).

Uses in package gnu.javax.crypto.jce.spec

Constructors with parameter type java.lang.Integer

Create a new parameter specification with no prefix.
TMMHParameterSpec.TMMHParameterSpec(IRandom keystream, Integer tagLength, byte[] prefix)
Create a new parameter specification.

Fields of type java.lang.Integer

Integer
The tag length.

Methods with return type java.lang.Integer

Integer
Return the tag length this specification was initialized with.

Uses in package java.awt.font

Fields of type java.lang.Integer

Integer
A value that can be used with the SUPERSCRIPT attribute.
Integer
A value that can be used with the SUPERSCRIPT attribute.
Integer
A value that can be used with the UNDERLINE attribute.
Integer
A value that can be used with the UNDERLINE attribute.
Integer
A value that can be used with the UNDERLINE attribute.
Integer
A value that can be used with the UNDERLINE attribute.
Integer
A value that can be used with the UNDERLINE attribute.
Integer
A value that can be used with the UNDERLINE attribute.

Uses in package gnu.javax.management

Methods with return type java.lang.Integer

Integer
Returns the number of management beans registered with this server.

Uses in package javax.management.remote.rmi

Methods with parameter type java.lang.Integer

void
RMIConnection.removeNotificationListeners(ObjectName name, Integer[] listenerIds, Subject delegationSubject)
Removes one or more NotificationListeners from the specified management bean.

Methods with return type java.lang.Integer

Integer
RMIConnection.getMBeanCount(Subject delegationSubject)
Handles MBeanServerConnection.getMBeanCount() by returning the number of management beans registered with this server.

Uses in package gnu.javax.crypto.keyring

Fields of type java.lang.Integer

Integer
The iteration count for password-based KDFs.

Uses in package javax.management

Methods with return type java.lang.Integer

Integer
Returns the number of management beans registered with this server.
Integer
Returns the number of management beans registered with this server.

Uses in package javax.swing

Fields of type java.lang.Integer

Integer
Integer
Integer
Integer
Integer
Integer

Methods with parameter type java.lang.Integer

void
A helper method that sets the layer that this JInternalFrame resides in.

Methods with return type java.lang.Integer

Integer
Return an Integer object which holds the same int value as the parameter.

Uses in package gnu.java.security.util

Methods with return type java.lang.Integer

Integer
IntegerUtil.valueOf(int anInt)
Simulates the valueOf(int) method found in Integer of the RI's version 1.5 using a local LRU cache of 100 elements, organized by access order.
Integer
Similar to Integer.valueOf(String) except it caches the result in a local LRU cache of 100 elements, organized by access order.