程序包 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

      public Neighborhood()
  • 方法详细资料

    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom​(int bottom)
    • getTop

      public int getTop()
    • setTop

      public void setTop​(int top)
    • getContent

      public String getContent()
    • setContent

      public void setContent​(String content)