public class RevisionGroupCollection
You do not create instances of this class directly. Use the
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
Returns the number of revision groups in the collection.
|
||
RevisionGroup | get(int index) | |
Returns a revision group at the specified index.
|
||
| Method Summary | ||
|---|---|---|
java.util.Iterator<RevisionGroup> | iterator() | |
Returns an enumerator object.
|
||
public int getCount()
public RevisionGroup get(int index)
public java.util.Iterator<RevisionGroup> iterator()