com.thoughtworks.xstream.core
Class SequenceGenerator

java.lang.Object
  extended by com.thoughtworks.xstream.core.SequenceGenerator
All Implemented Interfaces:
ReferenceByIdMarshaller.IDGenerator

public class SequenceGenerator
extends java.lang.Object
implements ReferenceByIdMarshaller.IDGenerator


Constructor Summary
SequenceGenerator(int startsAt)
           
 
Method Summary
 java.lang.String next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceGenerator

public SequenceGenerator(int startsAt)
Method Detail

next

public java.lang.String next()
Specified by:
next in interface ReferenceByIdMarshaller.IDGenerator


Copyright © 2006 null. All Rights Reserved.