|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuppressWarnings | |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
java.util.concurrent | Utility classes commonly useful in concurrent programming. |
javax.management | Provides the core classes for the Java Management Extensions. |
javax.management.modelmbean | Provides the definition of the ModelMBean classes. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
javax.management.relation | Provides the definition of the Relation Service. |
javax.realtime | Jamaica's implementation of the Real-Time Specification for Java. |
javax.swing | Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. |
Uses of SuppressWarnings in java.lang |
---|
Methods in java.lang with annotations of type SuppressWarnings | |
---|---|
T[] |
Class.getEnumConstants()
getEnumConstants returns an array with all the constants of this enumeration type, or null if this is not an enumeration type. |
Uses of SuppressWarnings in java.util |
---|
Fields in java.util with annotations of type SuppressWarnings | |
---|---|
static List |
Collections.EMPTY_LIST
The empty list (immutable). |
static Map |
Collections.EMPTY_MAP
The empty map (immutable). |
static Set |
Collections.EMPTY_SET
The empty set (immutable). |
Methods in java.util with annotations of type SuppressWarnings | ||
---|---|---|
static
|
Collections.emptyEnumeration()
Returns an enumeration that has no elements. |
|
static
|
Collections.emptyIterator()
Returns an iterator that has no elements. |
|
static
|
Collections.emptyList()
Returns the empty list (immutable). |
|
static
|
Collections.emptyListIterator()
Returns a list iterator that has no elements. |
|
static
|
Collections.emptyMap()
Returns the empty map (immutable). |
|
static
|
Collections.emptySet()
Returns the empty set (immutable). |
|
|
ArrayList.toArray(T[] a)
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array. |
|
|
Vector.toArray(T[] a)
Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array. |
Uses of SuppressWarnings in java.util.concurrent |
---|
Methods in java.util.concurrent with annotations of type SuppressWarnings | ||
---|---|---|
|
CopyOnWriteArrayList.toArray(T[] a)
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array. |
Uses of SuppressWarnings in javax.management |
---|
Classes in javax.management with annotations of type SuppressWarnings | |
---|---|
class |
MBeanAttributeInfo
Describes an MBean attribute exposed for management. |
class |
Notification
The Notification class represents a notification emitted by an MBean. |
class |
ObjectName
Represents the object name of an MBean, or a pattern that can match the names of several MBeans. |
Methods in javax.management with annotations of type SuppressWarnings | |
---|---|
List<Attribute> |
AttributeList.asList()
Return a view of this list as a List<Attribute> . |
Uses of SuppressWarnings in javax.management.modelmbean |
---|
Classes in javax.management.modelmbean with annotations of type SuppressWarnings | |
---|---|
class |
DescriptorSupport
This class represents the metadata set for a ModelMBean element. |
class |
InvalidTargetObjectTypeException
Exception thrown when an invalid target object type is specified. |
class |
ModelMBeanAttributeInfo
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean. |
class |
ModelMBeanConstructorInfo
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean. |
class |
ModelMBeanInfoSupport
This class represents the meta data for ModelMBeans. |
class |
ModelMBeanNotificationInfo
The ModelMBeanNotificationInfo object describes a notification emitted by a ModelMBean. |
class |
ModelMBeanOperationInfo
The ModelMBeanOperationInfo object describes a management operation of the ModelMBean. |
class |
XMLParseException
This exception is thrown when an XML formatted string is being parsed into ModelMBean objects or when XML formatted strings are being created from ModelMBean objects. |
Uses of SuppressWarnings in javax.management.openmbean |
---|
Methods in javax.management.openmbean with annotations of type SuppressWarnings | ||
---|---|---|
Set<Map.Entry<Object,Object>> |
TabularDataSupport.entrySet()
Returns a collection view of the index to row mappings contained in this TabularDataSupport instance. |
|
static
|
ArrayType.getPrimitiveArrayType(Class<T> arrayClass)
Create an ArrayType instance in a type-safe manner. |
|
Collection<Object> |
TabularDataSupport.values()
Returns a collection view of the rows contained in this TabularDataSupport instance. |
Uses of SuppressWarnings in javax.management.relation |
---|
Classes in javax.management.relation with annotations of type SuppressWarnings | |
---|---|
class |
MBeanServerNotificationFilter
Filter for MBeanServerNotification . |
class |
RelationNotification
A notification of a change in the Relation Service. |
class |
RelationTypeSupport
A RelationTypeSupport object implements the RelationType interface. |
class |
Role
Represents a role: includes a role name and referenced MBeans (via their ObjectNames). |
class |
RoleInfo
A RoleInfo object summarises a role in a relation type. |
class |
RoleResult
Represents the result of a multiple access to several roles of a relation (either for reading or writing). |
class |
RoleUnresolved
Represents an unresolved role: a role not retrieved from a relation due to a problem. |
Methods in javax.management.relation with annotations of type SuppressWarnings | |
---|---|
List<Role> |
RoleList.asList()
Return a view of this list as a List<Role> . |
List<RoleUnresolved> |
RoleUnresolvedList.asList()
Return a view of this list as a List<RoleUnresolved> . |
Uses of SuppressWarnings in javax.realtime |
---|
Methods in javax.realtime with annotations of type SuppressWarnings | |
---|---|
void |
PeriodicTimer.setInterval(RelativeTime newinterval)
setInterval changes the interval for this periodic timer. |
Uses of SuppressWarnings in javax.swing |
---|
Classes in javax.swing with annotations of type SuppressWarnings | |
---|---|
class |
TransferHandler
This class is used to handle the transfer of a Transferable
to and from Swing components. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |