Package com.authlete.common.dto
Class Pair
- java.lang.Object
-
- com.authlete.common.dto.Pair
-
- All Implemented Interfaces:
Serializable
public class Pair extends Object implements Serializable
A pair of a string key and a string value.java.util.AbstractMap.SimpleEntry
class provides the same functionality in a more generic way, but the class is not available in Java SE 1.5.- Since:
- 1.39
- Author:
- Takahiko Kawasaki
- See Also:
- Serialized Form