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
IOException
Copyright © 2024. All rights reserved.