Package 

Class ArrayReflect


  • 
    public final class ArrayReflect
    
                        

    A set of utilities to create, inspect, and access primitive and typed arrays.

    Legal conversions:

    From, To: | boolean | byte | char | short | int | long | float | double
    ----------|-------------------------------------------------------------
    boolean   |    #
    byte      |    #       #      #       #      #     #
    char      |    #       #      #       #      #
    short     |    #       #      #       #      #
    int       |    #       #      #       #
    long      |    #       #      #
    float     |    #       #
    double    |    #