Uses of Class
jp.vmi.selenium.selenese.result.CommandResult
-
Packages that use CommandResult Package Description jp.vmi.selenium.selenese.result -
-
Uses of CommandResult in jp.vmi.selenium.selenese.result
Methods in jp.vmi.selenium.selenese.result that return CommandResult Modifier and Type Method Description CommandResultCommandResultList. get(int index)CommandResultCommandResultList. remove(int index)CommandResultCommandResultList. set(int index, CommandResult element)Methods in jp.vmi.selenium.selenese.result that return types with arguments of type CommandResult Modifier and Type Method Description Set<Map.Entry<ICommand,List<CommandResult>>>CommandResultMap. entrySet()List<CommandResult>CommandResultMap. get(Object key)List<CommandResult>CommandResultList. getResults(ICommand command)Get results of the command.Iterator<CommandResult>CommandResultList. iterator()ListIterator<CommandResult>CommandResultList. listIterator()ListIterator<CommandResult>CommandResultList. listIterator(int index)List<CommandResult>CommandResultMap. put(ICommand key, List<CommandResult> value)List<CommandResult>CommandResultMap. remove(Object key)List<CommandResult>CommandResultList. subList(int fromIndex, int toIndex)Collection<List<CommandResult>>CommandResultMap. values()Methods in jp.vmi.selenium.selenese.result with parameters of type CommandResult Modifier and Type Method Description voidCommandResultList. add(int index, CommandResult element)booleanCommandResultList. add(CommandResult cresult)voidCommandResultMap. put(CommandResult cresult)Put command result.CommandResultCommandResultList. set(int index, CommandResult element)Method parameters in jp.vmi.selenium.selenese.result with type arguments of type CommandResult Modifier and Type Method Description booleanCommandResultList. addAll(int index, Collection<? extends CommandResult> c)booleanCommandResultList. addAll(Collection<? extends CommandResult> cresults)List<CommandResult>CommandResultMap. put(ICommand key, List<CommandResult> value)voidCommandResultMap. putAll(List<CommandResult> cresultList)Put command result list.voidCommandResultMap. putAll(Map<? extends ICommand,? extends List<CommandResult>> m)
-