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 14:06, 10 August 2015
edit
200.42.206.187
(
talk
)
→
Java
← Previous edit
Revision as of 14:21, 10 August 2015
edit
undo
190.122.97.218
(
talk
)
→
Java
Next edit →
Line 378:
Also
the
a infinite
Fibonacci sequence could also be written using '''java 8''' Stream interface:
<source lang="java">
Stream.generate(new Supplier<Integer>() {