bing.common
Class NewsCollectionArray

java.lang.Object
  extended by bing.results.BingResult
      extended by bing.common.NewsCollectionArray
All Implemented Interfaces:
Array

public class NewsCollectionArray
extends BingResult
implements Array

An array of NewsCollection. used internally when processing search request.


Constructor Summary
NewsCollectionArray(java.util.Hashtable dict)
           
 
Method Summary
 NewsCollection[] getItems()
           
 
Methods inherited from class bing.results.BingResult
add, hashCode
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsCollectionArray

public NewsCollectionArray(java.util.Hashtable dict)
Method Detail

getItems

public NewsCollection[] getItems()