org.asyrinx.brownie.core.collection.matrix
インタフェース ListMatrix

既知の実装クラスの一覧:
ArrayListMatrix

public interface ListMatrix

作成者:
Akima

メソッドの概要
 void clear()
           
 int colSize()
           
 java.lang.Object get(int colKey, int rowKey)
           
 java.util.List getCol(int colKey)
           
 java.util.List getRow(int rowKey)
           
 void put(int colKey, int rowKey, java.lang.Object value)
           
 void remove(int colKey, int rowKey)
           
 int rowSize()
           
 

メソッドの詳細

get

public java.lang.Object get(int colKey,
                            int rowKey)

put

public void put(int colKey,
                int rowKey,
                java.lang.Object value)

remove

public void remove(int colKey,
                   int rowKey)

clear

public void clear()

colSize

public int colSize()

rowSize

public int rowSize()

getCol

public java.util.List getCol(int colKey)

getRow

public java.util.List getRow(int rowKey)


Copyright © 2004 asyrinx organization. All Rights Reserved.