Eclipse Platform
Release 3.3

org.eclipse.core.databinding.observable.set
Class SetDiff

java.lang.Object
  extended by org.eclipse.core.databinding.observable.set.SetDiff

public abstract class SetDiff
extends java.lang.Object

Since:
1.0

Constructor Summary
SetDiff()
           
 
Method Summary
abstract  java.util.Set getAdditions()
           
abstract  java.util.Set getRemovals()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetDiff

public SetDiff()
Method Detail

getAdditions

public abstract java.util.Set getAdditions()
Returns:
the set of added elements

getRemovals

public abstract java.util.Set getRemovals()
Returns:
the set of removed elements

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.