- ImageShape - Class in uwcse.graphics
-
A class for image shapes (e.g.
- ImageShape(Image, int, int) - Constructor for class uwcse.graphics.ImageShape
-
Create a new image of the given size.
- indexOf(Object) - Method in class uwcse.collections.SimpleAbstractList
-
Iterates over the items, answering the index of the first
occurrence of o.
- indexOf(Object) - Method in interface uwcse.collections.SimpleList
-
Answer the index of the first occurrence of the object in the list.
- init() - Method in class uwcse.graphics.AppletGWindow
-
Called to initialize the applet.
- init() - Method in class uwcse.sim.WorldModel
-
Initialize the world.
- Input - Class in uwcse.io
-
A simple I/O class.
- Input() - Constructor for class uwcse.io.Input
-
Create a new Input object to read from the terminal window or
console.
- Input(String) - Constructor for class uwcse.io.Input
-
Create a new Input object that reads data from the file of the
given name.
- inspect(Object) - Static method in class uwcse.tools.OBrowser
-
Convenience factory method that creates a new OBrowser to inspect
the provided Object.
- inspect(double) - Static method in class uwcse.tools.OBrowser
-
Convenience factory method that creates a new OBrowser to inspect
the provided double.
- inspect(long) - Static method in class uwcse.tools.OBrowser
-
Convenience factory method that creates a new OBrowser to inspect
the provided long.
- inspect(char) - Static method in class uwcse.tools.OBrowser
-
Convenience factory method that creates a new OBrowser to inspect
the provided character.
- inspect(boolean) - Static method in class uwcse.tools.OBrowser
-
Convenience factory method that creates a new OBrowser to inspect
the provided boolean value.
- intersects(Shape) - Method in class uwcse.graphics.AppletGWindow
-
Return the shape that the argument shape intersects with, or null if none.
- intersects(Shape) - Method in class uwcse.graphics.GWindow
-
Return the shape that the argument shape intersects with, or null if none.
- intersects(Rectangle) - Method in class uwcse.graphics.Rectangle
-
Return whether the argument rectangle intersects this rectangle
- intersects(Shape) - Method in interface uwcse.graphics.Shape
-
Return whether this shape's bounding box intersects with the
argument shape's bounding box.
- intersects(Shape) - Method in class uwcse.graphics.ShapeImpl
-
- isAlive() - Method in interface uwcse.sim.Thing
-
Every thing has a lifetime.
- isEmpty() - Method in class uwcse.collections.SimpleAbstractList
-
- isEmpty() - Method in class uwcse.collections.SimpleClosedHashMap
-
- isEmpty() - Method in class uwcse.collections.SimpleLinkedList
-
O(1) time.
- isEmpty() - Method in interface uwcse.collections.SimpleList
-
Answer size() == 0
- isEmpty() - Method in class uwcse.collections.SimpleListMap
-
- isEmpty() - Method in interface uwcse.collections.SimpleMap
-
Answer (size() == 0)
- isEmpty() - Method in class uwcse.collections.SimpleOpenHashMap
-
- iterator() - Method in class uwcse.collections.SimpleAbstractList
-
- iterator() - Method in class uwcse.collections.SimpleArrayList
-
- iterator() - Method in class uwcse.collections.SimpleLinkedList
-
- iterator() - Method in interface uwcse.collections.SimpleList
-
Answer an iterator over the elements of the list.