Package org.jcsp.net
Class IndexManager.ChannelAndIndex
- java.lang.Object
-
- org.jcsp.net.IndexManager.ChannelAndIndex
-
- Enclosing class:
- IndexManager
static class IndexManager.ChannelAndIndex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description Any2OneChannel
channel
long
index
-
Constructor Summary
Constructors Constructor Description ChannelAndIndex(Any2OneChannel channel, long index)
-
-
-
Field Detail
-
channel
public final Any2OneChannel channel
-
index
public final long index
-
-
Constructor Detail
-
ChannelAndIndex
public ChannelAndIndex(Any2OneChannel channel, long index)
-
-