Package org.teiid.internal.core.index
Class EntryResult
- java.lang.Object
-
- org.teiid.internal.core.index.EntryResult
-
- All Implemented Interfaces:
IEntryResult
public class EntryResult extends Object implements IEntryResult
-
-
Constructor Summary
Constructors Constructor Description EntryResult(char[] word, int[] refs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object anObject)int[]getFileReferences()char[]getWord()inthashCode()StringtoString()
-
-
-
Method Detail
-
getFileReferences
public int[] getFileReferences()
- Specified by:
getFileReferencesin interfaceIEntryResult
-
getWord
public char[] getWord()
- Specified by:
getWordin interfaceIEntryResult
-
-