Smack/core/src
Florian Schmaus 4cff008708 Return Collections (or sublcasses) instead of Iterators
This allows us to exploid Java 8 streams and Java 5 for-each
loops. The returned Collections are usually unmodifiable. We decided
against returning Iterable because this would mean determining the
size in O(n) compared to Collection.size() which is often faster
(e.g. O(1)).
2014-04-09 20:03:10 +02:00
..
integration-test Refactoring: All connection classes begin with XMPP now 2014-04-09 20:03:07 +02:00
main Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
test Fix or suppress warnings 2014-04-03 23:06:26 +02:00