gnu.inet.nntp

Class Range


public abstract class Range
extends java.lang.Object

A range of article numbers.

Method Summary

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

Method Details

contains

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