public abstract class Entry<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFormattedEntry() |
T |
getValue() |
protected T value
protected Entry(T value)
public T getValue()
public abstract String getFormattedEntry() throws IOException
IOExceptionCopyright © 2025. All rights reserved.