@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.3") public interface SimpleBucket<T>
| Modifier and Type | Method and Description |
|---|---|
T |
add(T obj) |
void |
clear() |
void |
delete(int index) |
T |
get(int index) |
int |
size() |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.