Package com.thecoderscorner.menu.domain.util


package com.thecoderscorner.menu.domain.util
  • Interface Summary
    Interface
    Description
    An implementation of the visitor pattern for TcMenu.
  • Class Summary
    Class
    Description
    Abstract version of the interface MenuItemVisitor, it implements all the methods by defaulting the behaviour to the anyItem() method.
    A helper class for dealing with MenuItem objects.