christophedelory.plist
Class Array
java.lang.Object
christophedelory.plist.PlistObject
christophedelory.plist.Array
public class Array
- extends PlistObject
A plist array collection.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Constructor Summary |
Array()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Array
public Array()
getPlistObjects
public List<PlistObject> getPlistObjects()
- Returns the list of plist objects.
- Returns:
- a list of plist objects. May be empty but not
null
. - See Also:
addPlistObject(christophedelory.plist.PlistObject)
addPlistObject
public void addPlistObject(PlistObject object)
- Adds the specified plist object.
- Parameters:
object
- a plist object. Shall not be null
.
- Throws:
NullPointerException
- if object
is null
.- See Also:
getPlistObjects()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.