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

java.lang.Object
  拡張org.asyrinx.brownie.core.collection.matrix.AbstractMapMatrix
      拡張org.asyrinx.brownie.core.collection.matrix.HashMapMatrix
すべての実装インタフェース:
MapMatrix
直系の既知のサブクラス:
WeakHashMapMatrix, WeakReferencedValueMapMatrix

public class HashMapMatrix
extends AbstractMapMatrix

作成者:
Akima

コンストラクタの概要
HashMapMatrix()
          Constructor for MatrixMap.
 
メソッドの概要
protected  java.util.Map newBaseRowsMap()
           
protected  java.util.Set newColKeySet()
           
protected  java.util.Map newGetColResult()
           
protected  java.util.Map newGetRowResult(java.util.Map source)
           
protected  java.util.Set newRowKeySet(java.util.Set source)
           
protected  java.util.Map newRowMap()
           
 
クラス org.asyrinx.brownie.core.collection.matrix.AbstractMapMatrix から継承したメソッド
clear, colKeySet, get, getCol, getRow, put, remove, rowKeySet, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

HashMapMatrix

public HashMapMatrix()
Constructor for MatrixMap.

メソッドの詳細

newBaseRowsMap

protected java.util.Map newBaseRowsMap()
定義:
クラス AbstractMapMatrix 内の newBaseRowsMap

newColKeySet

protected java.util.Set newColKeySet()
定義:
クラス AbstractMapMatrix 内の newColKeySet

newGetColResult

protected java.util.Map newGetColResult()
定義:
クラス AbstractMapMatrix 内の newGetColResult

newGetRowResult

protected java.util.Map newGetRowResult(java.util.Map source)
定義:
クラス AbstractMapMatrix 内の newGetRowResult

newRowKeySet

protected java.util.Set newRowKeySet(java.util.Set source)
定義:
クラス AbstractMapMatrix 内の newRowKeySet

newRowMap

protected java.util.Map newRowMap()
定義:
クラス AbstractMapMatrix 内の newRowMap


Copyright © 2004 asyrinx organization. All Rights Reserved.