Ignore:
Timestamp:
2016-07-27T02:08:34+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11390, see #12890 - use Java 8 Predicates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/FilteredCollection.java

    r7395 r10657  
    1717     * @param predicate The predicate to use as filter
    1818     */
    19     public FilteredCollection(Collection<? extends T> collection, Predicate<? super T> predicate) {
     19    public FilteredCollection(Collection<? extends T> collection, java.util.function.Predicate<? super T> predicate) {
    2020        super(collection, predicate);
    2121    }
Note: See TracChangeset for help on using the changeset viewer.