|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.observable.set.SetDiff
public abstract class SetDiff
Constructor Summary | |
---|---|
SetDiff()
|
Method Summary | |
---|---|
void |
applyTo(Set set)
Applies the changes in this diff to the given set |
abstract Set |
getAdditions()
|
abstract Set |
getRemovals()
|
boolean |
isEmpty()
Returns true if the diff has no added or removed elements. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetDiff()
Method Detail |
---|
public abstract Set getAdditions()
public abstract Set getRemovals()
public boolean isEmpty()
public void applyTo(Set set)
set
- the set to which the diff will be appliedpublic String toString()
toString
in class Object
Object.toString()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.