public interface UserData
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns the cloned object.
|
java.lang.Object |
get(int index)
Returns the user data at the specified index.
|
int |
getNumberOfUserData()
Returns the total number of user data contained in this UserData object.
|
void |
set(int index, java.lang.Object userData)
Sets the user data at the specified index.
|
java.lang.Object get(int index)
index
-void set(int index, java.lang.Object userData)
index
-userData
-int getNumberOfUserData()
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException