DEBSOURCES
Skip Quicknav
sources / bbmap / 39.20%2Bdfsg-3 / current / structures / SetLoc.java
12345678
package structures; public interface SetLoc<T> extends Comparable<T> { public void setLoc(int newLoc); public int loc(); }