1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00
Smack/extensions/src/main/java/org/jivesoftware/smackx/amp
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 Return Collections (or sublcasses) instead of Iterators 2014-04-09 20:03:10 +02:00
provider AMP should use provider/packet packages and JUL 2014-03-10 17:03:07 +01:00
AMPDeliverCondition.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
AMPExpireAtCondition.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00
AMPManager.java Reworked DiscoverInfo and DiscoverItems 2014-03-28 14:46:30 +01:00
AMPMatchResourceCondition.java "not connected" is now a checked Exception thrown by sendPacket() 2014-03-19 15:56:41 +01:00