Package org.infinispan.commons.util
Class SegmentAwareKey<K>
- java.lang.Object
-
- org.infinispan.commons.util.SegmentAwareKey<K>
-
public class SegmentAwareKey<K> extends Object
Encapsulates the key and its segment.- Since:
- 12
- Author:
- Pedro Ruivo
-
-
Constructor Summary
Constructors Constructor Description SegmentAwareKey(K key, int segment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
K
getKey()
int
getSegment()
int
hashCode()
String
toString()
-