public class HotSpots
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private static class |
HotSpots.HotSpot |
Modifier and Type | Field and Description |
---|---|
private java.util.TreeMap<java.lang.Integer,java.util.TreeSet<HotSpots.HotSpot>> |
hotSpots |
Constructor and Description |
---|
HotSpots() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.awt.Rectangle rectangle,
ISource source) |
void |
clear() |
ISource |
get(java.awt.Point p) |
java.lang.String |
toString() |
private final java.util.TreeMap<java.lang.Integer,java.util.TreeSet<HotSpots.HotSpot>> hotSpots