|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.AbstractSequentialList
java.util.LinkedList
gov.nist.core.GenericObjectList
gov.nist.javax.sdp.fields.SDPObjectList
public class SDPObjectList
コンストラクタの概要 | |
---|---|
SDPObjectList()
|
|
SDPObjectList(java.lang.String lname)
|
|
SDPObjectList(java.lang.String lname,
java.lang.String classname)
Get the input text of the sdp object (from which the object was generated). |
メソッドの概要 | |
---|---|
void |
add(SDPObject s)
Add an sdp object to this list. |
java.lang.Object |
clone()
Make a clone of this header list and return it. |
java.lang.String |
encode()
Encode the list in semicolon separated form. |
GenericObject |
first()
This is the default list iterator.This will not handle nested list traversal. |
void |
mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the GenericObjects in the mergeList. |
GenericObject |
next()
Fetch the next object from the list based on the default list iterator |
GenericObject |
next(java.util.ListIterator li)
Traverse the list given a list iterator |
void |
replace(java.lang.String objectText,
GenericObject replacementObject,
boolean matchSubstring)
Do a find and replace of objects in this list. |
void |
replace(java.lang.String objectText,
GenericObjectList replacementObject,
boolean matchSubstring)
Do a find and replace of objects in this list. |
java.lang.String |
toString()
Alias for the encode function above. |
クラス gov.nist.core.GenericObjectList から継承されたメソッド |
---|
add, addFirst, debugDump, debugDump, equals, getIterator, getMyClass, isMySubclass, match, replace, replace, setMyClass, setSeparator |
クラス java.util.LinkedList から継承されたメソッド |
---|
add, addAll, addAll, addLast, clear, contains, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, peek, poll, remove, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
クラス java.util.AbstractSequentialList から継承されたメソッド |
---|
iterator |
クラス java.util.AbstractList から継承されたメソッド |
---|
hashCode, listIterator, subList |
クラス java.util.AbstractCollection から継承されたメソッド |
---|
containsAll, isEmpty, removeAll, retainAll |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
インタフェース java.util.List から継承されたメソッド |
---|
containsAll, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
コンストラクタの詳細 |
---|
public SDPObjectList(java.lang.String lname, java.lang.String classname)
public SDPObjectList()
public SDPObjectList(java.lang.String lname)
メソッドの詳細 |
---|
public java.lang.Object clone()
GenericObjectList
内の clone
public void mergeObjects(GenericObjectList mergeList)
GenericObjectList
内の mergeObjects
mergeList
- is the list of Generic objects that we want to do
an object by object merge with. Note that no new objects are
added to this list.public void add(SDPObject s)
public GenericObject first()
GenericObjectList
の記述:
public GenericObject next()
GenericObjectList
の記述:
public GenericObject next(java.util.ListIterator li)
GenericObjectList
の記述:
public java.lang.String encode()
GenericObjectList
の記述:
GenericObjectList
内の encode
public java.lang.String toString()
GenericObjectList
の記述:
GenericObjectList
内の toString
public void replace(java.lang.String objectText, GenericObject replacementObject, boolean matchSubstring) throws java.lang.IllegalArgumentException
GenericObjectList
内の replace
objectText
- text of the object to find.replacementObject
- object to replace the target with (
in case a target is found).matchSubstring
- boolean that indicates whether to flag a
match when objectText is a substring of a candidate object's
encoded text.
java.lang.IllegalArgumentException
public void replace(java.lang.String objectText, GenericObjectList replacementObject, boolean matchSubstring) throws java.lang.IllegalArgumentException
GenericObjectList
内の replace
objectText
- text of the object to find.replacementObject
- object to replace the target with (in
case a target is found).matchSubstring
- boolean that indicates whether to flag a
match when objectText is a substring of a candidate object's
encoded text.
java.lang.IllegalArgumentException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |