Package org.jcsp.net
Class ChannelIndexMap.Entry
java.lang.Object
org.jcsp.net.ChannelIndexMap.Entry
- Enclosing class:
ChannelIndexMap
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) ChannelIndexMap.Entry
(package private) ChannelOutput
-
Constructor Summary
ConstructorsConstructorDescriptionEntry
(long key, ChannelOutput value) Entry
(long key, ChannelOutput value, ChannelIndexMap.Entry next) -
Method Summary
-
Field Details
-
key
long key -
value
ChannelOutput value -
next
-
-
Constructor Details
-
Entry
Entry(long key, ChannelOutput value, ChannelIndexMap.Entry next) -
Entry
Entry(long key, ChannelOutput value)
-