gherkin.formatter.model
Class Range

java.lang.Object
  extended by gherkin.formatter.model.Range

public class Range
extends Object


Constructor Summary
Range(Integer first, Integer last)
           
 
Method Summary
 Integer getFirst()
           
 Integer getLast()
           
 boolean isInclude(Integer n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range(Integer first,
             Integer last)
Method Detail

getFirst

public Integer getFirst()

getLast

public Integer getLast()

isInclude

public boolean isInclude(Integer n)


Copyright © 2013. All rights reserved.