(
Map<Long, T> map, InternalLogId id)
| 251 | } |
| 252 | |
| 253 | private static <T extends InternalInstrumented<?>> boolean contains( |
| 254 | Map<Long, T> map, InternalLogId id) { |
| 255 | return map.containsKey(id.getId()); |
| 256 | } |
| 257 | |
| 258 | public static final class RootChannelList { |
| 259 | public final List<InternalInstrumented<ChannelStats>> channels; |