Uses of Class
jflex.base.Pair
-
Packages that use Pair Package Description jflex.core.unicode -
-
Uses of Pair in jflex.core.unicode
Methods in jflex.core.unicode that return Pair Modifier and Type Method Description (package private) Pair<int[],java.util.List<CMapBlock>>CharClasses. computeTables()Computes a two-level table structure representing this CharClass object, where second-level blocks are shared if equal.Pair<int[],int[]>CharClasses. getTables()Returns a two-level table structure for this char-class object.
-