Class: MutableSetOfString (TmStd::Lsm)

Overview
Module Structure
Class Hierarchy
is a submodule of
module: Lsm ( TmStd )
has modular siblings
class: Abstract   
module: Product   
module: Sum   
module: Collection   
class: SeqOfString   
class: SetOfString   
includes
  Mutable ( TmStd::Lsm::Collection::Set )
inherits from
  SetOfString ( TmStd::Lsm )
is defined at
#206 in tmstd/lsm/collection/set.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmStd
  module: Lsm
  class: Abstract
  module: Product
  module: Sum
  module: Collection
  module: Set
module: Mutable     
  class: SeqOfString
  class: SetOfString
✗ class: MutableSetOfString

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 )
  SeqOfString ( TmStd::Lsm )   
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   
SetOfString ( TmStd::Lsm )
has properties
constant: LSM_ELEMENT_CLASS   
MutableSetOfString ( TmStd::Lsm )