public abstract class Striped<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
Striped() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
combine() |
T |
get() |
java.util.Iterator<T> |
iterator() |
protected abstract T |
newResource() |
int |
size() |