|
||||||||||
前 次 | フレームあり フレームなし |
GenericObjectList を使用しているパッケージ | |
---|---|
gov.nist.core | |
gov.nist.javax.sdp.fields | |
gov.nist.javax.sip.address | |
gov.nist.javax.sip.header | |
gov.nist.javax.sip.message |
gov.nist.core での GenericObjectList の使用 |
---|
gov.nist.core での GenericObjectList のサブクラス | |
---|---|
class |
NameValueList
Implements a simple NameValue association with a quick lookup function (via a hash table) this class is not thread safe because it uses HashTables. |
GenericObjectList 型のパラメータを持つ gov.nist.core のメソッド | |
---|---|
void |
GenericObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList. |
void |
GenericObjectList.replace(Match regexp,
GenericObjectList replacementObject)
Do a find and replace of objects in this list. |
void |
GenericObject.replace(Match regexp,
GenericObjectList replacement)
Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching. |
void |
GenericObjectList.replace(java.lang.String objectText,
GenericObjectList replacementObject,
boolean matchSubstring)
Do a find and replace of objects in this list. |
void |
GenericObject.replace(java.lang.String objectText,
GenericObjectList replacement,
boolean matchSubstring)
Do a recursive find and replace of objects pointed to by this object. |
gov.nist.javax.sdp.fields での GenericObjectList の使用 |
---|
gov.nist.javax.sdp.fields での GenericObjectList のサブクラス | |
---|---|
class |
SDPObjectList
|
GenericObjectList 型のパラメータを持つ gov.nist.javax.sdp.fields のメソッド | |
---|---|
void |
SDPObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList. |
void |
SDPObject.replace(Match regexp,
GenericObjectList replacement)
Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching. |
void |
SDPObjectList.replace(java.lang.String objectText,
GenericObjectList replacementObject,
boolean matchSubstring)
Do a find and replace of objects in this list. |
void |
SDPObject.replace(java.lang.String objectText,
GenericObjectList replacement,
boolean matchSubstring)
Do a find and replace of objects. |
gov.nist.javax.sip.address での GenericObjectList の使用 |
---|
gov.nist.javax.sip.address での GenericObjectList のサブクラス | |
---|---|
class |
NetObjectList
Root class for all the collection objects in this list: a wrapper class on the GenericObjectList class for lists of objects that can appear in NetObjects. |
GenericObjectList 型のパラメータを持つ gov.nist.javax.sip.address のメソッド | |
---|---|
void |
NetObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList. |
void |
NetObject.replace(Match regexp,
GenericObjectList replacement)
Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching. |
void |
NetObjectList.replace(java.lang.String objectText,
GenericObjectList replacementObject,
boolean matchSubstring)
Do a recursive find and replace of objects in this list. |
void |
NetObject.replace(java.lang.String objectText,
GenericObjectList replacement,
boolean matchSubstring)
Do a find and replace of objects. |
gov.nist.javax.sip.header での GenericObjectList の使用 |
---|
gov.nist.javax.sip.header での GenericObjectList のサブクラス | |
---|---|
class |
SIPObjectList
Root class for all the collection objects in this list: a wrapper class on the GenericObjectList class for lists of objects that can appear in SIPObjects. |
GenericObjectList 型のパラメータを持つ gov.nist.javax.sip.header のメソッド | |
---|---|
void |
SIPObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList. |
void |
SIPObject.replace(Match regexp,
GenericObjectList replacement)
Do a recursive find and replace of objects pointed to by this object based on regular expression pattern matching. |
void |
SIPObjectList.replace(java.lang.String objectText,
GenericObjectList replacementObject,
boolean matchSubstring)
Do a recursive find and replace of objects pointed to by this object. |
void |
SIPObject.replace(java.lang.String objectText,
GenericObjectList replacement,
boolean matchSubstring)
Do a find and replace of objects. |
gov.nist.javax.sip.message での GenericObjectList の使用 |
---|
GenericObjectList 型のパラメータを持つ gov.nist.javax.sip.message のメソッド | |
---|---|
void |
SIPMessage.replace(java.lang.String cText,
GenericObjectList newObject,
boolean matchSubstring)
Recursively replace a portion of this object with a new Object. |
|
||||||||||
前 次 | フレームあり フレームなし |