Package com.thoughtworks.xstream.core
Class SequenceGenerator
- java.lang.Object
-
- com.thoughtworks.xstream.core.SequenceGenerator
-
- All Implemented Interfaces:
ReferenceByIdMarshaller.IDGenerator
public class SequenceGenerator extends java.lang.Object implements ReferenceByIdMarshaller.IDGenerator
-
-
Field Summary
Fields Modifier and Type Field Description private int
counter
-
Constructor Summary
Constructors Constructor Description SequenceGenerator(int startsAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
next(java.lang.Object item)
-
-
-
Method Detail
-
next
public java.lang.String next(java.lang.Object item)
- Specified by:
next
in interfaceReferenceByIdMarshaller.IDGenerator
-
-