Searched refs:locationTable (Results 1 – 2 of 2) sorted by relevance
153 protected HashMap<Integer, Integer> locationTable field in BinaryExporter178 locationTable.clear(); in save()246 locationTable.put(pair.getId(), prevLoc); in save()250 locationTable.put(pair.getId(), location); in save()268 int numLocations = locationTable.keySet().size(); in save()271 for (Integer key : locationTable.keySet()) { in save()273 os.write(ByteUtils.convertToBytes(locationTable.get(key))); in save()314 return locationTable.get(pair.getId()); in findPrevMatch()
67 private HashMap<Integer, Integer> locationTable field in BinaryImporter213 locationTable.clear(); in load()217 locationTable.put(id, loc); in load()313 int loc = locationTable.get(id); in readObject()