Uses of Interface
org.dvb.tvanytime.metadata.ListIterator

Packages that use ListIterator
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
 

Uses of ListIterator in org.dvb.tvanytime.metadata
 

Methods in org.dvb.tvanytime.metadata that return ListIterator
 ListIterator DatabaseQueryResult.getFragments()
          Get a ListIterator for all of the TV Anytime fragments in this result.
 ListIterator DatabaseQueryResult.getFragments(java.lang.String[] fragmentNames)
          Get a ListIterator for the specified TV Anytime fragment types that are found in this result.
 ListIterator DatabaseQueryResult.getUnknownFragments()
          Get a ListIterator of the unknown fragments that are found in this result.
 ListIterator DatabaseQueryResult.getUnknownFragments(int DVBContextPath)
          Get a ListIterator of unknown fragments with the specified DVBContextPath that are found in this result.