Package net.sf.jplist.core

Contains the core classes for JPList.

See:
          Description

Interface Summary
IElement<E> Interface that all JPList types must implement.
 

Class Summary
ArrayElement Implements ArrayElement object as a concrete subtype of generic Element.
DataElement Implements DataElement as a concrete subtype of the generic Element.
DictionaryElement Implements DictionaryElement as a concrete subtype of generic Element.
Document Implements the Document object for JPList.
Element<E> Generic implementation of an IElement object.
NameValuePair Simple POJO to hold a name-value pair.
StringElement Implements the StringElement which is a concrete subtype of the generic Element.
 

Enum Summary
Type Declares an Enumeration of PList Data types.
 

Exception Summary
JPListException Exception class specific to JPLists.
 

Package net.sf.jplist.core Description

Contains the core classes for JPList.