Class IDMap
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap<Identifier,Long>
- 
- edu.uiuc.ncsa.security.storage.events.IDMap
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map<Identifier,Long>
 
 public class IDMap extends HashMap<Identifier,Long> Very simple extension used by theMonitoredobject, this keeps a running list of identifiers and their most recent access times (as longs). Mostly this is for readability of code and ease of access.Created by Jeff Gaynor 
 on 3/29/23 at 6:56 AM- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Constructor SummaryConstructors Constructor Description IDMap()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidput(LastAccessedEvent lastAccessedEvent)- 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from class java.util.AbstractMapequals, hashCode, toString
 
- 
 
- 
- 
- 
Method Detail- 
putpublic void put(LastAccessedEvent lastAccessedEvent) 
 
- 
 
-