|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.index.reader.LazyDocumentMap.FieldMapEntry
public class LazyDocumentMap.FieldMapEntry
A Map entry containing lucene fieldName/fieldValues
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 |
---|
public LazyDocumentMap.FieldMapEntry(String fieldName, String fieldValue)
fieldName
- fieldNamefieldValue
- fieldValueMethod Detail |
---|
public Object getKey()
getKey
in interface Map.Entry
public Object getValue()
getValue
in interface Map.Entry
public Object setValue(Object val)
setValue
in interface Map.Entry
val
- The new value value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |