Uses of Class
com.itextpdf.layout.hyphenation.CharVector
-
Packages that use CharVector Package Description com.itextpdf.layout.hyphenation -
-
Uses of CharVector in com.itextpdf.layout.hyphenation
Fields in com.itextpdf.layout.hyphenation declared as CharVector Modifier and Type Field Description protected CharVectorTernaryTree. kvThis vector holds the trailing of the keys when the branch is compressed.Methods in com.itextpdf.layout.hyphenation with parameters of type CharVector Modifier and Type Method Description private voidTernaryTree. compact(CharVector kx, TernaryTree map, char p)Constructors in com.itextpdf.layout.hyphenation with parameters of type CharVector Constructor Description CharVector(CharVector cv)Copy constructor
-