Home
last modified time | relevance | path

Searched refs:_mapImplementationIds (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakBase.java46 protected static Map _mapImplementationIds= new Hashtable(); field in WeakBase
113 synchronized (_mapImplementationIds) in getImplementationId()
115 id= (byte[]) _mapImplementationIds.get(getClass()); in getImplementationId()
134 _mapImplementationIds.put(getClass(), id); in getImplementationId()

Completed in 17 milliseconds