- missingEdgeSentinel() - Method in class MysteryWeightedGraphImplementation
-
- missingEdgeSentinel() - Method in interface WeightedGraph
-
Returns the "sentinel" weight value for edges not in the graph.
- MissingKeyException() - Constructor for exception Dictionary.MissingKeyException
-
- MissingKeyException(String) - Constructor for exception Dictionary.MissingKeyException
-
- MysteryDictionaryImplementation<K,V> - Class in <Unnamed>
-
A mysterious implementation of the Dictionary ADT!
- MysteryDictionaryImplementation() - Constructor for class MysteryDictionaryImplementation
-
- MysteryListImplementation<T> - Class in <Unnamed>
-
A mysterious implementation of the List ADT!
- MysteryListImplementation() - Constructor for class MysteryListImplementation
-
Constructs an empty list.
- MysteryPriorityQueueImplementation<T extends java.lang.Comparable<? super T>> - Class in <Unnamed>
-
A mysterious implementation of the Priority Queue ADT!
- MysteryPriorityQueueImplementation() - Constructor for class MysteryPriorityQueueImplementation
-
Constructs an empty priority queue.
- MysteryQueueImplementation<T> - Class in <Unnamed>
-
A mysterious implementation of the Queue ADT!
- MysteryQueueImplementation() - Constructor for class MysteryQueueImplementation
-
Constructs an empty queue.
- MysterySetImplementation<T> - Class in <Unnamed>
-
A mysterious implementation of the Set ADT!
- MysterySetImplementation() - Constructor for class MysterySetImplementation
-
- MysteryStackImplementation<T> - Class in <Unnamed>
-
A mysterious implementation of the Stack ADT!
- MysteryStackImplementation() - Constructor for class MysteryStackImplementation
-
Constructs an empty stack.
- MysteryUnweightedGraphImplementation - Class in <Unnamed>
-
A mysterious implementation of the Unweighted Graph ADT!
- MysteryUnweightedGraphImplementation() - Constructor for class MysteryUnweightedGraphImplementation
-
Default constructor: an empty directed graph.
- MysteryUnweightedGraphImplementation(boolean) - Constructor for class MysteryUnweightedGraphImplementation
-
Constructs an empty graph with the specified directedness.
- MysteryUnweightedGraphImplementation(boolean, int) - Constructor for class MysteryUnweightedGraphImplementation
-
Constructs a graph with N vertices and the specified directedness.
- MysteryUpdatablePriorityQueueImplementation - Class in <Unnamed>
-
A mysterious implementation of the Updatable Priority Queue ADT!
- MysteryUpdatablePriorityQueueImplementation(int) - Constructor for class MysteryUpdatablePriorityQueueImplementation
-
Constructs a queue, given the maximum item value that the queue shall be
able to store.
- MysteryWeightedGraphImplementation - Class in <Unnamed>
-
A mysterious implementation of the Weighted Graph ADT!
- MysteryWeightedGraphImplementation() - Constructor for class MysteryWeightedGraphImplementation
-
Default constructor: an empty directed graph.
- MysteryWeightedGraphImplementation(boolean) - Constructor for class MysteryWeightedGraphImplementation
-
Constructs an empty graph with the specified directedness, with a
sentinel value of Double.POSITIVE_INFINITY.
- MysteryWeightedGraphImplementation(boolean, int) - Constructor for class MysteryWeightedGraphImplementation
-
Constructs a graph with N vertices and the specified directedness, with a
sentinel value of Double.POSITIVE_INFINITY.
- MysteryWeightedGraphImplementation(boolean, int, double) - Constructor for class MysteryWeightedGraphImplementation
-
Constructs a graph with N vertices and the specified directedness and
sentinel value.