Class MultimapObjectWrapper<T>
java.lang.Object
org.infinispan.multimap.impl.internal.MultimapObjectWrapper<T>
- Type Parameters:
T- : Type of the underlying object.
- All Implemented Interfaces:
Comparable<MultimapObjectWrapper>
@ProtoTypeId(5306)
public class MultimapObjectWrapper<T>
extends Object
implements Comparable<MultimapObjectWrapper>
Wrapper for objects stored in multimap buckets.
This wrapper provides an implementation for equals(Object) and hashCode() methods to the underlying
object. Making the wrapper fit to store elements in HashMaps or Sets.
- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary