R
- the type of the elementspublic abstract class AbstractListInfo<R> extends AbstractLDSInfo
Constructor and Description |
---|
AbstractListInfo() |
Modifier and Type | Method and Description |
---|---|
protected void |
add(R subRecord) |
protected void |
addAll(List<R> subRecords) |
boolean |
equals(Object other) |
protected List<R> |
getSubRecords() |
int |
hashCode() |
abstract void |
readObject(InputStream inputStream) |
protected void |
remove(int index) |
abstract void |
writeObject(OutputStream outputStream) |
getEncoded
protected void add(R subRecord)
protected void remove(int index)
public abstract void writeObject(OutputStream outputStream) throws IOException
writeObject
in class AbstractLDSInfo
IOException
public abstract void readObject(InputStream inputStream) throws IOException
IOException
Copyright © 2016. All rights reserved.