@Authors(value="Nikolche Mihajlovski")
@Since(value="4.3.0")
public interface BufMap<T>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
get(Buf buf,
BufRange key) |
void |
put(String key,
T value) |
boolean |
remove(String key) |
void |
setDefaultValue(T value) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.