K - Dictionary key typeV - Dictionary value typeclass TailMapAutoClosable<K,V>
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
(package private) TailMapInternal<K,V> |
caller
The
TailMap which calls this helper function. |
| Constructor and Description |
|---|
TailMapAutoClosable(TailMapInternal<K,V> caller)
The constructor,
caller is mandatory. |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Cleanup code.
|
TailMapInternal<K,V> caller
TailMap which calls this helper function.TailMapAutoClosable(TailMapInternal<K,V> caller)
caller is mandatory.caller - The TailMap calling this constructor.