Uses of Class
org.jheaps.annotations.VisibleForTesting
-
Packages that use VisibleForTesting Package Description org.jheaps.array Heaps using an array representationorg.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of VisibleForTesting in org.jheaps.array
Methods in org.jheaps.array with annotations of type VisibleForTesting Modifier and Type Method Description (package private) boolean
MinMaxBinaryArrayDoubleEndedHeap. onMinLevel(int k)
Return true if on a minimum level, false otherwise. -
Uses of VisibleForTesting in org.jheaps.tree
Classes in org.jheaps.tree with annotations of type VisibleForTesting Modifier and Type Class Description (package private) static class
BinaryTreeSoftAddressableHeap.RootList<K,V>
(package private) static class
BinaryTreeSoftAddressableHeap.RootListNode<K,V>
(package private) static class
BinaryTreeSoftAddressableHeap.SoftHandle<K,V>
(package private) static class
BinaryTreeSoftAddressableHeap.TreeNode<K,V>
(package private) static class
BinaryTreeSoftHeap.RootList<K>
(package private) static class
BinaryTreeSoftHeap.RootListNode<K>
(package private) static class
BinaryTreeSoftHeap.SoftHandle<K>
(package private) static class
BinaryTreeSoftHeap.TreeNode<K>
Fields in org.jheaps.tree with annotations of type VisibleForTesting Modifier and Type Field Description (package private) BinaryTreeSoftAddressableHeap.RootList<K,V>
BinaryTreeSoftAddressableHeap. rootList
The root list, in non-decreasing rank order.(package private) BinaryTreeSoftHeap.RootList<K>
BinaryTreeSoftHeap. rootList
The root list, in non-decreasing rank order.
-