Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.whiteboard.sxe.util.SetRecordList Class Reference

Inherits LinkedList< SetRecord >.

List of all members.

Public Member Functions

boolean contains (Object o)
boolean add (SetRecord r)
void add (int i, SetRecord r)
void addFirst (SetRecord r)

Detailed Description

A specialized list to ensure a proper set record list with increasing versions by overriding add() methods and throwing an IllegalArgumentException;

It also overrides the contains() method to start searching at the and to break if version reached or smaller than the provided one.


Member Function Documentation

boolean de.fu_berlin.inf.dpp.whiteboard.sxe.util.SetRecordList.add ( SetRecord  r)
void de.fu_berlin.inf.dpp.whiteboard.sxe.util.SetRecordList.add ( int  i,
SetRecord  r 
)
void de.fu_berlin.inf.dpp.whiteboard.sxe.util.SetRecordList.addFirst ( SetRecord  r)
boolean de.fu_berlin.inf.dpp.whiteboard.sxe.util.SetRecordList.contains ( Object  o)
 All Classes Namespaces Files Functions Variables Enumerations