Class KeyHolder.Base
java.lang.Object
io.deephaven.engine.table.impl.util.KeyHolder.Base
- All Implemented Interfaces:
KeyHolder
- Enclosing interface:
- KeyHolder
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.util.KeyHolder
KeyHolder.Base
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDependent
(KeyHolder dependent) void
removeDependent
(KeyHolder dependent) void
touch()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.engine.table.impl.util.KeyHolder
getKey, getPrevKey, setKey
-
Field Details
-
dependents
-
-
Constructor Details
-
Base
public Base()
-
-
Method Details
-
addDependent
- Specified by:
addDependent
in interfaceKeyHolder
-
removeDependent
- Specified by:
removeDependent
in interfaceKeyHolder
-
touch
public void touch()
-