Interface BoundedMap<T>
-
- Type Parameters:
T
-
- All Superinterfaces:
Map<T,Rectangle2D>
- All Known Implementing Classes:
NodeMap
public interface BoundedMap<T> extends Map<T,Rectangle2D>
- Author:
- Tom Nelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rectangle2D
getBounds()
void
recalculateBounds()
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getBounds
Rectangle2D getBounds()
-
recalculateBounds
void recalculateBounds()
-
-