Class: Abstract (TmStd::Lsm::Collection::Set)

Overview
Module Structure
Class Hierarchy
Class Methods
Abstract.union (1/2) / 1
Instance Aliases
Abstract#add
Instance Attributes
Abstract#lsm_elements [R]
Instance Methods
Abstract#initialize / 1
Abstract#each / 1
Abstract#map_with_index / 1
Abstract#to_a
Abstract#include? / 1
Abstract#union (2/E) / 1
Abstract#+ / 1
Abstract#<< / 1
Abstract#__add__! / 1
is a submodule of
module: Set ( TmStd::Lsm::Collection )
has modular siblings
module: Mutable   
inherits from
  Abstract ( TmStd::Lsm::Collection )
is inherited by
  SetOfFileItem ( TmDoc::Reader )
  SetOfPath ( TmDoc::Model::Abstraction::Path )
  SetOfGenericSubject ( TmDoc::Model::Abstraction::Subject )
  SetOfLocation ( TmDoc::Model::Abstraction )
  SetOfProperty ( TmDoc::Model::Module::Logical::Abstraction )
  SetOfString ( TmStd::Lsm )
has class siblings
  Abstract ( TmStd::Lsm::Collection::Sequence )
  Abstract ( TmStd::Lsm::Collection::Map )
has properties
attribute: lsm_elements [R]   
class method: union (1/2) / 1   
method: initialize / 1   
method: each / 1   
method: map_with_index / 1   
method: to_a   
method: include? / 1   
method: union (2/E) / 1   
method: + / 1   
method: << / 1   
alias: add <<   
method: __add__! / 1   
is defined at
#15 in tmstd/lsm/collection/set.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Model
  module: Abstraction
  module: Path
class: SetOfPath     
  module: Subject
class: SetOfGenericSubject     
  class: SetOfLocation
  module: Module
  module: Logical
  module: Abstraction
class: SetOfProperty     
  module: Reader
class: SetOfFileItem     
  module: TmStd
  module: Lsm
  module: Collection
  class: Abstract
  module: Sequence
class: Abstract     
  module: Set
class: Abstract     
module: Mutable     
  module: Map
class: Abstract     
  class: SetOfString

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Collection )
includes
  Enumerable ( Builtin-Module )
has properties
method: lsm_elements   
method: each   
method: empty?   
method: size   
method: lsm_element_class / 1   
Abstract ( TmStd::Lsm::Collection::Sequence )
Abstract ( TmStd::Lsm::Collection::Set )
has properties
attribute: lsm_elements [R]   
class method: union (1/2) / 1   
method: initialize / 1   
method: each / 1   
method: map_with_index / 1   
method: to_a   
method: include? / 1   
method: union (2/E) / 1   
method: + / 1   
method: << / 1   
alias: add <<   
method: __add__! / 1   
Abstract ( TmStd::Lsm::Collection::Map )

Class Methods

Abstract.union (1/2) / 1

#19 in tmstd/lsm/collection/set.rb

union ( array_of_set = [] )

Instance Aliases

Abstract#add

#133 in tmstd/lsm/collection/set.rb

add <<   

Instance Attributes

Abstract#lsm_elements [R]

#16 in tmstd/lsm/collection/set.rb

Instance Methods

Abstract#initialize / 1

#34 in tmstd/lsm/collection/set.rb

initialize ( elements = [] )

Abstract#each / 1

#47 in tmstd/lsm/collection/set.rb

each ( &block )

Abstract#map_with_index / 1

#54 in tmstd/lsm/collection/set.rb

map_with_index ( &block )

Abstract#to_a

#64 in tmstd/lsm/collection/set.rb

to_a

Abstract#include? / 1

#69 in tmstd/lsm/collection/set.rb

include? ( element )

Abstract#union (2/E) / 1

#78 in tmstd/lsm/collection/set.rb

union ( array_of_set )

Abstract#+ / 1

#96 in tmstd/lsm/collection/set.rb

+ ( other )

Abstract#<< / 1

#105 in tmstd/lsm/collection/set.rb

<< ( element )

Abstract#__add__! / 1

#138 in tmstd/lsm/collection/set.rb

__add__! ( element )