net.sf.zekr.engine.search
Class Range

java.lang.Object
  extended by net.sf.zekr.engine.search.Range

public final class Range
extends java.lang.Object

This class is a helper for a range introduced by two parameters: from and to.

Since:
Zekr 1.0
Author:
Mohsen Saboorian

Field Summary
 int from
           
 int to
           
 
Constructor Summary
Range(int from, int to)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public final int from

to

public final int to
Constructor Detail

Range

public Range(int from,
             int to)