Package com.sun.corba.ee.impl.util
Class RepositoryIdCache
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<java.lang.String,RepositoryId>
-
- com.sun.corba.ee.impl.util.RepositoryIdCache
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,RepositoryId>
public class RepositoryIdCache extends java.util.Hashtable<java.lang.String,RepositoryId>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryIdCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryId
getId(java.lang.String key)
-
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
-
-
-
Method Detail
-
getId
public final RepositoryId getId(java.lang.String key)
-
-