| 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface to a generic set of nodes.
| Method Summary | |
 NodeHandle | 
get(int i)
Gets the ith element in the set.  | 
 NodeHandle | 
get(NodeId nid)
Finds the NodeHandle associated with the NodeId.  | 
 int | 
getIndex(NodeHandle nh)
Gets the Index attribute of the NodeSetI object  | 
 int | 
getIndex(NodeId nid)
Gets the index of the element with the given node id.  | 
 boolean | 
member(NodeHandle nh)
Verifies if the set contains this particular id.  | 
 boolean | 
put(NodeHandle handle)
Puts a NodeHandle into the set.  | 
 NodeHandle | 
remove(NodeHandle nh)
Removes a node id and its handle from the set.  | 
 int | 
size()
Gets the size of the set.  | 
| Methods inherited from interface rice.p2p.commonapi.NodeHandleSet | 
getHandle, getHandle, getIndexHandle, memberHandle, putHandle, removeHandle | 
| Method Detail | 
public boolean put(NodeHandle handle)
handle - the handle to put.
public NodeHandle get(NodeId nid)
nid - a node id.
public NodeHandle get(int i)
i - an index.
public boolean member(NodeHandle nh)
nh - DESCRIBE THE PARAMETER
public NodeHandle remove(NodeHandle nh)
nh - DESCRIBE THE PARAMETER
public int size()
size in interface NodeHandleSet
public int getIndex(NodeId nid)
             throws java.util.NoSuchElementException
nid - the node id.
java.util.NoSuchElementException - DESCRIBE THE EXCEPTION
public int getIndex(NodeHandle nh)
             throws java.util.NoSuchElementException
nh - DESCRIBE THE PARAMETER
java.util.NoSuchElementException - DESCRIBE THE EXCEPTION
  | 
Rice Pastry API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||