bing.common
Class DeepLinkArray

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

public class DeepLinkArray
extends BingResult
implements Array

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


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

DeepLinkArray

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

getItems

public DeepLink[] getItems()