common: Annotate some methods in Guava Iterators
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 22 Feb 2016 22:22:44 +0000 (17:22 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 24 Feb 2016 23:58:47 +0000 (18:58 -0500)
commit59a5aa21ba02ead8d2d760c0a2584e962ace15b3
tree1beb30e8382e1e4e8cbfd3c24ceb32b9f30dd72d
parent151d3d05f4a3e5817c60e364fee01786522dac38
common: Annotate some methods in Guava Iterators

The various versions of the following methods:

Iterators.cycle()
Iterators.concat()

always return a new iterator, and as such can be marked @NonNull.

Change-Id: I4e766ebbe5035d5dac6d59218c1a29b626e54ea5
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/67181
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
common/org.eclipse.tracecompass.common.core/annotations/com/google/common/collect/Iterators.eea [new file with mode: 0644]
This page took 0.026181 seconds and 5 git commands to generate.