Constructor and Description |
---|
JVM() |
Modifier and Type | Method and Description |
---|---|
ReflectionProvider |
bestReflectionProvider() |
static boolean |
canParseUTCDateFormat() |
void |
flushCache() |
static boolean |
hasOptimizedTreeMapPutAll()
Checks if TreeMap.putAll is optimized for SortedMap argument.
|
static boolean |
hasOptimizedTreeSetAddAll()
Checks if TreeSet.addAll is optimized for SortedSet argument.
|
static boolean |
is14()
Deprecated.
As of 1.4.4, minimal JDK version is 1.4 already
|
static boolean |
is15()
Deprecated.
As of 1.4.4, minimal JDK version will be 1.6 for next major release
|
static boolean |
is16()
Deprecated.
As of 1.4.4, minimal JDK version will be 1.6 for next major release
|
static boolean |
is17() |
static boolean |
is18() |
Class |
loadClass(String name) |
Class |
loadClass(String name,
boolean initialize) |
static void |
main(String[] args) |
static boolean |
reverseFieldDefinition() |
boolean |
supportsAWT()
Checks if the jvm supports awt.
|
boolean |
supportsSQL()
Checks if the jvm supports sql.
|
boolean |
supportsSwing()
Checks if the jvm supports swing.
|
public static boolean is14()
public static boolean is15()
public static boolean is16()
public static boolean is17()
public static boolean is18()
public ReflectionProvider bestReflectionProvider()
public static boolean reverseFieldDefinition()
public boolean supportsAWT()
public boolean supportsSwing()
public boolean supportsSQL()
public static boolean hasOptimizedTreeSetAddAll()
public static boolean hasOptimizedTreeMapPutAll()
public static boolean canParseUTCDateFormat()
public void flushCache()
flushCache
in interface Caching
public static void main(String[] args)
Copyright © 2004–2013 XStream. All rights reserved.