|
||||||||||
| 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:09 $",
tag="$Name: $")
public interface ImmutableTripleInterface<A,B,C>
TODO: Javadoc
Contains methods for accessing the first, second and third elements in a triple
object, which can be virtualized. By using this interface, we can allow
classes to act as immutable triples, without requiring them to inherit from the
ImmutableTriple class.
| Method Summary | |
|---|---|
A |
getA()
TODO: Javadoc Get the first element of this triple. |
B |
getB()
TODO: Javadoc Get the second element of this triple. |
C |
getC()
TODO: Javadoc Get the third element of this triple. |
| Methods inherited from interface rcf.core.util.groups.ImmutableSingletonInterface |
|---|
get |
| Method Detail |
|---|
A getA()
getA in interface ImmutablePairInterface<A,B>ImmutableSingletonInterface.get()B getB()
getB in interface ImmutablePairInterface<A,B>ImmutablePairInterface.getB()C getC()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||