Question: I need help with this Java Data Structures assignment. Thanks Runtime Interface Methods public interface RunTimeInterface { public static enum TimeUnits {Seconds, MilliSeconds, MicroSeconds, NanoSeconds};

I need help with this Java Data Structures assignment. Thanks

I need help with this Java Data Structures assignment. Thanks Runtime Interface

Methods public interface RunTimeInterface { public static enum TimeUnits {Seconds, MilliSeconds, MicroSeconds,NanoSeconds}; public static enum MemoryUnits {Bytes, KiloBytes, MegaBytes}; public TimeUnits getTimeUnits(); public

void setTimeUnits(TimeUnits timeUnits); public MemoryUnits getMemoryUnits(); public void setMemoryUnits(MemoryUnits memoryUnits); public double

getLastRunTime(); public double getLastMemoryUsage(); public double[] getRunTimes(); public double[] getMemoryUsages(); public voidresetRunTimes(); public void addRuntime(long runTime); public double getAverageRunTime(); public double getAverageMemoryUsage(); }

Queue Interface Methods Iterable Interface Methods Iterator Interface Methods Node Class Driver

Interface Methods Details 1. RunTime Class You will be expanding the functionality

of the RunTime class to implement the expanded RunTime Interface The interface

may be downloaded from RunTimeInterface iava 2. Array Based Queue Class You

Runtime Interface Methods

will write the ArrayBase eue java class which will implement the eueInterface The interface may be downloaded from Queuelnterface.iava Please note that QueueInterface extends the Iterable Interface See the Information On The Iterable Interface

below. 3. Linked Queue Class You will write the LinkedQu java class

which will implement the Queue Interface. The interface may be downloaded from

QueueInterface.iava, eue Please note that Queue Interface extends the Iterable Interface See

public interface RunTimeInterface { public static enum TimeUnits {Seconds, MilliSeconds, MicroSeconds, NanoSeconds}; public static enum MemoryUnits {Bytes, KiloBytes, MegaBytes}; public TimeUnits getTimeUnits(); public void setTimeUnits(TimeUnits timeUnits); public MemoryUnits getMemoryUnits(); public void setMemoryUnits(MemoryUnits memoryUnits); public double getLastRunTime(); public double getLastMemoryUsage(); public double[] getRunTimes(); public double[] getMemoryUsages(); public void resetRunTimes(); public void addRuntime(long runTime); public double getAverageRunTime(); public double getAverageMemoryUsage(); }

Queue Interface Methods

the Information On The Iterable Interface below. Also note that the Linked

Queue Class should be a Doubly Linked Queue

Iterable Interface Methods

image text in transcribed

image text in transcribed

Iterator Interface Methods

image text in transcribed

image text in transcribed

Node Class

image text in transcribed

image text in transcribedimage text in transcribed

Driver Interface Methods

image text in transcribedimage text in transcribedimage text in transcribed

Details 1. RunTime Class You will be expanding the functionality of the RunTime class to implement the expanded RunTime Interface The interface may be downloaded from RunTimeInterface iava 2. Array Based Queue Class You will write the ArrayBase eue java class which will implement the eue Interface The interface may be downloaded from Queuelnterface.iava Please note that Queue Interface extends the Iterable Interface See the Information On The Iterable Interface below. 3. Linked Queue Class You will write the LinkedQu java class which will implement the Queue Interface. The interface may be downloaded from QueueInterface.iava, eue Please note that Queue Interface extends the Iterable Interface See the Information On The Iterable Interface below. Also note that the Linked Queue Class should be a Doubly Linked Queue

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!