drasys.or
Interface PairI

All Known Implementing Classes:
Pair

public interface PairI

An interface to a container that holds two objects.


Method Summary
 java.lang.Object getFirst()
          Get the first element of the pair.
 java.lang.Object getSecond()
          Get the second element of the pair.
 

Method Detail

getFirst

public java.lang.Object getFirst()
Get the first element of the pair.

getSecond

public java.lang.Object getSecond()
Get the second element of the pair.


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com