Interface | Description |
---|---|
_booleanArray | |
_byteArray | |
_charArray | |
_doubleArray | |
_floatArray | |
_intArray | |
_InternalArrayImpl |
A marker interface for internal array types.
|
_longArray | |
_ObjectArray<T extends Object> | |
_shortArray |
Class | Description |
---|---|
_booleanArray._Impl | |
_booleanArray._Proxy | |
_byteArray._Impl | |
_byteArray._Proxy | |
_charArray._Impl | |
_charArray._Proxy | |
_doubleArray._Impl | |
_doubleArray._Proxy | |
_floatArray._Impl | |
_floatArray._Proxy | |
_intArray._Impl | |
_intArray._Proxy | |
_longArray._Impl | |
_longArray._Proxy | |
_ObjectArray._Impl<T extends Object> | |
_ObjectArray._Proxy<T extends Object> | |
_shortArray._Impl | |
_shortArray._Proxy | |
Compat |
A utility class for converting Java arrays into Fabric arrays.
|