@Override
 public LongAssert usingDefaultComparator() {
   super.usingDefaultComparator();
   this.longs = Longs.instance();
   return myself;
 }