| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.ArrayList
                    |
                    +--planetj.property.PropertyGroupList
A List containing PropertyGroup objects
| Constructor Summary | |
PropertyGroupList()
PropertyGroupList constructor comment.  | 
|
PropertyGroupList(Collection c)
PropertyGroupList constructor comment.  | 
|
PropertyGroupList(int initialCapacity)
PropertyGroupList constructor comment.  | 
|
| Method Summary | |
 boolean | 
add(Object o)
Adds a PropertyGroup to this List  | 
 boolean | 
add(PropertyGroup pPG)
Adds a PropertyGroup to this List  | 
 PropertyGroup | 
getPropertyGroup(int i)
Gets the PropertyGroup object at the specified index  | 
 List | 
getPropertyGroups(String pName)
Gets a List containing only PropertyGroups with the specified name.  | 
 String | 
toString()
 | 
| Methods inherited from class java.util.ArrayList | 
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize | 
| Methods inherited from class java.util.AbstractList | 
equals, hashCode, iterator, listIterator, listIterator, subList | 
| Methods inherited from class java.util.AbstractCollection | 
containsAll, remove, removeAll, retainAll | 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.List | 
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList | 
| Constructor Detail | 
public PropertyGroupList()
public PropertyGroupList(int initialCapacity)
initialCapacity - intpublic PropertyGroupList(Collection c)
c - java.util.Collection| Method Detail | 
public boolean add(Object o)
add in interface Listadd in class ArrayListpublic boolean add(PropertyGroup pPG)
public PropertyGroup getPropertyGroup(int i)
public List getPropertyGroups(String pName)
public String toString()
toString in class AbstractCollection
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||