A C F G I K M O P R S T V W

G

get(String) - Method in class com.rkw.ValuePairMap
 
getBoolean(Object, Object) - Method in class com.rkw.IniFile
Gets value as a boolean value.
getChangedFlag() - Method in class com.rkw.IniFile
Returns the whether the list has changed or not.
getFileName() - Method in class com.rkw.IniFile
Returns the filename.
getInt(Object, Object) - Method in class com.rkw.IniFile
Returns a value of a key/value pairs as an integer Same as getSectionValueAsInt()
getSectionCount() - Method in class com.rkw.IniFile
Returns the number of sections in file.
getSectionKeys(Object) - Method in class com.rkw.IniFile
Returns an array of key names in the section.
getSectionNames() - Method in class com.rkw.IniFile
Get an array of all section names.
getSectionValueAsBoolean(Object, Object) - Method in class com.rkw.IniFile
Gets value as a boolean value.
getSectionValueAsInt(Object, Object) - Method in class com.rkw.IniFile
Returns a value of a key/value pairs as an integer
getSectionValueAsString(Object, Object) - Method in class com.rkw.IniFile
Returns the value of a key/value pair as a string but does not expand any variables.
getSectionValueAsString(Object, Object, boolean) - Method in class com.rkw.IniFile
Returns the value of a key/value pair as a string.
getSectionValueCount(Object) - Method in class com.rkw.IniFile
Returns key/value pair count of a section
getSectionValues(Object) - Method in class com.rkw.IniFile
Return the linked list of a section.
getString(Object, Object, boolean) - Method in class com.rkw.IniFile
Returns the value of a key/value pair as a string.
getString(Object, Object) - Method in class com.rkw.IniFile
Returns the value of a key/value pair as a string but does not expand any variables.
getValueCount() - Method in class com.rkw.IniFile
returns the number of total key/values pairs by adding all sections together.

A C F G I K M O P R S T V W