Exemple #1
0
 /**
  * A sensible definition of {@link #toString} in terms of the {@code iterator} method of {@link
  * #entrySet}. If you override {@link #entrySet}, you may wish to override {@link #toString} to
  * forward to this implementation.
  *
  * @since 7.0
  */
 @Beta
 protected String standardToString() {
   return Maps.toStringImpl(this);
 }
 @Override
 public String toString() {
   return Maps.toStringImpl(this);
 }