org.apache.accumulo.server.monitor.servlets.trace
Class NullKeyValueIterator
java.lang.Object
org.apache.accumulo.server.monitor.servlets.trace.NullKeyValueIterator
- All Implemented Interfaces:
- Iterator<Map.Entry<Key,Value>>
public class NullKeyValueIterator
- extends Object
- implements Iterator<Map.Entry<Key,Value>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullKeyValueIterator
public NullKeyValueIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Map.Entry<Key,Value>>
next
public Map.Entry<Key,Value> next()
- Specified by:
next
in interface Iterator<Map.Entry<Key,Value>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Map.Entry<Key,Value>>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.