public abstract static class Autocomplete.Option<T> extends Object
Autocomplete.SaveOption
Autocomplete.SelectOption
int
hint
T
value
Option(T value, int hint)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull public final T value
public final int hint
public Option(@NonNull T value, int hint)