com.sun.sgs.impl.util
Class BindingKeyedMapImpl.ValueIterator<V>

java.lang.Object
  extended by com.sun.sgs.impl.util.BindingKeyedMapImpl.ValueIterator<V>
All Implemented Interfaces:
Serializable, Iterator<V>
Enclosing class:
BindingKeyedMapImpl<V>

static final class BindingKeyedMapImpl.ValueIterator<V>
extends Object

An iterator over the values in the tree.


Constructor Summary
BindingKeyedMapImpl.ValueIterator(String keyPrefix)
          Constructs an instance with the given keyPrefix.
 
Method Summary
 V next()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingKeyedMapImpl.ValueIterator

BindingKeyedMapImpl.ValueIterator(String keyPrefix)
Constructs an instance with the given keyPrefix.

Parameters:
keyPrefix - a key prefix.
Method Detail

next

public V next()

Specified by:
next in interface Iterator<V>

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved