Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface ITree : Serializable
Represents a Tree of Objects(Node) of generic type T.
Link copied to clipboard
interface ITreeNode<T> : Serializable
Represents an interface for node of the Tree class.