package javax.swing.text; public interface Position { static class Bias { } int getOffset(); }