public static class BroadcastTools.SimpleWorkerPlaceGroup
extends PlaceGroup
Constructor and Description |
---|
BroadcastTools.SimpleWorkerPlaceGroup(Long min,
Long max)
Declaration: this(min:Long, max:Long):cassia.util.parallel.BroadcastTools.SimpleWorkerPlaceGroup{self.min==min, self.max==max}.
|
Modifier and Type | Method and Description |
---|---|
void |
broadcastFlat(VoidFun_0_0 cl)
Declaration: broadcastFlat(cl:()=>void):void.
|
Boolean |
contains(Long id) |
Long |
indexOf(Long id) |
Iterator<Place> |
iterator()
Declaration: iterator():Iterator[Place]{self!=null}.
|
Long |
numPlaces() |
Place |
operator()(Long i) |
public BroadcastTools.SimpleWorkerPlaceGroup(Long min, Long max)
public Long indexOf(Long id)
public Boolean contains(Long id)
public Long numPlaces()
public Place operator()(Long i)
public Iterator<Place> iterator()
public void broadcastFlat(VoidFun_0_0 cl)