public class DistanceVector
extends java.lang.Object
| Constructor and Description |
|---|
DistanceVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(byte[] id,
DVEntry entry) |
void |
clear() |
boolean |
containsOtherThan(byte[] id) |
DVEntry |
getEntry(byte[] id) |
java.util.Iterator<byte[]> |
getEntryIdsIterator() |
void |
removeEntry(byte[] id) |
int |
size() |
java.lang.String |
toString()
for debugging purposes only
|
public java.util.Map<byte[],DVEntry> entries
public void addEntry(byte[] id,
DVEntry entry)
public void removeEntry(byte[] id)
public DVEntry getEntry(byte[] id)
public java.util.Iterator<byte[]> getEntryIdsIterator()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean containsOtherThan(byte[] id)
public void clear()
public int size()
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga