Uses of Class
org.lastbamboo.common.sdp.GenericObjectList

Packages that use GenericObjectList
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.fields   
 

Uses of GenericObjectList in org.lastbamboo.common.sdp
 

Subclasses of GenericObjectList in org.lastbamboo.common.sdp
 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.
 

Methods in org.lastbamboo.common.sdp with parameters of type GenericObjectList
protected  void GenericObjectList.concatenate(GenericObjectList objList)
          Concatenate two compatible header lists, adding the argument to the tail end of this list.
protected  void GenericObjectList.concatenate(GenericObjectList objList, boolean topFlag)
          Concatenate two compatible header lists, adding the argument either to the beginning or the tail end of this list.
 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(String objectText, GenericObjectList replacementObject, boolean matchSubstring)
          Do a find and replace of objects in this list.
 void GenericObject.replace(String objectText, GenericObjectList replacement, boolean matchSubstring)
          Do a recursive find and replace of objects pointed to by this object.
 

Uses of GenericObjectList in org.lastbamboo.common.sdp.fields
 

Subclasses of GenericObjectList in org.lastbamboo.common.sdp.fields
 class SDPObjectList
           
 

Methods in org.lastbamboo.common.sdp.fields with parameters of type GenericObjectList
 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(String objectText, GenericObjectList replacementObject, boolean matchSubstring)
          Do a find and replace of objects in this list.
 void SDPObject.replace(String objectText, GenericObjectList replacement, boolean matchSubstring)
          Do a find and replace of objects.
 



Copyright © 2013 LittleShoot. All Rights Reserved.