View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Stereotypes | Operations | Template Parameters

Parent Package: assumed_types
Class Aggregate{Abstract}


Any
   |
   +--Aggregate

Direct Subclassifiers:
       Set, String, List, Hash, Array
Abstract parent of of the aggregate types List, Set, Array and Hash.
Stereotypes
<<Interface>>



Template Parameters
NameTypeDefault Value
  

Operations
SignatureConstraintsDocumentation
 count() : Integer  Number of items in container 
 has(v : T) : Boolean  Test for membership of a value 
 is_empty() : Boolean  True if container is empty.