Uses of Class
dev.civl.mc.util.IF.SeqSet.Node
Packages that use SeqSet.Node
Package
Description
Module util provides various general-purpose utilities used by
CIVL.
-
Uses of SeqSet.Node in dev.civl.mc.util.IF
Fields in dev.civl.mc.util.IF declared as SeqSet.NodeModifier and TypeFieldDescription(package private) SeqSet.Node[]SeqSet.Node.childrenThe children nodes.(package private) SeqSet.NodeSeqSet.Node.parentThe parent node in the tree, or null if this is the root.Constructors in dev.civl.mc.util.IF with parameters of type SeqSet.NodeModifierConstructorDescription(package private)Node(SeqSet.Node parent, int index) Creates new node with given index, empty set of childrenIndexes.