X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2Fmatcher%2FKeyedMatcherSet.java;h=35a41c275e1a9b0db342296d2303b47606cf2efa;hb=14307f5cfcbc90c419c892434613a500ca550ecc;hp=adc04bae232fd87356bfb4eb4bdbf9fec70f4303;hpb=baa077bd19420018433d78927aad3ad139e47351;p=jalview.git diff --git a/src/jalview/util/matcher/KeyedMatcherSet.java b/src/jalview/util/matcher/KeyedMatcherSet.java index adc04ba..35a41c2 100644 --- a/src/jalview/util/matcher/KeyedMatcherSet.java +++ b/src/jalview/util/matcher/KeyedMatcherSet.java @@ -1,7 +1,6 @@ package jalview.util.matcher; import java.util.ArrayList; -import java.util.Iterator; import java.util.List; import java.util.function.Function; @@ -91,9 +90,9 @@ public class KeyedMatcherSet implements KeyedMatcherSetI } @Override - public Iterator getMatchers() + public Iterable getMatchers() { - return matchConditions.iterator(); + return matchConditions; } @Override