xades4j.utils
Interface DataGetter<T>

All Known Implementing Classes:
DataGetterImpl

public interface DataGetter<T>

Author:
Luís

Method Summary
 Collection<T> getAll()
           
 Collection<T> getFiltered(CollectionUtils.Predicate<T> filter)
           
<TP extends T>
Collection<TP>
getOfType(Class<TP> clazz)
           
 

Method Detail

getAll

Collection<T> getAll()

getOfType

<TP extends T> Collection<TP> getOfType(Class<TP> clazz)

getFiltered

Collection<T> getFiltered(CollectionUtils.Predicate<T> filter)


Copyright © 2012. All Rights Reserved.