|
|||||||||
| Home >> All >> net >> jxta >> impl >> rendezvous >> [ rpv overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.jxta.impl.rendezvous.rpv
Class PeerViewRandomWithReplaceStrategy

java.lang.Objectnet.jxta.impl.rendezvous.rpv.PeerViewRandomWithReplaceStrategy
- All Implemented Interfaces:
- PeerViewStrategy
- class PeerViewRandomWithReplaceStrategy
- extends java.lang.Object
- implements PeerViewStrategy
- extends java.lang.Object
Random with replacement
| Field Summary | |
private static java.util.Random |
random
|
private java.util.SortedSet |
set
|
| Constructor Summary | |
(package private) |
PeerViewRandomWithReplaceStrategy(java.util.SortedSet set)
|
| Method Summary | |
PeerViewElement |
next()
null |
void |
reset()
null |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
random
private static java.util.Random random
set
private java.util.SortedSet set
| Constructor Detail |
PeerViewRandomWithReplaceStrategy
PeerViewRandomWithReplaceStrategy(java.util.SortedSet set)
| Method Detail |
reset
public void reset()
- null
- Specified by:
resetin interfacePeerViewStrategy
next
public PeerViewElement next()
- null
- Specified by:
nextin interfacePeerViewStrategy
|
|||||||||
| Home >> All >> net >> jxta >> impl >> rendezvous >> [ rpv overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
net.jxta.impl.rendezvous.rpv.PeerViewRandomWithReplaceStrategy