org.chromattic.core.mapper.onetomany.hierarchical
Class AnyChildEntrySet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<Map.Entry<String,E>>
          extended by org.chromattic.core.mapper.onetomany.hierarchical.AnyChildEntrySet<E>
All Implemented Interfaces:
Iterable<Map.Entry<String,E>>, Collection<Map.Entry<String,E>>, Set<Map.Entry<String,E>>

public class AnyChildEntrySet<E>
extends AbstractSet<Map.Entry<String,E>>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
AnyChildEntrySet(AnyChildMap<E> map)
           
 
Method Summary
 Iterator<Map.Entry<String,E>> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

AnyChildEntrySet

public AnyChildEntrySet(AnyChildMap<E> map)
Method Detail

iterator

public Iterator<Map.Entry<String,E>> iterator()
Specified by:
iterator in interface Iterable<Map.Entry<String,E>>
Specified by:
iterator in interface Collection<Map.Entry<String,E>>
Specified by:
iterator in interface Set<Map.Entry<String,E>>
Specified by:
iterator in class AbstractCollection<Map.Entry<String,E>>

size

public int size()
Specified by:
size in interface Collection<Map.Entry<String,E>>
Specified by:
size in interface Set<Map.Entry<String,E>>
Specified by:
size in class AbstractCollection<Map.Entry<String,E>>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.