br.com.objectos.lang.ToStringList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectos-lang Show documentation
Show all versions of objectos-lang Show documentation
A set of utilities for classes of the java.lang and the java.util packages.
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