public interface PList
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PList.PListIterator |
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–2015 The Apache Software Foundation. All rights reserved.