Constructor. @param id last inserted ID
(final int id)
| 39 | * @param id last inserted ID |
| 40 | */ |
| 41 | public IdPreMap(final int id) { |
| 42 | baseid = id; |
| 43 | pres = new int[1]; |
| 44 | fids = new int[1]; |
| 45 | nids = new int[1]; |
| 46 | incs = new int[1]; |
| 47 | oids = new int[1]; |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Constructs a map by reading it from a file. |