Returns 'true' if the image is locked.
()
| 306 | |
| 307 | /** Returns 'true' if the image is locked. */ |
| 308 | public boolean isLocked() { |
| 309 | return locked; |
| 310 | } |
| 311 | |
| 312 | /** Returns 'true' if the image was locked on another thread. */ |
| 313 | public boolean isLockedByAnotherThread() { |
no outgoing calls
no test coverage detected