JAL-3383 JAL-3253-applet
[jalview.git] / src / jalview / datamodel / features / FeatureStoreI.java
index 873d53c..fb32577 100644 (file)
@@ -52,4 +52,7 @@ public interface FeatureStoreI
 
   boolean shiftFeatures(int fromPosition, int shiftBy);
 
+  boolean listContains(List<SequenceFeature> features,
+          SequenceFeature feature);
+
 }