Uses of Class
datapacket.ADataPacketAlgoCmd

Packages that use ADataPacketAlgoCmd
datapacket   
 

Uses of ADataPacketAlgoCmd in datapacket
 

Methods in datapacket that return ADataPacketAlgoCmd
static
<R,P> ADataPacketAlgoCmd<java.util.Vector<R>,VDataPacket,P>
VDataPacket.makeMapCmd(DataPacketAlgo<R,P> algo)
          Convenience method that creates a command that maps a visitor over the vector of data packets.
 

Constructors in datapacket with parameters of type ADataPacketAlgoCmd
DataPacketAlgo(ADataPacketAlgoCmd<R,java.lang.Object,P> defaultCmd)
          Constructor for the class.