Home
last modified time | relevance | path

Searched defs:WeakHashSet (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A DWeakHashSet.java11 public class WeakHashSet<E> extends AbstractSet<E> { class
13 public WeakHashSet() { in WeakHashSet() method in WeakHashSet
17 public WeakHashSet( Collection<E> c ) { in WeakHashSet() method in WeakHashSet
25 public WeakHashSet( int initialCapacity ) { in WeakHashSet() method in WeakHashSet
29 public WeakHashSet( int initialCapacity, float loadFactor ) { in WeakHashSet() method in WeakHashSet
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/weak-table-0.3.0/src/
H A Dweak_hash_set.rs14 impl <T: WeakKey> WeakHashSet<T, RandomState> { impl
26 impl <T: WeakKey, S: BuildHasher> WeakHashSet<T, S> { implementation
198 impl<T: WeakKey, S> WeakHashSet<T, S> { impl
210 impl<T, S, S1> PartialEq<WeakHashSet<T, S1>> for WeakHashSet<T, S> implementation
220 impl<T: WeakKey, S: BuildHasher> Eq for WeakHashSet<T, S> implementation
224 impl<T: WeakKey, S: BuildHasher + Default> Default for WeakHashSet<T, S> { implementation
230 impl<T, S> FromIterator<T::Strong> for WeakHashSet<T, S> implementation
240 impl<T: WeakKey, S: BuildHasher> Extend<T::Strong> for WeakHashSet<T, S> { implementation
246 impl<T: WeakKey, S> Debug for WeakHashSet<T, S> implementation
254 impl<T: WeakKey, S> IntoIterator for WeakHashSet<T, S> { implementation
[all …]
H A Dlib.rs230 pub struct WeakHashSet<T, S = RandomState>(WeakKeyHashMap<T, (), S>); struct
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/util/
H A DWeakHashSet.java18 public class WeakHashSet { class
48 public WeakHashSet() { in WeakHashSet() method in WeakHashSet
52 public WeakHashSet(int size) { in WeakHashSet() method in WeakHashSet
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DWeakHashSet.java22 public class WeakHashSet { class
55 public WeakHashSet() { in WeakHashSet() method in WeakHashSet
59 public WeakHashSet(int size) { in WeakHashSet() method in WeakHashSet