The sequenced array class which maintains sorted order with time complexity `O(logN)` by using binary search algorithm.