Searched defs:SynchronizedSet (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java699 keySet = new SynchronizedSet(new KeySet(), this);
740 entrySet = new SynchronizedSet(new EntrySet(), this);
1267 static class SynchronizedSet extends SynchronizedCollection implements Set { class in class:Cache
1268 SynchronizedSet(Set s) { method in class:Cache.SynchronizedSet
1272 SynchronizedSet(Set s, Object mutex) { method in class:Cache.SynchronizedSet
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/
H A DCache.java603 keySet = new SynchronizedSet(new KeySet(), this);
641 entrySet = new SynchronizedSet(new EntrySet(), this);
1146 static class SynchronizedSet extends SynchronizedCollection implements Set { class in class:Cache
1147 SynchronizedSet(Set s) { method in class:Cache.SynchronizedSet
1151 SynchronizedSet(Set s, Object mutex) { method in class:Cache.SynchronizedSet
/forgerock/openam/openam-shared/src/main/java/com/iplanet/am/util/
H A DCache.java603 keySet = new SynchronizedSet(new KeySet(), this);
641 entrySet = new SynchronizedSet(new EntrySet(), this);
1146 static class SynchronizedSet extends SynchronizedCollection implements Set { class in class:Cache
1147 SynchronizedSet(Set s) { method in class:Cache.SynchronizedSet
1151 SynchronizedSet(Set s, Object mutex) { method in class:Cache.SynchronizedSet
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java699 keySet = new SynchronizedSet(new KeySet(), this);
740 entrySet = new SynchronizedSet(new EntrySet(), this);
1267 static class SynchronizedSet extends SynchronizedCollection implements Set { class in class:Cache
1268 SynchronizedSet(Set s) { method in class:Cache.SynchronizedSet
1272 SynchronizedSet(Set s, Object mutex) { method in class:Cache.SynchronizedSet

Completed in 40 milliseconds