类 TestPropertySourceUtils.SequencedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
cn.taketoday.test.context.support.TestPropertySourceUtils.SequencedProperties
所有已实现的接口:
Serializable, Cloneable, Map<Object,Object>
封闭类:
TestPropertySourceUtils

private static class TestPropertySourceUtils.SequencedProperties extends Properties
Extension of Properties that mimics a SequencedMap by tracking all added properties with a String key in a LinkedHashMap.