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

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

public final class RefsAndEntries
extends java.lang.Object
implements java.io.Serializable

Version:
1.0.5
Author:
karsten
See Also:
Serialized Form

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

Constructor Detail

RefsAndEntries

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

getEntries

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

getRefs

public java.util.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.