K - Dictionary key typeV - Dictionary value typepublic interface TailMap<K,V>
extends java.util.Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
java.lang.AutoCloseable |
flagIterating()
The caller is responsible for setting the iterating active flag, by
implementing a
try(AutoCloseable obj = dict.FlagIterating())
block. |
boolean |
isIteratingActive()
Reports if this dictionary has the "being iterated" flag.
|
java.util.Map<K,V> |
pop()
Do a 'pop' of the single tail dictionary.
|
java.util.Map<K,V> pop()
null if no tail map present, otherwise a map with at least one item.boolean isIteratingActive()
true if this dictionary is being iterated.java.lang.AutoCloseable flagIterating()
try(AutoCloseable obj = dict.FlagIterating())
block.