Public Member Functions | |
SampleViews (SampleDatabase db) | |
final StoredSortedMap | getPartMap () |
final StoredSortedMap | getSupplierMap () |
final StoredSortedMap | getShipmentMap () |
final StoredEntrySet | getPartEntrySet () |
final StoredEntrySet | getSupplierEntrySet () |
final StoredEntrySet | getShipmentEntrySet () |
StoredSortedMap | getShipmentByPartMap () |
StoredSortedMap | getShipmentBySupplierMap () |
final StoredSortedMap | getSupplierByCityMap () |
Definition at line 24 of file SampleViews.java.
|
|
Return an entry set view of the part storage container. Definition at line 118 of file SampleViews.java. References com::sleepycat::collections::StoredMap::entrySet(). |
|
Return a map view of the part storage container. Definition at line 94 of file SampleViews.java. |
|
Return a map view of the shipment-by-part index. Definition at line 142 of file SampleViews.java. |
|
Return a map view of the shipment-by-supplier index. Definition at line 150 of file SampleViews.java. |
|
Return an entry set view of the shipment storage container. Definition at line 134 of file SampleViews.java. References com::sleepycat::collections::StoredMap::entrySet(). |
|
Return a map view of the shipment storage container. Definition at line 110 of file SampleViews.java. |
|
Return a map view of the supplier-by-city index. Definition at line 158 of file SampleViews.java. |
|
Return an entry set view of the supplier storage container. Definition at line 126 of file SampleViews.java. References com::sleepycat::collections::StoredMap::entrySet(). |
|
Return a map view of the supplier storage container. Definition at line 102 of file SampleViews.java. |