public final class NodeReorderEvent extends NodeEvent
| Modifier and Type | Method | Description |
|---|---|---|
int[] |
getPermutation() |
Get the permutation used for reordering.
|
int |
getPermutationSize() |
Get the number of children reordered.
|
java.util.List<Node> |
getSnapshot() |
Provides static and immmutable info about the number, and instances of
nodes available during the time the event was emited.
|
int |
newIndexOf(int i) |
Get the new position of the child that had been at a given position.
|
java.lang.String |
toString() |
Human presentable information about the event
|
public final java.util.List<Node> getSnapshot()
public int newIndexOf(int i)
i - the original position of the childpublic int[] getPermutation()
public int getPermutationSize()
public java.lang.String toString()
toString in class java.util.EventObjectBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.