Changeset 4408 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2011-09-08T00:08:02+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r4403 r4408 58 58 return null; 59 59 } 60 61 public static <T> Collection<T> filter(Collection<? extends T> collection, Predicate<? super T> predicate) { 62 return new FilteredCollection<T>(collection, predicate); 63 } 60 64 61 65 /**
Note:
See TracChangeset
for help on using the changeset viewer.