Class FromTreeSetListResolver<T>
- java.lang.Object
-
- org.cyclos.impl.users.productresolvers.FromListResolver<List<T>,T>
-
- org.cyclos.impl.users.productresolvers.ListResolver<T>
-
- org.cyclos.impl.users.productresolvers.FromTreeSetListResolver<T>
-
- All Implemented Interfaces:
ProductsResolver<List<T>,Void>
public class FromTreeSetListResolver<T> extends ListResolver<T>
AProductsResolverthat returns all values from a TreeSet in a list
-
-
Constructor Summary
Constructors Constructor Description FromTreeSetListResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<T>newCollection()-
Methods inherited from class org.cyclos.impl.users.productresolvers.ListResolver
toResult
-
Methods inherited from class org.cyclos.impl.users.productresolvers.FromListResolver
allowNulls, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.users.productresolvers.ProductsResolver
cacheResult
-
-
-
-
Method Detail
-
newCollection
protected Collection<T> newCollection()
- Overrides:
newCollectionin classFromListResolver<List<T>,T>
-
-