| Package | Description |
|---|---|
| unipg.gila.aggregators | |
| unipg.gila.common.coordinatewritables | |
| unipg.gila.common.datastructures |
| Modifier and Type | Method and Description |
|---|---|
LongWritableSet |
SetAggregator.createInitialValue() |
LongWritableSet |
SetAggregator.getAggregatedValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetAggregator.aggregate(LongWritableSet in) |
void |
SetAggregator.setAggregatedValue(LongWritableSet initialSeed) |
| Modifier and Type | Field and Description |
|---|---|
protected LongWritableSet |
CoordinateWritable.analyzed
A set which contains all the ids of the vertices already taken into account.
|
protected LongWritableSet |
MiniCoordinateWritable.oneEdges
A set containing the ids of its one degree neighbors.
|
| Constructor and Description |
|---|
LongWritableSet(LongWritableSet toCopy)
This constructor will return a new LongWritableSet which is an exact copy of the given set.
|