Returns true if the method is synchronized.
()
| 162 | |
| 163 | |
| 164 | public final boolean isSynchronized() { |
| 165 | return Modifier.isSynchronized(getModifiers()); |
| 166 | } |
| 167 | |
| 168 | /** Returns true if the field is volatile. */ |
| 169 |
nothing calls this directly
no test coverage detected