org.solovyev.android.keyboard
Class KeyboardInputHistoryState

java.lang.Object
  extended by org.solovyev.android.keyboard.KeyboardInputHistoryState

public class KeyboardInputHistoryState
extends Object

User: serso Date: 11/6/12 Time: 12:21 AM


Constructor Summary
KeyboardInputHistoryState(CharSequence charSequence, int selection)
           
 
Method Summary
 boolean equals(Object o)
           
 CharSequence getCharSequence()
           
 int getSelection()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyboardInputHistoryState

public KeyboardInputHistoryState(CharSequence charSequence,
                                 int selection)
Method Detail

getCharSequence

@Nullable
public CharSequence getCharSequence()

getSelection

public int getSelection()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.