public interface AllocateLowestNumber
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AllocateLowestNumber.IteratorCallback
Iteration callback, see
forEach(net.grinder.util.AllocateLowestNumber.IteratorCallback). |
int add(Object o)
o - The object.void remove(Object o)
o - The object.void forEach(AllocateLowestNumber.IteratorCallback iteratorCallback)
iteratorCallback for each member of the set.iteratorCallback - Called for each member of the set.Copyright © 2000-2014. All Rights Reserved.