private static final class AbstractRegion.Sides
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
minusFound
Indicator of inside leaf nodes found on the plus side.
|
private boolean |
plusFound
Indicator of inside leaf nodes found on the plus side.
|
Constructor and Description |
---|
AbstractRegion.Sides()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
minusFound()
Check if inside leaf nodes have been found on the minus side.
|
boolean |
plusFound()
Check if inside leaf nodes have been found on the plus side.
|
void |
rememberMinusFound()
Remember the fact that inside leaf nodes have been found on the minus side.
|
void |
rememberPlusFound()
Remember the fact that inside leaf nodes have been found on the plus side.
|
private boolean plusFound
private boolean minusFound
public void rememberPlusFound()
public boolean plusFound()
public void rememberMinusFound()
public boolean minusFound()
Copyright (c) 2003-2013 Apache Software Foundation