public class ProcessState extends Object implements Iterable<ServerState>
| Modifier and Type | Method and Description |
|---|---|
void |
add(ServerState serverState) |
ServerState |
first() |
boolean |
isEmpty() |
Iterator<ServerState> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(ServerState serverState)
public Iterator<ServerState> iterator()
iterator in interface Iterable<ServerState>public boolean isEmpty()
public ServerState first()
public int size()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.