org.teiid.internal.core.index
Class EntryResult

java.lang.Object
  extended by org.teiid.internal.core.index.EntryResult
All Implemented Interfaces:
IEntryResult

public class EntryResult
extends java.lang.Object
implements IEntryResult


Constructor Summary
EntryResult(char[] word, int[] refs)
           
 
Method Summary
 boolean equals(java.lang.Object anObject)
           
 int[] getFileReferences()
           
 char[] getWord()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryResult

public EntryResult(char[] word,
                   int[] refs)
Method Detail

equals

public boolean equals(java.lang.Object anObject)
Overrides:
equals in class java.lang.Object

getFileReferences

public int[] getFileReferences()
Specified by:
getFileReferences in interface IEntryResult

getWord

public char[] getWord()
Specified by:
getWord in interface IEntryResult

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.