New APIs in Java 25
Comparing Java 25 (25-ea+22-2667-open) with Java 6 (1.6.0_45-oracle).
Element | Modification |
---|---|
java.applet | |
| |
| |
| |
| |
| |
java.awt.color | |
| |
| |
| |
finalize() | |
java.awt.datatransfer | |
DataFlavor | |
| |
| |
| |
| |
java.awt.dnd | |
DragSourceAdapter | |
| |
DragSourceContext | |
| |
DragSourceContext(DragSourceContextPeer,... |
|
DragSource | |
| |
createDragSourceContext(DragSourceContextPeer,... |
|
DropTargetAdapter | |
| |
| |
addNotify(DropTargetContextPeer) |
|
removeNotify() |
|
DropTarget | |
| |
addNotify(ComponentPeer) |
|
| |
removeNotify(ComponentPeer) |
|
java.awt.event | |
ComponentAdapter | |
| |
ContainerAdapter | |
| |
FocusAdapter | |
| |
FocusEvent | |
| |
| |
HierarchyBoundsAdapter | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
InvocationEvent | |
| |
| |
KeyAdapter | |
| |
KeyEvent | |
| |
| |
| |
MouseAdapter | |
| |
MouseEvent | |
| |
MouseMotionAdapter | |
| |
MouseWheelEvent | |
| |
| |
WindowAdapter | |
| |
| |
java.awt.font | |
GlyphVector | |
| |
LayoutPath | |
| |
LineMetrics | |
| |
NumericShaper | |
| |
| |
| |
| |
| |
TextLayout | |
equals(Object) |
|
hashCode() |
|
| |
java.awt.geom | |
Arc2D | |
| |
CubicCurve2D.Double | |
getBounds2D() | |
CubicCurve2D.Float | |
getBounds2D() | |
CubicCurve2D | |
Path2D.Double | |
| |
Path2D.Float | |
| |
| |
| |
QuadCurve2D.Double | |
getBounds2D() | |
QuadCurve2D.Float | |
getBounds2D() | |
QuadCurve2D | |
java.awt.image | |
| |
| |
BufferStrategy | |
| |
ColorModel | |
finalize() | |
ComponentColorModel | |
| |
IndexColorModel | |
| |
finalize() | |
| |
PackedColorModel | |
| |
RGBImageFilter | |
| |
VolatileImage | |
| |
| |
java.awt.peer | |
CanvasPeer | |
| |
ChoicePeer | |
addItem(String, int) |
|
ComponentPeer | |
checkImage(Image, int, int, ImageObserver) |
|
createImage(ImageProducer) |
|
disable() |
|
enable() |
|
getBounds() |
|
getToolkit() |
|
hide() |
|
minimumSize() |
|
preferredSize() |
|
prepareImage(Image, int, int, ImageObserver) |
|
repaint(long, int, int, int, int) |
|
requestFocus(Component, boolean, boolean, long,... |
|
| |
reshape(int, int, int, int) |
|
| |
show() |
|
| |
ContainerPeer | |
insets() |
|
isPaintPending() |
|
isRestackSupported() |
|
restack() |
|
DesktopPeer | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
FramePeer | |
| |
ListPeer | |
addItem(String, int) |
|
clear() |
|
minimumSize(int) |
|
preferredSize(int) |
|
setMultipleSelections(boolean) |
|
MenuItemPeer | |
disable() |
|
enable() |
|
MenuPeer | |
addSeparator() |
|
RobotPeer | |
dispose() |
|
| |
| |
TextAreaPeer | |
insertText(String, int) |
|
minimumSize(int, int) |
|
preferredSize(int, int) |
|
replaceText(String, int, int) |
|
TextComponentPeer | |
filterEvents(long) |
|
getCharacterBounds(int) |
|
getIndexAtPoint(int, int) |
|
TextFieldPeer | |
minimumSize(int) |
|
preferredSize(int) |
|
setEchoCharacter(char) |
|
WindowPeer | |
repositionSecurityWarning() | |
requestWindowFocus() |
|
java.awt | |
AWTEvent | |
| |
AWTKeyStroke | |
| |
| |
| |
| |
Component | |
| |
getPeer() |
|
| |
| |
| |
| |
| |
| |
Container.AccessibleAWTContainer | |
| |
Container | |
| |
transferFocusBackward() |
|
Cursor | |
| |
Desktop | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Dialog | |
| |
| |
| |
DisplayMode | |
| |
EventQueue | |
| |
| |
FileDialog | |
| |
| |
| |
| |
FocusTraversalPolicy | |
| |
Font | |
| |
| |
finalize() |
|
getPeer() |
|
| |
Frame | |
| |
| |
| |
GraphicsConfiguration | |
| |
| |
GraphicsDevice | |
| |
Graphics | |
| |
| |
Image | |
| |
KeyboardFocusManager | |
| |
| |
| |
| |
| |
| |
| |
MenuComponent | |
getPeer() |
|
| |
| |
PrintJob | |
| |
| |
RenderingHints | |
| |
| |
| |
| |
| |
Robot | |
| |
| |
SystemColor | |
createContext(ColorModel, Rectangle, Rectangle2D,... |
|
getRGB() |
|
| |
| |
Toolkit | |
| |
| |
createButton(Button) |
|
createCanvas(Canvas) |
|
createCheckbox(Checkbox) |
|
createCheckboxMenuItem(CheckboxMenuItem) |
|
createChoice(Choice) |
|
createComponent(Component) |
|
createDesktopPeer(Desktop) |
|
createDialog(Dialog) |
|
createDragSourceContextPeer(DragGestureEvent) |
|
createFileDialog(FileDialog) |
|
createFrame(Frame) |
|
createLabel(Label) |
|
createList(List) |
|
createMenu(Menu) |
|
createMenuBar(MenuBar) |
|
createMenuItem(MenuItem) |
|
createPanel(Panel) |
|
createPopupMenu(PopupMenu) |
|
createScrollPane(ScrollPane) |
|
createScrollbar(Scrollbar) |
|
createTextArea(TextArea) |
|
createTextField(TextField) |
|
createWindow(Window) |
|
getFontPeer(String, int) |
|
| |
getMouseInfoPeer() |
|
Window | |
| |
getGraphicsConfiguration() |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Desktop.Action | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.beans.beancontext | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.beans | |
| |
| |
| |
Beans | |
| |
| |
| |
| |
Expression | |
| |
FeatureDescriptor | |
| |
Introspector | |
| |
PersistenceDelegate | |
| |
PropertyChangeEvent | |
| |
| |
| |
| |
| |
| |
| |
java.io | |
BufferedInputStream | |
BufferedReader | |
| |
ByteArrayInputStream | |
ByteArrayOutputStream | |
CharArrayReader | |
| |
| |
FileInputStream | |
finalize() | |
| |
| |
FileOutputStream | |
finalize() | |
| |
FileReader | |
FileWriter | |
File | |
| |
InputStreamReader | |
| |
InputStream | |
| |
| |
| |
InvalidClassException | |
InvalidObjectException | |
| |
ObjectInputStream.GetField | |
| |
ObjectInputStream | |
| |
| |
| |
| |
ObjectOutputStream.PutField | |
| |
ObjectOutputStream | |
| |
| |
| |
ObjectStreamException | |
| |
OutputStreamWriter | |
| |
| |
OutputStream | |
PrintStream | |
PrintWriter | |
PushbackInputStream | |
Reader | |
SequenceInputStream | |
| |
| |
WriteAbortedException | |
| |
Writer | |
| |
| |
| |
| |
| |
| |
ObjectStreamConstants | |
| |
java.lang.annotation | |
| |
| |
ElementType | |
| |
| |
| |
java.lang.instrument | |
| |
ClassFileTransformer | |
| |
| |
Instrumentation | |
| |
| |
| |
java.lang.management | |
LockInfo | |
| |
ManagementFactory | |
| |
| |
| |
| |
| |
| |
ThreadInfo | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.lang.ref | |
| |
ReferenceQueue | |
| |
| |
| |
| |
| |
java.lang.reflect | |
AccessibleObject | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Field | |
| |
| |
| |
GenericSignatureFormatError | |
| |
| |
| |
MalformedParameterizedTypeException | |
| |
| |
| |
| |
| |
| |
| |
| |
Modifier() | |
| |
| |
| |
| |
| |
| |
| |
Proxy | |
| |
| |
| |
UndeclaredThrowableException | |
getCause() |
|
| |
AnnotatedElement | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
InvocationHandler | |
Member | |
| |
| |
Type | |
| |
java.lang | |
Deprecated | |
| |
| |
| |
| |
AssertionError | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Character.UnicodeBlock | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
ClassLoader | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
getCause() |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Compiler | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Error | |
| |
ExceptionInInitializerError | |
getCause() |
|
Exception | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
IndexOutOfBoundsException | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
InternalError | |
| |
| |
| |
LinkageError | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Math | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
NullPointerException | |
| |
| |
Object | |
| |
| |
| |
| |
| |
| |
| |
ProcessBuilder | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Process | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
RuntimeException | |
| |
| |
| |
| |
| |
| |
getLocalizedInputStream(InputStream) | |
getLocalizedOutputStream(OutputStream) | |
| |
runFinalizersOnExit(boolean) | |
traceInstructions(boolean) | |
traceMethodCalls(boolean) | |
| |
| |
inCheck | |
checkAwtEventQueueAccess() | |
checkMemberAccess(Class, int) | |
| |
checkSystemClipboardAccess() | |
checkTopLevelWindow(Object) | |
classDepth(String) | |
classLoaderDepth() | |
currentClassLoader() | |
currentLoadedClass() | |
getInCheck() | |
inClass(String) | |
inClassLoader() | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
StackTraceElement | |
| |
| |
| |
| |
| |
StrictMath | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
System | |
| |
| |
| |
| |
| |
runFinalizersOnExit(boolean) | |
| |
| |
ThreadGroup | |
allowThreadSuspension(boolean) | |
| |
| |
| |
| |
resume() | |
| |
stop() | |
suspend() | |
ThreadLocal | |
| |
Thread | |
| |
| |
countStackFrames() | |
destroy() | |
| |
| |
resume() | |
| |
stop(Throwable) | |
suspend() | |
Throwable | |
| |
| |
| |
VirtualMachineError | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
CharSequence | |
| |
| |
| |
Iterable | |
| |
| |
| |
| |
| |
| |
| |
java.math | |
BigDecimal | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
BigInteger | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.net | |
Authenticator | |
| |
| |
| |
DatagramPacket | |
| |
| |
DatagramSocketImpl | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
HttpCookie | |
| |
| |
HttpURLConnection | |
| |
| |
| |
Inet4Address | |
Inet6Address | |
| |
| |
InetSocketAddress | |
| |
| |
MulticastSocket | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
NetworkInterface | |
| |
| |
| |
| |
| |
ProxySelector | |
| |
SecureCacheResponse | |
| |
| |
| |
| |
| |
SocketException | |
SocketImpl | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
URLConnection | |
| |
| |
| |
| |
| |
URLDecoder() | |
| |
| |
URL | |
| |
| |
| |
| |
| |
| |
set(String, String, int, String, String) |
|
set(String, String, int, String, String, String,... |
|
| |
| |
| |
SocketOptions | |
| |
java.nio.channels.spi | |
| |
SelectorProvider | |
| |
java.nio.channels | |
| |
| |
| |
| |
| |
| |
Channels | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
SelectionKey | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.nio.charset | |
Charset | |
| |
| |
| |
| |
| |
| |
java.nio | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
subSequence(int, int) |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.rmi.activation | |
java.rmi.server | |
RMIClassLoader | |
| |
| |
| |
UnicastRemoteObject | |
| |
| |
| |
RemoteRef | |
| |
| |
| |
java.rmi | |
| |
java.security.acl | |
java.security.cert | |
CertPathBuilderSpi | |
| |
CertPathBuilder | |
| |
CertPathValidatorException | |
| |
| |
CertPathValidatorSpi | |
| |
CertPathValidator | |
| |
| |
Certificate | |
| |
| |
| |
| |
| |
X509CRLEntry | |
| |
X509CRLSelector | |
| |
X509CRL | |
| |
| |
X509CertSelector | |
| |
| |
| |
| |
X509Certificate | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.security.interfaces | |
DSAKeyPairGenerator | |
| |
| |
| |
DSAPrivateKey | |
| |
DSAPublicKey | |
| |
ECPrivateKey | |
| |
ECPublicKey | |
| |
RSAKey | |
RSAMultiPrimePrivateCrtKey | |
| |
RSAPrivateCrtKey | |
| |
RSAPrivateKey | |
| |
RSAPublicKey | |
| |
java.security.spec | |
| |
| |
getName() | |
EncodedKeySpec | |
| |
| |
MGF1ParameterSpec | |
| |
| |
PKCS8EncodedKeySpec | |
| |
PSSParameterSpec | |
| |
| |
RSAKeyGenParameterSpec | |
RSAMultiPrimePrivateCrtKeySpec | |
RSAPrivateCrtKeySpec | |
RSAPrivateKeySpec | |
RSAPublicKeySpec | |
X509EncodedKeySpec | |
| |
java.security | |
| |
| |
| |
| |
| |
| |
| |
AuthProvider | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
InvalidParameterException | |
KeyStore.Builder | |
| |
KeyStore.PasswordProtection | |
| |
| |
| |
KeyStore.PrivateKeyEntry | |
| |
| |
KeyStore.SecretKeyEntry | |
| |
| |
KeyStore.TrustedCertificateEntry | |
| |
| |
KeyStoreSpi | |
| |
KeyStore | |
| |
| |
| |
PermissionCollection | |
| |
| |
| |
PrivilegedActionException | |
getCause() |
|
ProtectionDomain | |
| |
Provider | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
SecureClassLoader | |
| |
SecureRandomSpi | |
| |
| |
| |
| |
| |
SecureRandom | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
KeyStore.Entry | |
| |
Key | |
| |
| |
Principal | |
| |
| |
| |
| |
| |
| |
java.sql | |
BatchUpdateException | |
| |
| |
Date | |
| |
| |
| |
DriverManager | |
| |
| |
Time | |
| |
| |
| |
Timestamp | |
| |
| |
| |
| |
| |
Types | |
| |
| |
| |
| |
| |
CallableStatement | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
DatabaseMetaData | |
| |
| |
| |
| |
| |
| |
Driver | |
| |
PreparedStatement | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
SQLInput | |
| |
SQLOutput | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.text.spi | |
NumberFormatProvider | |
java.text | |
ChoiceFormat | |
DecimalFormatSymbols | |
DecimalFormat | |
| |
MessageFormat | |
NumberFormat.Field | |
NumberFormat | |
SimpleDateFormat | |
| |
| |
| |
| |
| |
java.util.concurrent.atomic | |
AtomicBoolean | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
AtomicIntegerArray | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
AtomicIntegerFieldUpdater | |
| |
| |
| |
| |
AtomicInteger | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
AtomicLongArray | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
AtomicLongFieldUpdater | |
| |
| |
| |
| |
AtomicLong | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
AtomicReferenceArray | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
AtomicReferenceFieldUpdater | |
| |
| |
| |
| |
AtomicReference | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
java.util.concurrent.locks | |
AbstractQueuedLongSynchronizer | |
| |
| |
AbstractQueuedSynchronizer | |
| |
| |
| |
java.util.concurrent | |
ArrayBlockingQueue | |
| |
| |
| |
| |
| |
| |
| |
| |
ConcurrentHashMap | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
keySet() |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
ConcurrentLinkedQueue | |
| |
| |
| |
| |
| |
| |
| |
| |
ConcurrentSkipListMap | |
| |
| |
| |
| |
| |
| |
| |
ConcurrentSkipListSet | |
| |
CopyOnWriteArrayList | |
| |
| |
| |
| |
| |
CopyOnWriteArraySet | |
| |
| |
| |
| |
DelayQueue | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
FutureTask | |
LinkedBlockingDeque | |
| |
| |
| |
| |
| |
| |
LinkedBlockingQueue | |
| |
| |
| |
| |
| |
| |
| |
| |
PriorityBlockingQueue | |
| |
| |
| |
| |
| |
| |
| |
ScheduledThreadPoolExecutor | |
| |
remove(Runnable) |
|
| |
| |
SynchronousQueue | |
| |
| |
| |
ThreadPoolExecutor | |
| |
| |
| |
| |
| |
| |
| |
ConcurrentMap | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Future | |
| |
| |
java.util.jar | |
Attributes.Name | |
| |
| |
| |
| |
JarEntry | |
JarFile | |
| |
| |
| |
| |
| |
| |
Pack200 | |
Pack200.Packer | |
Pack200.Unpacker | |
java.util.logging | |
FileHandler | |
| |
| |
| |
| |
| |
| |
| |
Handler | |
| |
| |
| |
| |
| |
LogManager | |
| |
addPropertyChangeListener(PropertyChangeListener) |
|
| |
| |
| |
| |
| |
removePropertyChangeListener(PropertyChangeListene... |
|
| |
| |
| |
LogRecord | |
| |
| |
| |
| |
| |
Logger | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
MemoryHandler | |
| |
| |
SocketHandler | |
| |
StreamHandler | |
| |
| |
| |
| |
java.util.regex | |
Matcher | |
| |
| |
| |
| |
| |
| |
| |
| |
Pattern | |
| |
| |
| |
MatchResult | |
java.util.spi | |
| |
| |
| |
CurrencyNameProvider | |
| |
LocaleNameProvider | |
| |
| |
| |
LocaleServiceProvider | |
| |
TimeZoneNameProvider | |
| |
| |
| |
| |
| |
java.util.zip | |
Adler32 | |
| |
update(byte[]) |
|
| |
CRC32 | |
| |
update(byte[]) |
|
DeflaterOutputStream | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
finalize() | |
| |
| |
GZIPOutputStream | |
| |
| |
| |
finalize() | |
| |
| |
ZipEntry | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
finalize() | |
| |
| |
ZipInputStream | |
| |
ZipOutputStream | |
| |
Checksum | |
| |
| |
java.util | |
ArrayDeque | |
| |
| |
| |
| |
| |
| |
ArrayList | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
BitSet | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Calendar | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
ConcurrentModificationException | |
| |
| |
Currency | |
| |
| |
| |
| |
| |
Date | |
| |
| |
| |
EnumMap | |
| |
| |
| |
Formatter | |
GregorianCalendar | |
| |
| |
| |
| |
| |
| |
| |
HashMap | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
HashSet | |
| |
Hashtable | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
IdentityHashMap | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
LinkedList | |
| |
| |
| |
Locale | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
NoSuchElementException | |
| |
| |
| |
| |
| |
| |
PriorityQueue | |
| |
| |
| |
| |
| |
| |
Properties | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
ResourceBundle | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
ServiceLoader | |
| |
| |
| |
SimpleTimeZone | |
| |
| |
| |
| |
| |
| |
| |
| |
TimeZone | |
| |
| |
| |
TreeMap | |
| |
| |
| |
| |
TreeSet | |
| |
Vector | |
| |
| |
| |
| |
| |
| |
| |
| |
WeakHashMap | |
| |
| |
| |
| |
| |
Collection | |
| |
| |
| |
| |
Comparator | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Enumeration | |
| |
Iterator | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Map.Entry | |
| |
| |
| |
| |
Map | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
NavigableMap | |
NavigableSet | |
| |
| |
| |
| |
| |
| |
Set | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
javax.accessibility | |
| |
AccessibleContext | |
| |
AccessibleHyperlink | |
| |
javax.activation |
|
javax.activity |
|
javax.annotation.processing | |
| |
Messager | |
ProcessingEnvironment | |
RoundEnvironment | |
| |
| |
javax.annotation |
|
javax.crypto.interfaces | |
DHPrivateKey | |
| |
DHPublicKey | |
| |
PBEKey | |
| |
javax.crypto.spec | |
| |
OAEPParameterSpec | |
| |
PBEParameterSpec | |
| |
| |
javax.crypto | |
| |
CipherSpi | |
| |
| |
Cipher | |
| |
| |
| |
ExemptionMechanism | |
finalize() |
|
| |
| |
javax.imageio.metadata | |
IIOMetadataNode | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
javax.imageio.spi | |
ImageReaderSpi | |
| |
ImageWriterSpi | |
| |
ServiceRegistry | |
| |
javax.imageio.stream | |
FileCacheImageInputStream | |
| |
FileImageInputStream | |
| |
FileImageOutputStream | |
| |
ImageInputStreamImpl | |
| |
MemoryCacheImageInputStream | |
| |
| |
javax.jnlp |
|
javax.jws.soap |
|
javax.jws |
|
javax.lang.model.element | |
| |
| |
| |
ElementKind | |
| |
| |
| |
| |
| |
AnnotationValueVisitor | |
| |
ElementVisitor | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
TypeParameterElement | |
| |
VariableElement | |
| |
| |
javax.lang.model.type | |
| |
| |
TypeKind | |
| |
| |
| |
ExecutableType | |
| |
| |
| |
| |
| |
| |
TypeVisitor | |
| |
| |
| |
| |
javax.lang.model.util | |
AbstractAnnotationValueVisitor6 | |
| |
| |
| |
| |
AbstractElementVisitor6 | |
| |
| |
| |
| |
| |
AbstractTypeVisitor6 | |
| |
| |
| |
| |
| |
| |
ElementFilter | |
| |
| |
| |
| |
| |
| |
| |
ElementKindVisitor6 | |
| |
| |
| |
| |
| |
| |
ElementScanner6 | |
| |
| |
| |
| |
| |
SimpleAnnotationValueVisitor6 | |
| |
| |
| |
| |
| |
SimpleElementVisitor6 | |
| |
| |
| |
| |
| |
SimpleTypeVisitor6 | |
| |
| |
| |
| |
| |
TypeKindVisitor6 | |
| |
| |
| |
| |
| |
| |
Elements | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Types | |
javax.lang.model | |
| |
SourceVersion | |
| |
| |
| |
| |
| |
| |
javax.management.loading | |
MLetContent | |
MLet | |
PrivateMLet | |
MLetMBean | |
javax.management.modelmbean | |
DescriptorSupport | |
| |
| |
| |
javax.management.relation | |
RoleStatus | |
| |
javax.management.remote.rmi | |
RMIConnectorServer | |
| |
| |
RMIConnector | |
getMBeanServerConnection(Subject) | |
RMIIIOPServerImpl | |
_RMIConnectionImpl_Tie |
|
_RMIConnection_Stub |
|
_RMIServerImpl_Tie |
|
_RMIServer_Stub |
|
javax.management.remote | |
| |
JMXConnector | |
| |
javax.management | |
| |
AttributeValueExp | |
| |
| |
MBeanServerNotification | |
| |
| |
| |
ObjectName | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
StringValueExp | |
| |
MBeanServer | |
| |
| |
| |
javax.naming.directory | |
Attribute | |
| |
javax.naming | |
CompoundName | |
impl |
|
Context | |
APPLET | |
Name | |
| |
javax.net.ssl | |
| |
HandshakeCompletedEvent | |
| |
HttpsURLConnection | |
| |
| |
| |
SSLEngineResult | |
| |
| |
SSLEngine | |
| |
| |
| |
| |
| |
SSLHandshakeException | |
SSLKeyException | |
SSLParameters | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
SSLPeerUnverifiedException | |
| |
SSLProtocolException | |
SSLServerSocket | |
| |
| |
SSLSocketFactory | |
| |
SSLSocket | |
| |
| |
| |
| |
| |
| |
| |
SSLEngineResult.HandshakeStatus | |
| |
SSLSessionContext | |
| |
| |
SSLSession | |
| |
javax.print.attribute.standard | |
| |
javax.print.event | |
PrintJobAdapter | |
| |
javax.print | |
PrintServiceLookup | |
| |
ServiceUIFactory | |
| |
StreamPrintServiceFactory | |
| |
javax.rmi.CORBA |
|
javax.rmi.ssl | |
SslRMIServerSocketFactory | |
| |
javax.rmi |
|
javax.security.auth.kerberos | |
| |
| |
| |
| |
KerberosPrincipal | |
| |
| |
javax.security.auth | |
| |
Policy | |
| |
| |
Subject | |
| |
| |
| |
| |
| |
Destroyable | |
| |
| |
javax.security.cert | |
| |
| |
| |
| |
| |
| |
| |
javax.security.sasl | |
Sasl | |
| |
javax.sound.midi.spi | |
MidiDeviceProvider | |
| |
MidiFileReader | |
| |
MidiFileWriter | |
| |
SoundbankReader | |
| |
javax.sound.midi | |
MetaMessage | |
| |
ShortMessage | |
| |
| |
| |
SysexMessage | |
| |
| |
| |
| |
| |
| |
| |
| |
javax.sound.sampled.spi | |
AudioFileReader | |
| |
AudioFileWriter | |
| |
FormatConversionProvider | |
| |
MixerProvider | |
| |
javax.sound.sampled | |
AudioFormat.Encoding | |
| |
| |
| |
javax.sql.rowset.serial | |
SerialArray | |
| |
| |
| |
SerialBlob | |
| |
| |
| |
SerialClob | |
| |
| |
| |
SerialDatalink | |
| |
| |
| |
SerialJavaObject | |
| |
| |
| |
SerialRef | |
| |
| |
| |
SerialStruct | |
| |
| |
| |
javax.sql.rowset.spi | |
SyncFactory | |
| |
| |
| |
SyncProvider | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
javax.sql.rowset | |
| |
CachedRowSet | |
| |
| |
javax.sql | |
CommonDataSource | |
| |
| |
ConnectionPoolDataSource | |
| |
| |
| |
| |
| |
DataSource | |
| |
| |
| |
| |
| |
| |
| |
XADataSource | |
| |
| |
| |
| |
| |
javax.swing.border | |
AbstractBorder | |
| |
BevelBorder | |
getBorderInsets(Component) |
|
CompoundBorder | |
getBorderInsets(Component) |
|
EmptyBorder | |
getBorderInsets(Component) |
|
EtchedBorder | |
getBorderInsets(Component) |
|
LineBorder | |
getBorderInsets(Component) |
|
MatteBorder | |
getBorderInsets(Component) |
|
SoftBevelBorder | |
getBorderInsets(Component) |
|
| |
TitledBorder | |
getBorderInsets(Component) |
|
javax.swing.colorchooser | |
AbstractColorChooserPanel | |
| |
| |
| |
| |
javax.swing.event | |
HyperlinkEvent | |
| |
| |
InternalFrameAdapter | |
| |
MouseInputAdapter | |
| |
SwingPropertyChangeSupport | |
| |
javax.swing.filechooser | |
FileFilter | |
| |
FileSystemView | |
| |
| |
| |
FileView | |
| |
javax.swing.plaf.basic | |
BasicBorders.ButtonBorder | |
getBorderInsets(Component) |
|
BasicBorders.FieldBorder | |
getBorderInsets(Component) |
|
BasicBorders.MarginBorder | |
getBorderInsets(Component) |
|
BasicBorders.MenuBarBorder | |
getBorderInsets(Component) |
|
BasicBorders.RadioButtonBorder | |
getBorderInsets(Component) |
|
BasicBorders.ToggleButtonBorder | |
getBorderInsets(Component) |
|
BasicColorChooserUI | |
| |
BasicComboBoxUI | |
| |
| |
| |
BasicDirectoryModel | |
| |
| |
| |
BasicFileChooserUI | |
| |
| |
| |
BasicGraphicsUtils | |
| |
| |
| |
| |
BasicLookAndFeel | |
| |
| |
BasicMenuItemUI | |
| |
BasicMenuUI | |
| |
BasicScrollBarUI | |
| |
| |
| |
| |
| |
| |
| |
BasicSliderUI | |
| |
BasicSplitPaneDivider | |
| |
BasicTextUI | |
| |
| |
| |
| |
| |
| |
BasicToolBarUI | |
| |
BasicTreeUI | |
| |
| |
| |
| |
| |
javax.swing.plaf.metal | |
MetalBorders.ButtonBorder | |
getBorderInsets(Component) |
|
MetalBorders.Flush3DBorder | |
getBorderInsets(Component) |
|
MetalBorders.InternalFrameBorder | |
getBorderInsets(Component) |
|
MetalBorders.MenuBarBorder | |
getBorderInsets(Component) |
|
MetalBorders.MenuItemBorder | |
getBorderInsets(Component) |
|
MetalBorders.OptionDialogBorder | |
getBorderInsets(Component) |
|
MetalBorders.PaletteBorder | |
getBorderInsets(Component) |
|
MetalBorders.PopupMenuBorder | |
getBorderInsets(Component) |
|
MetalBorders.ScrollPaneBorder | |
getBorderInsets(Component) |
|
| |
MetalBorders.TableHeaderBorder | |
getBorderInsets(Component) |
|
| |
MetalBorders.ToolBarBorder | |
bumps |
|
getBorderInsets(Component) |
|
| |
| |
MetalFileChooserUI | |
createDirectoryComboBoxRenderer(JFileChooser) |
|
MetalScrollBarUI | |
bumps |
|
MetalScrollPaneUI | |
| |
| |
MetalTheme | |
| |
javax.swing.plaf.multi | |
MultiTextUI | |
| |
| |
| |
| |
| |
| |
| |
javax.swing.plaf.synth | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
SynthGraphicsUtils | |
| |
| |
| |
| |
| |
| |
SynthLookAndFeel | |
load(URL) | |
| |
| |
| |
| |
| |
SynthPainter | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
SynthSliderUI.SynthTrackListener |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
javax.swing.plaf | |
ButtonUI | |
| |
ColorChooserUI | |
| |
ComboBoxUI | |
| |
DesktopIconUI | |
| |
DesktopPaneUI | |
| |
FileChooserUI | |
| |
| |
InternalFrameUI | |
| |
LabelUI | |
| |
| |
ListUI | |
| |
MenuBarUI | |
| |
MenuItemUI | |
| |
OptionPaneUI | |
| |
PanelUI | |
| |
PopupMenuUI | |
| |
ProgressBarUI | |
| |
RootPaneUI | |
| |
ScrollBarUI | |
| |
ScrollPaneUI | |
| |
SeparatorUI | |
| |
SliderUI | |
| |
SpinnerUI | |
| |
SplitPaneUI | |
| |
TabbedPaneUI | |
| |
TableHeaderUI | |
| |
TableUI | |
| |
TextUI | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
ToolBarUI | |
| |
ToolTipUI | |
| |
TreeUI | |
| |
ViewportUI | |
| |
javax.swing.table | |
AbstractTableModel | |
| |
JTableHeader | |
| |
TableStringConverter | |
| |
javax.swing.text.html | |
AccessibleHTML.HTMLAccessibleContext | |
CSS.Attribute | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
HTMLDocument.Iterator | |
| |
HTMLEditorKit.Parser | |
| |
HTMLFrameHyperlinkEvent | |
| |
| |
| |
javax.swing.text | |
DefaultEditorKit | |
DefaultStyledDocument | |
| |
DefaultTextUI | |
| |
DocumentFilter.FilterBypass | |
| |
GlyphView.GlyphPainter | |
| |
GlyphView | |
| |
JTextComponent | |
| |
| |
| |
| |
| |
| |
LayeredHighlighter.LayerPainter | |
| |
LayeredHighlighter | |
| |
NavigationFilter.FilterBypass | |
| |
ParagraphView | |
adjustRow(ParagraphView.Row, int, int) |
|
| |
PasswordView | |
| |
| |
| |
| |
| |
| |
PlainView | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
TableView.TableRow | |
| |
| |
| |
| |
Utilities | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
WrappedPlainView | |
| |
| |
| |
| |
| |
| |
javax.swing.tree | |
AbstractLayoutCache.NodeDimensions | |
| |
AbstractLayoutCache | |
| |
DefaultTreeCellRenderer | |
| |
DefaultTreeSelectionModel | |
| |
javax.swing | |
| |
AbstractButton | |
| |
AbstractCellEditor | |
| |
AbstractListModel | |
| |
| |
| |
BorderFactory | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
DefaultComboBoxModel | |
DefaultListModel | |
FocusManager | |
| |
| |
| |
| |
| |
ImageIcon | |
| |
| |
InputVerifier | |
| |
| |
| |
| |
InternalFrameFocusTraversalPolicy | |
| |
| |
JColorChooser | |
| |
JComboBox | |
| |
| |
JComponent.AccessibleJComponent | |
accessibleContainerHandler |
|
| |
JComponent | |
accessibleContext |
|
getAccessibleContext() |
|
| |
| |
| |
JDesktopPane | |
| |
JFileChooser | |
JFormattedTextField.AbstractFormatterFactory | |
| |
JFormattedTextField.AbstractFormatter | |
| |
JFrame | |
EXIT_ON_CLOSE |
|
JInternalFrame | |
| |
| |
| |
| |
| |
| |
JList | |
| |
| |
JPasswordField | |
| |
JRootPane | |
defaultPressAction |
|
defaultReleaseAction |
|
JScrollBar | |
| |
JSlider | |
| |
JSpinner.NumberEditor | |
| |
JSplitPane | |
JToggleButton | |
| |
| |
JTree.EmptySelectionModel | |
| |
| |
| |
| |
| |
| |
JViewport | |
| |
LookAndFeel | |
| |
PopupFactory | |
| |
RepaintManager | |
| |
RowFilter | |
| |
SwingUtilities | |
| |
| |
| |
TransferHandler | |
| |
| |
| |
| |
UIManager | |
| |
| |
| |
Action | |
| |
ButtonModel | |
ListSelectionModel | |
| |
| |
javax.tools | |
ForwardingJavaFileManager | |
| |
| |
| |
| |
| |
| |
SimpleJavaFileObject | |
ToolProvider | |
| |
| |
| |
StandardLocation | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
JavaCompiler.CompilationTask | |
| |
JavaFileManager.Location | |
| |
JavaFileManager | |
| |
| |
| |
| |
| |
| |
| |
StandardJavaFileManager | |
| |
| |
| |
| |
| |
| |
| |
Tool | |
| |
javax.transaction |
|
javax.xml.bind.annotation.adapters |
|
javax.xml.bind.annotation |
|
javax.xml.bind.attachment |
|
javax.xml.bind.helpers |
|
javax.xml.bind.util |
|
javax.xml.bind |
|
| |
javax.xml.crypto.dsig.keyinfo | |
KeyValue | |
javax.xml.crypto.dsig.spec | |
javax.xml.crypto.dsig | |
CanonicalizationMethod | |
DigestMethod | |
SignatureMethod | |
javax.xml.crypto | |
| |
javax.xml.datatype | |
DatatypeFactory | |
| |
javax.xml.parsers | |
DocumentBuilderFactory | |
| |
FactoryConfigurationError | |
| |
SAXParserFactory | |
| |
javax.xml.soap |
|
javax.xml.stream | |
FactoryConfigurationError | |
| |
XMLEventFactory | |
| |
XMLInputFactory | |
| |
XMLOutputFactory | |
| |
javax.xml.transform.dom | |
DOMSource | |
| |
javax.xml.transform.sax | |
SAXSource | |
| |
javax.xml.transform.stax | |
StAXSource | |
| |
javax.xml.transform.stream | |
StreamSource | |
| |
javax.xml.transform | |
TransformerFactoryConfigurationError | |
| |
TransformerFactory | |
| |
Source | |
| |
javax.xml.validation | |
| |
SchemaFactory | |
| |
| |
javax.xml.ws.handler.soap |
|
javax.xml.ws.handler |
|
javax.xml.ws.http |
|
javax.xml.ws.soap |
|
javax.xml.ws.spi |
|
javax.xml.ws.wsaddressing |
|
javax.xml.ws |
|
javax.xml.xpath | |
XPathFactory | |
| |
| |
| |
| |
| |
XPathExpression | |
| |
| |
| |
| |
| |
XPath | |
| |
| |
| |
| |
javax.xml | |
XMLConstants | |
| |
| |
| |
|
This report is based on simple comparison of all public
and
protected
APIs of the java.*
and javax.*
packages of JDK builds 25-ea+22-2667-open and
1.6.0_45-oracle. It does not make statements about
compatibility.
For the latest Java versions the corresponding CSRs (Compatibility & Specification Review) are linked for a quick reference to find out about the reasoning of the change.