mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-02-16 22:56:32 +01:00
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)). |
||
---|---|---|
.. | ||
extensions | ||
images | ||
connections.html | ||
debugging.html | ||
gettingstarted.html | ||
index.html | ||
messaging.html | ||
overview.html | ||
processing.html | ||
properties.html | ||
providers.html | ||
roster.html | ||
style.css |