de.uniba.wiai.lspi.chord.com
Class RefsAndEntries

java.lang.Object
  extended by de.uniba.wiai.lspi.chord.com.RefsAndEntries
All Implemented Interfaces:
Serializable

public final class RefsAndEntries
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RefsAndEntries(List<Node> refs1, Set<Entry> entries1)
           
 
Method Summary
 Set<Entry> getEntries()
           
 List<Node> getRefs()
          Returns references to the nodes contained within this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefsAndEntries

public RefsAndEntries(List<Node> refs1,
                      Set<Entry> entries1)
Parameters:
refs1 -
entries1 -
Method Detail

getEntries

public Set<Entry> getEntries()
Returns:
Returns the entries.

getRefs

public List<Node> getRefs()
Returns references to the nodes contained within this instance.

Returns:
List containing the predecessor (first in this list) and successors of a node.


Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.