Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Class and Description |
---|---|
class |
FilteredCollection<T>
The same as SubclassFilteredCollection, but does not restrict the type
of the collection to a certain subclass.
|
Modifier and Type | Method and Description |
---|---|
static <S,T extends S> |
Utils.filteredCollection(java.util.Collection<S> collection,
java.lang.Class<T> clazz)
Filter a collection by (sub)class.
|