Modifier and Type | Class and Description |
---|---|
static class |
NodeDeltaSet.Builder<N extends org.eclipse.jdt.core.dom.ASTNode> |
Modifier and Type | Method and Description |
---|---|
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
builder() |
protected java.util.Set<NodeDelta<N>> |
delegate() |
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
of() |
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
of(java.lang.Iterable<? extends NodeDelta<N>> deltas) |
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
of(java.util.Iterator<? extends NodeDelta<N>> deltas) |
static <N extends org.eclipse.jdt.core.dom.ASTNode> |
of(NodeDelta<N> delta) |
equals, hashCode, standardEquals, standardHashCode, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <N extends org.eclipse.jdt.core.dom.ASTNode> NodeDeltaSet<N> of()
public static <N extends org.eclipse.jdt.core.dom.ASTNode> NodeDeltaSet<N> of(NodeDelta<N> delta)
public static <N extends org.eclipse.jdt.core.dom.ASTNode> NodeDeltaSet<N> of(java.lang.Iterable<? extends NodeDelta<N>> deltas)
public static <N extends org.eclipse.jdt.core.dom.ASTNode> NodeDeltaSet<N> of(java.util.Iterator<? extends NodeDelta<N>> deltas)
public static <N extends org.eclipse.jdt.core.dom.ASTNode> NodeDeltaSet.Builder<N> builder()