Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Generator (computer programming): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 18:13, 19 January 2018
edit
2602:47:d40e:f400:d15b:3a61:9ecd:e07
(
talk
)
→
Timeline
:
C
← Previous edit
Revision as of 04:29, 14 February 2018
edit
undo
Bri
(
talk
|
contribs
)
Edit filter helpers
,
Autopatrolled
,
Event coordinators
,
Extended confirmed users
,
Page movers
,
Mass message senders
,
New page reviewers
,
Pending changes reviewers
,
Rollbackers
179,448
edits
m
→
Java
:
ty
Next edit →
Line 358:
</syntaxhighlight>
An infinite Fibonacci sequence could also be written
int
in
'''Java 7''' as an Iterator:
<syntaxhighlight lang="java">
Iterable<Integer> fibo = new Iterable<Integer>() {