Class IgnitePair<T>
- java.lang.Object
-
- org.apache.ignite.lang.IgniteBiTuple<T,T>
-
- org.apache.ignite.internal.util.lang.IgnitePair<T>
-
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,Iterable<Object>,Map<T,T>,Map.Entry<T,T>
public class IgnitePair<T> extends IgniteBiTuple<T,T>
Simple extension overIgniteBiTuplefor pair of objects of the same type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgnitePair()Empty constructor required byExternalizable.IgnitePair(T t1, T t2)Creates pair with given objects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()-
Methods inherited from class org.apache.ignite.lang.IgniteBiTuple
clear, containsKey, containsValue, entrySet, equals, get, get1, get2, getKey, getValue, hashCode, isEmpty, iterator, keySet, put, putAll, readExternal, remove, set, set1, set2, setValue, size, swap, toString, values, writeExternal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
IgnitePair
public IgnitePair()
Empty constructor required byExternalizable.
-
-
Method Detail
-
clone
public Object clone()
- Overrides:
clonein classIgniteBiTuple<T,T>
-
-