Home | History | Annotate | Download | only in value

Lines Matching defs:id

24  * This DoubleValue represents a double value that is identified by a unique ID.
31 private final int id;
35 * Creates a new double value with the given ID.
37 public IdentifiedDoubleValue(ValueFactory valuefactory, int id)
40 this.id = id;
51 this.id == ((IdentifiedDoubleValue)object).id;
59 id;
65 return "d"+id;