ModeShape Distribution 3.2.0.Final

org.modeshape.jcr.cache.document
Class ImmutableChildReferences.Segment

java.lang.Object
  extended by org.modeshape.jcr.cache.document.ImmutableChildReferences.Segment
Enclosing class:
ImmutableChildReferences

protected static class ImmutableChildReferences.Segment
extends Object


Constructor Summary
protected ImmutableChildReferences.Segment(ChildReferences references, String nextKey)
           
 
Method Summary
 ChildReferences getReferences()
           
 Iterator<NodeKey> keys()
           
 ImmutableChildReferences.Segment next(WorkspaceCache cache)
           
 String toString()
           
 StringBuilder toString(StringBuilder sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImmutableChildReferences.Segment

protected ImmutableChildReferences.Segment(ChildReferences references,
                                           String nextKey)
Method Detail

getReferences

public ChildReferences getReferences()

next

public ImmutableChildReferences.Segment next(WorkspaceCache cache)

keys

public Iterator<NodeKey> keys()

toString

public String toString()
Overrides:
toString in class Object

toString

public StringBuilder toString(StringBuilder sb)

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.