public interface LinkedMap<K,V> extends Map<K,V>
Modifier and Type | Method and Description |
---|---|
Map.Entry<K,V> |
getLastEntry() |
Map.Entry<K,V> |
pollLastEntry() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018 SPF4J. All rights reserved.