private static final class LinkedListMultimap.Node<K,V> extends AbstractMapEntry<K,V>
Modifier and Type | Field and Description |
---|---|
(package private) K |
key |
(package private) LinkedListMultimap.Node<K,V> |
next |
(package private) LinkedListMultimap.Node<K,V> |
nextSibling |
(package private) LinkedListMultimap.Node<K,V> |
previous |
(package private) LinkedListMultimap.Node<K,V> |
previousSibling |
(package private) V |
value |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getValue() |
V |
setValue(V newValue) |
equals, hashCode, toString
final K key
V value
LinkedListMultimap.Node<K,V> next
LinkedListMultimap.Node<K,V> previous
LinkedListMultimap.Node<K,V> nextSibling
LinkedListMultimap.Node<K,V> previousSibling