@Beta public abstract class AbstractRegions extends Object implements Iterable<Region>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRegions.Builder<BUILDER extends AbstractRegions.Builder> |
Modifier | Constructor and Description |
---|---|
protected |
AbstractRegions(AbstractRegions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractRegions |
copy() |
boolean |
equals(Object o) |
Component |
getComponent(ComponentPath path) |
Region |
getRegion(String name) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<Region> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected AbstractRegions(AbstractRegions.Builder builder)
public boolean isEmpty()
public Component getComponent(ComponentPath path)
public abstract AbstractRegions copy()