public interface PList
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PList.PListIterator |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
addFirst(java.lang.String id,
ByteSequence bs) |
java.lang.Object |
addLast(java.lang.String id,
ByteSequence bs) |
void |
destroy() |
java.lang.String |
getName() |
boolean |
isEmpty() |
PList.PListIterator |
iterator() |
boolean |
remove(java.lang.Object position) |
long |
size() |
java.lang.String getName()
void destroy()
throws java.io.IOException
java.io.IOExceptionjava.lang.Object addFirst(java.lang.String id,
ByteSequence bs)
throws java.io.IOException
java.io.IOExceptionjava.lang.Object addLast(java.lang.String id,
ByteSequence bs)
throws java.io.IOException
java.io.IOExceptionboolean remove(java.lang.Object position)
throws java.io.IOException
java.io.IOExceptionboolean isEmpty()
PList.PListIterator iterator() throws java.io.IOException
java.io.IOExceptionlong size()
Copyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.