- indexOf(Object) - Method in class at.jku.ssw.LinkedList
-
Returns the index of the first occurrence of the value.
- indexOf(Object) - Method in class at.jku.ssw.List
-
Returns the index of the first occurrence of the value.
- indexOf(Vertex) - Method in class at.jku.ssw.VertexPriorityQueue
-
Returns the index of specified vertex in this priority queue, -1 if the vertex is in this priority queue.
- InsertionSort - Class in at.jku.ssw
-
A simple sorting algorithm that builds the sorted array one item at a time.
- InsertionSort() - Constructor for class at.jku.ssw.InsertionSort
-
- intersect(Set) - Method in class at.jku.ssw.Set
-
Returns a new set with the elements contained both sets, this and other.
- isDeleted - Variable in class at.jku.ssw.Element
-
true
if this entry was deleted.
- isRoot - Variable in class at.jku.ssw.Vertex
-
- Iterator - Class in at.jku.ssw
-
An iterator over a object collection.
- Iterator() - Constructor for class at.jku.ssw.Iterator
-
- iterator() - Method in class at.jku.ssw.LinkedList
-
Returns an iterator of the values in this list.
- iterator() - Method in class at.jku.ssw.List
-
Returns an iterator of the values in this list.
- iterator() - Method in class at.jku.ssw.PriorityQueue
-
Returns an iterator of the values in this priority queue.
- iterator() - Method in class at.jku.ssw.Queue
-
Returns an iterator of the values in this queue.
- iterator() - Method in class at.jku.ssw.Set
-
Returns an iterator over the values in this set.
- iterator() - Method in class at.jku.ssw.Stack
-
Returns an iterator of the values on this stack.
- SelectionSort - Class in at.jku.ssw
-
A in-place comparison sort algorithm.
- SelectionSort() - Constructor for class at.jku.ssw.SelectionSort
-
- Set - Class in at.jku.ssw
-
A set of lowercase letters.
- Set() - Constructor for class at.jku.ssw.Set
-
- size() - Method in class at.jku.ssw.LinkedList
-
Returns the number of values in this list.
- size() - Method in class at.jku.ssw.List
-
Returns the number of values in this list.
- size() - Method in class at.jku.ssw.PriorityQueue
-
Returns the number of values in this priority queue.
- size() - Method in class at.jku.ssw.Queue
-
Returns the number of values in this queue.
- size() - Method in class at.jku.ssw.Set
-
Returns the number of values in this set.
- size() - Method in class at.jku.ssw.Stack
-
Returns the number of values on this stack.
- size() - Method in class at.jku.ssw.VertexPriorityQueue
-
Returns the number of vertices in this priority queue.
- sort(Comparable[]) - Method in class at.jku.ssw.BubbleSort
-
Sorts the array data
of comparable objects.
- sort(Comparable[]) - Method in class at.jku.ssw.InsertionSort
-
Sorts the array items
of comparable objects.
- sort(Comparable[]) - Method in class at.jku.ssw.JavaSort
-
Sorts the array items
of comparable objects.
- sort(Comparable[]) - Method in class at.jku.ssw.QuickSort
-
Sorts the array items
of comparable objects.
- sort(Comparable[]) - Method in class at.jku.ssw.SelectionSort
-
Sorts the array items
of comparable objects.
- sort(Comparable[]) - Method in class at.jku.ssw.Sorter
-
Sorts the array items
of comparable objects.
- Sorter - Class in at.jku.ssw
-
A sorter for comparable objects.
- Sorter() - Constructor for class at.jku.ssw.Sorter
-
- Stack - Class in at.jku.ssw
-
A LIFO (last-in-first-out) stack of objects.
- Stack() - Constructor for class at.jku.ssw.Stack
-
- start - Variable in class at.jku.ssw.Edge
-