|
Generated by JDiff |
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes and Interfaces | |
|
This class provides skeletal implementations of some Queue operations. |
|
Unchecked exception thrown when duplicate flags are provided in the format specifier. |
|
A specialized Map implementation for use with enum type keys. |
|
A specialized Set implementation for use with enum types. |
|
Unchecked exception thrown when a conversion and flag are incompatible. |
|
The Formattable interface must be implemented by any class that needs to perform custom formatting using the 's' conversion specifier of java.util.Formatter. |
|
An interpreter for printf-style format strings. |
|
Unchecked exception thrown when the formatter has been closed. |
|
Unchecked exception thrown when a character with an invalid Unicode code point as defined by Character.isValidCodePoint is passed to the Formatter. |
|
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type. |
|
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments. |
|
Unchecked exception thrown when an illegal combination flags is given. |
|
Unchecked exception thrown when the precision is negative or the conversion does not support a precision. |
|
Unchecked exception thrown when the format width is negative. |
|
Thrown by a Scanner to indicate that the token
retrieved does not match the pattern for the expected type, or
that the token is out of range for the expected type. |
|
Thrown to indicate that an operation could not complete because the input did not conform to the appropriate XML document type for a collection of properties, as per the Properties specification. |
|
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist. |
|
Unchecked exception thrown when the format width is required. |
|
An unbounded priority Queue queue based on a priority heap. |
|
A collection designed for holding elements prior to processing. |
|
A simple text scanner which can parse primitive types and strings using regular expressions. |
|
A class that represents a universally unique identifier (UUID). |
|
Unchecked exception thrown when an unknown conversion is given. |
|
Unchecked exception thrown when an unknown flag is given. |
Changed Classes and Interfaces | |
|
Resizable-array implementation of the List interface. |
|
This class contains various methods for manipulating arrays (such as sorting and searching). |
|
The Calendar class is an abstract class that provides methods
for converting between a specific instant in time and a set of calendar fields such as YEAR , MONTH ,
DAY_OF_MONTH , HOUR , and so on, and for
manipulating the calendar fields, such as getting the date of the next
week. |
|
The root interface in the collection hierarchy. |
|
This class consists exclusively of static methods that operate on or return collections. |
|
GregorianCalendar is a concrete subclass of
Calendar and provides the standard calendar system
used by most of the world. |
|
Hash table and linked list implementation of the Map interface, with predictable iteration order. |
|
Linked list implementation of the List interface. |
|
The Properties class represents a persistent set of
properties. |
|
A facility for threads to schedule tasks for future execution in a background thread. |
|
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |