Class RemoveGreaterCommand

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

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

    • RemoveGreaterCommand

      public RemoveGreaterCommand()
  • Method Details