org.oddjob.schedules
Class IntervalHelper

java.lang.Object
  extended by org.oddjob.schedules.IntervalHelper

public class IntervalHelper
extends Object


Constructor Summary
IntervalHelper(Interval interval)
           
 
Method Summary
 boolean isBefore(Interval other)
           
 boolean isPoint()
           
 Interval limit(Interval other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntervalHelper

public IntervalHelper(Interval interval)
Method Detail

isBefore

public boolean isBefore(Interval other)

limit

public Interval limit(Interval other)

isPoint

public boolean isPoint()