org.eclipse.core.databinding.observable.set
Class SetDiff
java.lang.Object
org.eclipse.core.databinding.observable.set.SetDiff
- public abstract class SetDiff
- extends Object
- Since:
- 1.0
SetDiff
public SetDiff()
getAdditions
public abstract Set getAdditions()
- Returns:
- the set of added elements
getRemovals
public abstract Set getRemovals()
- Returns:
- the set of removed elements
toString
public String toString()
- See Also:
Object.toString()
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.