phenote.util
Class Collections

java.lang.Object
  extended by phenote.util.Collections

public class Collections
extends java.lang.Object


Method Summary
static
<T> T
get(T[] array, int index)
           
static java.lang.String join(java.util.Collection<?> collection, java.lang.String separator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

join

public static java.lang.String join(java.util.Collection<?> collection,
                                    java.lang.String separator)

get

public static <T> T get(T[] array,
                        int index)