Get the enum value associated with an index. @param clazz The type of enum to retrieve. @param index The index must be between 0 and length() - 1. @return The enum value at the index location @throws JSONException if the key is not found or if the value cannot be co
(Class<E> clazz, int index)