Home | History | Annotate | Download | only in value

Lines Matching refs:id

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