- clear() - Method in class uwcse.collections.SimpleAbstractList
-
- clear() - Method in class uwcse.collections.SimpleArrayList
-
O(1) time.
- clear() - Method in class uwcse.collections.SimpleClosedHashMap
-
- clear() - Method in class uwcse.collections.SimpleLinkedList
-
O(1) time.
- clear() - Method in interface uwcse.collections.SimpleList
-
Remove all elements.
- clear() - Method in class uwcse.collections.SimpleListMap
-
- clear() - Method in interface uwcse.collections.SimpleMap
-
Remove all associations from the map.
- clear() - Method in class uwcse.collections.SimpleOpenHashMap
-
- close() - Method in class uwcse.animation.Stage
-
End the animation and close the GWindow
- contains(Object) - Method in class uwcse.collections.SimpleAbstractList
-
Answers indexOf(o) != -1
- contains(Object) - Method in interface uwcse.collections.SimpleList
-
Answer true iff the given object is in the list.
- containsKey(Object) - Method in class uwcse.collections.SimpleClosedHashMap
-
- containsKey(Object) - Method in class uwcse.collections.SimpleListMap
-
- containsKey(Object) - Method in interface uwcse.collections.SimpleMap
-
Answer true iff the given key exists in the map.
- containsKey(Object) - Method in class uwcse.collections.SimpleOpenHashMap
-
- containsValue(Object) - Method in class uwcse.collections.SimpleClosedHashMap
-
- containsValue(Object) - Method in class uwcse.collections.SimpleListMap
-
- containsValue(Object) - Method in interface uwcse.collections.SimpleMap
-
Answer true iff the given value exists in the map.
- containsValue(Object) - Method in class uwcse.collections.SimpleOpenHashMap
-
- currentWindow() - Method in interface uwcse.graphics.Shape
-
Return the window this shape is currently displayed on, or null
if not displayed on any window.
- currentWindow() - Method in class uwcse.graphics.ShapeImpl
-
- CurvedShape - Class in uwcse.graphics
-
An abstract class for curved shapes that fit within bounding
rectangles.