Module swim.spatial
Package swim.spatial

Interface SpatialMap.Entry<K,S,V>

All Superinterfaces:
Map.Entry<K,V>
All Known Implementing Classes:
QTreeEntry, SpatialMap.SimpleEntry, SpatialValueEntry
Enclosing interface:
SpatialMap<K,S,V>

public static interface SpatialMap.Entry<K,S,V> extends Map.Entry<K,V>
  • Method Details

    • getShape

      S getShape()