Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | getCurrentPerson() | |
method | setCurrentPerson(value) | |
Gets and sets the current user. | ||
method | get(index) | |
Gets the person who create threaded comments.
|
||
method | get(name) | |
Gets the person who create threaded comments.
|
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | add(name, userId, providerId) | |
Adds one thread comment person.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(author) | |
Gets the index of ThreadedCommentAuthor object
|
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
ThreadedCommentAuthor getCurrentPerson() / setCurrentPerson(value)
int getCount()
ThreadedCommentAuthor get(index)
index
- The indexThreadedCommentAuthor get(name)
name
- The name of the author.int indexOf(author)
author: ThreadedCommentAuthor
- The ThreadedCommentAuthor objectint add(name, userId, providerId)
name: String
- The name of the person.userId: String
- providerId: String
- The id of the providerclear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)