gnu.inet.nntp
Class Range

java.lang.Object
  extended by gnu.inet.nntp.Range

public abstract class Range
extends java.lang.Object

A range of article numbers.


Constructor Summary
Range()
           
 
Method Summary
abstract  boolean contains(int articleNumber)
          Indicates whether this range contains the specfied article number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Range

public Range()
Method Detail

contains

public abstract boolean contains(int articleNumber)
Indicates whether this range contains the specfied article number.