- datastructures.common - package datastructures.common
-
- datastructures.graph - package datastructures.graph
-
- datastructures.list - package datastructures.list
-
- datastructures.mpq - package datastructures.mpq
-
- datastructures.queue - package datastructures.queue
-
- datastructures.stack - package datastructures.stack
-
- datastructures.tree - package datastructures.tree
-
- delete(int) - Method in interface datastructures.list.IList
-
Deletes a element of the list
- deleteAll() - Method in interface datastructures.list.IList
-
Deletes every elements in the list
- deleteChild(int) - Method in class datastructures.tree.TreeNode
-
Deletes a child of the node.
- deleteChildren() - Method in class datastructures.tree.TreeNode
-
Deletes the children of the node
- deleteEdge(int, int) - Method in interface datastructures.graph.IGraph
-
Deletes an arc with the vertex u as origin and the vertex v as destination
- deleteVertex(int) - Method in interface datastructures.graph.IGraph
-
Deletes a vertex
- deleteVertex(int) - Method in class datastructures.graph.Vertices
-
Deletes a vertex
- dequeue() - Method in interface datastructures.queue.IQueue
-
Gets and removes the first element of the queue
- dfs(int) - Method in interface datastructures.graph.IGraph
-
It is a technique for traversing a tree, called Depth first search
- DFS(Action<T>) - Method in interface datastructures.tree.ITree
-
It is a technique for traversing a tree, called Depth first search
- drawDataType(String, Class) - Method in interface datastructures.graph.IGraph
-
Generates a PNG and a DOT file with a figure representing structure the
object
- drawDataType(String, Class) - Method in interface datastructures.list.IList
-
Generates a PNG and a DOT file with a figure representing structure the
object
- drawDataType(String, Class) - Method in interface datastructures.mpq.IMPQ
-
Generates a PNG and a DOT file with a figure representing structure the
object
- drawDataType(String, Class) - Method in interface datastructures.queue.IQueue
-
Generates a PNG and a DOT file with a figure representing structure the
object
- drawDataType(String, Class) - Method in interface datastructures.stack.IStack
-
Generates a PNG and a DOT file with a figure representing structure the
object
- drawDataType(String, Class) - Method in interface datastructures.tree.ITree
-
Generates a PNG and a DOT file with a figure representing structure the
object
- drawGraph(LJV.Context, Object, String) - Static method in class datastructures.common.LJV
-
Create a graph of the object rooted at obj.
- drawGraph(LJV.Context, Object) - Static method in class datastructures.common.LJV
-
- drawGraph(Object) - Static method in class datastructures.common.LJV
-
- drawGraphToFile(Object, String) - Static method in class datastructures.common.LJV
-