bing.common
Class SearchTagArray

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

public class SearchTagArray
extends BingResult
implements Array

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


Constructor Summary
SearchTagArray(java.util.Hashtable dict)
           
 
Method Summary
 SearchTag[] 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

SearchTagArray

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

getItems

public SearchTag[] getItems()