程序包 jaskell.parsec
类 Neighborhood
java.lang.Object
jaskell.parsec.Neighborhood
public class Neighborhood extends Object
Neighborhood description what the neighborhood content of a point
The center of neighborhood could be not the point of it, because
String need top and bottom in indexes range.
- 从以下版本开始:
- 2020/06/02 11:58
- 版本:
- 1.0.0
- 作者:
- mars
-
构造器概要
构造器 构造器 说明 Neighborhood()
-
方法概要
修饰符和类型 方法 说明 int
getBottom()
String
getContent()
int
getTop()
void
setBottom(int bottom)
void
setContent(String content)
void
setTop(int top)
-
构造器详细资料
-
Neighborhood
public Neighborhood()
-
-
方法详细资料
-
getBottom
public int getBottom() -
setBottom
public void setBottom(int bottom) -
getTop
public int getTop() -
setTop
public void setTop(int top) -
getContent
-
setContent
-