de.aitools.aq.websearch
Class Result
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.String>
de.aitools.aq.websearch.Result
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>
public class Result
- extends java.util.HashMap<java.lang.String,java.lang.String>
This class is used as a result container. It works as a key-value-store,
see the static fields for available keys.
- Version:
- $Id: Result.java,v 1.1 2012/02/22 16:28:54 hoppe Exp $
- Author:
- c[email protected], [email protected]
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Field Summary |
static java.lang.String |
HTML
|
static java.lang.String |
RANK
|
static java.lang.String |
SOURCE
|
static java.lang.String |
SUMMARY
|
static java.lang.String |
TITLE
|
static java.lang.String |
TOTAL
|
static java.lang.String |
URL
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
RANK
public static final java.lang.String RANK
- See Also:
- Constant Field Values
SOURCE
public static final java.lang.String SOURCE
- See Also:
- Constant Field Values
SUMMARY
public static final java.lang.String SUMMARY
- See Also:
- Constant Field Values
TITLE
public static final java.lang.String TITLE
- See Also:
- Constant Field Values
TOTAL
public static final java.lang.String TOTAL
- See Also:
- Constant Field Values
URL
public static final java.lang.String URL
- See Also:
- Constant Field Values
HTML
public static final java.lang.String HTML
- See Also:
- Constant Field Values
Result
public Result()