kyotocabinet
Class ValueIterator

Object
  extended by ValueIterator

public class ValueIterator
extends Object

Iterator for record values.


Method Summary
 byte[] next()
          Get the next value.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public byte[] next()
Get the next value.

Returns:
the next value, or null if no value remains.