| Interface | Description |
|---|---|
| Pair<K,V> |
Immutable pair of a key and a value
|
| Resource |
A Resource is an
AutoCloseable that allows introspecting if it
already has been closed through its isOpen() method. |
| Annotation Type | Description |
|---|---|
| Experimental |
Annotated elements are experimental and may change without deprecation across driver releases.
|
| Immutable |
Indicates that instances of the annotated class or of its subclasses are immutable, i.e.
|