public class AddressLazyLinks extends Object
This class was introduced for increasing the run-time performances of the SRE. It should not be used directly.
Modifier and Type | Method and Description |
---|---|
Participant |
getParticipant()
Replies the link to the participant.
|
WeakReference<Participant> |
setParticipant(participant : Participant)
Change the link to the participant.
|
String |
toString() |
@Pure
public def
getParticipant() : Participant
AddressLazyLinks
null
if none.public def
setParticipant(participant : Participant) : WeakReference<Participant>
AddressLazyLinks
participant
- the link to the participant, null
if none.Copyright © 2021 the original authors or authors.