SupplierKey.class, true);
shipmentMap =
factory.newSortedMap(db.getShipmentStore(),
ShipmentKey.class, true);
shipmentByPartMap =
factory.newSortedMap(db.getShipmentByPartIndex(),
PartKey.class, true);
shipmentBySupplierMap =
factory.newSortedMap(db.getShipmentBySupplierIndex(),
SupplierKey.class, true);
supplierByCityMap =