public class MoreClasses extends Object
| Constructor and Description |
|---|
MoreClasses() |
| Modifier and Type | Method and Description |
|---|---|
static String |
elementTypeNameOf(String type)
Extracts the element type of the given type.
|
public static String elementTypeNameOf(String type)
type - a string representation of an array type. The format is the same as Class.getName() and thus must start with "[".Class.getName().Copyright © 2021. All rights reserved.