Uses of Class
org.apache.commons.configuration.tree.DefaultConfigurationKey.KeyIterator
-
Packages that use DefaultConfigurationKey.KeyIterator Package Description org.apache.commons.configuration.tree -
-
Uses of DefaultConfigurationKey.KeyIterator in org.apache.commons.configuration.tree
Methods in org.apache.commons.configuration.tree that return DefaultConfigurationKey.KeyIterator Modifier and Type Method Description DefaultConfigurationKey.KeyIteratorDefaultConfigurationKey. iterator()Returns an iterator for iterating over the single components of this configuration key.Methods in org.apache.commons.configuration.tree with parameters of type DefaultConfigurationKey.KeyIterator Modifier and Type Method Description protected ConfigurationNodeDefaultExpressionEngine. findLastPathNode(DefaultConfigurationKey.KeyIterator keyIt, ConfigurationNode node)Finds the last existing node for an add operation.protected voidDefaultExpressionEngine. findNodesForKey(DefaultConfigurationKey.KeyIterator keyPart, ConfigurationNode node, java.util.Collection<ConfigurationNode> nodes)Recursive helper method for evaluating a key.
-