Smack/extensions/src/main/java/org/jivesoftware/smackx/disco
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
..
packet Reworked DiscoverInfo and DiscoverItems 2014-03-28 14:46:30 +01:00
provider Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
NodeInformationProvider.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
ServiceDiscoveryManager.java Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00