org.dhmp.util
Interface HierarchicalMap.EntrySet

All Superinterfaces:
java.util.Collection, java.util.Set
All Known Implementing Classes:
LinkedHashMultiMap.EntrySet
Enclosing interface:
HierarchicalMap

public static interface HierarchicalMap.EntrySet
extends java.util.Set

Interface for entryset where a key can be specified for iterator.


Method Summary
 java.util.Iterator iterator(java.lang.Object key)
          Iterates within the elements having the same key.
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

iterator

public java.util.Iterator iterator(java.lang.Object key)
Iterates within the elements having the same key.

Parameters:
key - used to select the entries.
Returns:
iterator for specified key.