E - Element typeprivate static class PartiallyOrderedSet.Node<E> extends Object
We deliberately do not override Object.hashCode() or
Object.equals(Object). A canonizing map ensures that within a
given PartiallyOrderedSet, two nodes are identical if and only if they
contain the same value.
| Modifier and Type | Field and Description |
|---|---|
(package private) List<PartiallyOrderedSet.Node<E>> |
childList |
(package private) E |
e |
(package private) List<PartiallyOrderedSet.Node<E>> |
parentList |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.