com.github.markusbernhardt.selenium2library.utils
Class Python

java.lang.Object
  extended by com.github.markusbernhardt.selenium2library.utils.Python

public abstract class Python
extends Object


Constructor Summary
Python()
           
 
Method Summary
static String join(String glue, Iterable<String> strings)
           
static String join(String glue, String[] strings)
           
static
<A,B> Map<A,B>
zip(List<A> keys, List<B> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Python

public Python()
Method Detail

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.