public class SparseObjVector<E> extends Object
| Constructor and Description |
|---|
SparseObjVector()
Creates a SimplePool that holds about 716 elements before first
rehash.
|
SparseObjVector(int pow)
Creates a SimplePool that holds about 0.7 * 2**pow elements before
first rehash.
|