Searched refs:Weight (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:28 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Serial serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DPartData.java26 private Weight weight;
29 public PartData(String name, String color, Weight weight, String city) {
47 public final Weight getWeight() {
H A DSample.java158 new Weight(12.0, Weight.GRAMS),
162 new Weight(17.0, Weight.GRAMS),
166 new Weight(17.0, Weight.GRAMS),
170 new Weight(14.0, Weight.GRAMS),
174 new Weight(12.0, Weight
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Serial serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DPartData.java27 private Weight weight;
30 public PartData(String name, String color, Weight weight, String city) {
48 public final Weight getWeight() {
H A DPart.java26 private Weight weight;
29 public Part(String number, String name, String color, Weight weight,
54 public final Weight getWeight() {
H A DSample.java171 new Weight(12.0, Weight.GRAMS), "London"));
173 new Weight(17.0, Weight.GRAMS), "Paris"));
175 new Weight(17.0, Weight.GRAMS), "Rome"));
177 new Weight(14.0, Weight.GRAMS), "London"));
179 new Weight(12.0, Weight
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Java serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DSample.java169 new Weight(12.0, Weight.GRAMS), "London"));
171 new Weight(17.0, Weight.GRAMS), "Paris"));
173 new Weight(17.0, Weight.GRAMS), "Rome"));
175 new Weight(14.0, Weight.GRAMS), "London"));
177 new Weight(12.0, Weight
[all...]
H A DPart.java38 private Weight weight;
41 public Part(String number, String name, String color, Weight weight,
66 public final Weight getWeight() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Serial serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DPartData.java26 private Weight weight;
29 public PartData(String name, String color, Weight weight, String city) {
47 public final Weight getWeight() {
H A DSample.java171 new Weight(12.0, Weight.GRAMS),
175 new Weight(17.0, Weight.GRAMS),
179 new Weight(17.0, Weight.GRAMS),
183 new Weight(14.0, Weight.GRAMS),
187 new Weight(12.0, Weight
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Java serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DSample.java171 new Weight(12.0, Weight.GRAMS), "London"));
173 new Weight(17.0, Weight.GRAMS), "Paris"));
175 new Weight(17.0, Weight.GRAMS), "Rome"));
177 new Weight(14.0, Weight.GRAMS), "London"));
179 new Weight(12.0, Weight
[all...]
H A DPart.java38 private Weight weight;
41 public Part(String number, String name, String color, Weight weight,
75 public final Weight getWeight() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Java serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DPart.java35 private Weight weight;
38 public Part(String number, String name, String color, Weight weight,
72 public final Weight getWeight() {
H A DSample.java173 new Weight(12.0, Weight.GRAMS), "London"));
175 new Weight(17.0, Weight.GRAMS), "Paris"));
177 new Weight(17.0, Weight.GRAMS), "Rome"));
179 new Weight(14.0, Weight.GRAMS), "London"));
181 new Weight(12.0, Weight
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DWeight.java6 * $Id: Weight.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
14 * Weight represents a weight amount and unit of measure.
16 * <p> In this sample, Weight is embedded in part data values which are stored
17 * as Java serialized objects; therefore Weight must be Serializable. </p>
21 public class Weight implements Serializable { class in inherits:Serializable
29 public Weight(double amount, String units) { method in class:Weight
H A DPartData.java27 private Weight weight;
30 public PartData(String name, String color, Weight weight, String city) {
48 public final Weight getWeight() {
H A DPart.java26 private Weight weight;
29 public Part(String number, String name, String color, Weight weight,
54 public final Weight getWeight() {
H A DSample.java170 new Weight(12.0, Weight.GRAMS), "London"));
172 new Weight(17.0, Weight.GRAMS), "Paris"));
174 new Weight(17.0, Weight.GRAMS), "Rome"));
176 new Weight(14.0, Weight.GRAMS), "London"));
178 new Weight(12.0, Weight
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/vb/
H A Dvbunzip.frm14 Weight = 400
30 Weight = 400
46 Weight = 400
62 Weight = 400
86 Weight = 400
116 Weight = 400
140 Weight = 400
157 Weight = 400
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVbzipfrm.frm13 Weight = 700

Completed in 148 milliseconds

12