Smack/documentation
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
..
extensions Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
images Extension was renamed to lowercase. 2004-08-19 17:17:40 +00:00
connections.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
debugging.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
gettingstarted.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
index.html Move privacy lists from core to extensions 2014-02-15 22:35:38 +01:00
messaging.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
overview.html SMACK-279: The XMPPConnection extends the new abstract Connection class 2010-02-09 11:55:56 +00:00
processing.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
properties.html HTML and comment cleanup. Small API refactors. Moved use of StringBuffer to StringBuilder. 2008-11-03 16:28:57 +00:00
providers.html SMACK-286 Made ProviderManager much more configurable. 2014-01-16 05:14:39 +00:00
roster.html Renamed Connection to XMPPConnection 2014-03-10 09:45:50 +01:00
style.css Initial check-in. 2003-01-15 15:03:36 +00:00