public interface IndexedStringMap extends IndexedReadOnlyStringMap, StringMap
StringMap
that imposes a total ordering on its keys.
The map is ordered according to the natural ordering of its keys. This order is reflected when
consuming
the key-value pairs with a BiConsumer
or a TriConsumer
.
This interface views all key-value pairs as a sequence ordered by key, and allows keys and values to be accessed by their index in the sequence.
IndexedReadOnlyStringMap
,
StringMap
getKeyAt, getValueAt, indexOfKey
clear, equals, freeze, hashCode, isFrozen, putAll, putValue, remove
containsKey, forEach, forEach, getValue, isEmpty, size, toMap
Copyright © 1999-1969 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.