Class RegistryKey

java.lang.Object
com.github.robtimus.os.windows.registry.RegistryKey
All Implemented Interfaces:
Comparable<RegistryKey>

public abstract sealed class RegistryKey extends Object implements Comparable<RegistryKey>
A representation of registry keys.
Author:
Rob Spoor