com.atlassian.jira.util
Class EasyList

java.lang.Object
  extended by com.atlassian.jira.util.EasyList

public class EasyList
extends Object

A replacement for UtilMisc.toList().

Most methods here are not null safe


Constructor Summary
EasyList()
           
 
Method Summary
static
<T> List<T>
build(T o1)
           
static
<T> List<T>
build(T o1, T... o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyList

public EasyList()
Method Detail

build

public static <T> List<T> build(T o1)

build

public static <T> List<T> build(T o1,
                                T... o2)


Copyright © 2002-2009 Atlassian. All Rights Reserved.