View Javadoc
1 package jrre.unittests.datastructures; 2 3 public class Queue extends jrre.unittests.datastructures.LinkedList { 4 5 public Queue(){ 6 super(); 7 } 8 }

This page was automatically generated by Maven