Home | History | Annotate | Download | only in value

Lines Matching refs:id

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