| 
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrice.p2p.glacier.FragmentKeySet
public class FragmentKeySet
DESCRIBE THE CLASS
| Constructor Summary | |
|---|---|
  | 
FragmentKeySet()
Constructor.  | 
  | 
FragmentKeySet(FragmentKeySet o)
Copy constructor.  | 
protected  | 
FragmentKeySet(java.util.SortedMap s)
Constructor.  | 
| Method Summary | |
|---|---|
 void | 
addId(Id id)
add a member  | 
 void | 
addMember(Id id)
add a member  | 
 Id[] | 
asArray()
return this set as an array  | 
 IdSet | 
build()
Returns a new, empty IdSet of this type  | 
 java.lang.Object | 
clone()
DESCRIBE THE METHOD  | 
 byte[] | 
getHash()
compute a fingerprint of the members in this IdSet  | 
 java.util.Iterator<Id> | 
getIterator()
return an iterator over the elements of this set  | 
 byte[] | 
hash()
return a hash of this set  | 
 boolean | 
isMember(Id id)
test membership  | 
 boolean | 
isMemberId(Id id)
test membership  | 
 FragmentKey | 
maxMember()
return the largest member id  | 
 FragmentKey | 
minMember()
return the smallest member id  | 
 int | 
numElements()
return the number of elements  | 
 void | 
removeId(Id id)
remove a member  | 
 void | 
removeMember(Id id)
remove a member  | 
 FragmentKeySet | 
subSet(FragmentKeyRange range)
return a subset of this set, consisting of the member ids in a given range  | 
 FragmentKeySet | 
subSet(Id from,
       Id to)
return a subset of this set, consisting of the member ids in a given range  | 
 IdSet | 
subSet(IdRange range)
return a subset of this set, consisting of the member ids in a given range  | 
 java.lang.String | 
toString()
Returns a string representation of the IdSet.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FragmentKeySet()
public FragmentKeySet(FragmentKeySet o)
o - the IdSet to copyprotected FragmentKeySet(java.util.SortedMap s)
s - the TreeSet based on which we construct a new IdSet| Method Detail | 
|---|
public boolean isMember(Id id)
id - the id to test
public java.util.Iterator<Id> getIterator()
getIterator in interface IdSetpublic byte[] getHash()
public boolean isMemberId(Id id)
isMemberId in interface IdSetid - the id to test
public int numElements()
numElements in interface IdSetpublic void addMember(Id id)
id - the id to addpublic void removeMember(Id id)
id - the id to removepublic FragmentKey minMember()
public FragmentKey maxMember()
public FragmentKeySet subSet(Id from,
                             Id to)
from - the counterclockwise end of the range (inclusive)to - the clockwise end of the range (exclusive)
public FragmentKeySet subSet(FragmentKeyRange range)
range - the range
public java.lang.String toString()
toString in class java.lang.Objectpublic void addId(Id id)
addId in interface IdSetid - the id to addpublic void removeId(Id id)
removeId in interface IdSetid - the id to removepublic IdSet subSet(IdRange range)
subSet in interface IdSetrange - DESCRIBE THE PARAMETER
public byte[] hash()
hash in interface IdSetpublic java.lang.Object clone()
clone in interface IdSetclone in class java.lang.Objectpublic IdSet build()
build in interface IdSetpublic Id[] asArray()
asArray in interface IdSet
  | 
Rice Pastry API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||