public interface PList
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PList.PListIterator |
String getName()
void destroy()
throws IOException
IOExceptionObject addFirst(String id, ByteSequence bs) throws IOException
IOExceptionObject addLast(String id, ByteSequence bs) throws IOException
IOExceptionboolean remove(Object position) throws IOException
IOExceptionboolean isEmpty()
PList.PListIterator iterator() throws IOException
IOExceptionlong size()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.