Data structure providing access to a list of games.
| Game |
get(int
position)
|
| void |
forEach(Consumer<? super T>
arg0)
|
| abstract Iterator<Game> |
iterator()
|
| Spliterator<Game> |
spliterator()
|
| abstract void |
release()
|
| abstract void |
close()
|
| abstract void |
close()
|