E
- Type of the elements in the hierarchy.public interface HierarchyVisitor<E>
Modifier and Type | Method and Description |
---|---|
void |
visit(E element,
E parent,
int index)
Visits an entry.
|
Copyright © 2014 Derquinse Projects. All rights reserved.