public interface Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
close()
Idempotent close method.
|
boolean |
isClosed()
Returns true if the instance has been
closed
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.