true if the set type is the raw Set type.
()
| 48 | * {@code true} if the set type is the raw {@link Set} type. |
| 49 | */ |
| 50 | boolean isRawType() { |
| 51 | return declaredSetType().getTypeArguments().isEmpty(); |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * The element type. |
no test coverage detected