Class LazyDocumentMap.FieldMapEntry

java.lang.Object
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 Details

    • FieldMapEntry

      public FieldMapEntry(String fieldName, String fieldValue)
      Constructor for the FieldMapEntry object
      Parameters:
      fieldName - fieldName
      fieldValue - fieldValue
  • Method Details

    • 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