public abstract class Range
extends java.lang.Object
| Constructor and Description |
|---|
Range () |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
contains (int articleNumber)
Indicates whether this range contains the specfied article number.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Range()
public abstract boolean contains(int articleNumber)