Package org.jcsp.net
Class ChannelIndexMap.Entry
- java.lang.Object
-
- org.jcsp.net.ChannelIndexMap.Entry
-
- Enclosing class:
- ChannelIndexMap
private static class ChannelIndexMap.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
key
(package private) ChannelIndexMap.Entry
next
(package private) ChannelOutput
value
-
Constructor Summary
Constructors Constructor Description Entry(long key, ChannelOutput value)
Entry(long key, ChannelOutput value, ChannelIndexMap.Entry next)
-
-
-
Field Detail
-
key
long key
-
value
ChannelOutput value
-
next
ChannelIndexMap.Entry next
-
-
Constructor Detail
-
Entry
Entry(long key, ChannelOutput value, ChannelIndexMap.Entry next)
-
Entry
Entry(long key, ChannelOutput value)
-
-