private static class ChannelIndexMap.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) long |
key |
(package private) ChannelIndexMap.Entry |
next |
(package private) ChannelOutput |
value |
| Constructor and Description |
|---|
Entry(long key,
ChannelOutput value) |
Entry(long key,
ChannelOutput value,
ChannelIndexMap.Entry next) |
long key
ChannelOutput value
ChannelIndexMap.Entry next
Entry(long key,
ChannelOutput value,
ChannelIndexMap.Entry next)
Entry(long key,
ChannelOutput value)