Show / Hide Table of Contents

    Class PairingHeapNode<T>

    Inheritance
    Object
    PairingHeapNode<T>
    Implements
    IComparable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.DataStructures
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class PairingHeapNode<T> : IComparable where T : IComparable
    Type Parameters
    Name Description
    T

    Constructors

    PairingHeapNode(T)

    Declaration
    public PairingHeapNode(T value)
    Parameters
    Type Name Description
    T value

    Methods

    CompareTo(Object)

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Int32

    Implements

    System.IComparable
    Back to top Generated by DocFX