Uses of Annotation Interface
org.jheaps.annotations.VisibleForTesting
Packages that use VisibleForTesting
Package
Description
Heaps using an array representation
Heaps using an explicit "pointer-based" tree representation
-
Uses of VisibleForTesting in org.jheaps.array
Methods in org.jheaps.array with annotations of type VisibleForTestingModifier and TypeMethodDescription(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 VisibleForTestingModifier and TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
Fields in org.jheaps.tree with annotations of type VisibleForTestingModifier and TypeFieldDescription(package private) final BinaryTreeSoftAddressableHeap.RootList<K,
V> BinaryTreeSoftAddressableHeap.rootList
The root list, in non-decreasing rank order.(package private) final BinaryTreeSoftHeap.RootList<K>
BinaryTreeSoftHeap.rootList
The root list, in non-decreasing rank order.