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

java.lang.Object
  extended by org.chromattic.common.collection.AbstractFilterIterator<Map.Entry<String,E>,E>
      extended by org.chromattic.core.mapper.onetomany.hierarchical.AnyChildEntryIterator<E>
All Implemented Interfaces:
Iterator<Map.Entry<String,E>>

public class AnyChildEntryIterator<E>
extends AbstractFilterIterator<Map.Entry<String,E>,E>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
AnyChildEntryIterator(AnyChildMap<E> map)
           
 
Method Summary
protected  Map.Entry<String,E> adapt(E internal)
           
 
Methods inherited from class org.chromattic.common.collection.AbstractFilterIterator
hasNext, next, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyChildEntryIterator

public AnyChildEntryIterator(AnyChildMap<E> map)
                      throws NullPointerException
Throws:
NullPointerException
Method Detail

adapt

protected Map.Entry<String,E> adapt(E internal)
Specified by:
adapt in class AbstractFilterIterator<Map.Entry<String,E>,E>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.