|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlist.incremental.util.IntegersFrom
public class IntegersFrom
IntegersFrom uses this Growable
| Field Summary | |
|---|---|
(package private) int |
n
The current number from which growing takes place |
| Constructor Summary | |
|---|---|
IntegersFrom(int n)
Create the Growable for the infinite list of integers from n. |
|
| Method Summary | |
|---|---|
IncrementalList<java.lang.Integer> |
grow()
grow the list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int n
| Constructor Detail |
|---|
public IntegersFrom(int n)
| Method Detail |
|---|
public IncrementalList<java.lang.Integer> grow()
grow in interface Growable<java.lang.Integer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||