public static final class ConcurrentSkipListIntObjMultimap.IntEntry<V> extends Object implements Comparable<ConcurrentSkipListIntObjMultimap.IntEntry<V>>
int keys.| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConcurrentSkipListIntObjMultimap.IntEntry<V> o) |
boolean |
equals(Object o) |
int |
getKey()
Get the corresponding key.
|
V |
getValue()
Get the corresponding value.
|
int |
hashCode() |
String |
toString() |
public IntEntry(int key,
V value)
public int getKey()
public V getValue()
public int compareTo(ConcurrentSkipListIntObjMultimap.IntEntry<V> o)
compareTo in interface Comparable<ConcurrentSkipListIntObjMultimap.IntEntry<V>>Copyright © 2008–2026 The Netty Project. All rights reserved.