public static interface ConcurrentLinkedHashMapPro.Entry<K,V> extends Map.Entry<K,V>
Modifier and Type | Method and Description |
---|---|
long |
getAccessCount()
Returns the entry's access count.
|
ConcurrentLinkedHashMapPro.Entry<K,V> |
getAfter()
Returns the entry after this entry in the entry list.
|
ConcurrentLinkedHashMapPro.Entry<K,V> |
getBefore()
Returns the entry before this entry in the entry list.
|
long |
getCreationTime()
Returns the entry's creation time in milliseconds.
|
long |
getLastAccessTime()
Returns the entry's last access time in milliseconds.
|
ConcurrentLinkedHashMapPro.Entry<K,V> getBefore()
ConcurrentLinkedHashMapPro.Entry<K,V> getAfter()
long getAccessCount()
long getCreationTime()
long getLastAccessTime()
Copyright © 2015 Lucee