|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.util.EasyList
Lists
instead. Since v5.0.
@Deprecated public class EasyList
Legacy utility class for instantiating lists. We now prefer to use com.google.common.collect.Lists
from
google-collections / guava.
Constructor Summary | |
---|---|
EasyList()
Deprecated. |
Method Summary | ||
---|---|---|
static
|
build(T... elems)
Deprecated. Use Lists.newArrayList(Object[]) instead. Since v5.0. |
|
static
|
build(T elem)
Deprecated. Use Lists.newArrayList(Object[]) instead. Since v5.0. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyList()
Method Detail |
---|
@Deprecated public static <T> List<T> build(T elem)
Lists.newArrayList(Object[])
instead. Since v5.0.
@Deprecated public static <T> List<T> build(T... elems)
Lists.newArrayList(Object[])
instead. Since v5.0.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |