ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.model.tree
Class NodeEnumerationToNodeEntryIterator<V>

java.lang.Object
  extended by org.icefaces.ace.model.tree.NodeEnumerationToNodeEntryIterator<V>
All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<NodeKey,V>>

public class NodeEnumerationToNodeEntryIterator<V>
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<NodeKey,V>>


Constructor Summary
NodeEnumerationToNodeEntryIterator(KeySegmentConverter converter, NodeKey parentKey, java.util.Enumeration<V> children)
           
 
Method Summary
 boolean hasNext()
           
 java.util.Map.Entry<NodeKey,V> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeEnumerationToNodeEntryIterator

public NodeEnumerationToNodeEntryIterator(KeySegmentConverter converter,
                                          NodeKey parentKey,
                                          java.util.Enumeration<V> children)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<java.util.Map.Entry<NodeKey,V>>

next

public java.util.Map.Entry<NodeKey,V> next()
Specified by:
next in interface java.util.Iterator<java.util.Map.Entry<NodeKey,V>>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.util.Map.Entry<NodeKey,V>>

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.