Interface Position


public interface Position

A Position in some kind of container

Author:
Goodrich & Tamassia

Method Summary
 Object element()
          get the element at a specified position.
 

Method Detail

element

public Object element()
get the element at a specified position.
Returns:
the Object at the specified position.


Generated by BlueJ