class FDB::KeySelector

def self.first_greater_than(key)

def self.first_greater_than(key)
  self.new(key, 1, 1)
end