Class LeafTreeMapNode<N extends LeafTreeMapNode<N,​Row,​Column,​Color,​Font>,​Row,​Column,​Color,​Font>

  • Type Parameters:
    N - the type of nodes
    All Implemented Interfaces:
    MutableTreeMapNode<N,​Column,​Color,​Font>, TreeMapNode<N,​Column,​Color,​Font>, java.lang.Comparable<N>

    public class LeafTreeMapNode<N extends LeafTreeMapNode<N,​Row,​Column,​Color,​Font>,​Row,​Column,​Color,​Font>
    extends AbstractTreeMapNode<N,​Row,​Column,​Color,​Font>
    implements java.lang.Comparable<N>
    A leaf node.