| Constructor and Description |
|---|
ListOfIntPairs() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPair(int i1,
int i2) |
void |
clear() |
boolean |
equals(Object other) |
boolean |
isEmpty() |
void |
readFields(DataInput in) |
void |
setEIds(ArrayListOfInts l) |
void |
setFIds(ArrayListOfInts l) |
String |
toString() |
void |
write(DataOutput out) |
public void addPair(int i1,
int i2)
public void clear()
public boolean isEmpty()
public void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic void setEIds(ArrayListOfInts l)
public void setFIds(ArrayListOfInts l)
public void write(DataOutput out) throws IOException
write in interface WritableIOException