org.asyrinx.brownie.core.collection
クラス QueueList

java.lang.Object
  拡張org.asyrinx.brownie.core.util.Wrapper
      拡張org.asyrinx.brownie.core.collection.wrapper.CollectionWrapper
          拡張org.asyrinx.brownie.core.collection.wrapper.ListWrapper
              拡張org.asyrinx.brownie.core.collection.QueueList
すべての実装インタフェース:
java.util.Collection, java.util.List

public class QueueList
extends ListWrapper

FIFOのキューを表現するクラスです

作成者:
akima

フィールドの概要
 
クラス org.asyrinx.brownie.core.collection.wrapper.ListWrapper から継承したフィールド
list
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したフィールド
wrapped
 
コンストラクタの概要
QueueList()
          Constructor for QueueList.
QueueList(java.util.Collection c)
          Constructor for QueueList.
QueueList(java.util.Collection c, int maxSize)
          Constructor for QueueList.
QueueList(int maxSize)
          Constructor for QueueList.
 
メソッドの概要
 void add(int index, java.lang.Object element)
           
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection c)
           
 boolean addAll(int index, java.util.Collection c)
           
 int getMaxSize()
          Returns the maxSize.
 void setMaxSize(int maxSize)
          Sets the maxSize.
 
クラス org.asyrinx.brownie.core.collection.wrapper.ListWrapper から継承したメソッド
get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList, toString
 
クラス org.asyrinx.brownie.core.collection.wrapper.CollectionWrapper から継承したメソッド
clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したメソッド
getCore, getCoreWrapped, getWrapped
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース java.util.List から継承したメソッド
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

コンストラクタの詳細

QueueList

public QueueList()
Constructor for QueueList.


QueueList

public QueueList(java.util.Collection c)
Constructor for QueueList.

パラメータ:
c -

QueueList

public QueueList(int maxSize)
Constructor for QueueList.

パラメータ:
maxSize -

QueueList

public QueueList(java.util.Collection c,
                 int maxSize)
Constructor for QueueList.

パラメータ:
c -
メソッドの詳細

add

public void add(int index,
                java.lang.Object element)
定義:
インタフェース java.util.List 内の add
オーバーライド:
クラス ListWrapper 内の add
関連項目:
List.add(int, Object)

add

public boolean add(java.lang.Object o)
定義:
インタフェース java.util.List 内の add
オーバーライド:
クラス CollectionWrapper 内の add
関連項目:
Collection.add(Object)

addAll

public boolean addAll(java.util.Collection c)
定義:
インタフェース java.util.List 内の addAll
オーバーライド:
クラス CollectionWrapper 内の addAll
関連項目:
Collection.addAll(Collection)

addAll

public boolean addAll(int index,
                      java.util.Collection c)
定義:
インタフェース java.util.List 内の addAll
オーバーライド:
クラス ListWrapper 内の addAll
関連項目:
List.addAll(int, Collection)

getMaxSize

public int getMaxSize()
Returns the maxSize.

戻り値:
int

setMaxSize

public void setMaxSize(int maxSize)
Sets the maxSize.

パラメータ:
maxSize - The maxSize to set


Copyright © 2004 asyrinx organization. All Rights Reserved.