public interface ConcurrentMap extends Map
Modifier and Type | Method and Description |
---|---|
Iterator |
randomEntryIterator()
Iterate over map entries, beginning at an arbitrary
(not strictly random) entry.
|
Map.Entry |
removeRandom()
Remove an arbitrary(not strictly random) entry from the map.
|
Map.Entry removeRandom()
Iterator randomEntryIterator()
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.