|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.siprop.stack.rtp.impl.RTPpairs
public class RTPpairs
RTPの接続先(SDPのオファーとアンサー)のセットを表すクラス
コンストラクタの概要 | |
---|---|
RTPpairs()
コンストラクタ |
メソッドの概要 | |
---|---|
int |
addPair(int index,
RTPUAModule ua)
Pairを追加する。 |
int |
addPair(RTPUAModule ua0,
RTPUAModule ua1)
Pairを追加する。 |
void |
deletePair(int index)
Pairを削除する。 |
void |
deletePair(int index,
RTPUAModule ua)
Pairを削除する。 |
boolean |
isEmpty()
空かどうか? |
java.util.Iterator |
iterator()
|
int |
length()
Pairの数を取得する。 |
java.util.Iterator |
pair_iterator(int index)
|
int |
searchPairIndex(RTPUAModule ua)
PairのIndexを取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public RTPpairs()
メソッドの詳細 |
---|
public int length()
public boolean isEmpty()
public int addPair(RTPUAModule ua0, RTPUAModule ua1)
ua0
- ua1
-
public int addPair(int index, RTPUAModule ua)
index
- ua
-
public void deletePair(int index)
index
- public void deletePair(int index, RTPUAModule ua)
index
- ua
- public int searchPairIndex(RTPUAModule ua)
ua
-
public java.util.Iterator iterator()
public java.util.Iterator pair_iterator(int index)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |