Path: | multiset.rb |
Last Update: | Wed Apr 23 01:25:39 +0900 2008 |
Rubyによる多重集合(マルチセット)の実装です。 通常の集合(Rubyでは"set"ライブラリ)と異なり、多重集合は 同一の要素を複数格納することができます。
メソッド名は基本的にSetクラスに合わせてあります。またSetクラスが持つ メソッドの大部分を実装していますが、いくつか未実装なものもあります。
Ruby implementation of multiset. Unlike ordinary set(see Ruby documentation for "set" library), multiset can contain two or more same items.
Most methods’ names are same as those of Set class, and all other than a few methods in Set class is implemented on Multiset class.
インストールはsetup.rbによって行われます。詳しくはINSTALL.ja.txtをご覧下さい。
setup.rb performs installation. See INSTALL.en.txt for more information.
Author: | Maraigue(f52.aaa.livedoor.jp/~maraigue/) |
Version: | 0.132(2008/4/23) |
Copyright: | (C)2008 Maraigue |
このプログラムはBSDライセンスにて提供する 無 保 証 のプログラムです。 詳細はBSDLicense.txtをご覧下さい。
日本語の参考訳は以下のURLにあります。 sourceforge.jp/projects/opensource/wiki/licenses%2Fnew_BSD_license ただし、法的にはBSDLicense.txtに書かれた英語の文章のみが有効です。
setup.rbはMinero Aoki氏(i.loveruby.net/)の制作です。 setup.rbのみは、GNU LGPL(version 2.1)のライセンスが適用されます。 GNU LGPLについてはGNU_LGPL.txtをご覧下さい。
This program is distributed with ABSOLUTELY NO WARRANTY, under BSD License. See BSDLicense.txt for more detail.
setup.rb is made by Minero Aoki(i.loveruby.net/). Only setup.rb is distributed under GNU LGPL(version 2.1). See GNU_LGPL.txt for more detail.