public interface PList
Modifier and Type | Interface and Description |
---|---|
static interface |
PList.PListIterator |
Modifier and Type | Method and Description |
---|---|
Object |
addFirst(String id,
ByteSequence bs) |
Object |
addLast(String id,
ByteSequence bs) |
void |
destroy() |
String |
getName() |
boolean |
isEmpty() |
PList.PListIterator |
iterator() |
long |
messageSize() |
boolean |
remove(Object position) |
long |
size() |
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()
long messageSize()
Copyright © 2005–2018. All rights reserved.