true if the map type is the raw Map type.
()
| 49 | * {@code true} if the map type is the raw {@link Map} type. |
| 50 | */ |
| 51 | boolean isRawType() { |
| 52 | return declaredMapType().getTypeArguments().isEmpty(); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * The map key type. |
no test coverage detected