Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.impl.rendezvous.rpv
Class PeerViewSequentialStrategy  view PeerViewSequentialStrategy download PeerViewSequentialStrategy.java

java.lang.Object
  extended bynet.jxta.impl.rendezvous.rpv.PeerViewSequentialStrategy
All Implemented Interfaces:
PeerViewStrategy

class PeerViewSequentialStrategy
extends java.lang.Object
implements PeerViewStrategy

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:
reset in interface PeerViewStrategy

next

public PeerViewElement next()
null

Specified by:
next in interface PeerViewStrategy