Changeset 16784 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java
- Timestamp:
- 2020-07-17T17:12:54+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java
r16357 r16784 173 173 return get(osm).getRuleCandidates(osm); 174 174 } 175 176 /** 177 * Check if this index is empty. 178 * @return true if this index is empty. 179 * @since 16784 180 */ 181 public boolean isEmpty() { 182 return nodeRules.isEmpty() && wayRules.isEmpty() && wayNoAreaRules.isEmpty() && relationRules.isEmpty() 183 && multipolygonRules.isEmpty() && canvasRules.isEmpty(); 184 } 175 185 }
Note:
See TracChangeset
for help on using the changeset viewer.
