| Constructor and Description |
|---|
PlayerList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IPlayer player) |
boolean |
contains(Object o) |
boolean |
equals(Object o) |
IPlayer |
get(int index) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<IPlayer> |
iterator() |
int |
size() |
java.util.stream.Stream<IPlayer> |
stream() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int size()
public boolean isEmpty()
public boolean contains(Object o)
public boolean add(IPlayer player)
public IPlayer get(int index)
public java.util.stream.Stream<IPlayer> stream()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.