protected abstract class ConcurrentReferenceHashMap.HashIterator
extends Object
Base iterator implementation for traversing the map.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
hasMoreElements()
|
|
public boolean |
hasNext()
|
|
public void |
remove()Removes the last entry returned by the iterator. |
true if more elements remain (delegates to hasNext())
true if there is a next live entry to iterate toRemoves the last entry returned by the iterator.