org.kite9.framework.common
Class HelpMethods
java.lang.Object
org.kite9.framework.common.HelpMethods
public class HelpMethods
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpMethods
public HelpMethods()
createList
public static <X> List<X> createList(X... d1)
listOf
public static List<Contained> listOf(Contained... d1)
createSet
public static <X> Set<X> createSet(X... d1)
setOf
public static <X extends Contained> Set<Contained> setOf(X... d1)
Copyright © 2011. All Rights Reserved.