Package ai.devtools.utils
Class CollectionUtils.Tuple<K,V>
- java.lang.Object
-
- ai.devtools.utils.CollectionUtils.Tuple<K,V>
-
- Type Parameters:
K- The type of Object allowed for the first Object in the tuple.V- The type of Object allowed for the second Object in the tuple.
- Enclosing class:
- CollectionUtils
public static class CollectionUtils.Tuple<K,V> extends Object
Simple Tuple implementation. A Tuple is an immutable two-pair of values. It may consist of any two Objects, which may or may not be in of the same type.