Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests | |
org.openstreetmap.josm.tools |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MapCSSTagChecker.TagCheck.PrimitiveToTag
A function mapping the matched
OsmPrimitive to a Tag . |
Modifier and Type | Method and Description |
---|---|
static <A,B> java.util.Collection<B> |
Utils.transform(java.util.Collection<? extends A> c,
Utils.Function<A,B> f)
Transforms the collection
c into an unmodifiable collection and
applies the Utils.Function f on each element upon access. |
static <A,B> java.util.List<B> |
Utils.transform(java.util.List<? extends A> l,
Utils.Function<A,B> f)
Transforms the list
l into an unmodifiable list and
applies the Utils.Function f on each element upon access. |