Uses of Annotation Type
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) 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 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 classFields in org.jheaps.tree with annotations of type VisibleForTestingModifier and TypeFieldDescription(package private) final BinaryTreeSoftAddressableHeap.RootList<K, V> BinaryTreeSoftAddressableHeap.rootListThe root list, in non-decreasing rank order.(package private) final BinaryTreeSoftHeap.RootList<K> BinaryTreeSoftHeap.rootListThe root list, in non-decreasing rank order.