-
- 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 com.github.vlsi.gradle.checksum.SortedProperties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, readHashtable, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, writeHashtable -
Methods inherited from class java.util.Properties
cloneHashtable, defaultWriteHashtable -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SortedProperties
SortedProperties(Properties props)
-
-
-
-