Uses of Interface
org.harctoolbox.girr.Named
-
Uses of Named in org.harctoolbox.girr
Classes in org.harctoolbox.girr that implement NamedModifier and TypeClassDescriptionfinal classThis class models the command in Girr.final classA CommandSet is a set of Commands with unique names.final classThis 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 TypeMethodDescriptionintintMethod parameters in org.harctoolbox.girr with type arguments of type NamedModifier and TypeMethodDescriptionvoidCommandSet.sort(Comparator<? super Named> comparator) Sort the commands according to the Comparator given as argument.voidRemote.sort(Comparator<? super Named> comparator) Apply the sort function to all contained CommandSets.voidRemoteSet.sort(Comparator<? super Named> comparator, boolean recurse) voidRemote.sortCommands(Comparator<? super Named> comparator)