public class DisposableHolder<E> extends Disposable<E>
| Constructor and Description |
|---|
DisposableHolder(String key,
E e) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getKey() |
E |
getValue() |
get, lastAccessedpublic void dispose()
dispose in class Disposable<E>public E getValue()
getValue in class Disposable<E>public String getKey()
getKey in class Disposable<E>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.