Uses of Class
org.apache.geronimo.javamail.store.nntp.newsrc.Range

Packages that use Range
org.apache.geronimo.javamail.store.nntp.newsrc   
 

Uses of Range in org.apache.geronimo.javamail.store.nntp.newsrc
 

Methods in org.apache.geronimo.javamail.store.nntp.newsrc that return Range
static Range Range.parse(String range)
          Parse a section of a .newsrc range string into a single Range item.
 Range Range.split(int location)
          Split a range at a given split point.
 

Methods in org.apache.geronimo.javamail.store.nntp.newsrc with parameters of type Range
 boolean Range.abutts(Range other)
          Test if two ranges exactly abutt each other.
 boolean Range.contains(Range other)
          Test if one range is completely contained within another Range.
 boolean Range.greaterThan(Range other)
          Test if another Range is greater than this Range.
 void RangeList.insert(Range newRange)
          Insert a range item into our list.
 boolean Range.lessThan(Range other)
          Test if another Range is less than this Range.
 void Range.merge(Range other)
          Merge another Range into this one.
 boolean Range.overlaps(Range other)
          Tests if two ranges overlap
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.