Class MovingDotList
- java.lang.Object
-
- MovingDotList
-
-
Constructor Summary
Constructors Constructor Description MovingDotList()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(MovingDot m)Adds a MovingDot to the ListIterator<MovingDot>iterator()Returns an iterator over the elements in this list in proper sequence.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-