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 Object
implements ReferenceByIdMarshaller.IDGenerator


Constructor Summary
SequenceGenerator(int startsAt)
           
 
Method Summary
 String next(Object item)
           
 
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 String next(Object item)
Specified by:
next in interface ReferenceByIdMarshaller.IDGenerator


Copyright © 2004-2014 XStream. All Rights Reserved.