Class ConcurrentSkipListIntObjMultimap.IntEntry<V>
java.lang.Object
io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.IntEntry<V>
- All Implemented Interfaces:
Comparable<ConcurrentSkipListIntObjMultimap.IntEntry<V>>
- Enclosing class:
ConcurrentSkipListIntObjMultimap<V>
public static final class ConcurrentSkipListIntObjMultimap.IntEntry<V>
extends Object
implements Comparable<ConcurrentSkipListIntObjMultimap.IntEntry<V>>
The multimap entry type with primitive
int keys.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntEntry
-
-
Method Details
-
getKey
public int getKey()Get the corresponding key. -
getValue
Get the corresponding value. -
equals
-
hashCode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<V>
-