Changeset 3504 in josm for trunk/src/org/openstreetmap/josm/data/osm/Storage.java
- Timestamp:
- 2010-09-01T10:48:28+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Storage.java
r3503 r3504 132 132 * modify, but the read-only iteration will happen on a copy 133 133 * of the unmodified Storage. 134 * This is similar to CopyOnWriteArrayList. 134 135 */ 135 136 public Storage(Hash<? super T, ? super T> ha, int capacity, boolean safeIterator) {
Note:
See TracChangeset
for help on using the changeset viewer.
