/** {@inheritDoc} */
 public MapAssert<K, V> hasSameSizeAs(Iterable<?> other) {
   maps.assertHasSameSizeAs(info, actual, other);
   return this;
 }
 /** {@inheritDoc} */
 public MapAssert<K, V> hasSameSizeAs(Object[] other) {
   maps.assertHasSameSizeAs(info, actual, other);
   return this;
 }