netty5/buffer/src/main/java/io
Norman Maurer 18627749a9 Let CompositeByteBuf implement Iterable
Motivation:

CompositeByteBuf has an iterator() method but fails to implement Iterable

Modifications:

Let CompositeByteBuf implement Iterable<ByteBuf>

Result:

Easier usage
2015-04-12 13:38:27 +02:00
..
netty/buffer Let CompositeByteBuf implement Iterable 2015-04-12 13:38:27 +02:00