Class StringIndexMapping
- java.lang.Object
-
- net.automatalib.common.util.mapping.StringIndexMapping
-
public final class StringIndexMapping extends Object
Class for transforming integer index values into string values (using latin characters, therefore effectively realizing a radix-26 representation of numbers).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
indexToString(@org.checkerframework.checker.index.qual.NonNegative long idx)
static long
stringToIndex(String sidx)
-