Uses of Interface
org.harctoolbox.girr.Named
-
Uses of Named in org.harctoolbox.girr
Classes in org.harctoolbox.girr that implement NamedModifier and TypeClassDescriptionfinal class
This class models the command in Girr.final class
A CommandSet is a set of Commands with unique names.final class
This class describes a remote in Girr.Methods in org.harctoolbox.girr with type parameters of type NamedModifier and TypeMethodDescriptionstatic <T extends Named>
voidNamed.populateMap
(Map<String, T> map, Collection<T> collection) Populate the map as first argument with the elements contained in the Collection in the second argument.Named.toList
(T thing) Generate a Map<String, T> map containing one element, the argument.Named.toMap
(Collection<T> collection) Create a Map<String, T> and populate with the elements of the second argument.Named.toMap
(T thing) Generate a Map<String, T> map containing one element, the argument.Methods in org.harctoolbox.girr with parameters of type NamedModifier and TypeMethodDescriptionint
int
Method parameters in org.harctoolbox.girr with type arguments of type NamedModifier and TypeMethodDescriptionvoid
CommandSet.sort
(Comparator<? super Named> comparator) Sort the commands according to the Comparator given as argument.void
Remote.sort
(Comparator<? super Named> comparator) Apply the sort function to all contained CommandSets.void
RemoteSet.sort
(Comparator<? super Named> comparator, boolean recurse) void
Remote.sortCommands
(Comparator<? super Named> comparator)