|
|||||||||
| 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 PeerViewSequentialStrategy

java.lang.Objectnet.jxta.impl.rendezvous.rpv.PeerViewSequentialStrategy
- All Implemented Interfaces:
- PeerViewStrategy
- class PeerViewSequentialStrategy
- extends java.lang.Object
- implements PeerViewStrategy
- extends java.lang.Object
Sequential
| Field Summary | |
private PeerViewElement |
current
|
private java.util.SortedSet |
set
|
| Constructor Summary | |
(package private) |
PeerViewSequentialStrategy(java.util.SortedSet aset)
|
| 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 |
set
private java.util.SortedSet set
current
private PeerViewElement current
| Constructor Detail |
PeerViewSequentialStrategy
PeerViewSequentialStrategy(java.util.SortedSet aset)
| 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.PeerViewSequentialStrategy