public class Index extends Object implements Serializable, Persistable
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object o) |
boolean |
add(Object o,
int idx) |
Object |
get(int i) |
int |
indexOf(Object o) |
void |
load(InputStream is) |
int |
size() |
String |
toString() |
void |
write(OutputStream os) |
public boolean add(Object o, int idx)
public boolean add(Object o)
public int indexOf(Object o)
public Object get(int i)
public int size()
public void write(OutputStream os)
write
in interface Persistable
public void load(InputStream is)
load
in interface Persistable
Copyright © 2014. All rights reserved.