|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractSet<E> java.util.HashSet<OLSRNode> urv.olsr.data.mpr.OLSRSet urv.olsr.data.mpr.MprSet
public class MprSet
This class holds information about the multi-point relay nodes (MPR) of the current node
Field Summary |
---|
Fields inherited from class urv.olsr.data.mpr.OLSRSet |
---|
lock |
Constructor Summary | |
---|---|
MprSet(OLSRNode localNode)
|
Method Summary | |
---|---|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class urv.olsr.data.mpr.OLSRSet |
---|
clone, equals, getCopyOfSet, setCopyOfSet, setCopyOfSet, updateBwOf |
Methods inherited from class java.util.HashSet |
---|
add, clear, contains, isEmpty, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
---|
removeAll |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, containsAll, retainAll, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
addAll, containsAll, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public MprSet(OLSRNode localNode)
Method Detail |
---|
public int hashCode()
hashCode
in interface java.util.Collection<OLSRNode>
hashCode
in interface java.util.Set<OLSRNode>
hashCode
in class java.util.AbstractSet<OLSRNode>
public java.lang.String toString()
toString
in interface Loggable
toString
in class OLSRSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |