| Interface and Description |
|---|
| java.lang.Cloneable
clone isn't supported in Codename One, this interface is here strictly for compilation purposes
|
| Class and Description |
|---|
| java.lang.invoke.CallSite
these classes are used internally for Lambda compatibility
|
| java.text.DateFormat
this class has many issues in iOS and other platforms, please use the L10NManager
|
| java.lang.invoke.LambdaMetafactory
these classes are used internally for Lambda compatibility
|
| java.lang.invoke.MethodHandle
these classes are used internally for Lambda compatibility
|
| java.lang.invoke.MethodHandles
these classes are used internally for Lambda compatibility
|
| java.lang.invoke.MethodType
these classes are used internally for Lambda compatibility
|
| java.text.SimpleDateFormat
this class has many issues in iOS and other platforms, please use the L10NManager
|
| Method and Description |
|---|
| java.lang.Class.desiredAssertionStatus()
Not supported
|
| java.lang.Class.forName(String)
don't use this method for anything important since class names are obfuscated on the device!
|
| java.lang.Class.getCanonicalName()
don't use this method for anything important since class names are obfuscated on the device!
|
| java.lang.Class.getEnclosingConstructor()
Not supported
|
| java.lang.Class.getEnclosingMethod()
Not supported
|
| java.lang.Class.getGenericInterfaces()
Not supported
|
| java.lang.Class.getName()
don't use this method for anything important since class names are obfuscated on the device!
|
| java.lang.Class.getSimpleName()
don't use this method for anything important since class names are obfuscated on the device!
|
| java.lang.Throwable.initCause(Throwable)
DO NOT USE THIS METHOD, its here just to get the compiler working and isn't intended for use
|
| java.lang.Class.isLocalClass()
Not supported
|
Copyright © 2025. All rights reserved.