public interface  org.junit.jupiter.params.shadow.com.univocity.parsers.common.input.CharInput extends java.lang.Object
{
public abstract char nextChar();
public abstract char getChar();
}