org.apache.accumulo.server.monitor.servlets.trace
Class NullKeyValueIterator

java.lang.Object
  extended by org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<Key,Value>>

public class NullKeyValueIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<Key,Value>>


Constructor Summary
NullKeyValueIterator()
           
 
Method Summary
 boolean hasNext()
           
 java.util.Map.Entry<Key,Value> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullKeyValueIterator

public NullKeyValueIterator()
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.