de.uniba.wiai.lspi.chord.com
Class RefsAndEntries
java.lang.Object
de.uniba.wiai.lspi.chord.com.RefsAndEntries
- All Implemented Interfaces:
- Serializable
public final class RefsAndEntries
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefsAndEntries
public RefsAndEntries(List<Node> refs1,
Set<Entry> entries1)
- Parameters:
refs1 - entries1 -
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.