@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.3") public class CacheBucket<T> extends SimpleList<T>
array, growFactor, position, size| Constructor and Description |
|---|
CacheBucket(int capacity) |
CacheBucket(int capacity,
int growFactor) |
| Modifier and Type | Method and Description |
|---|---|
T |
add(T obj) |
public CacheBucket(int capacity)
public CacheBucket(int capacity,
int growFactor)
public T add(T obj)
add in interface SimpleBucket<T>add in class SimpleList<T>Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.