Uses of Interface
org.ini4j.Registry.Key
-
Packages that use Registry.Key Package Description org.ini4j [ini4j] main package -
-
Uses of Registry.Key in org.ini4j
Methods in org.ini4j that return Registry.Key Modifier and Type Method Description Registry.KeyBasicRegistry. add(String name)Registry.KeyRegistry.Key. addChild(String key)Registry.KeyBasicRegistry. get(Object key)Registry.KeyBasicRegistry. get(Object key, int index)Registry.KeyRegistry. get(Object key)Registry.KeyRegistry. get(Object key, int index)Registry.KeyRegistry.Key. getChild(String key)Registry.KeyRegistry.Key. getParent()Registry.KeyRegistry.Key. lookup(String... path)Registry.KeyBasicRegistry. put(String key, Profile.Section value)Registry.KeyBasicRegistry. put(String key, Profile.Section value, int index)Registry.KeyRegistry. put(String key, Profile.Section value)Registry.KeyRegistry. put(String key, Profile.Section value, int index)Registry.KeyBasicRegistry. remove(Object key)Registry.KeyBasicRegistry. remove(Object key, int index)Registry.KeyBasicRegistry. remove(Profile.Section section)Registry.KeyRegistry. remove(Object key)Registry.KeyRegistry. remove(Object key, int index)
-