public class VarHandleTracker extends Object
| Constructor and Description |
|---|
VarHandleTracker()
The set of VariableHandles is initially empty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(VariableHandle newvh) |
void |
addNotification(VariableHandle vh,
int nh) |
void |
clear() |
VariableHandle |
getByName(String name) |
VariableHandle |
getByNotification(Integer nh) |
Integer |
getNotification(VariableHandle vh) |
boolean |
isValid(VariableHandle vh) |
void |
remove(VariableHandle vh) |
Integer |
removeNotification(VariableHandle vh) |
public VarHandleTracker()
public void add(VariableHandle newvh)
public boolean isValid(VariableHandle vh)
public void remove(VariableHandle vh)
public void clear()
public VariableHandle getByName(String name)
public void addNotification(VariableHandle vh, int nh)
public Integer getNotification(VariableHandle vh)
public VariableHandle getByNotification(Integer nh)
public Integer removeNotification(VariableHandle vh)
Copyright © 2023 LSST. All rights reserved.