Welcome to the NetCologne GmbH  open source mirroring service! 
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.  
	 
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
Swarm 2.2 Reference Guide: Class  NSelectCImpl
 
 
 
 
swarm.simtools 
 
Class  NSelectCImpl 
java.lang.Object
  |
  +--swarm.BaseImpl 
        |
        +--swarm.PhaseCImpl 
              |
              +--swarm.simtools.NSelectCImpl 
 
 
public class NSelectCImpl extends PhaseCImpl implements SwarmObjectC , SwarmObjectS , NSelectS , NSelectC     
 A class to select exactly N elements at random from a collection. .
NSelect selects exactly N elements from a collection without repetition. A target collection must be provided.
 
 
 
 
 
 
  
  
  
Methods inherited from class java.lang.Object  
 
equals, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait 
 
 
 
NSelectCImpl 
public NSelectCImpl (NSelect  nextPhase) 
 
 
NSelectCImpl 
public NSelectCImpl ()