private static String nextKey(String s) {
   return Bytes.toString(ByteUtil.nextKey(Bytes.toBytes(s)));
 }