com.github.markusbernhardt.selenium2library.utils
Class Python
java.lang.Object
com.github.markusbernhardt.selenium2library.utils.Python
public abstract class Python
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Python
public Python()
join
public static String join(String glue,
String[] strings)
join
public static String join(String glue,
Iterable<String> strings)
zip
public static <A,B> Map<A,B> zip(List<A> keys,
List<B> values)
Copyright © 2013. All Rights Reserved.