Uses of Class
java.lang.SuppressWarnings
-
Packages that use SuppressWarnings Package Description java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.java.awt.dnd Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.java.beans.beancontext Provides classes and interfaces relating to bean context.java.io Provides for system input and output through data streams, serialization and the file system.java.lang Provides classes that are fundamental to the design of the Java programming language.java.lang.instrument Provides services that allow Java programming language agents to instrument programs running on the JVM.java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.java.net Provides the classes for implementing networking applications.java.sql Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language.java.text Provides classes and interfaces for handling text, dates, numbers, and messages in a manner independent of natural languages.java.time The main API for dates, times, instants, and durations.java.time.chrono Generic API for calendar systems other than the default ISO.java.time.temporal Access to date and time using fields and units, and date time adjusters.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.java.util.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables.java.util.stream Classes to support functional-style operations on streams of elements, such as map-reduce transformations on collections.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.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.javax.naming Provides the classes and interfaces for accessing naming services.javax.naming.directory Extends the javax.naming package to provide functionality for accessing directory services.javax.naming.ldap Provides support for LDAPv3 extended operations and controls.javax.naming.spi javax.sql.rowset.serial Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.javax.swing.border Provides classes and interface for drawing specialized borders around a Swing component.javax.swing.event Provides for events fired by Swing components.javax.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components.javax.swing.tree Provides classes and interfaces for dealing withjavax.swing.JTree
.javax.xml.crypto Common classes for XML cryptography.javax.xml.crypto.dom DOM-specific classes for thejavax.xml.crypto
package.javax.xml.crypto.dsig Classes for generating and validating XML digital signatures.javax.xml.crypto.dsig.keyinfo Classes for parsing and processingKeyInfo
elements and structures.javax.xml.crypto.dsig.spec Parameter classes for XML digital signatures.javax.xml.parsers Provides classes allowing the processing of XML documents.org.xml.sax.helpers This package contains "helper" classes, including support for bootstrapping SAX-based applications. -
-
Uses of SuppressWarnings in java.applet
Methods in java.applet with annotations of type SuppressWarnings Modifier and Type Method and Description void
Applet. resize(Dimension d)
Requests that this applet be resized.void
Applet. resize(int width, int height)
Requests that this applet be resized. -
Uses of SuppressWarnings in java.awt
Methods in java.awt with annotations of type SuppressWarnings Modifier and Type Method and Description Object
RenderingHints. clone()
Creates a clone of thisRenderingHints
object that has the same contents as thisRenderingHints
object.Set<AWTKeyStroke>
Window. getFocusTraversalKeys(int id)
Gets a focus traversal key for this Window.<T extends EventListener>
T[]Component. getListeners(Class<T> listenerType)
Returns an array of all the objects currently registered asFooListener
s upon thisComponent
.static <T extends EventListener>
T[]AWTEventMulticaster. getListeners(EventListener l, Class<T> listenerType)
Returns an array of all the objects chained asFooListener
s by the specifiedjava.util.EventListener
.void
Component. remove(MenuComponent popup)
Removes the specified popup menu from the component. -
Uses of SuppressWarnings in java.awt.dnd
Methods in java.awt.dnd with annotations of type SuppressWarnings Modifier and Type Method and Description Iterator<InputEvent>
DragGestureEvent. iterator()
Returns anIterator
for the events comprising the gesture.Object[]
DragGestureEvent. toArray(Object[] array)
Returns an array of the events comprising the drag gesture. -
Uses of SuppressWarnings in java.awt.geom
Methods in java.awt.geom with annotations of type SuppressWarnings Modifier and Type Method and Description void
AffineTransform. concatenate(AffineTransform Tx)
Concatenates anAffineTransform
Tx
to thisAffineTransform
Cx in the most commonly useful way to provide a new user space that is mapped to the former user space byTx
.double
AffineTransform. getDeterminant()
Returns the determinant of the matrix representation of the transform.Point2D
AffineTransform. inverseTransform(Point2D ptSrc, Point2D ptDst)
Inverse transforms the specifiedptSrc
and stores the result inptDst
.void
AffineTransform. preConcatenate(AffineTransform Tx)
Concatenates anAffineTransform
Tx
to thisAffineTransform
Cx in a less commonly used way such thatTx
modifies the coordinate transformation relative to the absolute pixel space rather than relative to the existing user space.void
AffineTransform. scale(double sx, double sy)
Concatenates this transform with a scaling transformation. -
Uses of SuppressWarnings in java.beans.beancontext
Classes in java.beans.beancontext with annotations of type SuppressWarnings Modifier and Type Interface and Description interface
BeanContext
The BeanContext acts a logical hierarchical container for JavaBeans.Fields in java.beans.beancontext with annotations of type SuppressWarnings Modifier and Type Field and Description protected Collection
BeanContextMembershipEvent. children
The list of children affected by this event notification.Methods in java.beans.beancontext with annotations of type SuppressWarnings Modifier and Type Method and Description Iterator
BeanContextMembershipEvent. iterator()
Gets the array of children affected by this event.Constructors in java.beans.beancontext with annotations of type SuppressWarnings Constructor and Description BeanContextMembershipEvent(BeanContext bc, Collection changes)
Contruct a BeanContextMembershipEvent -
Uses of SuppressWarnings in java.io
Methods in java.io with annotations of type SuppressWarnings Modifier and Type Method and Description void
BufferedWriter. close()
void
FilterOutputStream. close()
Closes this output stream and releases any system resources associated with the stream.int
LineNumberInputStream. read()
Deprecated.Reads the next byte of data from this input stream.int
LineNumberReader. read()
Read a single character.int
LineNumberReader. read(char[] cbuf, int off, int len)
Read characters into a portion of an array.void
RandomAccessFile. writeBytes(String s)
Writes the string to the file as a sequence of bytes. -
Uses of SuppressWarnings in java.lang
Classes in java.lang with annotations of type SuppressWarnings Modifier and Type Class and Description class
EnumConstantNotPresentException
Thrown when an application tries to access an enum constant by name and the enum type contains no constant with the specified name.Fields in java.lang with annotations of type SuppressWarnings Modifier and Type Field and Description static Class<Float>
Float. TYPE
TheClass
instance representing the primitive typefloat
.static Class<Short>
Short. TYPE
TheClass
instance representing the primitive typeshort
.static Class<Byte>
Byte. TYPE
TheClass
instance representing the primitive typebyte
.static Class<Double>
Double. TYPE
TheClass
instance representing the primitive typedouble
.static Class<Character>
Character. TYPE
TheClass
instance representing the primitive typechar
.static Class<Boolean>
Boolean. TYPE
The Class object representing the primitive type boolean.static Class<Long>
Long. TYPE
TheClass
instance representing the primitive typelong
.static Class<Integer>
Integer. TYPE
TheClass
instance representing the primitive typeint
.static Class<Void>
Void. TYPE
TheClass
object representing the pseudo-type corresponding to the keywordvoid
.Methods in java.lang with annotations of type SuppressWarnings Modifier and Type Method and Description <U> Class<? extends U>
Class. asSubclass(Class<U> clazz)
Casts thisClass
object to represent a subclass of the class represented by the specified class object.T
Class. cast(Object obj)
Casts an object to the class or interface represented by thisClass
object.<A extends Annotation>
AClass. getAnnotation(Class<A> annotationClass)
<A extends Annotation>
AClass. getDeclaredAnnotation(Class<A> annotationClass)
Class<E>
Enum. getDeclaringClass()
Returns the Class object corresponding to this enum constant's enum type.TypeVariable<Class<T>>[]
Class. getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.void
ThreadGroup. resume()
Deprecated.This method is used solely in conjunction with Thread.suspend and ThreadGroup.suspend, both of which have been deprecated, as they are inherently deadlock-prone. SeeThread.suspend()
for details.void
ThreadGroup. suspend()
Deprecated.This method is inherently deadlock-prone. SeeThread.suspend()
for details. -
Uses of SuppressWarnings in java.lang.instrument
Methods in java.lang.instrument with annotations of type SuppressWarnings Modifier and Type Method and Description Class[]
Instrumentation. getAllLoadedClasses()
Returns an array of all classes currently loaded by the JVM.Class[]
Instrumentation. getInitiatedClasses(ClassLoader loader)
Returns an array of all classes for whichloader
is an initiating loader. -
Uses of SuppressWarnings in java.lang.reflect
Methods in java.lang.reflect with annotations of type SuppressWarnings Modifier and Type Method and Description TypeVariable<Method>[]
Method. getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order.TypeVariable<Constructor<T>>[]
Constructor. getTypeParameters()
Returns an array ofTypeVariable
objects that represent the type variables declared by the generic declaration represented by thisGenericDeclaration
object, in declaration order. -
Uses of SuppressWarnings in java.net
Methods in java.net with annotations of type SuppressWarnings Modifier and Type Method and Description Object
ContentHandler. getContent(URLConnection urlc, Class[] classes)
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.long
HttpURLConnection. getHeaderFieldDate(String name, long Default)
long
URLConnection. getHeaderFieldDate(String name, long Default)
Returns the value of the named field parsed as date. -
Uses of SuppressWarnings in java.sql
Methods in java.sql with annotations of type SuppressWarnings Modifier and Type Method and Description LocalDate
Date. toLocalDate()
Converts thisDate
object to aLocalDate
LocalDateTime
Timestamp. toLocalDateTime()
Converts thisTimestamp
object to aLocalDateTime
.LocalTime
Time. toLocalTime()
Converts thisTime
object to aLocalTime
.String
Timestamp. toString()
Formats a timestamp in JDBC timestamp escape format.String
Time. toString()
Formats a time in JDBC time escape format.String
Date. toString()
Formats a date in the date escape format yyyy-mm-dd.static Date
Date. valueOf(LocalDate date)
Obtains an instance ofDate
from aLocalDate
object with the same year, month and day of month value as the givenLocalDate
.static Timestamp
Timestamp. valueOf(LocalDateTime dateTime)
Obtains an instance ofTimestamp
from aLocalDateTime
object, with the same year, month, day of month, hours, minutes, seconds and nanos date-time value as the providedLocalDateTime
.static Time
Time. valueOf(LocalTime time)
Obtains an instance ofTime
from aLocalTime
object with the same hour, minute and second time value as the givenLocalTime
. -
Uses of SuppressWarnings in java.text
Methods in java.text with annotations of type SuppressWarnings Modifier and Type Method and Description void
MessageFormat. applyPattern(String pattern)
Sets the pattern used by this message format.void
CollationElementIterator. setOffset(int newOffset)
Sets the iterator to point to the collation element corresponding to the specified character (the parameter is a CHARACTER offset in the original string, not an offset into its corresponding sequence of collation elements). -
Uses of SuppressWarnings in java.time
Methods in java.time with annotations of type SuppressWarnings Modifier and Type Method and Description static ZoneOffset
ZoneOffset. of(String offsetId)
Obtains an instance ofZoneOffset
using the ID.<R> R
Year. query(TemporalQuery<R> query)
Queries this year using the specified query.<R> R
MonthDay. query(TemporalQuery<R> query)
Queries this month-day using the specified query.<R> R
YearMonth. query(TemporalQuery<R> query)
Queries this year-month using the specified query.<R> R
DayOfWeek. query(TemporalQuery<R> query)
Queries this day-of-week using the specified query.<R> R
Month. query(TemporalQuery<R> query)
Queries this month-of-year using the specified query.<R> R
OffsetTime. query(TemporalQuery<R> query)
Queries this time using the specified query.<R> R
LocalDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.<R> R
LocalDate. query(TemporalQuery<R> query)
Queries this date using the specified query.<R> R
ZonedDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.<R> R
OffsetDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.<R> R
ZoneOffset. query(TemporalQuery<R> query)
Queries this offset using the specified query.<R> R
Instant. query(TemporalQuery<R> query)
Queries this instant using the specified query.<R> R
LocalTime. query(TemporalQuery<R> query)
Queries this time using the specified query. -
Uses of SuppressWarnings in java.time.chrono
Methods in java.time.chrono with annotations of type SuppressWarnings Modifier and Type Method and Description ChronoLocalDateTime<ThaiBuddhistDate>
ThaiBuddhistDate. atTime(LocalTime localTime)
ChronoLocalDateTime<JapaneseDate>
JapaneseDate. atTime(LocalTime localTime)
ChronoLocalDateTime<HijrahDate>
HijrahDate. atTime(LocalTime localTime)
ChronoLocalDateTime<MinguoDate>
MinguoDate. atTime(LocalTime localTime)
default ChronoLocalDateTime<?>
ChronoLocalDate. atTime(LocalTime localTime)
Combines this date with a time to create aChronoLocalDateTime
.ChronoLocalDateTime<ThaiBuddhistDate>
ThaiBuddhistChronology. localDateTime(TemporalAccessor temporal)
ChronoLocalDateTime<JapaneseDate>
JapaneseChronology. localDateTime(TemporalAccessor temporal)
ChronoLocalDateTime<HijrahDate>
HijrahChronology. localDateTime(TemporalAccessor temporal)
ChronoLocalDateTime<MinguoDate>
MinguoChronology. localDateTime(TemporalAccessor temporal)
default <R> R
Era. query(TemporalQuery<R> query)
Queries this era using the specified query.default <R> R
ChronoLocalDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.default <R> R
ChronoLocalDate. query(TemporalQuery<R> query)
Queries this date using the specified query.default <R> R
ChronoZonedDateTime. query(TemporalQuery<R> query)
Queries this date-time using the specified query.ChronoZonedDateTime<ThaiBuddhistDate>
ThaiBuddhistChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<JapaneseDate>
JapaneseChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<HijrahDate>
HijrahChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<MinguoDate>
MinguoChronology. zonedDateTime(Instant instant, ZoneId zone)
ChronoZonedDateTime<ThaiBuddhistDate>
ThaiBuddhistChronology. zonedDateTime(TemporalAccessor temporal)
ChronoZonedDateTime<JapaneseDate>
JapaneseChronology. zonedDateTime(TemporalAccessor temporal)
ChronoZonedDateTime<HijrahDate>
HijrahChronology. zonedDateTime(TemporalAccessor temporal)
ChronoZonedDateTime<MinguoDate>
MinguoChronology. zonedDateTime(TemporalAccessor temporal)
-
Uses of SuppressWarnings in java.time.temporal
Methods in java.time.temporal with annotations of type SuppressWarnings Modifier and Type Method and Description <R extends Temporal>
RChronoUnit. addTo(R temporal, long amount)
<R extends Temporal>
RChronoField. adjustInto(R temporal, long newValue)
-
Uses of SuppressWarnings in java.util
Fields in java.util with annotations of type SuppressWarnings Modifier and Type Field and Description protected boolean
Calendar. areFieldsSet
True iffields[]
are in sync with the currently set time.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).protected int[]
Calendar. fields
The calendar field values for the currently set time for this calendar.protected boolean[]
Calendar. isSet
The flags which tell if a specified calendar field for the calendar is set.protected boolean
Calendar. isTimeSet
True if then the value oftime
is valid.protected long
Calendar. time
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.Methods in java.util with annotations of type SuppressWarnings Modifier and Type Method and Description static <T> List<T>
Arrays. asList(T... a)
Returns a fixed-size list backed by the specified array.static <T> int
Collections. binarySearch(List<? extends T> list, T key, Comparator<? super T> c)
Searches the specified list for the specified object using the binary search algorithm.EnumSet<E>
EnumSet. clone()
Returns a copy of this set.EnumMap<K,V>
EnumMap. clone()
Returns a shallow copy of this enum map.Object
TreeSet. clone()
Returns a shallow copy of thisTreeSet
instance.Object
HashSet. clone()
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.Object
HashMap. clone()
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.static <T> T[]
Arrays. copyOf(T[] original, int newLength)
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.static <T> T[]
Arrays. copyOfRange(T[] original, int from, int to)
Copies the specified range of the specified array into a new array.static <T> Enumeration<T>
Collections. emptyEnumeration()
Returns an enumeration that has no elements.static <T> Iterator<T>
Collections. emptyIterator()
Returns an iterator that has no elements.static <T> List<T>
Collections. emptyList()
Returns an empty list (immutable).static <T> ListIterator<T>
Collections. emptyListIterator()
Returns a list iterator that has no elements.static <K,V> Map<K,V>
Collections. emptyMap()
Returns an empty map (immutable).static <K,V> NavigableMap<K,V>
Collections. emptyNavigableMap()
Returns an empty navigable map (immutable).static <E> NavigableSet<E>
Collections. emptyNavigableSet()
Returns an empty navigable set (immutable).static <T> Set<T>
Collections. emptySet()
Returns an empty set (immutable).static <K,V> SortedMap<K,V>
Collections. emptySortedMap()
Returns an empty sorted map (immutable).static <E> SortedSet<E>
Collections. emptySortedSet()
Returns an empty sorted set (immutable).static <T> Spliterator<T>
Spliterators. emptySpliterator()
Creates an emptySpliterator
String
Base64.Encoder. encodeToString(byte[] src)
Encodes the specified byte array into a String using theBase64
encoding scheme.boolean
Calendar. equals(Object obj)
Compares thisCalendar
to the specifiedObject
.void
IdentityHashMap. forEach(BiConsumer<? super K,? super V> action)
void
Hashtable. forEach(BiConsumer<? super K,? super V> action)
void
WeakHashMap. forEach(BiConsumer<? super K,? super V> action)
void
PrimitiveIterator. forEachRemaining(T_CONS action)
Performs the given action for each remaining element, in the order elements occur when iterating, until all elements have been processed or the action throws an exception.default void
Spliterator.OfPrimitive. forEachRemaining(T_CONS 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.V
IdentityHashMap. get(Object key)
Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.V
Hashtable. get(Object key)
Returns the value to which the specified key is mapped, ornull
if this map contains no mapping for the key.static <T> T
Collections. max(Collection<? extends T> coll, Comparator<? super T> comp)
Returns the maximum element of the given collection, according to the order induced by the specified comparator.static <T> T
Collections. min(Collection<? extends T> coll, Comparator<? super T> comp)
Returns the minimum element of the given collection, according to the order induced by the specified comparator.static <T extends Comparable<? super T>>
Comparator<T>Comparator. naturalOrder()
Returns a comparator that comparesComparable
objects in natural order.static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a)
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.static <T> void
Arrays. parallelSort(T[] a, Comparator<? super T> cmp)
Sorts the specified array of objects according to the order induced by the specified comparator.static <T extends Comparable<? super T>>
voidArrays. parallelSort(T[] a, int fromIndex, int toIndex)
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.static <T> void
Arrays. parallelSort(T[] a, int fromIndex, int toIndex, Comparator<? super T> cmp)
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.E
PriorityQueue. peek()
E
ArrayDeque. peekFirst()
E
ArrayDeque. peekLast()
E
PriorityQueue. poll()
protected void
Hashtable. rehash()
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.boolean
Vector. removeIf(Predicate<? super E> filter)
void
IdentityHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
Hashtable. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
WeakHashMap. replaceAll(BiFunction<? super K,? super V,? extends V> function)
void
ArrayList. replaceAll(UnaryOperator<E> operator)
void
Vector. replaceAll(UnaryOperator<E> operator)
static void
Collections. reverse(List<?> list)
Reverses the order of the elements in the specified list.static <T> Comparator<T>
Collections. reverseOrder()
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement theComparable
interface.static void
Collections. shuffle(List<?> list, Random rnd)
Randomly permute the specified list using the specified source of randomness.void
ArrayList. sort(Comparator<? super E> c)
void
Vector. sort(Comparator<? super E> c)
default void
List. sort(Comparator<? super E> c)
Sorts this list according to the order induced by the specifiedComparator
.static <T extends Comparable<? super T>>
voidCollections. sort(List<T> list)
Sorts the specified list into ascending order, according to the natural ordering of its elements.static <T> void
Collections. sort(List<T> list, Comparator<? super T> c)
Sorts the specified list according to the order induced by the specified comparator.static void
Collections. swap(List<?> list, int i, int j)
Swaps the elements at the specified positions in the specified list.<T> T[]
ArrayDeque. toArray(T[] a)
Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.<T> T[]
PriorityQueue. toArray(T[] a)
Returns an array containing all of the elements in this queue; the runtime type of the returned array is that of the specified array.<T> T[]
LinkedList. 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.<T> T[]
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.<T> T[]
AbstractCollection. toArray(T[] a)
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.<T> T[]
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.boolean
Spliterator.OfPrimitive. tryAdvance(T_CONS action)
If a remaining element exists, performs the given action on it, returningtrue
; else returnsfalse
.Constructors in java.util with annotations of type SuppressWarnings Constructor and Description PriorityQueue(Collection<? extends E> c)
Creates aPriorityQueue
containing the elements in the specified collection.PriorityQueue(PriorityQueue<? extends E> c)
Creates aPriorityQueue
containing the elements in the specified priority queue.PriorityQueue(SortedSet<? extends E> c)
Creates aPriorityQueue
containing the elements in the specified sorted set.PropertyResourceBundle(InputStream stream)
Creates a property resource bundle from anInputStream
.PropertyResourceBundle(Reader reader)
Creates a property resource bundle from aReader
. -
Uses of SuppressWarnings in java.util.concurrent
Classes in java.util.concurrent with annotations of type SuppressWarnings Modifier and Type Class and Description class
PriorityBlockingQueue<E>
An unbounded blocking queue that uses the same ordering rules as classPriorityQueue
and supplies blocking retrieval operations.Methods in java.util.concurrent with annotations of type SuppressWarnings Modifier and Type Method and Description V
Exchanger. exchange(V x)
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted), and then transfers the given object to it, receiving its object in return.V
Exchanger. exchange(V x, long timeout, TimeUnit unit)
Waits for another thread to arrive at this exchange point (unless the current thread is interrupted or the specified waiting time elapses), and then transfers the given object to it, receiving its object in return.Spliterator<E>
ConcurrentSkipListSet. spliterator()
Returns aSpliterator
over the elements in this set.Object[]
LinkedBlockingDeque. toArray()
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).<T> T[]
ArrayBlockingQueue. toArray(T[] a)
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]
LinkedBlockingQueue. toArray(T[] a)
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]
LinkedBlockingDeque. toArray(T[] a)
Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]
ConcurrentLinkedQueue. toArray(T[] a)
Returns an array containing all of the elements in this queue, in proper sequence; the runtime type of the returned array is that of the specified array.<T> T[]
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 java.util.concurrent.atomic
Methods in java.util.concurrent.atomic with annotations of type SuppressWarnings Modifier and Type Method and Description E
AtomicReferenceArray. getAndSet(int i, E newValue)
Atomically sets the element at positioni
to the given value and returns the old value.V
AtomicReference. getAndSet(V newValue)
Atomically sets to the given value and returns the old value. -
Uses of SuppressWarnings in java.util.stream
Methods in java.util.stream with annotations of type SuppressWarnings Modifier and Type Method and Description static <T> Stream<T>
Stream. of(T... values)
Returns a sequential ordered stream whose elements are the specified values. -
Uses of SuppressWarnings in javax.management
Classes in javax.management with annotations of type SuppressWarnings Modifier and Type Class and Description 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 Modifier and Type Method and Description List<Attribute>
AttributeList. asList()
Return a view of this list as aList<Attribute>
. -
Uses of SuppressWarnings in javax.management.modelmbean
Classes in javax.management.modelmbean with annotations of type SuppressWarnings Modifier and Type Class and Description 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 Modifier and Type Method and Description Set<Map.Entry<Object,Object>>
TabularDataSupport. entrySet()
Returns a collection view of the index to row mappings contained in thisTabularDataSupport
instance.static <T> ArrayType<T>
ArrayType. getPrimitiveArrayType(Class<T> arrayClass)
Create anArrayType
instance in a type-safe manner.Collection<Object>
TabularDataSupport. values()
Returns a collection view of the rows contained in thisTabularDataSupport
instance. -
Uses of SuppressWarnings in javax.management.relation
Classes in javax.management.relation with annotations of type SuppressWarnings Modifier and Type Class and Description class
MBeanServerNotificationFilter
Filter forMBeanServerNotification
.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 Modifier and Type Method and Description List<RoleUnresolved>
RoleUnresolvedList. asList()
Return a view of this list as aList<RoleUnresolved>
.List<Role>
RoleList. asList()
Return a view of this list as aList<Role>
. -
Uses of SuppressWarnings in javax.management.remote.rmi
Classes in javax.management.remote.rmi with annotations of type SuppressWarnings Modifier and Type Interface and Description interface
RMIConnection
RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side.Methods in javax.management.remote.rmi with annotations of type SuppressWarnings Modifier and Type Method and Description void
RMIConnectionImpl. addNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
Integer[]
RMIConnectionImpl. addNotificationListeners(ObjectName[] names, MarshalledObject[] filters, Subject[] delegationSubjects)
ObjectInstance
RMIConnectionImpl. createMBean(String className, ObjectName name, MarshalledObject params, String[] signature, Subject delegationSubject)
ObjectInstance
RMIConnectionImpl. createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject params, String[] signature, Subject delegationSubject)
Object
RMIConnectionImpl. invoke(ObjectName name, String operationName, MarshalledObject params, String[] signature, Subject delegationSubject)
Set<ObjectInstance>
RMIConnectionImpl. queryMBeans(ObjectName name, MarshalledObject query, Subject delegationSubject)
Set<ObjectName>
RMIConnectionImpl. queryNames(ObjectName name, MarshalledObject query, Subject delegationSubject)
void
RMIConnectionImpl. removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
void
RMIConnectionImpl. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)
AttributeList
RMIConnectionImpl. setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
-
Uses of SuppressWarnings in javax.naming
Methods in javax.naming with annotations of type SuppressWarnings Modifier and Type Method and Description static <T> T
InitialContext. doLookup(Name name)
A static method to retrieve the named object.static <T> T
InitialContext. doLookup(String name)
A static method to retrieve the named object.protected void
InitialContext. init(Hashtable<?,?> environment)
Initializes the initial context using the supplied environment. -
Uses of SuppressWarnings in javax.naming.directory
Methods in javax.naming.directory with annotations of type SuppressWarnings Modifier and Type Method and Description Object
BasicAttributes. clone()
Object
BasicAttribute. clone()
-
Uses of SuppressWarnings in javax.naming.ldap
Constructors in javax.naming.ldap with annotations of type SuppressWarnings Constructor and Description InitialLdapContext(Hashtable<?,?> environment, Control[] connCtls)
Constructs an initial context using environment properties and connection request controls. -
Uses of SuppressWarnings in javax.naming.spi
Methods in javax.naming.spi with annotations of type SuppressWarnings Modifier and Type Method and Description static Context
NamingManager. getContinuationContext(CannotProceedException cpe)
Creates a context in which to continue a context operation.static DirContext
DirectoryManager. getContinuationDirContext(CannotProceedException cpe)
Creates a context in which to continue a DirContext operation. -
Uses of SuppressWarnings in javax.sql.rowset.serial
Methods in javax.sql.rowset.serial with annotations of type SuppressWarnings Modifier and Type Method and Description void
SQLOutputImpl. writeArray(Array x)
Writes anArray
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeAsciiStream(InputStream x)
Writes a stream of ASCII characters to thisSQLOutputImpl
object.void
SQLOutputImpl. writeBigDecimal(BigDecimal x)
Writes ajava.math.BigDecimal
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeBinaryStream(InputStream x)
Writes a stream of uninterpreted bytes to thisSQLOutputImpl
object.void
SQLOutputImpl. writeBlob(Blob x)
Writes aBlob
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeBoolean(boolean x)
Writes aboolean
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeByte(byte x)
Writes abyte
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeBytes(byte[] x)
Writes an array ofbytes
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeCharacterStream(Reader x)
Writes a stream of Unicode characters to thisSQLOutputImpl
object.void
SQLOutputImpl. writeClob(Clob x)
Writes aClob
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeDate(Date x)
Writes ajava.sql.Date
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeDouble(double x)
Writes adouble
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeFloat(float x)
Writes afloat
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeInt(int x)
Writes anint
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeLong(long x)
Writes along
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeNClob(NClob x)
Writes an SQLNCLOB
value to the stream.void
SQLOutputImpl. writeNString(String x)
Writes the next attribute to the stream as aString
in the Java programming language.void
SQLOutputImpl. writeObject(SQLData x)
Writes to the stream the data contained in the givenSQLData
object.void
SQLOutputImpl. writeRef(Ref x)
Writes aRef
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeRowId(RowId x)
Writes an SQLROWID
value to the stream.void
SQLOutputImpl. writeShort(short x)
Writes ashort
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeSQLXML(SQLXML x)
Writes an SQLXML
value to the stream.void
SQLOutputImpl. writeString(String x)
Writes aString
in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeStruct(Struct x)
Writes aStruct
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeTime(Time x)
Writes ajava.sql.Time
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeTimestamp(Timestamp x)
Writes ajava.sql.Timestamp
object in the Java programming language to thisSQLOutputImpl
object.void
SQLOutputImpl. writeURL(URL url)
Writes anjava.sql.Type.DATALINK
object in the Java programming language to thisSQLOutputImpl
object. -
Uses of SuppressWarnings in javax.swing
Classes in javax.swing with annotations of type SuppressWarnings Modifier and Type Class and Description protected class
AbstractButton.ButtonChangeListener
ExtendsChangeListener
to be serializable.class
ActionMap
ActionMap
provides mappings fromObject
s (called keys orAction
names) toAction
s.class
Box
A lightweight container that uses a BoxLayout object as its layout manager.protected class
Box.AccessibleBox
This class implements accessibility support for theBox
class.static class
Box.Filler
An implementation of a lightweight component that participates in layout but has no view.protected class
Box.Filler.AccessibleBoxFiller
This class implements accessibility support for theBox.Filler
class.class
BoxLayout
A layout manager that allows multiple components to be laid out either vertically or horizontally.class
ButtonGroup
This class is used to create a multiple-exclusion scope for a set of buttons.class
ComponentInputMap
AComponentInputMap
is anInputMap
associated with a particularJComponent
.class
InputMap
InputMap
provides a binding between an input event (currently onlyKeyStroke
s are used) and anObject
.class
JButton
An implementation of a "push" button.protected class
JButton.AccessibleJButton
This class implements accessibility support for theJButton
class.class
JLabel
A display area for a short text string or an image, or both.protected class
JLabel.AccessibleJLabel
The class used to obtain the accessible role for this object.class
JLayeredPane
JLayeredPane
adds depth to a JFC/Swing container, allowing components to overlap each other when needed.protected class
JLayeredPane.AccessibleJLayeredPane
This class implements accessibility support for theJLayeredPane
class.class
JMenu
An implementation of a menu -- a popup window containingJMenuItem
s that is displayed when the user selects an item on theJMenuBar
.protected class
JMenu.AccessibleJMenu
This class implements accessibility support for theJMenu
class.protected class
JMenu.WinListener
A listener class that watches for a popup window closing.class
JMenuBar
An implementation of a menu bar.protected class
JMenuBar.AccessibleJMenuBar
This class implements accessibility support for theJMenuBar
class.class
JMenuItem
An implementation of an item in a menu.protected class
JMenuItem.AccessibleJMenuItem
This class implements accessibility support for theJMenuItem
class.class
JPopupMenu
An implementation of a popup menu -- a small window that pops up and displays a series of choices.protected class
JPopupMenu.AccessibleJPopupMenu
This class implements accessibility support for theJPopupMenu
class.static class
JPopupMenu.Separator
A popup menu-specific separator.class
JRootPane
A lightweight container used behind the scenes byJFrame
,JDialog
,JWindow
,JApplet
, andJInternalFrame
.protected class
JRootPane.AccessibleJRootPane
This class implements accessibility support for theJRootPane
class.protected class
JRootPane.RootLayout
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.class
JSeparator
JSeparator
provides a general purpose component for implementing divider lines - most commonly used as a divider between menu items that breaks them up into logical groupings.protected class
JSeparator.AccessibleJSeparator
This class implements accessibility support for theJSeparator
class.class
JToolTip
Used to display a "Tip" for a Component.protected class
JToolTip.AccessibleJToolTip
This class implements accessibility support for theJToolTip
class.class
JTree
protected class
JTree.AccessibleJTree
This class implements accessibility support for theJTree
class.static class
JTree.DynamicUtilTreeNode
DynamicUtilTreeNode
can wrap vectors/hashtables/arrays/strings and create the appropriate children tree nodes as necessary.protected static class
JTree.EmptySelectionModel
EmptySelectionModel
is aTreeSelectionModel
that does not allow anything to be selected.protected class
JTree.TreeSelectionRedirector
Handles creating a newTreeSelectionEvent
with theJTree
as the source and passing it off to all the listeners.class
JWindow
AJWindow
is a container that can be displayed anywhere on the user's desktop.protected class
JWindow.AccessibleJWindow
This class implements accessibility support for theJWindow
class.class
Timer
Fires one or moreActionEvent
s at specified intervals.class
TransferHandler
This class is used to handle the transfer of aTransferable
to and from Swing components.Methods in javax.swing with annotations of type SuppressWarnings Modifier and Type Method and Description void
Popup. hide()
Hides and disposes of thePopup
.boolean
JTree.AccessibleJTree.AccessibleJTreeNode. isFocusTraversable()
static boolean
JComponent. isLightweightComponent(Component c)
Returns true if this component is lightweight, that is, if it doesn't have a native window system peer.protected void
SwingWorker. publish(V... chunks)
Sends data chunks to theSwingWorker.process(java.util.List<V>)
method.void
Popup. show()
Makes thePopup
visible. -
Uses of SuppressWarnings in javax.swing.border
Classes in javax.swing.border with annotations of type SuppressWarnings Modifier and Type Class and Description class
AbstractBorder
A class that implements an empty border with no size.class
CompoundBorder
A composite Border class used to compose two Border objects into a single border by nesting an inside Border object within the insets of an outside Border object.class
EmptyBorder
A class which provides an empty, transparent border which takes up space but does no drawing.class
MatteBorder
A class which provides a matte-like border of either a solid color or a tiled icon.class
TitledBorder
A class which implements an arbitrary border with the addition of a String title in a specified position and justification. -
Uses of SuppressWarnings in javax.swing.event
Classes in javax.swing.event with annotations of type SuppressWarnings Modifier and Type Class and Description class
AncestorEvent
An event reported to a child component that originated from an ancestor in the component hierarchy.class
ChangeEvent
ChangeEvent is used to notify interested parties that state has changed in the event source.class
EventListenerList
A class that holds a list of EventListeners.class
ListDataEvent
Defines an event that encapsulates changes to a list.class
MenuDragMouseEvent
MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.class
MenuEvent
MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.class
MenuKeyEvent
MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.class
PopupMenuEvent
PopupMenuEvent only contains the source of the event which is the JPoupMenu sending the event -
Uses of SuppressWarnings in javax.swing.plaf
Methods in javax.swing.plaf with annotations of type SuppressWarnings Modifier and Type Method and Description boolean
ComponentUI. contains(JComponent c, int x, int y)
Returnstrue
if the specified x,y location is contained within the look and feel's defined shape of the specified component. -
Uses of SuppressWarnings in javax.swing.text
Classes in javax.swing.text with annotations of type SuppressWarnings Modifier and Type Class and Description class
BadLocationException
This exception is to report bad locations within a document model (that is, attempts to reference a location that doesn't exist). -
Uses of SuppressWarnings in javax.swing.tree
Classes in javax.swing.tree with annotations of type SuppressWarnings Modifier and Type Class and Description class
DefaultTreeSelectionModel
Default implementation of TreeSelectionModel. -
Uses of SuppressWarnings in javax.xml.crypto
Methods in javax.xml.crypto with annotations of type SuppressWarnings Modifier and Type Method and Description Iterator
NodeSetData. iterator()
Returns a read-only iterator over the nodes contained in thisNodeSetData
in document order. -
Uses of SuppressWarnings in javax.xml.crypto.dom
Methods in javax.xml.crypto.dom with annotations of type SuppressWarnings Modifier and Type Method and Description Iterator
DOMCryptoContext. iterator()
Returns a read-only iterator over the set of Id/Element mappings of thisDOMCryptoContext
. -
Uses of SuppressWarnings in javax.xml.crypto.dsig
Methods in javax.xml.crypto.dsig with annotations of type SuppressWarnings Modifier and Type Method and Description List
SignatureProperty. getContent()
Returns anunmodifiable list
of one or moreXMLStructure
s that are contained in thisSignatureProperty
.List
XMLObject. getContent()
Returns anunmodifiable list
ofXMLStructure
s contained in thisXMLObject
, which represent elements from any namespace.List
XMLSignature. getObjects()
List
SignatureProperties. getProperties()
Returns anunmodifiable list
of one or moreSignatureProperty
s that are contained in thisSignatureProperties
.List
Manifest. getReferences()
List
SignedInfo. getReferences()
Returns anunmodifiable list
of one or moreReference
s.List
Reference. getTransforms()
abstract Manifest
XMLSignatureFactory. newManifest(List references)
Creates aManifest
containing the specified list ofReference
s.abstract Manifest
XMLSignatureFactory. newManifest(List references, String id)
Creates aManifest
containing the specified list ofReference
s and optional id.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List appliedTransforms, Data result, List transforms, String type, String id)
Creates aReference
with the specified parameters.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List transforms, String type, String id)
Creates aReference
with the specified parameters.abstract Reference
XMLSignatureFactory. newReference(String uri, DigestMethod dm, List transforms, String type, String id, byte[] digestValue)
Creates aReference
with the specified parameters and pre-calculated digest value.abstract SignatureProperties
XMLSignatureFactory. newSignatureProperties(List properties, String id)
Creates aSignatureProperties
containing the specified list ofSignatureProperty
s and optional id.abstract SignatureProperty
XMLSignatureFactory. newSignatureProperty(List content, String target, String id)
Creates aSignatureProperty
containing the specified list ofXMLStructure
s, target URI and optional id.abstract SignedInfo
XMLSignatureFactory. newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references)
Creates aSignedInfo
with the specified canonicalization and signature methods, and list of one or more references.abstract SignedInfo
XMLSignatureFactory. newSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references, String id)
Creates aSignedInfo
with the specified parameters.abstract XMLObject
XMLSignatureFactory. newXMLObject(List content, String id, String mimeType, String encoding)
Creates anXMLObject
from the specified parameters.abstract XMLSignature
XMLSignatureFactory. newXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId)
Creates anXMLSignature
and initializes it with the specified parameters. -
Uses of SuppressWarnings in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo with annotations of type SuppressWarnings Modifier and Type Method and Description List
X509Data. getContent()
Returns anunmodifiable list
of the content in thisX509Data
.List
KeyInfo. getContent()
Returns anunmodifiable list
containing the key information.List
PGPData. getExternalElements()
Returns anunmodifiable list
ofXMLStructure
s representing elements from an external namespace.List
RetrievalMethod. getTransforms()
abstract KeyInfo
KeyInfoFactory. newKeyInfo(List content)
Creates aKeyInfo
containing the specified list of key information types.abstract KeyInfo
KeyInfoFactory. newKeyInfo(List content, String id)
Creates aKeyInfo
containing the specified list of key information types and optional id.abstract PGPData
KeyInfoFactory. newPGPData(byte[] keyId, byte[] keyPacket, List other)
Creates aPGPData
from the specified PGP public key identifier, and optional key material packet and list of external elements.abstract PGPData
KeyInfoFactory. newPGPData(byte[] keyPacket, List other)
Creates aPGPData
from the specified PGP key material packet and optional list of external elements.abstract RetrievalMethod
KeyInfoFactory. newRetrievalMethod(String uri, String type, List transforms)
Creates aRetrievalMethod
from the specified parameters.abstract X509Data
KeyInfoFactory. newX509Data(List content)
Creates aX509Data
containing the specified list of X.509 content. -
Uses of SuppressWarnings in javax.xml.crypto.dsig.spec
Methods in javax.xml.crypto.dsig.spec with annotations of type SuppressWarnings Modifier and Type Method and Description Map
XPathType. getNamespaceMap()
Returns a map of namespace prefixes.Map
XPathFilterParameterSpec. getNamespaceMap()
Returns a map of namespace prefixes.List
ExcC14NParameterSpec. getPrefixList()
Returns the inclusive namespace prefix list.List
XPathFilter2ParameterSpec. getXPathList()
Returns a list of one or moreXPathType
objects.Constructors in javax.xml.crypto.dsig.spec with annotations of type SuppressWarnings Constructor and Description ExcC14NParameterSpec(List prefixList)
Creates aExcC14NParameterSpec
with the specified list of prefixes.XPathFilter2ParameterSpec(List xPathList)
Creates anXPathFilter2ParameterSpec
.XPathFilterParameterSpec(String xPath, Map namespaceMap)
Creates anXPathFilterParameterSpec
with the specified XPath expression and namespace map.XPathType(String expression, XPathType.Filter filter, Map namespaceMap)
Creates anXPathType
instance with the specified XPath expression, filter, and namespace map. -
Uses of SuppressWarnings in javax.xml.parsers
Classes in javax.xml.parsers with annotations of type SuppressWarnings Modifier and Type Class and Description class
SAXParser
Defines the API that wraps anXMLReader
implementation class. -
Uses of SuppressWarnings in org.xml.sax.helpers
Classes in org.xml.sax.helpers with annotations of type SuppressWarnings Modifier and Type Class and Description class
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader.class
XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.