org.asyrinx.brownie.core.collection.matrix
クラス ArrayListMatrix

java.lang.Object
  拡張org.asyrinx.brownie.core.collection.matrix.ArrayListMatrix
すべての実装インタフェース:
ListMatrix

public class ArrayListMatrix
extends java.lang.Object
implements ListMatrix

作成者:
Akima

コンストラクタの概要
ArrayListMatrix()
          Constructor for ListMatrix.
 
メソッドの概要
 void clear()
           
 int colSize()
           
 java.lang.Object get(int col, int row)
           
 java.util.List getCol(int colKey)
           
 java.util.List getRow(int rowKey)
           
 void put(int col, int row, java.lang.Object value)
           
 void remove(int col, int row)
           
 int rowSize()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ArrayListMatrix

public ArrayListMatrix()
Constructor for ListMatrix.

メソッドの詳細

get

public java.lang.Object get(int col,
                            int row)
定義:
インタフェース ListMatrix 内の get

put

public void put(int col,
                int row,
                java.lang.Object value)
定義:
インタフェース ListMatrix 内の put

remove

public void remove(int col,
                   int row)
定義:
インタフェース ListMatrix 内の remove

clear

public void clear()
定義:
インタフェース ListMatrix 内の clear

colSize

public int colSize()
定義:
インタフェース ListMatrix 内の colSize

rowSize

public int rowSize()
定義:
インタフェース ListMatrix 内の rowSize

getCol

public java.util.List getCol(int colKey)
定義:
インタフェース ListMatrix 内の getCol

getRow

public java.util.List getRow(int rowKey)
定義:
インタフェース ListMatrix 内の getRow


Copyright © 2004 asyrinx organization. All Rights Reserved.