public class GamerCollection<T extends Gamer> extends ReadOnlyCollection<T>
Constructor and Description |
---|
GamerCollection(java.util.List<T> list) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator()
Returns an iterator that iterates through the System.Collections.ObjectModel.ReadOnlyCollection
|
public GamerCollection(java.util.List<T> list)
list
- public java.util.Iterator<T> iterator()
ReadOnlyCollection