public abstract class Disposable<V> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Disposable() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispose() |
V |
get() |
abstract String |
getKey() |
abstract V |
getValue() |
long |
lastAccessed() |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.