Class BlockList<I,​D>

    • Constructor Detail

      • BlockList

        public BlockList()
    • Method Detail

      • insertBlock

        public void insertBlock​(AbstractBaseDTNode<I,​D> blockRoot)
        Inserts a block into the list. Currently, the block is inserted at the head of the list. However, callers should not rely on this.
        Parameters:
        blockRoot - the root node of the block to be inserted