ariba.util.core
Class Factory<T>
java.lang.Object
ariba.util.core.Factory<T>
public abstract class Factory<T>
- extends Object
Convenience generic factory class.
ListFactory
public static final Factory<List<Object>> ListFactory
SetFactory
public static final Factory<Set<Object>> SetFactory
SortedSetFactory
public static final Factory<SortedSet<Object>> SortedSetFactory
Factory
public Factory()
create
public abstract T create(Object... arguments)
- Creates and returns an instance of the generic type,
T.
- Returns:
- the newly created instance of
T
listFactory
public static <T> Factory<List<T>> listFactory()
setFactory
public static <T> Factory<Set<T>> setFactory()
sortedSetFactory
public static <T> Factory<SortedSet<T>> sortedSetFactory()
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.