A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
addArc(from, to, weight) — Method in class de.polygonal.ds.Graph
Adds an arc pointing to the node located at the 'from' index to the node at the 'to' index.
addArc(target:de.polygonal.ds:GraphNode, weight) — Method in class de.polygonal.ds.GraphNode
Adds an arc to the current graph node, pointing to a different graph node and with a given weight.
addNode(obj, i) — Method in class de.polygonal.ds.Graph
Adds a node at a given index to the graph.
append(... rest) — Method in class de.polygonal.ds.DLinkedList
Appends items to the list.
append(... rest) — Method in class de.polygonal.ds.SLinkedList
Appends items to the list.
appendChild(obj) — Method in class de.polygonal.ds.TreeIterator
Appends a child node to the child list.
appendCol(a) — Method in class de.polygonal.ds.Array2
Appends a new column.
appendRow(a) — Method in class de.polygonal.ds.Array2
Appends a new row.
arcs — Property in class de.polygonal.ds.GraphNode
An array of arcs connecting this node to other nodes.
Array2 — Class in package de.polygonal.ds
A two-dimensional array.
Array2(w, h) — Constructor in class de.polygonal.ds.Array2
Initializes a two-dimensional array to match a given width and height.
Array3 — Class in package de.polygonal.ds
A three-dimensional array.
Array3(w, h, d) — Constructor in class de.polygonal.ds.Array3
Initializes a three-dimensional array to match the given width, height and depth.
ArrayedQueue — Class in package de.polygonal.ds
A queue based on an array (circular queue).
ArrayedQueue(size) — Constructor in class de.polygonal.ds.ArrayedQueue
Initializes a queue object to match the given size.
ArrayedStack — Class in package de.polygonal.ds
An arrayed stack.
ArrayedStack(size) — Constructor in class de.polygonal.ds.ArrayedStack
Initializes a stack to match the given size.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z