X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2Fmatcher%2FKeyedMatcherSetI.java;h=25dc96ea9075e559c7df7f62c9b11660534496f7;hb=14307f5cfcbc90c419c892434613a500ca550ecc;hp=7cbebabf8b19c35239c83d2fdf030059637cd23a;hpb=baa077bd19420018433d78927aad3ad139e47351;p=jalview.git diff --git a/src/jalview/util/matcher/KeyedMatcherSetI.java b/src/jalview/util/matcher/KeyedMatcherSetI.java index 7cbebab..25dc96e 100644 --- a/src/jalview/util/matcher/KeyedMatcherSetI.java +++ b/src/jalview/util/matcher/KeyedMatcherSetI.java @@ -1,6 +1,5 @@ package jalview.util.matcher; -import java.util.Iterator; import java.util.function.Function; /** @@ -54,7 +53,7 @@ public interface KeyedMatcherSetI * * @return */ - Iterator getMatchers(); + Iterable getMatchers(); /** * Answers true if this object contains no conditions