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

net.amygdalum.util.io.CharClassMapper Maven / Gradle / Ivy

The newest version!
package net.amygdalum.util.io;

public interface CharClassMapper {

	int getIndex(char ch);

	int indexCount();

	char representative(int i);

	char representative(char ch);

	char[] representatives();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy