Tests whether this {@code ChannelId} matches the given {@code ChannelId}.
If the given {@code ChannelId} is {@link #isWild() wild}, then it matches only if it is equal to this {@code ChannelId}.
If this {@code ChannelId} is non-wild,then it matches only if it is equal to the given {@code ChannelId}.
Otherwise, this {@code ChannelId} is either shallow or deep wild, andmatches {@code ChannelId}s with the same number of equal segments (if it is shallow wild), or {@code ChannelId}s with the same or a greater number of equal segments (if it is deep wild).
@param channelId the channelId to match @return true if this {@code ChannelId} matches the given {@code ChannelId}
|
|
|
|