jp.ac.fun.osawalab.tileworld.connector
クラス AllViewers

java.lang.Object
  上位を拡張 jp.ac.fun.osawalab.tileworld.connector.AbstractConnectors<Viewer>
      上位を拡張 jp.ac.fun.osawalab.tileworld.connector.AllViewers
すべての実装されたインタフェース:
Iterable<Viewer>

public class AllViewers
extends AbstractConnectors<Viewer>

サーバーに接続しているすべてのログイン済みのビューアー(Viewer) の集合を管理するクラスです。

作成者:
高山 貴裕(公立はこだて未来大学 システム情報科学研究科 大沢研究室)
関連項目:
AbstractConnectors, Viewer

フィールドの概要
 
クラス jp.ac.fun.osawalab.tileworld.connector.AbstractConnectors から継承されたフィールド
_list
 
メソッドの概要
static AllViewers getInstance()
          この集合の唯一のインスタンスを返します。
 
クラス jp.ac.fun.osawalab.tileworld.connector.AbstractConnectors から継承されたメソッド
add, get, getAt, getFromID, iterator, remove, removeAt, sendMessage, size, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

メソッドの詳細

getInstance

public static AllViewers getInstance()
この集合の唯一のインスタンスを返します。

戻り値:
この集合のインスタンス。