Class RemoveGreaterCommand

java.lang.Object
command.manager.commands.RemoveGreaterCommand
All Implemented Interfaces:
ArgumentConsumer<Route>, AuthorizableCommand, BaseCommand, LocalizableCommand, PreProcessingCommandInterface

public class RemoveGreaterCommand extends Object implements BaseCommand, ArgumentConsumer<Route>, AuthorizableCommand, LocalizableCommand
Removes elements from collection greater than given in argument.
Since:
1.0
Author:
Zerumi
  • Constructor Details

    • RemoveGreaterCommand

      public RemoveGreaterCommand()
  • Method Details