K - The type of key stored by the entry.V - The type of value stored by the entry.public static interface Maps.LinkedEntry<K,V> extends Maps.BaseEntry<K,V>
Map.Entry (and Maps.BaseEntry) extended interface
 required by Maps.AbstractLinkedHashMap for its entries.Maps.AbstractLinkedHashMap| Modifier and Type | Method and Description | 
|---|---|
| Maps.LinkedEntry<K,V> | getAfter()Gets the next entry in the iteration list of the containing map. | 
| Maps.LinkedEntry<K,V> | getBefore()Gets the previous entry in the iteration list of the containing map. | 
| void | setAfter(Maps.LinkedEntry<K,V> after)Sets the next entry in the iteration list of the containing map. | 
| void | setBefore(Maps.LinkedEntry<K,V> before)Sets the previous entry in the iteration list of the containing map. | 
getNext, isMutable, keyHashCode, setNextMaps.LinkedEntry<K,V> getBefore()
Maps.LinkedEntry<K,V> getAfter()
void setBefore(Maps.LinkedEntry<K,V> before)
void setAfter(Maps.LinkedEntry<K,V> after)