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) booleanMinMaxBinaryArrayDoubleEndedHeap. 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 classBinaryTreeSoftAddressableHeap.RootList<K,V>(package private) static classBinaryTreeSoftAddressableHeap.RootListNode<K,V>(package private) static classBinaryTreeSoftAddressableHeap.SoftHandle<K,V>(package private) static classBinaryTreeSoftAddressableHeap.TreeNode<K,V>(package private) static classBinaryTreeSoftHeap.RootList<K>(package private) static classBinaryTreeSoftHeap.RootListNode<K>(package private) static classBinaryTreeSoftHeap.SoftHandle<K>(package private) static classBinaryTreeSoftHeap.TreeNode<K>Fields in org.jheaps.tree with annotations of type VisibleForTesting Modifier and Type Field Description (package private) BinaryTreeSoftAddressableHeap.RootList<K,V>BinaryTreeSoftAddressableHeap. rootListThe root list, in non-decreasing rank order.(package private) BinaryTreeSoftHeap.RootList<K>BinaryTreeSoftHeap. rootListThe root list, in non-decreasing rank order.
-