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.Key
BasicRegistry. add(java.lang.String name)
Registry.Key
Registry.Key. addChild(java.lang.String key)
Registry.Key
BasicRegistry. get(java.lang.Object key)
Registry.Key
BasicRegistry. get(java.lang.Object key, int index)
Registry.Key
Registry. get(java.lang.Object key)
Registry.Key
Registry. get(java.lang.Object key, int index)
Registry.Key
Registry.Key. getChild(java.lang.String key)
Registry.Key
Registry.Key. getParent()
Registry.Key
Registry.Key. lookup(java.lang.String... path)
Registry.Key
BasicRegistry. put(java.lang.String key, Profile.Section value)
Registry.Key
BasicRegistry. put(java.lang.String key, Profile.Section value, int index)
Registry.Key
Registry. put(java.lang.String key, Profile.Section value)
Registry.Key
Registry. put(java.lang.String key, Profile.Section value, int index)
Registry.Key
BasicRegistry. remove(java.lang.Object key)
Registry.Key
BasicRegistry. remove(java.lang.Object key, int index)
Registry.Key
BasicRegistry. remove(Profile.Section section)
Registry.Key
Registry. remove(java.lang.Object key)
Registry.Key
Registry. remove(java.lang.Object key, int index)
-