gnu.trove

Class THashMap.EntryView

Enclosing Class:
THashMap<K,V>
Implemented Interfaces:
Iterable, Set

protected class THashMap.EntryView
extends gnu.trove.THashMap.MapBackedView

a view onto the entries of the map.

Method Summary

boolean
containsElement(Map.Entry entry)
Iterator>
iterator()
protected K
keyForEntry(Map.Entry entry)
boolean
removeElement(Map.Entry entry)
protected V
valueForEntry(Map.Entry entry)

Methods inherited from class gnu.trove.THashMap.MapBackedView

T[] toArray, add, addAll, clear, contains, containsAll, containsElement, isEmpty, iterator, remove, removeElement, retainAll, size, toArray

Method Details

containsElement

public boolean containsElement(Map.Entry entry)

iterator

public Iterator> iterator()
Overrides:
iterator in interface gnu.trove.THashMap.MapBackedView

keyForEntry

protected K keyForEntry(Map.Entry entry)

removeElement

public boolean removeElement(Map.Entry entry)

valueForEntry

protected V valueForEntry(Map.Entry entry)

GNU Trove is copyright B) 2001-2007 Eric D. Friedman. All Rights Reserved.