@Authors(value="Nikolche Mihajlovski") @Since(value="5.1.0") public interface ValueStore<T>
Modifier and Type | Method and Description |
---|---|
String |
desc() |
T |
get() |
void |
set(T value) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.