net.walend.grid
Interface Address

All Superinterfaces:
net.walend.enum.Immutable
All Known Implementing Classes:
Address2D

public interface Address
extends net.walend.enum.Immutable

This class is a set of coordinates to address a cell in a Grid.

Override equals and hashCode methods to make this immutable object use its internal values for identity.

Since:
20010927
Author:
David Walend dfw1@cornell.edu

Method Summary
 int argFor(Dimension dimension)
          Return the coordinate value for a given dimension.
 

Method Detail

argFor

public int argFor(Dimension dimension)
Return the coordinate value for a given dimension.



Copyright (c) 2001, 2002, David Walend