Search Results for

    Show / Hide Table of Contents

    Class BinaryHeapListWrapperTests

    Inheritance
    System.Object
    BinaryHeapListWrapperTests
    BinaryHeapListWrapperTests_HeapAtTheBeginning
    BinaryHeapListWrapperTests_HeapAtTheEnd
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Tests.PriorityQueues.BinaryHeap
    Assembly: MoreStructures.Tests.dll
    Syntax
    public abstract class BinaryHeapListWrapperTests

    Constructors

    | Improve this Doc View Source

    BinaryHeapListWrapperTests(Boolean, Int32)

    Declaration
    protected BinaryHeapListWrapperTests(bool storeHeapAtTheEnd, int indexDelta)
    Parameters
    Type Name Description
    System.Boolean storeHeapAtTheEnd
    System.Int32 indexDelta

    Methods

    | Improve this Doc View Source

    Clear_JustResetsHeapCountWithReadOnlyLists()

    Declaration
    public void Clear_JustResetsHeapCountWithReadOnlyLists()
    | Improve this Doc View Source

    Clear_WipesAllItemsOutWithNonReadOnlyLists()

    Declaration
    public void Clear_WipesAllItemsOutWithNonReadOnlyLists()
    | Improve this Doc View Source

    Ctor_DoesntTouchItemsInBufferArea()

    Declaration
    public void Ctor_DoesntTouchItemsInBufferArea()
    | Improve this Doc View Source

    Ctor_EnforcesHeapCountToBeAtMostListCount()

    Declaration
    public void Ctor_EnforcesHeapCountToBeAtMostListCount()
    | Improve this Doc View Source

    Ctor_EnforcesIndexDeltaToBeAtMostListCount()

    Declaration
    public void Ctor_EnforcesIndexDeltaToBeAtMostListCount()
    | Improve this Doc View Source

    Ctor_RestoresHeapPropertyWithSpecifiedComparer()

    Declaration
    public void Ctor_RestoresHeapPropertyWithSpecifiedComparer()
    | Improve this Doc View Source

    Ctor_WorksOnEmptyHeap()

    Declaration
    public void Ctor_WorksOnEmptyHeap()
    | Improve this Doc View Source

    GetEnumerator_EnumeratesItemsFromHeapAndBuffer()

    Declaration
    public void GetEnumerator_EnumeratesItemsFromHeapAndBuffer()
    | Improve this Doc View Source

    HeapCount_IsIncreasedWhenPushMakesRoomInTheList()

    Declaration
    public void HeapCount_IsIncreasedWhenPushMakesRoomInTheList()
    | Improve this Doc View Source

    HeapCount_IsInstantiatedToTheSpecifiedValue()

    Declaration
    public void HeapCount_IsInstantiatedToTheSpecifiedValue()
    | Improve this Doc View Source

    HeapCount_IsNotChangedByPeekOrPeekKth()

    Declaration
    public void HeapCount_IsNotChangedByPeekOrPeekKth()
    | Improve this Doc View Source

    HeapCount_IsUpdatedOnPushAndPop()

    Declaration
    public void HeapCount_IsUpdatedOnPushAndPop()
    | Improve this Doc View Source

    Index_AccessItemsFromHeapAndBuffer()

    Declaration
    public void Index_AccessItemsFromHeapAndBuffer()
    | Improve this Doc View Source

    Pop_DoesntLoseItems()

    Declaration
    public void Pop_DoesntLoseItems()
    | Improve this Doc View Source

    Push_BeyondListCountRaisesException_WhenHeapAtTheEnd()

    Declaration
    public void Push_BeyondListCountRaisesException_WhenHeapAtTheEnd()
    | Improve this Doc View Source

    Push_BeyondListCountUpdatesListCount_WhenHeapAtTheBeginning()

    Declaration
    public void Push_BeyondListCountUpdatesListCount_WhenHeapAtTheBeginning()
    | Improve this Doc View Source

    RaiseEvents_AreInvoked()

    Declaration
    public void RaiseEvents_AreInvoked()

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX