|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Revision(value="$Revision: 1.5 $",
date="$Date: 2006/11/09 02:10:08 $",
tag="$Name: $")
public interface ImmutablePairInterface<A,B>
TODO: Javadoc
Contains methods for accessing the first and second elements in a pair object,
which can be virtualized. By using this interface, we can allow classes to
act as immutable pairs, without requiring them to inherit from the
ImmutablePair class.
| Method Summary | |
|---|---|
A |
getA()
TODO: Javadoc Get the first element of this pair. |
B |
getB()
TODO: Javadoc Get the second element of this pair. |
| Methods inherited from interface rcf.core.util.groups.ImmutableSingletonInterface |
|---|
get |
| Method Detail |
|---|
A getA()
ImmutableSingletonInterface.get()B getB()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||