- All Implemented Interfaces:
- Serializable
public class Pair<CAR,CDR>
extends Object
implements Serializable
Created by ruedi on 03/05/15.
A simple pair class. Though it has methods for mutation, it should be considered IMMUTABLE.
Mutation should be used for init/setup only and Pair will be treated like a real immutable by kontraktor.
- See Also:
- Serialized Form