X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FAlignmentColsCollectionI.java;fp=src%2Fjalview%2Fapi%2FAlignmentColsCollectionI.java;h=06b16753046fe843df059198fb5fca5b84ef4d1d;hb=4f77328104498504339216829abf5ea87e2791ec;hp=70dda87c8d363ec7ac21d738879ab55ecbdc50c3;hpb=2b8c0785318a3528e1876e8e2dd48b7d831eae69;p=jalview.git diff --git a/src/jalview/api/AlignmentColsCollectionI.java b/src/jalview/api/AlignmentColsCollectionI.java index 70dda87..06b1675 100644 --- a/src/jalview/api/AlignmentColsCollectionI.java +++ b/src/jalview/api/AlignmentColsCollectionI.java @@ -20,8 +20,6 @@ */ package jalview.api; -import java.util.BitSet; - public interface AlignmentColsCollectionI extends Iterable { /** @@ -39,20 +37,4 @@ public interface AlignmentColsCollectionI extends Iterable * @return true if there is at least 1 hidden column */ public boolean hasHidden(); - - /** - * Get the visible-column bitset, possibly containing hidden columns (which - * may or may not be hidden in the overview). - * - * @return a BitSet - */ - public BitSet getOverviewBitSet(); - - /** - * Get the hidden-column bitset, (which may or may not be hidden in the - * overview). - * - * @return - */ - BitSet getHiddenBitSet(); }