-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Cloneable,kotlin.collections.Map,kotlin.collections.MutableMap
public final class SortedProperties extends Properties
-
-
Constructor Summary
Constructors Constructor Description SortedProperties(Properties props)
-
Method Summary
Modifier and Type Method Description Set<Entry.Map<Object, Object>>getEntries()Collection<Object>getValues()Set<Object>getKeys()IntegergetSize()Enumeration<Object>keys()-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, toString -
Methods inherited from class com.github.vlsi.gradle.checksum.SortedProperties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SortedProperties
SortedProperties(Properties props)
-
-
-
-