-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Cloneable,kotlin.collections.Map,kotlin.collections.MutableMap
public final class IppAttributesGroup extends LinkedHashMap<String, IppAttribute<?>>
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanonReplaceWarnprivate final IppTagtagprivate final Integersizeprivate final Collection<IppAttribute<?>>valuesprivate final Set<Entry.Map<String, IppAttribute<?>>>entriesprivate final Set<String>keys
-
Constructor Summary
Constructors Constructor Description IppAttributesGroup(IppTag tag)
-
Method Summary
Modifier and Type Method Description final BooleangetOnReplaceWarn()final UnitsetOnReplaceWarn(Boolean onReplaceWarn)final IppTaggetTag()final IppAttribute<?>put(IppAttribute<?> attribute)final Unitput(IppAttributesGroup attributesGroup)final IppAttribute<?>attribute(String name, IppTag tag, Object values)final IppAttribute<?>attribute(String name, IppTag tag, Collection<Object> values)final <T extends Any> TgetValueOrNull(String name)final <T extends Any> TgetValuesOrNull(String name)final <T extends Any> TgetValue(String name)final <T extends Any> TgetValues(String name)final StringgetTextValue(String name)final ZonedDateTimegetTimeValue(String name)StringtoString()final Unitlog(Logger logger, Level level, String prefix, String title)final Unitlog(Logger logger, Level level, String prefix)final Unitlog(Logger logger, Level level)final Unitlog(Logger logger)final Unitwrite(BufferedWriter bufferedWriter, String title)final FilesaveText(File file)-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, getSize, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace -
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getValues, replaceAll -
Methods inherited from class java.util.AbstractMap
equals, hashCode -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IppAttributesGroup
IppAttributesGroup(IppTag tag)
-
-
Method Detail
-
getOnReplaceWarn
final Boolean getOnReplaceWarn()
-
setOnReplaceWarn
final Unit setOnReplaceWarn(Boolean onReplaceWarn)
-
put
final IppAttribute<?> put(IppAttribute<?> attribute)
-
put
final Unit put(IppAttributesGroup attributesGroup)
-
attribute
final IppAttribute<?> attribute(String name, IppTag tag, Object values)
-
attribute
final IppAttribute<?> attribute(String name, IppTag tag, Collection<Object> values)
-
getValueOrNull
final <T extends Any> T getValueOrNull(String name)
-
getValuesOrNull
final <T extends Any> T getValuesOrNull(String name)
-
getTextValue
final String getTextValue(String name)
-
getTimeValue
final ZonedDateTime getTimeValue(String name)
-
log
@JvmOverloads() final Unit log(Logger logger, Level level)
-
log
@JvmOverloads() final Unit log(Logger logger)
-
write
final Unit write(BufferedWriter bufferedWriter, String title)
-
-
-
-