Uses of Class
edu.washington.cs.knowitall.commonlib.AbstractRange

Packages that use AbstractRange
edu.washington.cs.knowitall.commonlib   
 

Uses of AbstractRange in edu.washington.cs.knowitall.commonlib
 

Subclasses of AbstractRange in edu.washington.cs.knowitall.commonlib
 class Range
          An immutable class that represent an interval.
 class RangeSet
          An immutable class that represent an interval.
 

Methods in edu.washington.cs.knowitall.commonlib with parameters of type AbstractRange
 boolean AbstractRange.isLeftOf(AbstractRange range)
          Returns true if this range ends before the other range starts.
 boolean AbstractRange.isRightOf(AbstractRange range)
          Returns true if this range ends before the other range starts.
 boolean AbstractRange.startsLeftOf(AbstractRange range)
          Returns true if this range starst before the other range starts.
 boolean AbstractRange.startsRightOf(AbstractRange range)
          Returns true if this range starts before the other range starts.
 



Copyright © 2012 University of Washington CSE. All Rights Reserved.