DLESE Tools
v1.6.0

org.dlese.dpc.index.reader
Class LazyDocumentMap.FieldMapEntry

java.lang.Object
  extended by org.dlese.dpc.index.reader.LazyDocumentMap.FieldMapEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
LazyDocumentMap

public class LazyDocumentMap.FieldMapEntry
extends Object
implements Map.Entry

A Map entry containing lucene fieldName/fieldValues

Author:
John Weatherley

Constructor Summary
LazyDocumentMap.FieldMapEntry(String fieldName, String fieldValue)
          Constructor for the FieldMapEntry object
 
Method Summary
 Object getKey()
          Gets the key attribute of the FieldMapEntry object
 Object getValue()
          Gets the value attribute of the FieldMapEntry object
 Object setValue(Object val)
          Throws UnsupportedOperationException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

LazyDocumentMap.FieldMapEntry

public LazyDocumentMap.FieldMapEntry(String fieldName,
                                     String fieldValue)
Constructor for the FieldMapEntry object

Parameters:
fieldName - fieldName
fieldValue - fieldValue
Method Detail

getKey

public Object getKey()
Gets the key attribute of the FieldMapEntry object

Specified by:
getKey in interface Map.Entry
Returns:
The key value

getValue

public Object getValue()
Gets the value attribute of the FieldMapEntry object

Specified by:
getValue in interface Map.Entry
Returns:
The value value

setValue

public Object setValue(Object val)
Throws UnsupportedOperationException

Specified by:
setValue in interface Map.Entry
Parameters:
val - The new value value
Returns:
Not supported

DLESE Tools
v1.6.0