![]() | ReferenceType Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.ReferenceType"]
Namespace: com.espertech.esper.compat.collections
public sealed class ReferenceType : Enum
The ReferenceType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | HARD |
Hard references keep references to the object and prevent the
garbage collector from collecting the item.
|
![]() ![]() | SOFT |
Soft references allow the garbage collector to collect items
that are not in use.
|
![]() | value__ |