Uses of Class
com.itextpdf.layout.hyphenation.TernaryTree.TreeInsertionParams
-
Packages that use TernaryTree.TreeInsertionParams Package Description com.itextpdf.layout.hyphenation -
-
Uses of TernaryTree.TreeInsertionParams in com.itextpdf.layout.hyphenation
Methods in com.itextpdf.layout.hyphenation with parameters of type TernaryTree.TreeInsertionParams Modifier and Type Method Description private char
TernaryTree. insert(TernaryTree.TreeInsertionParams params)
The actual insertion function, recursive version.private char
TernaryTree. insertIntoExistingBranch(TernaryTree.TreeInsertionParams params)
private java.lang.Character
TernaryTree. insertNewBranchIfNeeded(TernaryTree.TreeInsertionParams params)
-