LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.collection

Packages

package  list
 
package  map
 
package  multimap
 
package  set
 
package  tuple
 

Classes

class  CClear
 clears all elements of the collection. More...
 
class  CIsEmpty
 checks a collection is empty. More...
 
class  CSize
 returns the size of the collection. More...
 
class  IMapApplyMultiple
 abstract class for apply multiple elements to a single maps More...
 
class  IMapApplySingle
 abstract class for apply a single element to a multiple maps More...
 
class  IMapGetMultiple
 abstract class to get a multiple elements of a single maps More...
 
class  IMapGetSingle
 abstract class to get a single elements of multiple maps More...