Uses of Class
org.insa.graphs.algorithm.utils.BinaryHeapFormatter.Context
-
Packages that use BinaryHeapFormatter.Context Package Description org.insa.graphs.algorithm.utils -
-
Uses of BinaryHeapFormatter.Context in org.insa.graphs.algorithm.utils
Methods in org.insa.graphs.algorithm.utils that return BinaryHeapFormatter.Context Modifier and Type Method Description BinaryHeapFormatter.Context
BinaryHeapFormatter.Context. appendBranch(java.lang.Integer count, java.lang.String label)
Creates a new context by appending a branch to this context.BinaryHeapFormatter.Context
BinaryHeapFormatter.Context. appendNewlines(int n)
Creates a new context by appending newlines to this context.BinaryHeapFormatter.Context
BinaryHeapFormatter.Context. appendText(java.lang.Integer count, java.lang.String text)
Creates a new context by appending the given string to this context.protected static <E extends java.lang.Comparable<E>>
BinaryHeapFormatter.ContextBinaryHeapFormatter. toStringLoop(BinaryHeap<E> heap, BinaryHeapFormatter.Context ctxt, int node, int max_depth)
Methods in org.insa.graphs.algorithm.utils with parameters of type BinaryHeapFormatter.Context Modifier and Type Method Description protected static <E extends java.lang.Comparable<E>>
BinaryHeapFormatter.ContextBinaryHeapFormatter. toStringLoop(BinaryHeap<E> heap, BinaryHeapFormatter.Context ctxt, int node, int max_depth)
-