gherkin.formatter.model
Class Range

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

public class Range
extends Object


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

Constructor Detail

Range

public Range(long first,
             long last)
Method Detail

getFirst

public long getFirst()

getLast

public long getLast()

isInclude

public boolean isInclude(long n)


Copyright © 2012. All Rights Reserved.