- java.lang.Object
 - 
- swim.spatial.QTreeEntry<K,S,V>
 
 
- 
- All Implemented Interfaces:
 Map.Entry<K,V>,SpatialMap.Entry<K,S,V>
public class QTreeEntry<K,S,V> extends Object implements SpatialMap.Entry<K,S,V>
 
- 
- 
Constructor Summary
Constructors Constructor Description QTreeEntry(K key, S shape, long x, long y, V value) 
 - 
 
- 
- 
Method Detail
- 
x
public final long x()
 
- 
xRank
public final int xRank()
 
- 
xBase
public final long xBase()
 
- 
y
public final long y()
 
- 
yRank
public final int yRank()
 
- 
yBase
public final long yBase()
 
- 
equals
public boolean equals(Object other)
 
- 
hashCode
public int hashCode()
 
 - 
 
 -