Changeset 12778 in osm for applications/editors/josm/plugins/surveyor/src/org
- Timestamp:
- 2009-01-01T18:28:53+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/org/dinopolis/util/collection/Tuple.java
r4277 r12778 9 9 /** 10 10 * Simple implementation of a tuple (two objects). 11 * 11 * 12 12 * @author cdaller 13 13 * … … 16 16 T1 first; 17 17 T2 second; 18 18 19 19 /** 20 * Default Constructor 20 * Default Constructor 21 21 */ 22 22 public Tuple() { 23 23 } 24 24 25 25 /** 26 26 * Constructor filling the values.
Note:
See TracChangeset
for help on using the changeset viewer.