interface OneD { boolean is_there(int s); int search(int s); int max(); int min(); void shift_left(int pos); void shift_right(int pos); }