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

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

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

public interface ToStringList {

  Object getValue(int index);

  int size();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy