SuggestedWord

Inheritance: java.lang.Object

public class SuggestedWord

GetSpellCheckErrorList से वर्तनी सुझाव लौटाया गया।

निर्माता

निर्माताविवरण
SuggestedWord()

फ़ील्ड्स

फ़ील्डविवरण
distanceखोजे गए शब्द और सुझाव के बीच की दूरी।
wordसुझाया गया सही वर्तनी वाला शब्द।

विधियाँ

विधिविवरण
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

SuggestedWord()

public SuggestedWord()

distance

public int distance

खोजे गए शब्द और सुझाव के बीच की दूरी।

word

public String word

सुझाया गया सही वर्तनी वाला शब्द।

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

पैरामीटरप्रकारविवरण
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

पैरामीटरप्रकारविवरण
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

पैरामीटरप्रकारविवरण
arg0long
arg1int