Join Slack
Powered by
<@U0BHS1Y07>: list is just an interface. It could ...
# getting-started
h
holgerbrandl
06/03/2016, 8:49 AM
@voddan
: list is just an interface. It could be implemented by wrapping some existing lists without doing any allocation. Similar to how
Iterables.concat(Iterable<T> ...)
in guava wraps iterables.
Open in Slack
Previous
Next