All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.lang.ToStringMap Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2021 Objectos Software LTDA.
 *
 * Reprodução parcial ou total proibida.
 */
package br.com.objectos.lang;

import java.util.Map.Entry;

public interface ToStringMap {

  boolean hasNext();

  Entry next();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy