add method
Adds the content of another DatastoreBundle to this one.
Implementation
void add(DatastoreBundle poiWayBundle) {
pointOfInterests.addAll(poiWayBundle.pointOfInterests);
ways.addAll(poiWayBundle.ways);
}
Adds the content of another DatastoreBundle to this one.
void add(DatastoreBundle poiWayBundle) {
pointOfInterests.addAll(poiWayBundle.pointOfInterests);
ways.addAll(poiWayBundle.ways);
}