public interface PList
Modifier and Type | Interface and Description |
---|---|
static interface |
PList.PListIterator |
void destroy() throws IOException
IOException
Object addFirst(String id, ByteSequence bs) throws IOException
IOException
Object addLast(String id, ByteSequence bs) throws IOException
IOException
boolean remove(Object position) throws IOException
IOException
boolean isEmpty()
PList.PListIterator iterator() throws IOException
IOException
long size()
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.