Method
IntList
create an IntList of default size
()
Source from the content-addressed store, hash-verified
| 55 | */ |
| 56 | |
| 57 | public IntList() |
| 58 | { |
| 59 | this(_default_size); |
| 60 | } |
| 61 | |
| 62 | public IntList(final int initialCapacity) |
| 63 | { |
Callers
nothing calls this directly
Tested by
no test coverage detected