private static interface CompoundConfiguration.ImmutableConfigMap extends Iterable<Map.Entry<String,String>>
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
Class<?> |
getClassByName(String name) |
String |
getRaw(String key) |
int |
size() |
forEach, iterator, spliterator
Class<?> getClassByName(String name) throws ClassNotFoundException
ClassNotFoundException
int size()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.