docs / it.uniroma3.dbtree

Package it.uniroma3.dbtree

Types

DBElement

Class representing the atomic component of each node.

class DBElement

DBTree

The DBTree class.

class DBTree<K, V : Serializable, A : Serializable, D> where K : Comparable<K>, K : Serializable

NodeTransfer

DTO for a DB-tree node, employed for mediating communications with the database.

class NodeTransfer