Class RemoveGreaterCommand

java.lang.Object
commandManager.commands.RemoveGreaterCommand
All Implemented Interfaces:
BaseCommand

public class RemoveGreaterCommand extends Object implements BaseCommand
Removes elements from collection greater than given in argument.
Since:
1.0
  • Constructor Details

    • RemoveGreaterCommand

      public RemoveGreaterCommand()
      Default constructor with handler from 1.0
    • RemoveGreaterCommand

      public RemoveGreaterCommand(ModuleHandler<Route> handler)
      Provides choosing handler
      Parameters:
      handler - ModuleHandler for operating
      Since:
      1.1
  • Method Details