netty5/buffer/src
Norman Maurer f242bc5a1a [#3623] CompositeByteBuf.iterator() should return optimized Iterable
Motivation:

CompositeByteBuf.iterator() currently creates a new ArrayList and fill it with the ByteBufs, which is more expensive then it needs to be.

Modifications:

- Use special Iterator implementation

Result:

Less overhead when calling iterator()
2015-04-20 10:45:28 +02:00
..
main/java/io/netty/buffer [#3623] CompositeByteBuf.iterator() should return optimized Iterable 2015-04-20 10:45:28 +02:00
test/java/io/netty/buffer [#3623] CompositeByteBuf.iterator() should return optimized Iterable 2015-04-20 10:45:28 +02:00