netty5/transport/src/main/java/io/netty/channel/group
Norman Maurer 0adccfdb50 Simplify DefaultChannelGroup.contains(...) and so remove one instanceof check.
Motivation:

DefaultChannelGroup.contains(...) did one more instanceof check then needed.

Modifications:

Simplify contains(...) and remove one instanceof check.

Result:

Simplier and cheaper implementation.
2018-03-17 09:45:24 +01:00
..
ChannelGroup.java [#3127] Allow to write with VoidPromise to Channels in ChannelGroup 2016-05-14 20:53:25 +02:00
ChannelGroupException.java Cleanup 2013-07-12 11:48:26 +02:00
ChannelGroupFuture.java [#1535] Remove Channel.id() and so fix the possible leakage of the previous used Channel id map 2013-07-08 14:07:18 +02:00
ChannelGroupFutureListener.java Let ChannelGroupFuture extends ChannelFuture and ChannelGroupFutureListener GenericFutureListener 2013-03-12 08:35:39 +01:00
ChannelMatcher.java Rename ChannelGroupMatcher to ChannelMatcher 2013-07-15 10:42:36 +02:00
ChannelMatchers.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
CombinedIterator.java Fix more inspection warnings + compilation errors 2012-11-12 13:25:00 +09:00
DefaultChannelGroup.java Simplify DefaultChannelGroup.contains(...) and so remove one instanceof check. 2018-03-17 09:45:24 +01:00
DefaultChannelGroupFuture.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
VoidChannelGroupFuture.java Add java-doc for implemented methods of io.netty.util.concurrent.Future#cancel(boolean mayInterruptIfRunning) 2018-01-29 11:19:52 +01:00