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 boolean
equals(Object anObject)
int[]
getFileReferences()
char[]
getWord()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getFileReferences
public int[] getFileReferences()
- Specified by:
getFileReferences
in interfaceIEntryResult
-
getWord
public char[] getWord()
- Specified by:
getWord
in interfaceIEntryResult
-
-