Class CellDecorator

  • All Implemented Interfaces:
    Cell
    Direct Known Subclasses:
    LinkedCell

    public class CellDecorator
    extends Object
    implements Cell
    Cell decorator.
    • Constructor Detail

      • CellDecorator

        public CellDecorator​(Cell cell)