public class BinarySearch { // constructor public BinarySearch(){ } // Any gueses as to what this one does? public int one(){ return 1; } }