|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeakHashSet | |
javax.units | |
org.deegree_impl.model.cs | |
org.deegree_impl.model.ct |
Uses of WeakHashSet in javax.units |
Fields in javax.units declared as WeakHashSet | |
private static WeakHashSet |
PrefixSet.pool
Banque des objets qui ont été précédemment créés et enregistrés par un appel à la méthode PrefixSet.intern() . |
(package private) static WeakHashSet |
Prefix.pool
Banque des objets qui ont été précédemment créés et enregistrés par un appel à la méthode Prefix.intern() . |
Uses of WeakHashSet in org.deegree_impl.model.cs |
Subclasses of WeakHashSet in org.deegree_impl.model.cs | |
private static class |
DatumType.Pool
Pool of custom DatumType . |
Fields in org.deegree_impl.model.cs declared as WeakHashSet | |
(package private) static WeakHashSet |
Info.pool
Set of weak references to existing coordinate systems. |
private static WeakHashSet |
DatumType.pool
The pool of local datum. |
private WeakHashSet |
CoordinateSystemFactory.pool
Set of weak references to existing coordinate systems. |
Constructors in org.deegree_impl.model.cs with parameters of type WeakHashSet | |
CoordinateSystemFactory(WeakHashSet pool)
Construct a new factory with the specified pool. |
Uses of WeakHashSet in org.deegree_impl.model.ct |
Fields in org.deegree_impl.model.ct declared as WeakHashSet | |
(package private) static WeakHashSet |
MathTransformFactory.pool
A pool of math transform. |
private static WeakHashSet |
Adapters.MATH_EXPORTS
A weak hash set for for MathTransformExport objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |